Show patches with: Submitter = Alexei Starovoitov       |    State = Action Required       |    Archived = No       |   177 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[bpf-next,04/16] bpf: Introduce bpf_arena. bpf: Introduce BPF arena. - - - --- 2024-02-06 Alexei Starovoitov New
[bpf-next,03/16] mm: Expose vmap_pages_range() to the rest of the kernel. bpf: Introduce BPF arena. - - - --- 2024-02-06 Alexei Starovoitov New
[bpf-next,02/16] bpf: Recognize '__map' suffix in kfunc arguments bpf: Introduce BPF arena. - - - --- 2024-02-06 Alexei Starovoitov New
[bpf-next,01/16] bpf: Allow kfuncs return 'void *' bpf: Introduce BPF arena. 2 - - --- 2024-02-06 Alexei Starovoitov New
[v6,bpf-next,16/16] bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc. bpf: BPF specific memory allocator. - - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,15/16] bpf: Remove usage of kmem_cache from bpf_mem_cache. bpf: BPF specific memory allocator. - - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,14/16] bpf: Remove prealloc-only restriction for sleepable bpf programs. bpf: BPF specific memory allocator. 2 - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,13/16] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs. bpf: BPF specific memory allocator. 2 - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,12/16] bpf: Remove tracing program restriction on map types bpf: BPF specific memory allocator. 2 - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,11/16] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc. bpf: BPF specific memory allocator. 2 - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,10/16] bpf: Add percpu allocation support to bpf_mem_alloc. bpf: BPF specific memory allocator. 2 - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,09/16] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU. bpf: BPF specific memory allocator. 2 - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,08/16] bpf: Adjust low/high watermarks in bpf_mem_cache bpf: BPF specific memory allocator. 2 - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,07/16] bpf: Optimize call_rcu in non-preallocated hash map. bpf: BPF specific memory allocator. 2 - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,06/16] bpf: Optimize element count in non-preallocated hash map. bpf: BPF specific memory allocator. 2 - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,05/16] bpf: Relax the requirement to use preallocated hash maps in tracing progs. bpf: BPF specific memory allocator. 2 - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,04/16] samples/bpf: Reduce syscall overhead in map_perf_test. bpf: BPF specific memory allocator. 2 - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,03/16] selftests/bpf: Improve test coverage of test_maps bpf: BPF specific memory allocator. 2 - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,02/16] bpf: Convert hash map to bpf_mem_alloc. bpf: BPF specific memory allocator. 2 - - --- 2022-09-02 Alexei Starovoitov New
[v6,bpf-next,01/16] bpf: Introduce any context BPF specific memory allocator. bpf: BPF specific memory allocator. 2 - - --- 2022-09-02 Alexei Starovoitov New
[v5,bpf-next,15/15] bpf: Remove usage of kmem_cache from bpf_mem_cache. bpf: BPF specific memory allocator. - - - --- 2022-09-01 Alexei Starovoitov New
[v5,bpf-next,14/15] bpf: Remove prealloc-only restriction for sleepable bpf programs. bpf: BPF specific memory allocator. 2 - - --- 2022-09-01 Alexei Starovoitov New
[v5,bpf-next,13/15] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs. bpf: BPF specific memory allocator. 2 - - --- 2022-09-01 Alexei Starovoitov New
[v5,bpf-next,12/15] bpf: Remove tracing program restriction on map types bpf: BPF specific memory allocator. 2 - - --- 2022-09-01 Alexei Starovoitov New
[v5,bpf-next,11/15] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc. bpf: BPF specific memory allocator. 2 - - --- 2022-09-01 Alexei Starovoitov New
[v5,bpf-next,10/15] bpf: Add percpu allocation support to bpf_mem_alloc. bpf: BPF specific memory allocator. 2 - - --- 2022-09-01 Alexei Starovoitov New
[v5,bpf-next,09/15] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU. bpf: BPF specific memory allocator. 2 - - --- 2022-09-01 Alexei Starovoitov New
[v5,bpf-next,08/15] bpf: Adjust low/high watermarks in bpf_mem_cache bpf: BPF specific memory allocator. 2 - - --- 2022-09-01 Alexei Starovoitov New
[v5,bpf-next,07/15] bpf: Optimize call_rcu in non-preallocated hash map. bpf: BPF specific memory allocator. 2 - - --- 2022-09-01 Alexei Starovoitov New
[v5,bpf-next,06/15] bpf: Optimize element count in non-preallocated hash map. bpf: BPF specific memory allocator. 2 - - --- 2022-09-01 Alexei Starovoitov New
[v5,bpf-next,05/15] bpf: Relax the requirement to use preallocated hash maps in tracing progs. bpf: BPF specific memory allocator. 2 - - --- 2022-09-01 Alexei Starovoitov New
[v5,bpf-next,04/15] samples/bpf: Reduce syscall overhead in map_perf_test. bpf: BPF specific memory allocator. 2 - - --- 2022-09-01 Alexei Starovoitov New
[v5,bpf-next,03/15] selftests/bpf: Improve test coverage of test_maps bpf: BPF specific memory allocator. 2 - - --- 2022-09-01 Alexei Starovoitov New
[v5,bpf-next,02/15] bpf: Convert hash map to bpf_mem_alloc. bpf: BPF specific memory allocator. 2 - - --- 2022-09-01 Alexei Starovoitov New
[v5,bpf-next,01/15] bpf: Introduce any context BPF specific memory allocator. bpf: BPF specific memory allocator. 2 - - --- 2022-09-01 Alexei Starovoitov New
[v4,bpf-next,15/15] bpf: Introduce sysctl kernel.bpf_force_dyn_alloc. bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v4,bpf-next,14/15] bpf: Remove prealloc-only restriction for sleepable bpf programs. bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v4,bpf-next,13/15] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs. bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v4,bpf-next,12/15] bpf: Remove tracing program restriction on map types bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v4,bpf-next,11/15] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc. bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v4,bpf-next,10/15] bpf: Add percpu allocation support to bpf_mem_alloc. bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v4,bpf-next,09/15] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU. bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v4,bpf-next,08/15] bpf: Adjust low/high watermarks in bpf_mem_cache bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v4,bpf-next,07/15] bpf: Optimize call_rcu in non-preallocated hash map. bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v4,bpf-next,06/15] bpf: Optimize element count in non-preallocated hash map. bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v4,bpf-next,05/15] bpf: Relax the requirement to use preallocated hash maps in tracing progs. bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v4,bpf-next,04/15] samples/bpf: Reduce syscall overhead in map_perf_test. bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v4,bpf-next,03/15] selftests/bpf: Improve test coverage of test_maps bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v4,bpf-next,02/15] bpf: Convert hash map to bpf_mem_alloc. bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v4,bpf-next,01/15] bpf: Introduce any context BPF specific memory allocator. bpf: BPF specific memory allocator. 1 - - --- 2022-08-26 Alexei Starovoitov New
[v3,bpf-next,15/15] bpf: Introduce sysctl kernel.bpf_force_dyn_alloc. bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v3,bpf-next,14/15] bpf: Remove prealloc-only restriction for sleepable bpf programs. bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v3,bpf-next,13/15] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs. bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v3,bpf-next,12/15] bpf: Remove tracing program restriction on map types bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v3,bpf-next,11/15] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc. bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v3,bpf-next,10/15] bpf: Add percpu allocation support to bpf_mem_alloc. bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v3,bpf-next,09/15] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU. bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v3,bpf-next,08/15] bpf: Adjust low/high watermarks in bpf_mem_cache bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v3,bpf-next,07/15] bpf: Optimize call_rcu in non-preallocated hash map. bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v3,bpf-next,06/15] bpf: Optimize element count in non-preallocated hash map. bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v3,bpf-next,05/15] bpf: Relax the requirement to use preallocated hash maps in tracing progs. bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v3,bpf-next,04/15] samples/bpf: Reduce syscall overhead in map_perf_test. bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v3,bpf-next,03/15] selftests/bpf: Improve test coverage of test_maps bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v3,bpf-next,02/15] bpf: Convert hash map to bpf_mem_alloc. bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v3,bpf-next,01/15] bpf: Introduce any context BPF specific memory allocator. bpf: BPF specific memory allocator. - - - --- 2022-08-19 Alexei Starovoitov New
[v2,bpf-next,12/12] bpf: Remove tracing program restriction on map types bpf: BPF specific memory allocator. - - - --- 2022-08-17 Alexei Starovoitov New
[v2,bpf-next,11/12] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc. bpf: BPF specific memory allocator. - - - --- 2022-08-17 Alexei Starovoitov New
[v2,bpf-next,10/12] bpf: Add percpu allocation support to bpf_mem_alloc. bpf: BPF specific memory allocator. - - - --- 2022-08-17 Alexei Starovoitov New
[v2,bpf-next,09/12] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU. bpf: BPF specific memory allocator. - - - --- 2022-08-17 Alexei Starovoitov New
[v2,bpf-next,08/12] bpf: Adjust low/high watermarks in bpf_mem_cache bpf: BPF specific memory allocator. - - - --- 2022-08-17 Alexei Starovoitov New
[v2,bpf-next,07/12] bpf: Optimize call_rcu in non-preallocated hash map. bpf: BPF specific memory allocator. - - - --- 2022-08-17 Alexei Starovoitov New
[v2,bpf-next,06/12] bpf: Optimize element count in non-preallocated hash map. bpf: BPF specific memory allocator. - - - --- 2022-08-17 Alexei Starovoitov New
[v2,bpf-next,05/12] bpf: Relax the requirement to use preallocated hash maps in tracing progs. bpf: BPF specific memory allocator. - - - --- 2022-08-17 Alexei Starovoitov New
[v2,bpf-next,04/12] samples/bpf: Reduce syscall overhead in map_perf_test. bpf: BPF specific memory allocator. - - - --- 2022-08-17 Alexei Starovoitov New
[v2,bpf-next,03/12] selftests/bpf: Improve test coverage of test_maps bpf: BPF specific memory allocator. - - - --- 2022-08-17 Alexei Starovoitov New
[v2,bpf-next,02/12] bpf: Convert hash map to bpf_mem_alloc. bpf: BPF specific memory allocator. - - - --- 2022-08-17 Alexei Starovoitov New
[v2,bpf-next,01/12] bpf: Introduce any context BPF specific memory allocator. bpf: BPF specific memory allocator. - - - --- 2022-08-17 Alexei Starovoitov New
« 1 2 »