Age | Commit message (Expand) | Author | Files | Lines |
2023-04-16 | bpf,docs: Remove KF_KPTR_GET from documentation | David Vernet | 1 | -15/+6 |
2023-04-12 | bpf,docs: Remove references to bpf_cgroup_kptr_get() | David Vernet | 1 | -68/+0 |
2023-04-01 | bpf,docs: Update documentation to reflect new task kfuncs | David Vernet | 1 | -6/+43 |
2023-03-25 | bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS | David Vernet | 1 | -3/+4 |
2023-03-03 | bpf: Introduce kptr_rcu. | Alexei Starovoitov | 1 | -5/+7 |
2023-03-03 | bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted. | Alexei Starovoitov | 1 | -1/+1 |
2023-03-01 | bpf, docs: Fix __uninit kfunc doc section | David Vernet | 1 | -1/+1 |
2023-03-01 | bpf: Add __uninit kfunc annotation | Joanne Koong | 1 | -0/+17 |
2023-02-23 | bpf: Add bpf_cgroup_from_id() kfunc | Tejun Heo | 1 | -3/+7 |
2023-02-03 | bpf/docs: Document kfunc lifecycle / stability expectations | David Vernet | 1 | -5/+120 |
2023-02-02 | bpf: Document usage of the new __bpf_kfunc macro | David Vernet | 1 | -3/+17 |
2023-01-25 | bpf/docs: Document the nocast aliasing behavior of ___init | David Vernet | 1 | -0/+43 |
2023-01-25 | bpf/docs: Document how nested trusted fields may be defined | David Vernet | 1 | -1/+21 |
2023-01-25 | bpf/docs: Document cpumask kfuncs in a new file | David Vernet | 1 | -0/+11 |
2022-12-07 | bpf/docs: Document struct cgroup * kfuncs | David Vernet | 1 | -0/+115 |
2022-12-07 | bpf/docs: Document struct task_struct * kfuncs | David Vernet | 1 | -0/+83 |
2022-12-04 | docs/bpf: Add KF_RCU documentation | Yonghong Song | 1 | -0/+9 |
2022-11-20 | bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs | David Vernet | 1 | -16/+14 |
2022-11-17 | bpf: Support constant scalar arguments for kfuncs | Kumar Kartikeya Dwivedi | 1 | -0/+24 |
2022-09-21 | bpf: Tweak definition of KF_TRUSTED_ARGS | Kumar Kartikeya Dwivedi | 1 | -8/+16 |
2022-08-10 | bpf: add destructive kfunc flag | Artem Savkov | 1 | -0/+9 |
2022-08-09 | btf: Add a new kfunc flag which allows to mark a function to be sleepable | Benjamin Tissoires | 1 | -0/+6 |
2022-07-21 | bpf: Add documentation for kfuncs | Kumar Kartikeya Dwivedi | 1 | -0/+170 |