aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/cpumask.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progsDavid Vernet1-0/+1
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-2/+2
2023-12-15bpf: Fix dtor CFIPeter Zijlstra1-1/+7
2023-12-09bpf: Add bpf_cpumask_weight() kfuncDavid Vernet1-0/+12
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky1-4/+2
2023-07-12bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.Alexei Starovoitov1-14/+6
2023-06-12bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*David Vernet1-10/+12
2023-06-12bpf: Add bpf_cpumask_first_and() kfuncDavid Vernet1-0/+16
2023-03-25bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet1-1/+1
2023-03-25bpf: 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