messages from 2026-01-22 16:58:47 to 2026-01-23 10:07:34 UTC [more...]
[PATCH v11 net-next 00/15] AccECN protocol case handling series
2026-01-23 10:07 UTC (3+ messages)
` [PATCH v11 net-next 01/15] tcp: try to avoid safer when ACKs are thinned
` [PATCH v11 net-next 02/15] gro: flushing when CWR is set negatively affects AccECN
[RFC PATCH bpf-next v3 00/12] mm: memcontrol: Add BPF hooks for memory controller
2026-01-23 9:29 UTC (20+ messages)
` [RFC PATCH bpf-next v3 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v3 02/12] bpf: initial support for attaching struct ops to cgroups
` [RFC PATCH bpf-next v3 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v3 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v3 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v3 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v3 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v3 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v3 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v3 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v3 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v3 12/12] samples/bpf: Add memcg priority control example
[PATCH bpf-next v11 00/12] bpf: fsession support
2026-01-23 9:21 UTC (20+ messages)
` [PATCH bpf-next v11 01/12] bpf: add "
` [PATCH bpf-next v11 02/12] bpf: use the least significant byte for the nr_args in trampoline
` [PATCH bpf-next v11 03/12] bpf: change prototype of bpf_session_{cookie,is_return}
` [PATCH bpf-next v11 04/12] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v11 05/12] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v11 06/12] bpf,x86: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next v11 07/12] bpf,x86: add fsession support for x86_64
` [PATCH bpf-next v11 08/12] libbpf: add fsession support
` [PATCH bpf-next v11 09/12] bpftool: "
` [PATCH bpf-next v11 10/12] selftests/bpf: add testcases for fsession
` [PATCH bpf-next v11 11/12] selftests/bpf: add testcases for fsession cookie
` [PATCH bpf-next v11 12/12] selftests/bpf: test fsession mixed with fentry and fexit
[PATCH bpf-next v1 0/2] bpf: Introduce execution context detection kfuncs
2026-01-23 9:08 UTC (4+ messages)
` [PATCH bpf-next v1 1/2] "
` [PATCH bpf-next v1 2/2] selftests/bpf: Add tests for execution context kfuncs
[RFC] selftests/bpf: Running test_progs with distro configs
2026-01-23 8:35 UTC (5+ messages)
[PATCH bpf-next v4 0/3] selftests/bpf: migrate a few bpftool testing scripts
2026-01-23 8:30 UTC (4+ messages)
` [PATCH bpf-next v4 1/3] bpf/selftests: add a few helpers for bpftool testing
` [PATCH bpf-next v4 2/3] selftests/bpf: convert test_bpftool_metadata.sh into test_progs framework
` [PATCH bpf-next v4 3/3] selftests/bpf: convert test_bpftool_map_access.sh "
[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
2026-01-23 6:53 UTC (23+ messages)
` [PATCH v4 01/22] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
` [PATCH v4 02/22] mm/slab: fix false lockdep warning in __kfree_rcu_sheaf()
` [PATCH v4 03/22] slab: add SLAB_CONSISTENCY_CHECKS to SLAB_NEVER_MERGE
` [PATCH v4 04/22] mm/slab: move and refactor __kmem_cache_alias()
` [PATCH v4 05/22] mm/slab: make caches with sheaves mergeable
` [PATCH v4 06/22] slab: add sheaves to most caches
` [PATCH v4 07/22] slab: introduce percpu sheaves bootstrap
` [PATCH v4 08/22] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH v4 09/22] slab: handle kmalloc sheaves bootstrap
` [PATCH v4 10/22] slab: add optimized sheaf refill from partial list
` [PATCH v4 11/22] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH v4 12/22] slab: remove SLUB_CPU_PARTIAL
` [PATCH v4 13/22] slab: remove the do_slab_free() fastpath
` [PATCH v4 14/22] slab: remove defer_deactivate_slab()
` [PATCH v4 15/22] slab: simplify kmalloc_nolock()
` [PATCH v4 16/22] slab: remove struct kmem_cache_cpu
` [PATCH v4 17/22] slab: remove unused PREEMPT_RT specific macros
` [PATCH v4 18/22] slab: refill sheaves from all nodes
` [PATCH v4 19/22] slab: update overview comments
` [PATCH v4 20/22] slab: remove frozen slab checks from __slab_free()
` [PATCH v4 21/22] mm/slub: remove DEACTIVATE_TO_* stat items
` [PATCH v4 22/22] mm/slub: cleanup and repurpose some "
[PATCH v3 0/7] seccomp: support nested listeners
2026-01-23 6:26 UTC (6+ messages)
` [PATCH v3 6/7] seccomp: allow "
[PATCH bpf-next v2 0/2] bpf: Disallow BPF_F_LOCK with mixed special fields
2026-01-23 5:56 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Disallow BPF_F_LOCK with mixed special fields and centralize flag checks
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests to verify BPF_F_LOCK restrictions
[PATCH bpf-next v4 1/2] selftests/bpf: Fix task_local_data failure with 64K page
2026-01-23 5:51 UTC (2+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Fix xdp_pull_data "
[PATCH RESEND bpf-next v7 0/2] Pass external callchain entry to get_perf_callchain
2026-01-23 5:42 UTC (4+ messages)
` [PATCH bpf-next v7 2/2] bpf: Hold the perf callchain entry until used completely
[PATCH bpf-next 1/2] bpf: add new BPF_CGROUP_ITER_CHILDREN_ONLY control option
2026-01-23 4:26 UTC (2+ messages)
[PATCH bpf-next v7 0/9] bpf: Extend BPF syscall with common attributes support
2026-01-23 4:19 UTC (14+ messages)
` [PATCH bpf-next v7 1/9] "
` [PATCH bpf-next v7 2/9] libbpf: Add support for extended bpf syscall
` [PATCH bpf-next v7 3/9] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v7 4/9] bpf: Add syscall common attributes support "
` [PATCH bpf-next v7 5/9] bpf: Refactor reporting btf_log_true_size for btf_load
` [PATCH bpf-next v7 6/9] bpf: Add syscall common attributes support "
` [PATCH bpf-next v7 7/9] bpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v7 8/9] libbpf: Add common attr "
` [PATCH bpf-next v7 9/9] selftests/bpf: Add tests to verify map create failure log
[PATCH v3 net-next 00/15] nbl driver for Nebulamatrix NICs
2026-01-23 3:57 UTC (18+ messages)
` [PATCH v3 net-next 01/15] net/nebula-matrix: add minimum nbl build framework
` [PATCH v3 net-next 02/15] net/nebula-matrix: add our driver architecture
` [PATCH v3 net-next 03/15] net/nebula-matrix: add machine-generated headers and chip definitions
` [PATCH v3 net-next 04/15] net/nebula-matrix: add channel layer implementation and the corresponding hw interfaces
` [PATCH v3 net-next 05/15] net/nebula-matrix: add resource layer common part implementation
` [PATCH v3 net-next 06/15] net/nebula-matrix: add intr resource implementation
` [PATCH v3 net-next 07/15] net/nebula-matrix: add queue "
` [PATCH v3 net-next 08/15] net/nebula-matrix: add vsi "
` [PATCH v3 net-next 09/15] net/nebula-matrix: add txrx resource interfaces and tx func
` [PATCH v3 net-next 10/15] net/nebula-matrix: add txrx interrupt handling logic
` [PATCH v3 net-next 11/15] net/nebula-matrix: add Dispatch layer implementation
` [PATCH v3 net-next 13/15] net/nebula-matrix: add net dev init/reinit operation
` [PATCH v3 net-next 14/15] net/nebula-matrix: add common dev start/stop operation
` [PATCH v3 net-next 15/15] net/nebula-matrix: add net "
[PATCH] bpf/verifier: allow calling bpf_kptr_xchg while holding a lock
2026-01-23 3:34 UTC (2+ messages)
[PATCH bpf-next 0/4] Switch from kfuncs to direct helper calls in prologue/epilogue
2026-01-23 3:10 UTC (2+ messages)
[PATCH 07/13] selftests: bpf: Add ASAN support for libarena selftests
2026-01-23 3:00 UTC (3+ messages)
[PATCH 10/13] selftest: bpf: Add libarena stack allocator
2026-01-23 2:59 UTC (3+ messages)
[PATCH 06/13] selftests: bpf: Add arena ASAN runtime to libarena
2026-01-23 2:56 UTC (3+ messages)
[PATCH 09/13] selftests: bpf: Add libarena selftests for the bump allocator
2026-01-23 2:55 UTC (3+ messages)
[LSF/MM/BPF TOPIC] Refactor LSM hooks for VFS mount operations
2026-01-23 2:39 UTC (9+ messages)
[PATCH v4 net-next 00/15] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
2026-01-23 2:21 UTC (16+ messages)
` [PATCH v4 net-next 01/15] net: fec: add fec_txq_trigger_xmit() helper
` [PATCH v4 net-next 02/15] net: fec: add fec_rx_error_check() to check RX errors
` [PATCH v4 net-next 03/15] net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
` [PATCH v4 net-next 04/15] net: fec: add fec_build_skb() to build a skb
` [PATCH v4 net-next 05/15] net: fec: improve fec_enet_rx_queue()
` [PATCH v4 net-next 06/15] net: fec: add fec_enet_rx_queue_xdp() for XDP path
` [PATCH v4 net-next 07/15] net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()
` [PATCH v4 net-next 08/15] net: fec: transmit XDP frames in bulk
` [PATCH v4 net-next 09/15] net: fec: remove unnecessary NULL pointer check when clearing TX BD ring
` [PATCH v4 net-next 10/15] net: fec: use switch statement to check the type of tx_buf
` [PATCH v4 net-next 11/15] net: fec: remove the size parameter from fec_enet_create_page_pool()
` [PATCH v4 net-next 12/15] net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
` [PATCH v4 net-next 13/15] net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
` [PATCH v4 net-next 14/15] net: fec: improve fec_enet_tx_queue()
` [PATCH v4 net-next 15/15] net: fec: add AF_XDP zero-copy support
[PATCH net-next v1] net: sched: sfq: add detailed drop reasons for monitoring
2026-01-23 1:59 UTC (7+ messages)
[RESEND PATCH bpf-next v6 0/9] bpf: Extend BPF syscall with common attributes support
2026-01-23 1:41 UTC (4+ messages)
` [RESEND PATCH bpf-next v6 2/9] libbpf: Add support for extended bpf syscall
[PATCH bpf-next v2 1/2] selftests/bpf: Fix task_local_data failure with 64K page
2026-01-23 0:23 UTC (11+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Fix xdp_pull_data "
[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
2026-01-23 0:01 UTC (19+ messages)
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
[PATCH bpf-next v7 0/8] bpf: Avoid locks in bpf_timer and bpf_wq
2026-01-22 23:48 UTC (10+ messages)
` [PATCH bpf-next v7 1/8] bpf: Enable bpf timer and workqueue use in NMI
` [PATCH bpf-next v7 2/8] bpf: Add verifier support for bpf_timer argument in kfuncs
` [PATCH bpf-next v7 3/8] bpf: Introduce bpf_timer_cancel_async() kfunc
` [PATCH bpf-next v7 4/8] selftests/bpf: Refactor timer selftests
` [PATCH bpf-next v7 5/8] selftests/bpf: Add stress test for timer async cancel
` [PATCH bpf-next v7 6/8] selftests/bpf: Verify bpf_timer_cancel_async works
` [PATCH bpf-next v7 7/8] selftests/bpf: Add timer stress test in NMI context
` [PATCH bpf-next v7 8/8] selftests/bpf: Removed obsolete tests
[PATCH bpf-next v3 1/2] selftests/bpf: Fix task_local_data failure with 64K page
2026-01-22 23:34 UTC (3+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Fix xdp_pull_data "
[PATCH v4 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
2026-01-22 21:40 UTC (8+ messages)
` [PATCH v4 1/6] powerpc64/bpf: Moving tail_call_cnt to bottom of frame
` [PATCH v4 2/6] powerpc64/bpf: Support tailcalls with subprogs
` [PATCH v4 3/6] powerpc64/bpf: Avoid tailcall restore from trampoline
` [PATCH v4 4/6] powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JIT
` [PATCH v4 5/6] powerpc64/bpf: Support exceptions
` [PATCH v4 6/6] powerpc64/bpf: Additional NVR handling for bpf_throw
[PATCH net-next 00/10] Call skb_metadata_set when skb->data points past metadata
2026-01-22 20:21 UTC (4+ messages)
[RFC net-next] net: ena: Use u64_stats_t with u64_stats_sync properly
2026-01-22 19:24 UTC
[PATCH dwarves 0/4] Improve BTF concrete function accuracy
2026-01-22 18:36 UTC (5+ messages)
` [PATCH dwarves 3/4] btf_encoder: Add true_signature feature support for "."-suffixed functions
[PATCH bpf] rqspinlock: Fix TAS fallback lock entry creation
2026-01-22 18:03 UTC (2+ messages)
[PATCH v3 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
2026-01-22 17:32 UTC (10+ messages)
` [PATCH v3 1/6] powerpc64/bpf : Moving tail_call_cnt to bottom of frame
` [PATCH v3 2/6] powerpc64/bpf: Support tailcalls with subprogs
` [PATCH v3 3/6] powerpc64/bpf: Avoid tailcall restore from trampoline
` [PATCH v3 4/6] powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JIT
` [PATCH v3 5/6] powerpc64/bpf: Support exceptions
` [PATCH v3 6/6] powerpc64/bpf: Additional NVR handling for bpf_throw
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