messages from 2026-08-14 18:13:17 to 2026-08-17 02:23:54 UTC [more...]
[RFC PATCH 0/3] arm64: expose CPU prefetch and cache modulation controls
2026-08-17 2:23 UTC (2+ messages)
` [RFC PATCH 1/3] arm64: add CPU prefetch and cache modulation sysfs interface
[RFC PATCH v6 0/3] arm64: expose CPU prefetch and cache modulation controls
2026-08-17 2:21 UTC (5+ messages)
` [RFC PATCH v6 1/3] arm64: add CPU prefetch and cache modulation sysfs interface
` [RFC PATCH v6 2/3] Documentation/arch/arm64: document arm_cpumod
` [RFC PATCH v6 3/3] selftests: arm64: add arm_cpumod kselftest
[PATCH] bpf: reject stack-argument callback subprograms
2026-08-17 2:16 UTC (3+ messages)
[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
2026-08-17 2:02 UTC (59+ messages)
` [RFC PATCH 01/57] mm: add pte_folio()
` [RFC PATCH 02/57] mm: add pte_none_or_zero()
` [RFC PATCH 03/57] mm/collapse: add collapse.h for the shared collapse state
` [RFC PATCH 04/57] mm/collapse: rename mthp_present_ptes to eligible_ptes
` [RFC PATCH 05/57] mm/collapse: state what a collapse may do in the policy
` [RFC PATCH 06/57] mm/collapse: move the smallest collapse order to collapse.h
` [RFC PATCH 07/57] mm/collapse: sketch the new anonymous collapse engine
` [RFC PATCH 08/57] mm/collapse: scan a table for what a collapse could use
` [RFC PATCH 09/57] mm/collapse: collect candidate windows into a round
` [RFC PATCH 10/57] mm/collapse: run a round and feed the outcomes back
` [RFC PATCH 11/57] mm/collapse: sketch the passes of a round
` [RFC PATCH 12/57] mm/collapse: allocate a destination per candidate
` [RFC PATCH 13/57] mm/collapse: revalidate a round against the VMA
` [RFC PATCH 14/57] mm/collapse: fault the sources in before the freeze
` [RFC PATCH 15/57] mm/collapse: check what a candidate would freeze
` [RFC PATCH 16/57] mm/collapse: freeze the sources behind migration entries
` [RFC PATCH 17/57] mm/collapse: copy the sources into the destinations
` [RFC PATCH 18/57] mm/collapse: install the destinations at PTE level
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer
` [RFC PATCH 20/57] mm/collapse: put the sources back
` [RFC PATCH 21/57] mm/collapse: settle whatever the round reached
` [RFC PATCH 22/57] mm/collapse: walk a table with a selection cursor
` [RFC PATCH 23/57] mm/collapse: give a refused region a second chance
` [RFC PATCH 24/57] mm/collapse: report each candidate's outcome to tracing
` [RFC PATCH 25/57] mm/collapse: collapse anonymous memory with the new engine
` [RFC PATCH 26/57] mm/collapse: give collapse_single_pmd() the range to work on
` [RFC PATCH 27/57] mm/collapse: scan the windows a VMA can hold
` [RFC PATCH 28/57] mm/collapse: remove the mechanism the engine replaces
` [RFC PATCH 29/57] mm/collapse: move what a collapse is judged on into collapse.c
` [RFC PATCH 30/57] mm/collapse: name the max_ptes ceiling after collapse
` [RFC PATCH 31/57] mm/khugepaged: count collapses where khugepaged makes them
` [RFC PATCH 32/57] mm/collapse: move the file collapse into collapse.c
` [RFC PATCH 33/57] mm/collapse: split collapse into a scan and a run
` [RFC PATCH 34/57] mm/collapse: implement MADV_COLLAPSE in madvise.c
` [RFC PATCH 35/57] mm/madvise: drop MADV_COLLAPSE's redundant mm reference
` [RFC PATCH 36/57] mm/collapse: report what the scan found
` [RFC PATCH 37/57] mm/collapse: report what the fault-in pass paid
` [RFC PATCH 38/57] mm/collapse: report the round, and what it made faulters wait
` [RFC PATCH 39/57] mm/collapse: name the file collapse's tracepoints after collapse
` [RFC PATCH 40/57] mm/collapse: remove the tracepoints of the mechanism that is gone
` [RFC PATCH 41/57] mm/collapse: give collapse its own trace header
` [RFC PATCH 42/57] mm/collapse: allow error injection into the freeze
` [RFC PATCH 43/57] mm/khugepaged: check the scan budget before the work, not after
` [RFC PATCH 44/57] mm/khugepaged: hold the address space open across a scan
` [RFC PATCH 45/57] mm/collapse: take a per-VMA read lock for the round
` [RFC PATCH 46/57] mm/khugepaged: scan under a per-VMA read lock
` [RFC PATCH 47/57] mm/madvise: collapse "
` [RFC PATCH 48/57] mm/collapse: assert the mm reference the engine relies on
` [RFC PATCH 49/57] mm/khugepaged: drop the mmap_lock barrier from __khugepaged_exit()
` [RFC PATCH 50/57] selftests/mm: attribute collapses by candidate event alone
` [RFC PATCH 51/57] selftests/mm: cover collapse inside a sub-PMD VMA
` [RFC PATCH 52/57] selftests/mm: cover a hole-y window in "
` [RFC PATCH 53/57] selftests/mm: cover collapse of mlocked ranges
` [RFC PATCH 54/57] selftests/mm: cover collapse beside a MADV_FREE'd page
` [RFC PATCH 55/57] selftests/mm: cover collapse beside a pinned page
` [RFC PATCH 56/57] selftests/mm: cover the scaled max_ptes_shared limit
` [RFC PATCH 57/57] MAINTAINERS: add an entry for collapse
[PATCH bpf-next v3 0/2] bpf, riscv: Add BPF stack arguments support for RV64 JIT
2026-08-17 1:52 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] "
[PATCH v5 00/36] Private Memory NUMA Nodes
2026-08-17 0:49 UTC (4+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug
[PATCH bpf-next v2 0/2] bpf: Reject mixed arena and ordinary atomic paths
2026-08-16 23:56 UTC (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: Check pointer type for all atomic RMW paths
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover mixed arena and stack atomics
[PATCH v10 00/41] guest_memfd: In-place conversion support
2026-08-16 23:13 UTC (21+ messages)
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v10 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
[RFC PATCH 0/4] mm/damon/perf: add ARM SPE AUX backend
2026-08-16 16:56 UTC (6+ messages)
` [RFC PATCH 1/4] mm/damon/perf: introduce AUX backend interface and Kconfig
` [RFC PATCH 2/4] mm/damon/perf: add AUX trace-buffer PMU backend for ARM SPE
` [RFC PATCH 3/4] mm/damon/perf: add KUnit tests for the SPE record parser
` [RFC PATCH 4/4] selftests/damon: add DAMON perf AUX backend test
[PATCH 0/4] KVM: Reset steal time accounting on vCPU pid change (x86 and arm64)
2026-08-16 5:33 UTC (5+ messages)
` [PATCH 1/4] KVM: x86: Reset last_steal on vCPU pid change
` [PATCH 2/4] KVM: arm64: "
` [PATCH 3/4] KVM: selftests: Test steal time across vCPU pid changes on x86
` [PATCH 4/4] KVM: selftests: Add arm64 coverage for steal time pid changes
[RFC PATCH 4/6] selftests: fix build errors on alpine linux
2026-08-15 21:58 UTC (11+ messages)
` [RFC PATCH 5/6] selftests: run tests on nommu architecture
` [RFC PATCH 6/6] selftests/mm: add nommu mmap and mremap behavior tests
[PATCH] selftests/proc: skip setns-dcache if CONFIG_UNIX is disabled
2026-08-15 21:16 UTC
[PATCH v2 0/4] sysctl: Disallow partial updates of miss-formatted sysctl vectors
2026-08-15 16:09 UTC (3+ messages)
[PATCH v2 4/4] sysctl: Add 0013 to test partially updated vectors
2026-08-15 16:05 UTC (2+ messages)
[PATCH v2 3/4] sysctl: Disallow partial updates for erroneous sysctl vectors
2026-08-15 16:05 UTC (2+ messages)
[PATCH v2 2/4] sysctl: Reject uint arrays before calling the general proc_vec
2026-08-15 16:04 UTC (2+ messages)
[PATCH v2 1/4] sysctl: Split data conversion and file position handling
2026-08-15 16:04 UTC (2+ messages)
[RFC PATCH bpf-next v2 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
2026-08-15 15:35 UTC (4+ messages)
` [RFC PATCH bpf-next v2 1/2] libbpf: support selective kernel module BTF loading via .kmod_btfs section
[PATCH] selftests/exec: add missing SPDX-License-Identifier tag
2026-08-15 15:06 UTC
[PATCH 7.1.y v2 0/2] selftests: Fixes for BPF
2026-08-15 12:50 UTC (3+ messages)
` [PATCH 7.1.y v2 1/2] selftests/bpf: Ensure UDP sockets are bound
` [PATCH 7.1.y v2 2/2] selftests/bpf: Adapt sockmap update error handling
[PATCH 7.1.y 0/4] selftests: Fixes for BPF
2026-08-15 12:42 UTC (3+ messages)
[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
2026-08-15 10:43 UTC (8+ messages)
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
[PATCH v4 RESEND 0/5] KVM: riscv: Add KVM_PRE_FAULT_MEMORY support
2026-08-15 10:34 UTC (6+ messages)
` [PATCH v4 RESEND 1/5] KVM: riscv: Avoid overwriting G-stage tables with huge leaves
` [PATCH v4 RESEND 2/5] KVM: riscv: Avoid THP adjustment for existing 4K G-stage leaves
` [PATCH v4 RESEND 3/5] KVM: riscv: Implement KVM_PRE_FAULT_MEMORY
` [PATCH v4 RESEND 4/5] KVM: selftests: Add RISC-V Sv57 page table indexing
` [PATCH v4 RESEND 5/5] KVM: selftests: Enable pre_fault_memory_test for RISC-V
[PATCH v4 0/5] KVM: riscv: Add KVM_PRE_FAULT_MEMORY support
2026-08-15 10:08 UTC (6+ messages)
` [PATCH v4 1/5] KVM: riscv: Avoid overwriting G-stage tables with huge leaves
` [PATCH v4 2/5] KVM: riscv: Avoid THP adjustment for existing 4K G-stage leaves
` [PATCH v4 3/5] KVM: riscv: Implement KVM_PRE_FAULT_MEMORY
` [PATCH v4 4/5] KVM: selftests: Add RISC-V Sv57 page table indexing
` [PATCH v4 5/5] KVM: selftests: Enable pre_fault_memory_test for RISC-V
[PATCH] selftests/lkdtm: Add missing crashtypes to tests.txt
2026-08-15 10:04 UTC
[PATCH] selftests/zram: emit KTAP output
2026-08-15 9:49 UTC
[PATCH v14 00/22] TDX KVM selftests
2026-08-15 9:17 UTC (7+ messages)
` [PATCH v14 03/22] KVM: selftests: Initialize the TDX VM
[PATCH bpf-next v3 0/5] bpf: fix stream capacity, read, and oversize handling
2026-08-15 9:02 UTC (7+ messages)
` [PATCH bpf-next v3 1/5] bpf: roll back stream capacity when allocation fails
` [PATCH bpf-next v3 2/5] bpf: fix stream capacity leak in staging path
` [PATCH bpf-next v3 3/5] bpf: return partial progress from bpf_stream_read on fault
` [PATCH bpf-next v3 4/5] bpf: reject oversized bpf_stream_vprintk output with -E2BIG
` [PATCH bpf-next v3 5/5] selftests/bpf: cover stream capacity and partial read edge cases
[PATCH v2] selftests/mm: emit KTAP output from ksft_kmemleak_dedup
2026-08-15 8:42 UTC
[PATCH v2 0/3] selftests/mm: TAP output and global-state fixes
2026-08-15 8:07 UTC (4+ messages)
` [PATCH v2 1/3] selftests/mm: emit TAP header in uffd-wp-mremap
` [PATCH v2 2/3] selftests/mm: emit TAP header and use TAP skip in mremap_test
` [PATCH v2 3/3] selftests/mm: restore enable_soft_offline in hugetlb-soft-offline
[PATCH net v2 1/2] net: advertise TCP MSS from the configured MTU, not the learned PMTU
2026-08-15 7:15 UTC (2+ messages)
` [PATCH net v2 2/2] selftests: net: packetdrill: add tests for advertised MSS with PMTU exceptions
[PATCH v7 17/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
2026-08-15 7:02 UTC (12+ messages)
[PATCH 0/3] selftests/mm: TAP output and global-state fixes
2026-08-15 6:40 UTC (9+ messages)
` [PATCH 2/3] selftests/mm: emit TAP header and use TAP skip in mremap_test
` [PATCH 3/3] selftests/mm: restore enable_soft_offline in hugetlb-soft-offline
[PATCH v2 0/4] spi: Fix DMA mapping ownership on partial map failure
2026-08-15 2:32 UTC (7+ messages)
` [PATCH v2 4/4] spi: Add KUnit coverage for DMA mapping error paths
[PATCH v4 00/19] selftests/mm: improve khugepaged coverage
2026-08-15 1:59 UTC (20+ messages)
` [PATCH v4 01/19] selftests/mm: raise the khugepaged test-case cap
` [PATCH v4 02/19] selftests/mm: skip collapse_compound_extreme() where the PMD is too large
` [PATCH v4 03/19] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH v4 04/19] selftests/mm: skip khugepaged page cache cases without a PMD folio
` [PATCH v4 05/19] selftests/mm: make the swap cases' swapout reliable
` [PATCH v4 06/19] selftests/mm: stop khugepaged during the MADV_COLLAPSE cases
` [PATCH v4 07/19] selftests/mm: move is_backed_by_folio() into vm_util
` [PATCH v4 08/19] selftests/mm: add folio-order check for address ranges
` [PATCH v4 09/19] selftests/mm: add folio-order detection self-check
` [PATCH v4 10/19] selftests/mm: add khugepaged completion barrier helper
` [PATCH v4 11/19] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH v4 12/19] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH v4 13/19] selftests/mm: cover a shared-source collapse write race
` [PATCH v4 14/19] selftests/mm: run every supported collapse order by default
` [PATCH v4 15/19] selftests/mm: check that one khugepaged pass collapses one window
` [PATCH v4 16/19] selftests/mm: add khugepaged race harness
` [PATCH v4 17/19] selftests/mm: race collapse of windows with holes
` [PATCH v4 18/19] selftests/mm: add memory-pressure threads to the khugepaged race harness
` [PATCH v4 19/19] selftests/mm: zap whole PTE tables in "
[PATCH v3 0/4] selftests/ftrace: Add a boottime tracing test framework
2026-08-14 23:58 UTC (4+ messages)
[RFC bpf-next 0/6] bpf: track scalar equality across the low 32 bits
2026-08-14 23:19 UTC (7+ messages)
` [RFC bpf-next 1/6] bpf: turn bpf_reg_state->precise into a flags field [NFC]
` [RFC bpf-next 2/6] bpf: move the linked-scalar flags into bpf_reg_state->flags [NFC]
` [RFC bpf-next 3/6] bpf: support low-32 subreg scalar linking for zero-extending movs
` [RFC bpf-next 4/6] selftests/bpf: cover low-32 subreg-equal link "
` [RFC bpf-next 5/6] bpf: support low-32 subreg scalar linking for sign-extending movs
` [RFC bpf-next 6/6] selftests/bpf: cover 32-bit sign-extension low-32 links
[PATCH net-next 0/4] Improve stability of big_tcp_tunnels.sh selftest
2026-08-14 23:07 UTC (6+ messages)
` [PATCH net-next 1/4] selftests: net: Wait for netserver to launch
` [PATCH net-next 2/4] selftests: net: Lower threshold on debug kernels for big_tcp_tunnels.sh
` [PATCH net-next 3/4] selftests: net: Lower threshold with csum offload off in big_tcp_tunnels.sh
` [PATCH net-next 4/4] selftests: net: Fix slow configurations "
[PATCH net-next 00/11] mptcp: misc. features for v7.3
2026-08-14 22:21 UTC (2+ messages)
[PATCH net-next v2 1/2] selftests: drv-net: devmem: fix 5-tuple flow steering
2026-08-14 21:17 UTC (9+ messages)
[PATCH] selftests/cgroup: remove redundant chown in test_cgcore_lesser_ns_open
2026-08-14 21:01 UTC (3+ messages)
` [PATCH v2] "
[PATCH bpf-next 0/5] bpf: Followups for global percpu data series
2026-08-14 20:40 UTC (7+ messages)
` [PATCH bpf-next 1/5] bpf: Drop duplicate blank line in verifier
` [PATCH bpf-next 3/5] bpftool: Update comments about skel data maps
[PATCH net-next v3] selftests: drv-net: devmem: fix 5-tuple flow steering
2026-08-14 20:27 UTC
[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
2026-08-14 20:14 UTC (2+ messages)
[PATCH bpf-next v12 10/10] selftests/bpf: Verify bpf_iter for global percpu data
2026-08-14 19:34 UTC (4+ messages)
[PATCH net-next] selftests: drv-net: bump the timeout to 15min
2026-08-14 19:20 UTC (3+ messages)
[PATCH v5 net-next 0/2] ECN offload handling series
2026-08-14 19:14 UTC (11+ messages)
` [PATCH v5 net-next 1/2] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
[PATCH] mm/secretmem: properly account locked pages
2026-08-14 18:46 UTC
[PATCH bpf-next 4/5] selftests/bpf: Avoid flaky resize value test for percpu data
2026-08-14 18:24 UTC (2+ messages)
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