summaryrefslogtreecommitdiffstats
path: root/v6.4/8d94f1357c00d7706c1f3d0bb568e054cef6aea1
blob: c31339d8442091d5f72ec4ae0e1791664bd57387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
8d94f1357c00 ("bpf: Recognize '__map' suffix in kfunc arguments")
045edee19d59 ("bpf: Introduce KF_ARG_PTR_TO_CONST_STR")
cb3ecf7915a1 ("bpf: Let bpf_iter_task_new accept null task ptr")
c68a78ffe2cb ("bpf: Introduce task open coded iterator kfuncs")
9c66dc94b62a ("bpf: Introduce css_task open-coded iterator kfuncs")
4ac454682158 ("bpf: Introduce task_vma open-coded iterator kfuncs")
d6ea06803212 ("selftests/bpf: Add BPF assertion macros")
b9ae0c9dd0ac ("bpf: Add support for custom exception callbacks")
f18b03fabaa9 ("bpf: Implement BPF exceptions")
335d1c5b5452 ("bpf: Implement support for adding hidden subprogs")
9af27da6313c ("bpf: Use bpf_is_subprog to check for subprogs")
968c76cb3dc6 ("selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.h")
36d8bdf75a93 ("bpf: Add alloc/xchg/direct_access support for local percpu kptr")
f0d991a07075 ("bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_acquire")
ab6c637ad027 ("bpf: Fix a bpf_kptr_xchg() issue with local kptr")
5415ccd50a86 ("bpf: Fix max stack depth check for async callbacks")
904e6ddf4133 ("bpf: Use scalar ids in mark_chain_precision()")
503e4def5414 ("bpf: Replace open code with for allocated object check")
7793fc3babe9 ("bpf: Make bpf_refcount_acquire fallible for non-owning refs")
4d585f48ee6b ("bpf: Remove anonymous union in bpf_kfunc_call_arg_meta")