summaryrefslogtreecommitdiff
path: root/Documentation/bpf/kfuncs.rst
AgeCommit message (Expand)AuthorFilesLines
2023-03-03bpf: Introduce kptr_rcu.Alexei Starovoitov1-5/+7
2023-03-03bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.Alexei Starovoitov1-1/+1
2023-03-02bpf, docs: Fix __uninit kfunc doc sectionDavid Vernet1-1/+1
2023-03-01bpf: Add __uninit kfunc annotationJoanne Koong1-0/+17
2023-02-23bpf: Add bpf_cgroup_from_id() kfuncTejun Heo1-3/+7
2023-02-03bpf/docs: Document kfunc lifecycle / stability expectationsDavid Vernet1-5/+120
2023-02-02bpf: Document usage of the new __bpf_kfunc macroDavid Vernet1-3/+17
2023-01-25bpf/docs: Document the nocast aliasing behavior of ___initDavid Vernet1-0/+43
2023-01-25bpf/docs: Document how nested trusted fields may be definedDavid Vernet1-1/+21
2023-01-25bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet1-0/+11
2022-12-08bpf/docs: Document struct cgroup * kfuncsDavid Vernet1-0/+115
2022-12-08bpf/docs: Document struct task_struct * kfuncsDavid Vernet1-0/+83
2022-12-04docs/bpf: Add KF_RCU documentationYonghong Song1-0/+9
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet1-16/+14
2022-11-18bpf: Support constant scalar arguments for kfuncsKumar Kartikeya Dwivedi1-0/+24
2022-09-22bpf: Tweak definition of KF_TRUSTED_ARGSKumar Kartikeya Dwivedi1-8/+16
2022-08-10bpf: add destructive kfunc flagArtem Savkov1-0/+9
2022-08-09btf: Add a new kfunc flag which allows to mark a function to be sleepableBenjamin Tissoires1-0/+6
2022-07-22bpf: Add documentation for kfuncsKumar Kartikeya Dwivedi1-0/+170