aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/memalloc.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Use __llist_del_all() whenever possbile during memory drainingHou Tao2022-10-211-2/+5
* bpf: Wait for busy refill_work when destroying bpf memory allocatorHou Tao2022-10-211-0/+11
* bpf: Check whether or not node is NULL before free it in free_bulkHou Tao2022-09-201-1/+2
* bpf: Replace __ksize with ksize.Alexei Starovoitov2022-09-061-1/+1
* bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov2022-09-051-16/+64
* bpf: Remove usage of kmem_cache from bpf_mem_cache.Alexei Starovoitov2022-09-051-36/+14
* bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.Alexei Starovoitov2022-09-051-1/+14
* bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov2022-09-051-5/+39
* bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.Alexei Starovoitov2022-09-051-3/+62
* bpf: Adjust low/high watermarks in bpf_mem_cacheAlexei Starovoitov2022-09-051-14/+36
* bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov2022-09-051-1/+1
* bpf: Introduce any context BPF specific memory allocator.Alexei Starovoitov2022-09-051-0/+480