messages from 2026-01-16 08:15:02 to 2026-01-19 06:20:16 UTC [more...]
[PATCH] bpf/verifier: optimize precision backtracking by skipping precise bits
2026-01-19 6:20 UTC (4+ messages)
` [PATCH v3] "
[PATCH bpf-next v3 0/2] bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
2026-01-19 5:59 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: test bpf_get_func_arg() for tp_btf
[PATCH v3 00/21] slab: replace cpu (partial) slabs with sheaves
2026-01-19 5:23 UTC (29+ 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 "
[PATCHv6 00/13] kexec: Use BPF lskel to enable kexec to load PE format boot image
2026-01-19 3:24 UTC (14+ messages)
` [PATCHv6 01/13] bpf: Introduce kfuncs to parser buffer content
` [PATCHv6 02/13] kexec_file: Move signature validation ahead
` [PATCHv6 03/13] kexec_file: Introduce routines to parse PE file
` [PATCHv6 04/13] kexec_file: Use bpf-prog to decompose image
` [PATCHv6 05/13] lib/decompress: Keep decompressor when CONFIG_KEEP_DECOMPRESSOR
` [PATCHv6 06/13] kexec_file: Implement decompress method for parser
` [PATCHv6 07/13] kexec_file: Implement copy "
` [PATCHv6 08/13] kexec_file: Introduce a bpf-prog lskel to parse PE file
` [PATCHv6 09/13] kexec_file: Factor out routine to find a symbol in ELF
` [PATCHv6 10/13] kexec_file: Integrate bpf light skeleton to load image with bpf-prog
` [PATCHv6 11/13] arm64/kexec: Select KEXEC_BPF to support UEFI-style kernel image
` [PATCHv6 12/13] tools/kexec: Introduce a bpf-prog to parse zboot image format
` [PATCHv6 13/13] tools/kexec: Add a zboot image building tool
[PATCH bpf-next v4 0/4] emit ENDBR/BTI instructions for indirect jump targets
2026-01-19 2:35 UTC (7+ messages)
` [PATCH bpf-next v4 2/4] bpf: Add helper to detect "
[PATCH net-next v7 00/16] netkit: Support for io_uring zero-copy and AF_XDP
2026-01-19 1:46 UTC (25+ messages)
` [PATCH net-next v7 01/16] net: Add queue-create operation
` [PATCH net-next v7 02/16] net: Implement netdev_nl_queue_create_doit
` [PATCH net-next v7 03/16] net: Add lease info to queue-get response
` [PATCH net-next v7 04/16] net, ethtool: Disallow leased real rxqs to be resized
` [PATCH net-next v7 05/16] net: Proxy net_mp_{open,close}_rxq for leased queues
` [PATCH net-next v7 06/16] net: Proxy netdev_queue_get_dma_dev "
` [PATCH net-next v7 07/16] xsk: Extend xsk_rcv_check validation
` [PATCH net-next v7 08/16] xsk: Proxy pool management for leased queues
` [PATCH net-next v7 13/16] selftests/net: Add bpf skb forwarding program
` [PATCH net-next v7 14/16] selftests/net: Add env for container based tests
` [PATCH net-next v7 15/16] selftests/net: Make NetDrvContEnv support queue leasing
` [PATCH net-next v7 16/16] selftests/net: Add netkit container tests
[PATCH net-next 0/1] AccECN packetdrill selftest series
2026-01-19 0:05 UTC (6+ messages)
` [PATCH net-next 1/1] selftests/net: Add packetdrill packetdrill cases
[PATCH] bpf/verifier: implement slab cache for verifier state list
2026-01-18 9:46 UTC (8+ messages)
` [PATCH v2] "
[PATCH bpf RESEND v2 0/2] bpf: Fix memory access flags in helper prototypes
2026-01-18 8:16 UTC (3+ messages)
` [PATCH bpf RESEND v2 1/2] "
` [PATCH bpf RESEND v2 2/2] bpf: Require ARG_PTR_TO_MEM with memory flag
[PATCH bpf-next v4 0/2] bpf: Add range tracking for BPF_DIV and BPF_MOD
2026-01-17 17:59 UTC (6+ 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 v2 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
2026-01-17 10:59 UTC (15+ messages)
` [PATCH v2 1/6] powerpc64/bpf: Move tail_call_cnt to bottom of stack frame
` [PATCH v2 2/6] powerpc64/bpf: Support tailcalls with subprogs
` [PATCH v2 3/6] powerpc64/bpf: Tailcall handling with trampolines
` [PATCH v2 6/6] powerpc64/bpf: Additional NVR handling for bpf_throw
[PATCH 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
2026-01-17 10:33 UTC (3+ messages)
` [PATCH 2/6] powerpc64/bpf: Tailcall handling with trampolines
[PATCH bpf-next 0/2] bpf: Add kfunc bpf_strncasecmp()
2026-01-17 9:06 UTC (6+ messages)
` [PATCH bpf-next 1/2] bpf: add bpf_strncasecmp kfunc
[PATCH bpf-next v2 00/13] bpf: Kernel functions with KF_IMPLICIT_ARGS
2026-01-17 6:36 UTC (18+ 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-17 4:43 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] "
[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 (24+ messages)
` [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 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 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 (2+ 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 (5+ messages)
` [PATCH RFC v5 05/10] bpf: Enable bpf timer and workqueue use in NMI
[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 (12+ messages)
` [PATCH RFC v2 03/20] mm/slab: make caches with sheaves mergeable
` [PATCH RFC v2 04/20] slab: add sheaves to most caches
[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 (2+ 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] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox