开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
bpf
/
kfuncs.rst
Age
Commit message (
Expand
)
Author
2023-11-01
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
2023-06-22
bpf, docs: Document existing macros instead of deprecated
Anton Protopopov
2023-05-06
bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
Daniel Rosenberg
2023-04-16
bpf,docs: Remove KF_KPTR_GET from documentation
David Vernet
2023-04-12
bpf,docs: Remove references to bpf_cgroup_kptr_get()
David Vernet
2023-04-01
bpf,docs: Update documentation to reflect new task kfuncs
David Vernet
2023-03-25
bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
David Vernet
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
2023-03-03
bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.
Alexei Starovoitov
2023-03-01
bpf, docs: Fix __uninit kfunc doc section
David Vernet
2023-03-01
bpf: Add __uninit kfunc annotation
Joanne Koong
2023-02-23
bpf: Add bpf_cgroup_from_id() kfunc
Tejun Heo
2023-02-03
bpf/docs: Document kfunc lifecycle / stability expectations
David Vernet
2023-02-02
bpf: Document usage of the new __bpf_kfunc macro
David Vernet
2023-01-25
bpf/docs: Document the nocast aliasing behavior of ___init
David Vernet
2023-01-25
bpf/docs: Document how nested trusted fields may be defined
David Vernet
2023-01-25
bpf/docs: Document cpumask kfuncs in a new file
David Vernet
2022-12-07
bpf/docs: Document struct cgroup * kfuncs
David Vernet
2022-12-07
bpf/docs: Document struct task_struct * kfuncs
David Vernet
2022-12-04
docs/bpf: Add KF_RCU documentation
Yonghong Song
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
2022-11-17
bpf: Support constant scalar arguments for kfuncs
Kumar Kartikeya Dwivedi
2022-09-21
bpf: Tweak definition of KF_TRUSTED_ARGS
Kumar Kartikeya Dwivedi
2022-08-10
bpf: add destructive kfunc flag
Artem Savkov
2022-08-09
btf: Add a new kfunc flag which allows to mark a function to be sleepable
Benjamin Tissoires
2022-07-21
bpf: Add documentation for kfuncs
Kumar Kartikeya Dwivedi