summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf_mem_alloc.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().Alexei Starovoitov2023-07-121-0/+2
* bpf: Add a few bpf mem allocator functionsMartin KaFai Lau2023-03-251-0/+2
* bpf: Only allocate one bpf_mem_cache for bpf_cpumask_maHou Tao2023-02-221-0/+7
* bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov2022-09-051-0/+2
* bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov2022-09-051-1/+1
* bpf: Introduce any context BPF specific memory allocator.Alexei Starovoitov2022-09-051-0/+26