aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/cpumask.c
AgeCommit message (Expand)Author
2023-12-15bpf: Fix dtor CFIPeter Zijlstra
2023-12-09bpf: Add bpf_cpumask_weight() kfuncDavid Vernet
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky
2023-07-12bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.Alexei Starovoitov
2023-06-12bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*David Vernet
2023-06-12bpf: Add bpf_cpumask_first_and() kfuncDavid Vernet
2023-03-25bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet
2023-03-25bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet
2023-03-16bpf: Remove bpf_cpumask_kptr_get() kfuncDavid Vernet
2023-03-16bpf: Free struct bpf_cpumask in call_rcu handlerDavid Vernet
2023-03-03bpf: Refactor RCU enforcement in the verifier.Alexei Starovoitov
2023-02-22bpf: Only allocate one bpf_mem_cache for bpf_cpumask_maHou Tao
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet
2023-01-28bpf: Build-time assert that cpumask offset is zeroDavid Vernet
2023-01-25bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet
2023-01-25bpf: Enable cpumasks to be queried and used as kptrsDavid Vernet