summaryrefslogtreecommitdiff
path: root/kernel/bpf/cpumask.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-26bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet1-1/+1
2023-03-26bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet1-3/+0
2023-03-16bpf: Remove bpf_cpumask_kptr_get() kfuncDavid Vernet1-29/+0
2023-03-16bpf: Free struct bpf_cpumask in call_rcu handlerDavid Vernet1-5/+14
2023-03-03bpf: Refactor RCU enforcement in the verifier.Alexei Starovoitov1-20/+20
2023-02-22bpf: Only allocate one bpf_mem_cache for bpf_cpumask_maHou Tao1-3/+3
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet1-30/+30
2023-01-28bpf: Build-time assert that cpumask offset is zeroDavid Vernet1-0/+3
2023-01-25bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet1-0/+208
2023-01-25bpf: Enable cpumasks to be queried and used as kptrsDavid Vernet1-0/+268