messages from 2025-09-08 19:27:59 to 2025-09-10 02:46:26 UTC [more...]
[PATCH v7 mm-new 0/9] mm, bpf: BPF based THP order selection
2025-09-10 2:44 UTC (9+ messages)
` [PATCH v7 mm-new 01/10] mm: thp: remove disabled task from khugepaged_mm_slot
` [PATCH v7 mm-new 02/10] mm: thp: add support for BPF based THP order selection
` [PATCH v7 mm-new 03/10] mm: thp: decouple THP allocation between swap and page fault paths
` [PATCH v7 mm-new 04/10] mm: thp: enable THP allocation exclusively through khugepaged
` [PATCH v7 mm-new 05/10] bpf: mark mm->owner as __safe_rcu_or_null
` [PATCH v7 mm-new 06/10] bpf: mark vma->vm_mm as __safe_trusted_or_null
` [PATCH v7 mm-new 07/10] selftests/bpf: add a simple BPF based THP policy
` [PATCH v7 mm-new 08/10] selftests/bpf: add test case to update "
[PATCH v2 00/13] Internalize www.kernel.org/doc cross-references
2025-09-10 2:43 UTC (11+ messages)
` [PATCH v2 01/13] Documentation: hw-vuln: l1tf: Convert kernel docs external links
` [PATCH v2 02/13] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link
` [PATCH v2 03/13] Documentation: perf-security: Convert security credentials bibliography link
` [PATCH v2 04/13] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH v2 05/13] Documentation: blk-mq: Convert block layer docs external links
` [PATCH v2 06/13] Documentation: bpf: Convert external kernel docs link
` [PATCH v2 07/13] Documentation: kasan: Use internal link to kunit
` [PATCH v2 08/13] Documentation: gpu: "
` [PATCH v2 09/13] Documentation: filesystems: Fix stale reference to device-mapper docs
` [PATCH v2 13/13] Documentation: checkpatch: Convert kernel docs references
[PATCH bpf-next v6 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
2025-09-10 2:20 UTC (10+ messages)
` [PATCH bpf-next v6 1/7] bpf: Introduce internal bpf_map_check_op_flags helper function
` [PATCH bpf-next v6 2/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
` [PATCH bpf-next v6 3/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
` [PATCH bpf-next v6 4/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps
` [PATCH bpf-next v6 5/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage maps
` [PATCH bpf-next v6 6/7] libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps
` [PATCH bpf-next v6 7/7] selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flags
[PATCH bpf-next v2 0/2] bpf: Reject bpf_timer for PREEMPT_RT
2025-09-10 2:06 UTC (11+ messages)
` [PATCH bpf-next v2 1/2] "
[PATCH net-next 00/13][pull request] idpf: add XDP support
2025-09-10 1:50 UTC (15+ messages)
` [PATCH net-next 01/13] xdp, libeth: make the xdp_init_buff() micro-optimization generic
` [PATCH net-next 02/13] idpf: fix Rx descriptor ready check barrier in splitq
` [PATCH net-next 03/13] idpf: use a saner limit for default number of queues to allocate
` [PATCH net-next 04/13] idpf: link NAPIs to queues
` [PATCH net-next 05/13] idpf: add 4-byte completion descriptor definition
` [PATCH net-next 06/13] idpf: remove SW marker handling from NAPI
` [PATCH net-next 07/13] idpf: add support for nointerrupt queues
` [PATCH net-next 08/13] idpf: prepare structures to support XDP
` [PATCH net-next 09/13] idpf: implement XDP_SETUP_PROG in ndo_bpf for splitq
` [PATCH net-next 10/13] idpf: use generic functions to build xdp_buff and skb
` [PATCH net-next 11/13] idpf: add support for XDP on Rx
` [PATCH net-next 12/13] idpf: add support for .ndo_xdp_xmit()
` [PATCH net-next 13/13] idpf: add XDP RSS hash hint
[PATCH 0/6] uprobes/x86: Cleanups and fixes
2025-09-10 1:05 UTC (10+ messages)
` [PATCH 6/6] uprobes/x86: Add SLS mitigation to the trampolines
[PATCH bpf-next 0/2] bpf: Support fentry/fexit for functions with union args
2025-09-10 0:54 UTC (3+ messages)
` [PATCH bpf-next 1/2] "
[RFC PATCH bpf-next 00/14] bpf: Efficient socket destruction
2025-09-10 0:03 UTC (16+ messages)
` [RFC PATCH bpf-next 01/14] bpf: Use reference counting for struct bpf_shtab_elem
` [RFC PATCH bpf-next 02/14] bpf: Hold socket lock in socket hash iterator
` [RFC PATCH bpf-next 03/14] bpf: Hold socket lock in socket map iterator
` [RFC PATCH bpf-next 04/14] bpf: Mark sk as PTR_TRUSTED in sockmap iterator context
` [RFC PATCH bpf-next 05/14] selftests/bpf: Test bpf_sock_destroy() with sockmap iterators
` [RFC PATCH bpf-next 06/14] bpf: Enable precise bucketing control for socket hashes
` [RFC PATCH bpf-next 07/14] bpf: Support key prefix filtering for socket hash iterators
` [RFC PATCH bpf-next 08/14] selftests/bpf: Fix off by one error in remove_all_established
` [RFC PATCH bpf-next 09/14] selftests/bpf: Test socket hash iterator resume scenarios
` [RFC PATCH bpf-next 10/14] selftests/bpf: Socket map + sockops insert and destroy
` [RFC PATCH bpf-next 11/14] bpf: Introduce BPF_SOCK_OPS_UDP_CONNECTED_CB
` [RFC PATCH bpf-next 12/14] bpf: Allow bpf_sock_(map|hash)_update from BPF_SOCK_OPS_UDP_CONNECTED_CB
` [RFC PATCH bpf-next 13/14] selftests/bpf: Extend insert and destroy tests for UDP sockets
` [RFC PATCH bpf-next 14/14] bpf, doc: Document map_extra and key prefix filtering for socket hash
[PATCH v1 bpf] tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate psock->cork
2025-09-09 23:26 UTC
[PATCH net-next 0/2] net: xdp: handle frags with unreadable memory
2025-09-09 23:24 UTC (4+ messages)
` [PATCH net-next 1/2] net: xdp: pass full flags to xdp_update_skb_shared_info()
[PATCH bpf v2] bpf/helpers: Use __GFP_HIGH instead of GFP_ATOMIC in __bpf_async_init()
2025-09-09 22:40 UTC (2+ messages)
[PATCH bpf v3 1/1] bpf: Allow fall back to interpreter for programs with stack size <= 512
2025-09-09 22:20 UTC (3+ messages)
[PATCH bpf v2] rqspinlock: Choose trylock fallback for NMI waiters
2025-09-09 22:20 UTC (2+ messages)
[PATCH bpf-next 0/5] selftests/bpf: Extend sockmap_redir to test no-redir SK_DROP/SK_PASS
2025-09-09 21:25 UTC (5+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: sockmap_redir: Simplify try_recv()
[PATCH RFC net-next 0/5] selftests: drv-net: Convert XDP program to bpf_dynptr
2025-09-09 21:12 UTC (8+ messages)
` [PATCH RFC net-next 1/5] selftests: drv-net: Test XDP_TX with bpf_dynptr
` [PATCH RFC net-next 2/5] selftests: drv-net: Test XDP tail adjustment "
` [PATCH RFC net-next 3/5] selftests: drv-net: Test XDP head "
` [PATCH RFC net-next 4/5] selftests: drv-net: Adjust XDP header data "
` [PATCH RFC net-next 5/5] selftests: drv-net: Check "
[PATCH v7 bpf-next/net 0/6] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
2025-09-09 20:45 UTC (7+ messages)
` [PATCH v7 bpf-next/net 1/6] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v7 bpf-next/net 2/6] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v7 bpf-next/net 3/6] net-memcg: Introduce net.core.memcg_exclusive sysctl
` [PATCH v7 bpf-next/net 4/6] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE
` [PATCH v7 bpf-next/net 5/6] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_EXCLUSIVE
` [PATCH v7 bpf-next/net 6/6] selftest: bpf: Add test for SK_MEMCG_EXCLUSIVE
[PATCH net 1/4] igb: Fix NULL pointer dereference in ethtool loopback test
2025-09-09 20:32 UTC
[RFC bpf-next v1 0/7] Add kfunc bpf_xdp_pull_data
2025-09-09 19:20 UTC (9+ messages)
[PATCH bpf-next v3 0/7] bpf: Introduce deferred task context execution
2025-09-09 18:59 UTC (16+ messages)
` [PATCH bpf-next v3 6/7] bpf: task work scheduling kfuncs
` [PATCH bpf-next v3 7/7] selftests/bpf: BPF task work scheduling tests
[PATCH net-next 00/11] net: stmmac: timestamping/ptp cleanups
2025-09-09 18:46 UTC (13+ messages)
` [PATCH net-next 01/11] net: stmmac: ptp: improve handling of aux_ts_lock lifetime
` [PATCH net-next 02/11] net: stmmac: disable PTP clock after unregistering PTP
` [PATCH net-next 03/11] net: stmmac: fix PTP error cleanup in __stmmac_open()
` [PATCH net-next 04/11] net: stmmac: fix stmmac_xdp_open() clk_ptp_ref error cleanup
` [PATCH net-next 05/11] net: stmmac: unexport stmmac_init_tstamp_counter()
` [PATCH net-next 06/11] net: stmmac: add __stmmac_release() to complement __stmmac_open()
` [PATCH net-next 07/11] net: stmmac: move stmmac_init_ptp() messages into function
` [PATCH net-next 08/11] net: stmmac: rename stmmac_init_ptp()
` [PATCH net-next 09/11] net: stmmac: add stmmac_setup_ptp()
` [PATCH net-next 10/11] net: stmmac: move PTP support check into stmmac_init_timestamping()
` [PATCH net-next 11/11] net: stmmac: move timestamping/ptp init to stmmac_hw_setup() caller
[PATCH bpf-next] selftests/bpf: remove Mykola Lysenko from BPF selftests maintainers
2025-09-09 18:40 UTC (4+ messages)
[PATCH v9 bpf] xsk: fix immature cq descriptor production
2025-09-09 18:40 UTC (2+ messages)
[PATCH bpf v1] rqspinlock: Choose trylock fallback for NMI waiters
2025-09-09 18:35 UTC (2+ messages)
[PATCHv3 perf/core 0/6] uprobe,bpf: Allow to change app registers from uprobe registers
2025-09-09 16:41 UTC (9+ messages)
` [PATCHv3 perf/core 1/6] bpf: Allow uprobe program to change context registers
` [PATCHv3 perf/core 2/6] uprobe: Do not emulate/sstep original instruction when ip is changed
` [PATCHv3 perf/core 3/6] selftests/bpf: Add uprobe context registers changes test
` [PATCHv3 perf/core 4/6] selftests/bpf: Add uprobe context ip register change test
` [PATCHv3 perf/core 5/6] selftests/bpf: Add kprobe write ctx attach test
` [PATCHv3 perf/core 6/6] selftests/bpf: Add kprobe multi "
[PATCH bpf-next v8 1/3] bpf: refactor max_depth computation in bpf_get_stack()
2025-09-09 16:41 UTC (4+ messages)
` [PATCH bpf-next v8 3/3] bpf: fix stackmap overflow check in __bpf_get_stackid()
[ANNOUNCEMENT] LPC 2025 BPF Track CFP
2025-09-09 16:37 UTC (2+ messages)
[PATCH bpf-next v2 1/2] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
2025-09-09 16:32 UTC (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add stacktrace map lookup_and_delete_elem test case
[PATCH bpf-next v2] selftests/bpf: Fix incorrect array size calculation
2025-09-09 16:30 UTC (2+ messages)
[RFC 0/2] BPF signature hash chains
2025-09-09 16:20 UTC (3+ messages)
` [RFC 1/2] bpf: Add hash chain signature support for arbitrary maps
` [RFC 2/2] libbpf: Add hash chain signing support to light skeletons
[PATCH net-next v5 0/2] net/mlx5: Avoid payload in skb's linear part for better GRO-processing
2025-09-09 15:18 UTC (5+ messages)
` [PATCH net-next v5 2/2] net/mlx5: Avoid copying payload to the skb's linear part
[PATCH bpf-next v6 0/5] bpf: report arena faults to BPF streams
2025-09-09 14:49 UTC (4+ messages)
` [PATCH bpf-next v6 3/5] bpf: Report arena faults to BPF stderr
[PATCH bpf-next 1/2] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
2025-09-09 13:07 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add stacktrace map lookup_and_delete_elem test case
[PATCH v4 next-next] net/cls_cgroup: Fix task_get_classid() during qdisc run
2025-09-09 8:39 UTC (2+ messages)
[PATCH] memcg: skip cgroup_file_notify if spinning is not allowed
2025-09-09 6:20 UTC (5+ messages)
[PATCH v1] bpf: Add kernel-doc for struct bpf_prog_info
2025-09-09 3:37 UTC (5+ messages)
[PATCH] selftests/bpf: Fix incorrect array size calculation
2025-09-09 2:34 UTC (2+ messages)
[PATCH v4 0/6] slab: Re-entrant kmalloc_nolock()
2025-09-09 2:32 UTC (9+ messages)
` [PATCH v4 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[PATCH bpf-next v5 0/9] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
2025-09-09 2:26 UTC (7+ messages)
` [PATCH bpf-next v5 1/9] bpf: Generalize data copying "
` [PATCH bpf-next v5 2/9] bpf: Introduce internal bpf_map_check_op_flags helper function
[PATCH bpf-next v2 0/7] Add kfunc bpf_xdp_pull_data
2025-09-09 1:54 UTC (5+ messages)
` [PATCH bpf-next v2 3/7] bpf: Support pulling non-linear xdp data
[PATCH v6 0/6] tracing: Deferred unwinding of user space stack traces
2025-09-09 1:18 UTC (21+ messages)
` [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
[PATCH v6 bpf-next/net 0/5] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
2025-09-09 1:01 UTC (10+ messages)
` [PATCH v6 bpf-next/net 1/5] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v6 bpf-next/net 2/5] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE
` [PATCH v6 bpf-next/net 3/5] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_SOCK_ISOLATED
` [PATCH v6 bpf-next/net 4/5] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v6 bpf-next/net 5/5] selftest: bpf: Add test for SK_BPF_MEMCG_SOCK_ISOLATED
[PATCH slab v5 0/6] slab: Re-entrant kmalloc_nolock()
2025-09-09 1:00 UTC (7+ messages)
` [PATCH slab v5 1/6] locking/local_lock: Introduce local_lock_is_locked()
` [PATCH slab v5 2/6] mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock()
` [PATCH slab v5 3/6] mm: Introduce alloc_frozen_pages_nolock()
` [PATCH slab v5 4/6] slab: Make slub local_(try)lock more precise for LOCKDEP
` [PATCH slab v5 5/6] slab: Reuse first bit for OBJEXTS_ALLOC_FAIL
` [PATCH slab v5 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[PATCH v2 bpf-next] riscv, bpf: Sign extend struct ops return values properly
2025-09-08 22:34 UTC (4+ messages)
[GIT PULL] io_uring fix for 6.17-rc5
2025-09-08 22:15 UTC
[PATCH 0/5] perf trace: Fix parallel execution
2025-09-08 21:00 UTC (3+ messages)
` [PATCH 1/5] perf trace: use standard syscall tracepoint structs for augmentation
[PATCH bpf] bpf/helpers: Use __GFP_HIGH instead of GFP_ATOMIC in __bpf_async_init()
2025-09-08 20:30 UTC (3+ messages)
[syzbot] [net?] WARNING: suspicious RCU usage in corrupted (3)
2025-09-08 20:12 UTC
[PATCHv2 perf/core 0/4] uprobe,bpf: Allow to change app registers from uprobe registers
2025-09-08 19:36 UTC (4+ messages)
` [PATCHv2 perf/core 1/4] bpf: Allow uprobe program to change context registers
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