aboutsummaryrefslogtreecommitdiff
path: root/Documentation/bpf/kfuncs.rst
AgeCommit message (Expand)AuthorFilesLines
2023-11-09bpf: Introduce KF_ARG_PTR_TO_CONST_STRGravatar Song Liu 1-0/+24
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosGravatar Dave Marchevsky 1-4/+2
2023-06-22bpf, docs: Document existing macros instead of deprecatedGravatar Anton Protopopov 1-6/+32
2023-05-06bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)Gravatar Daniel Rosenberg 1-1/+22
2023-04-16bpf,docs: Remove KF_KPTR_GET from documentationGravatar David Vernet 1-15/+6
2023-04-12bpf,docs: Remove references to bpf_cgroup_kptr_get()Gravatar David Vernet 1-68/+0
2023-04-01bpf,docs: Update documentation to reflect new task kfuncsGravatar David Vernet 1-6/+43
2023-03-25bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSGravatar David Vernet 1-3/+4
2023-03-03bpf: Introduce kptr_rcu.Gravatar Alexei Starovoitov 1-5/+7
2023-03-03bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.Gravatar Alexei Starovoitov 1-1/+1
2023-03-01bpf, docs: Fix __uninit kfunc doc sectionGravatar David Vernet 1-1/+1
2023-03-01bpf: Add __uninit kfunc annotationGravatar Joanne Koong 1-0/+17
2023-02-23bpf: Add bpf_cgroup_from_id() kfuncGravatar Tejun Heo 1-3/+7
2023-02-03bpf/docs: Document kfunc lifecycle / stability expectationsGravatar David Vernet 1-5/+120
2023-02-02bpf: Document usage of the new __bpf_kfunc macroGravatar David Vernet 1-3/+17
2023-01-25bpf/docs: Document the nocast aliasing behavior of ___initGravatar David Vernet 1-0/+43
2023-01-25bpf/docs: Document how nested trusted fields may be definedGravatar David Vernet 1-1/+21
2023-01-25bpf/docs: Document cpumask kfuncs in a new fileGravatar David Vernet 1-0/+11
2022-12-07bpf/docs: Document struct cgroup * kfuncsGravatar David Vernet 1-0/+115
2022-12-07bpf/docs: Document struct task_struct * kfuncsGravatar David Vernet 1-0/+83
2022-12-04docs/bpf: Add KF_RCU documentationGravatar Yonghong Song 1-0/+9
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsGravatar David Vernet 1-16/+14
2022-11-17bpf: Support constant scalar arguments for kfuncsGravatar Kumar Kartikeya Dwivedi 1-0/+24
2022-09-21bpf: Tweak definition of KF_TRUSTED_ARGSGravatar Kumar Kartikeya Dwivedi 1-8/+16
2022-08-10bpf: add destructive kfunc flagGravatar Artem Savkov 1-0/+9
2022-08-09btf: Add a new kfunc flag which allows to mark a function to be sleepableGravatar Benjamin Tissoires 1-0/+6
2022-07-21bpf: Add documentation for kfuncsGravatar Kumar Kartikeya Dwivedi 1-0/+170