public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-15 22:22:25 to 2026-01-17 02:32:31 UTC [more...]

[PATCH v2 net-next 00/14] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
 2026-01-17  2:32 UTC  (28+ messages)
` [PATCH v2 net-next 01/14] net: fec: add fec_txq_trigger_xmit() helper
` [PATCH v2 net-next 02/14] net: fec: add fec_rx_error_check() to check RX errors
` [PATCH v2 net-next 03/14] net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
` [PATCH v2 net-next 04/14] net: fec: add fec_build_skb() to build a skb
` [PATCH v2 net-next 05/14] net: fec: improve fec_enet_rx_queue()
` [PATCH v2 net-next 06/14] net: fec: add fec_enet_rx_queue_xdp() for XDP path
` [PATCH v2 net-next 07/14] net: fec: transmit XDP frames in bulk
` [PATCH v2 net-next 08/14] net: fec: remove unnecessary NULL pointer check when clearing TX BD ring
` [PATCH v2 net-next 09/14] net: fec: use switch statement to check the type of tx_buf
` [PATCH v2 net-next 10/14] net: fec: remove the size parameter from fec_enet_create_page_pool()
` [PATCH v2 net-next 11/14] net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
` [PATCH v2 net-next 12/14] net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
` [PATCH v2 net-next 13/14] net: fec: improve fec_enet_tx_queue()
` [PATCH v2 net-next 14/14] net: fec: add AF_XDP zero-copy support

[PATCH v3 00/21] slab: replace cpu (partial) slabs with sheaves
 2026-01-17  2:11 UTC  (24+ messages)
` [PATCH v3 01/21] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
` [PATCH v3 02/21] slab: add SLAB_CONSISTENCY_CHECKS to SLAB_NEVER_MERGE
` [PATCH v3 03/21] mm/slab: move and refactor __kmem_cache_alias()
` [PATCH v3 04/21] mm/slab: make caches with sheaves mergeable
` [PATCH v3 05/21] slab: add sheaves to most caches
` [PATCH v3 06/21] slab: introduce percpu sheaves bootstrap
` [PATCH v3 07/21] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH v3 08/21] slab: handle kmalloc sheaves bootstrap
` [PATCH v3 09/21] slab: add optimized sheaf refill from partial list
` [PATCH v3 10/21] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH v3 11/21] slab: remove SLUB_CPU_PARTIAL
` [PATCH v3 12/21] slab: remove the do_slab_free() fastpath
` [PATCH v3 13/21] slab: remove defer_deactivate_slab()
` [PATCH v3 14/21] slab: simplify kmalloc_nolock()
` [PATCH v3 15/21] slab: remove struct kmem_cache_cpu
` [PATCH v3 16/21] slab: remove unused PREEMPT_RT specific macros
` [PATCH v3 17/21] slab: refill sheaves from all nodes
` [PATCH v3 18/21] slab: update overview comments
` [PATCH v3 19/21] slab: remove frozen slab checks from __slab_free()
` [PATCH v3 20/21] mm/slub: remove DEACTIVATE_TO_* stat items
` [PATCH v3 21/21] mm/slub: cleanup and repurpose some "

[PATCH bpf-next v2 00/13] bpf: Kernel functions with KF_IMPLICIT_ARGS
 2026-01-17  0:06 UTC  (17+ messages)
` [PATCH bpf-next v2 01/13] bpf: Refactor btf_kfunc_id_set_contains
` [PATCH bpf-next v2 02/13] bpf: Introduce struct bpf_kfunc_meta
` [PATCH bpf-next v2 03/13] bpf: Verifier support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v2 04/13] resolve_btfids: Introduce finalize_btf() step
` [PATCH bpf-next v2 05/13] resolve_btfids: Support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v2 06/13] selftests/bpf: Add tests "
` [PATCH bpf-next v2 07/13] bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
` [PATCH bpf-next v2 08/13] HID: Use bpf_wq_set_callback kernel function
` [PATCH bpf-next v2 09/13] bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGS
` [PATCH bpf-next v2 10/13] bpf: Migrate bpf_stream_vprintk() "
` [PATCH bpf-next v2 11/13] selftests/bpf: Migrate struct_ops_assoc test "
` [PATCH bpf-next v2 12/13] bpf: Remove __prog kfunc arg annotation
` [PATCH bpf-next v2 13/13] bpf,docs: Document KF_IMPLICIT_ARGS flag

[PATCH bpf-next v2 0/2] bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
 2026-01-16 23:32 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: test bpf_get_func_arg() for tp_btf

[PATCH bpf] selftests/bpf: Support when CONFIG_VXLAN=m
 2026-01-16 23:00 UTC  (4+ messages)

[PATCH bpf-next v2] selftests/bpf: Fix map_kptr test failure
 2026-01-16 23:00 UTC  (3+ messages)

[PATCH] kernel: bpf: Add SPDX license identifiers to a few files
 2026-01-16 22:50 UTC  (2+ messages)

[PATCH v4] bpftool: Add 'prepend' option for tcx attach to insert at chain start
 2026-01-16 22:50 UTC  (2+ messages)

[PATCH bpf-next v5 0/9] bpf: Extend BPF syscall with common attributes support
 2026-01-16 22:33 UTC  (13+ messages)
` [PATCH bpf-next v5 2/9] libbpf: Add support for extended bpf syscall
` [PATCH bpf-next v5 4/9] bpf: Add syscall common attributes support for prog_load
` [PATCH bpf-next v5 8/9] libbpf: Add common attr support for map_create

[PATCH bpf-next 0/4] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
 2026-01-16 22:24 UTC  (12+ messages)
` [PATCH bpf-next 2/4] x86/fgraph,bpf: Switch kprobe_multi program stack unwind to hw_regs path
` [PATCH bpf-next 4/4] selftests/bpf: Allow to benchmark trigger with stacktrace

[PATCH bpf-next v1] bpf: Add __force annotations to silence sparse warnings
 2026-01-16 22:20 UTC  (2+ messages)

[PATCH bpf-next 0/4] selftests/bpf: add a new runner for bpftool tests
 2026-01-16 22:20 UTC  (7+ messages)
` [PATCH bpf-next 2/4] bpf/selftests: introduce bptool test runner and a first test

[PATCH bpf-next 2/3] bpf: drop KF_ACQUIRE flag on BPF kfunc bpf_get_root_mem_cgroup()
 2026-01-16 21:18 UTC  (6+ messages)
` Subject: "

[PATCH RFC v5 00/10] bpf: Avoid locks in bpf_timer and bpf_wq
 2026-01-16 21:16 UTC  (9+ messages)
` [PATCH RFC v5 03/10] bpf: Introduce lock-free bpf_async_update_prog_callback()
` [PATCH RFC v5 04/10] bpf: Simplify bpf_timer_cancel()
` [PATCH RFC v5 05/10] bpf: Enable bpf timer and workqueue use in NMI

[PATCH bpf-next v4 0/2] bpf: Add range tracking for BPF_DIV and BPF_MOD
 2026-01-16 18:44 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add tests for BPF_DIV and BPF_MOD range tracking

[PATCH bpf-next] bpf: verifier: Make sync_linked_regs() scratch registers
 2026-01-16 18:38 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Fix linked register tracking
 2026-01-16 18:30 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf: Preserve id of register in sync_linked_regs()

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-16 18:16 UTC  (26+ messages)
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v9 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1

[PATCH bpf-next v2 0/2] bpf: Add kfunc bpf_strncasecmp()
 2026-01-16 17:54 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: add bpf_strncasecmp kfunc
` [PATCH bpf-next v2 2/2] selftests/bpf: Test kfunc bpf_strncasecmp

[PATCH] kcsan, compiler_types: avoid duplicate type issues in BPF Type Format
 2026-01-16 17:26 UTC  (4+ messages)

[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
 2026-01-16 16:59 UTC  (31+ messages)
` [PATCH RFC v2 01/20] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
` [PATCH RFC v2 02/20] mm/slab: move and refactor __kmem_cache_alias()
` [PATCH RFC v2 03/20] mm/slab: make caches with sheaves mergeable
` [PATCH RFC v2 04/20] slab: add sheaves to most caches
` [PATCH RFC v2 05/20] slab: introduce percpu sheaves bootstrap
` [PATCH RFC v2 08/20] slab: add optimized sheaf refill from partial list

[PATCH bpf-next 0/2] bpf: Add kfunc bpf_strncasecmp()
 2026-01-16 16:03 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: add bpf_strncasecmp kfunc

[PATCH] bpf/verifier: implement slab cache for verifier state list
 2026-01-16 14:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
 2026-01-16 13:59 UTC  (12+ messages)
` [PATCH v2 2/6] powerpc64/bpf: Support tailcalls with subprogs
` [PATCH v2 4/6] powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JIT
` [PATCH v2 5/6] powerpc64/bpf: Support exceptions

[PATCH net-next v1] net: sched: sfq: add detailed drop reasons for monitoring
 2026-01-16 13:31 UTC  (4+ messages)

[PATCH bpf-next v2] bpf_encoder: Fix a verbose output issue
 2026-01-16 12:24 UTC  (3+ messages)

[PATCH v3 00/18] rtla: Robustness and code quality improvements
 2026-01-16 11:38 UTC  (4+ messages)
` [PATCH v3 03/18] rtla: Simplify argument parsing

[PATCH] bpf/verifier: optimize ID mapping reset in states_equal
 2026-01-16  9:29 UTC  (3+ messages)
` [PATCH v2] "

[PATCH bpf-next 0/2] bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
 2026-01-16  6:56 UTC  (7+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: test bpf_get_func_arg() for tp_btf

[PATCH] bpf/verifier: compress bpf_reg_state by using bitfields
 2026-01-16  6:51 UTC  (3+ messages)

[PATCH] bpf/verifier: optimize precision backtracking by skipping precise bits
 2026-01-16  4:58 UTC  (2+ messages)
` [PATCH v2] "

[PATCH RESEND bpf-next v7 0/2] Pass external callchain entry to get_perf_callchain
 2026-01-16  4:35 UTC  (6+ messages)
` [PATCH bpf-next v7 2/2] bpf: Hold the perf callchain entry until used completely

[RFC PATCH bpf-next 0/3] BPF-based NUMA balancing
 2026-01-16  2:45 UTC  (6+ messages)
` [RFC PATCH bpf-next 2/3] mm: add support for bpf based numa balancing

[PATCHv3 bpf-next 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
 2026-01-16  0:40 UTC  (2+ messages)

[PATCH v3 0/2] Replace trace_cpu_frequency with trace_policy_frequency
 2026-01-15 23:35 UTC  (9+ messages)
` [PATCH v3 1/2] cpufreq: "

[PATCH bpf v2 0/2] libbpf: handle modifiers in dedup equivalence
 2026-01-15 22:21 UTC  (8+ messages)
` [PATCH bpf v2 1/2] libbpf: BTF dedup should ignore modifiers in type equivalence checks
    ` KCSCAN and duplicate types in BTF [was Re: [PATCH bpf v2 1/2] libbpf: BTF dedup should ignore modifiers in type equivalence checks)]


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox