Age | Commit message (Expand) | Author |
---|---|---|
2022-09-20 | bpf: Check whether or not node is NULL before free it in free_bulk | Hou Tao |
2022-09-06 | bpf: Replace __ksize with ksize. | Alexei Starovoitov |
2022-09-05 | bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc. | Alexei Starovoitov |
2022-09-05 | bpf: Remove usage of kmem_cache from bpf_mem_cache. | Alexei Starovoitov |
2022-09-05 | bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs. | Alexei Starovoitov |
2022-09-05 | bpf: Add percpu allocation support to bpf_mem_alloc. | Alexei Starovoitov |
2022-09-05 | bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU. | Alexei Starovoitov |
2022-09-05 | bpf: Adjust low/high watermarks in bpf_mem_cache | Alexei Starovoitov |
2022-09-05 | bpf: Optimize call_rcu in non-preallocated hash map. | Alexei Starovoitov |
2022-09-05 | bpf: Introduce any context BPF specific memory allocator. | Alexei Starovoitov |