summaryrefslogtreecommitdiff
path: root/kernel/bpf/cpumask.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-02bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky1-4/+2
2023-07-13bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.Alexei Starovoitov1-14/+6
2023-06-13bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*David Vernet1-10/+12
2023-06-13bpf: Add bpf_cpumask_first_and() kfuncDavid Vernet1-0/+16
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