messages from 2026-09-08 06:34:20 to 2026-09-08 12:52:34 UTC [more...]
[PATCH v5 00/19] selftests/mm: improve khugepaged coverage
2026-09-08 12:51 UTC (20+ messages)
` [PATCH v5 01/19] selftests/mm: raise the khugepaged test-case cap
` [PATCH v5 02/19] selftests/mm: skip collapse_compound_extreme() where the PMD is too large
` [PATCH v5 03/19] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH v5 04/19] selftests/mm: skip khugepaged page cache cases without a PMD folio
` [PATCH v5 05/19] selftests/mm: make the swap cases' swapout reliable
` [PATCH v5 06/19] selftests/mm: stop khugepaged during the MADV_COLLAPSE cases
` [PATCH v5 07/19] selftests/mm: move is_backed_by_folio() into vm_util
` [PATCH v5 08/19] selftests/mm: add folio-order check for address ranges
` [PATCH v5 09/19] selftests/mm: add folio-order detection self-check
` [PATCH v5 10/19] selftests/mm: add khugepaged completion barrier helper
` [PATCH v5 11/19] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH v5 12/19] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH v5 13/19] selftests/mm: cover a shared-source collapse write race
` [PATCH v5 14/19] selftests/mm: run every supported collapse order by default
` [PATCH v5 15/19] selftests/mm: check that one khugepaged pass collapses one window
` [PATCH v5 16/19] selftests/mm: add khugepaged race harness
` [PATCH v5 17/19] selftests/mm: race the collapse of windows with holes
` [PATCH v5 18/19] selftests/mm: add memory-pressure threads to the khugepaged race harness
` [PATCH v5 19/19] selftests/mm: zap whole PTE tables in "
[PATCH v2 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
2026-09-08 12:50 UTC (9+ messages)
` [PATCH v2 1/6] mm: move drivers/char/mem.c to mm/char-mem.c
` [PATCH v2 2/6] mm: implement file_is_dev_zero() to uniquely identify /dev/zero
` [PATCH v2 3/6] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v2 4/6] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v2 5/6] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v2 6/6] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests
[PATCH] selftests/mm: fix size truncation in pagemap_ioctl test
2026-09-08 12:38 UTC (4+ messages)
[PATCH v2 00/12] mm: make userland page table freeing RCU-safe
2026-09-08 12:32 UTC (13+ messages)
` [PATCH v2 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH v2 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH v2 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH v2 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH v2 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH v2 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH v2 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH v2 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH v2 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v2 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v2 11/12] mm: make userland page table freeing RCU-safe
` [PATCH v2 12/12] mm: change the contract for free_pgtables(), update docs
[PATCH v3] mm: remove min_free_kbytes adjustment for THP
2026-09-08 12:24 UTC (9+ messages)
[PATCH] mm: page_alloc: add trace_mm_page_alloc to bulk allocation path
2026-09-08 12:23 UTC (8+ messages)
` [PATCH v3] mm: page_alloc: add missing hooks "
` [PATCH v4] "
[RFC PATCH] mm/truncate: fix data loss when splitting fails in truncate_inode_partial_folio()
2026-09-08 12:20 UTC (4+ messages)
[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
2026-09-08 12:18 UTC (3+ messages)
` [PATCH 15/25] mm/fbatch: remove shake_folio() shake_page() from memory-failure
[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
2026-09-08 12:10 UTC (12+ messages)
` [PATCH v20 4/8] rust: page: convert to `Ownable`
` [PATCH v20 4/8] rust: page: convert to `Ownable`'
[PATCH bpf-next v5 0/7] bpf: Add user memory access kfuncs for mm_struct
2026-09-08 11:56 UTC (8+ messages)
` [PATCH bpf-next v5 3/7] "
` [PATCH bpf-next v5 4/7] bpf: Allow reads through trusted-or-null BTF pointers
` [PATCH bpf-next v5 6/7] bpf: Mark linux_binprm->mm as trusted-or-null
[PATCH v3 0/6] arch, mm/execmem: resolve confusion about set_direct_map_valid_noflush()
2026-09-08 11:55 UTC (15+ messages)
` [PATCH v3 1/6] set_memory: add number of pages parameter to set_direct_map APIs
` [PATCH v3 3/6] mm/vmalloc: constify vm parameter of get_vm_area_page_order()
` [PATCH v3 4/6] mm/vmalloc: make set_area_direct_map HUGE_VMAP friendly
` [PATCH v3 6/6] Revert "arch: introduce set_direct_map_valid_noflush()"
[PATCH] tools/testing/vma: cover hole filling through __mmap_region()
2026-09-08 11:37 UTC (6+ messages)
` [PATCH v2] "
[PATCH RESEND] selftests/mm: Exit on invalid command-line options
2026-09-08 11:36 UTC (10+ messages)
` [PATCH v2 0/2] selftests/mm: Validate selections and scope memfd_secret setup
` [PATCH v2 1/2] selftests/mm: Reject invalid test selections before running tests
` [PATCH v2 2/2] selftests/mm: Only prepare ptrace_scope when memfd_secret is selected
[PATCH v3 0/2] selftests/mm: Validate selections and scope memfd_secret setup
2026-09-08 11:36 UTC (3+ messages)
` [PATCH v3 1/2] selftests/mm: Reject invalid test selections before running tests
` [PATCH v3 2/2] selftests/mm: Only prepare ptrace_scope when memfd_secret is selected
[PATCH 00/12] mm: make userland page table freeing RCU-safe
2026-09-08 11:29 UTC (11+ messages)
` [PATCH 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH 12/12] mm: change the contract for free_pgtables(), update docs
[PATCH v2 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
2026-09-08 11:18 UTC (10+ messages)
[PATCH] mm/huge_memory: add folio_reset_partially_mapped()
2026-09-08 11:12 UTC (3+ messages)
[PATCH] mm/rmap: fix missing barrier between anon_vma init and vma->anon_vma publish
2026-09-08 10:36 UTC (9+ messages)
[PATCH] mm: mglru: clear the reference counter for rejected folios
2026-09-08 10:29 UTC (10+ messages)
[syzbot] [mm?] WARNING in vma_add_pgoff
2026-09-08 10:24 UTC (5+ messages)
[PATCH v2] kselftest: mm: remove HPAGE_SIZE and HPAGE_SHIFT macro
2026-09-08 10:21 UTC (4+ messages)
[PATCH v9 00/10] arm64: Unmap FF-A lent memory from direct map
2026-09-08 10:17 UTC (9+ messages)
` [PATCH v9 01/10] memblock: Introduce MEMBLOCK_LLMAP
` [PATCH v9 07/10] arm64: Implement __set_direct_map*()
[PATCH RFC v9 00/25] pkeys-based page table hardening
2026-09-08 10:11 UTC (15+ messages)
` [PATCH RFC v9 01/25] mm: Introduce kpkeys
` [PATCH RFC v9 12/25] mm: kpkeys: Protect regular page tables
[akpm-mm:mm-new] BUILD SUCCESS 9d3243fc689fef444f87e0a703b4c99653137e1b
2026-09-08 10:02 UTC
[PATCH v4 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion
2026-09-08 9:58 UTC (2+ messages)
[PATCH v2 0/2] quota: Verify special quota formats match sb type
2026-09-08 9:53 UTC (5+ messages)
` [PATCH v2 2/2] shmem: Refuse to enable tmpfs format for another filesystem
[PATCH v5 00/24] vdso: Reject absolute relocations during build
2026-09-08 9:37 UTC (29+ messages)
` [PATCH v5 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v5 05/24] powerpc/elf: Move relocation constants to UAPI
` [PATCH v5 08/24] s390/elf: "
` [PATCH v5 09/24] MIPS: ELF: "
` [PATCH v5 10/24] sparc: elf: "
` [PATCH v5 11/24] tools headers UAPI: Sync ELF headers with the kernel sources
` [PATCH v5 12/24] vdso: Add the vdsocheck tool
` [PATCH v5 13/24] x86/vdso: Enable "
` [PATCH v5 14/24] ARM: vdso: "
` [PATCH v5 15/24] arm64: "
` [PATCH v5 16/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v5 17/24] powerpc/vdso: Enable the vdsocheck tool
` [PATCH v5 18/24] riscv: vdso: "
` [PATCH v5 19/24] LoongArch: vDSO: "
` [PATCH v5 20/24] s390/vdso: "
` [PATCH v5 21/24] MIPS: ELF: Add more PC-relative relocation definitions
` [PATCH v5 22/24] MIPS: vdso: Enable the vdsocheck tool
` [PATCH v5 23/24] sparc: "
` [PATCH v5 24/24] vDSO: Automatically enable VDSO_CHECK
[PATCH v4 1/3] mm: swap: move LRU insertion out of the swap cache allocator
2026-09-08 9:37 UTC (2+ messages)
[PATCH v4] mm: vmscan: avoid anon scanning for GFP_NOIO with low swapcache
2026-09-08 9:34 UTC (2+ messages)
[PATCH v2 00/11] mm: Switch device DAX to section-based vmemmap optimization
2026-09-08 9:29 UTC (13+ messages)
` [PATCH v2 06/11] mm/sparse-vmemmap: switch device DAX to shared tail vmemmap pages
` [PATCH v2 07/11] mm/sparse-vmemmap: move HVO helpers to a public header
` [PATCH v2 09/11] mm/sparse-vmemmap: drop the extra tail page from device DAX reservation
` [PATCH v2 10/11] mm/sparse-vmemmap: drop unused section_nr_vmemmap_pages() arguments
` [PATCH v2 11/11] Documentation/mm: update DAX vmemmap deduplication docs
[PATCH v9 0/4] alloc_tag and module codetag section fixes
2026-09-08 9:24 UTC (5+ messages)
` [PATCH v9 1/4] alloc_tag: move release_module_tags() above reserve_module_tags()
` [PATCH v9 2/4] alloc_tag: clean up the populate failure path
` [PATCH v9 3/4] module: introduce SH_ENTSIZE_STANDALONE for separately allocated sections
` [PATCH v9 4/4] module: allocate codetag sections before the regular module layout
[PATCH v9 0/4] alloc_tag and module codetag section fixes
2026-09-08 9:21 UTC
[PATCH v9 0/4] alloc_tag and module codetag section fixes
2026-09-08 9:20 UTC
[PATCH 0/4] USB: replace page allocator calls with kmalloc()
2026-09-08 9:12 UTC (2+ messages)
[PATCH bpf-next v9 0/2] bpf: BPF-driven proactive memcg reclaim
2026-09-08 9:11 UTC (3+ messages)
` [PATCH bpf-next v9 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v9 2/2] selftests/bpf: Add memcg async reclaim test
[PATCH v12 8/8] netfs: Set subrequest->source at alloc before trace emission
2026-09-08 9:10 UTC
[PATCH v6 00/12] dma-buf: heaps: Add support for Tegra VPR
2026-09-08 9:10 UTC (9+ messages)
` [PATCH v6 07/12] mm/cma: Introduce cma_alloc_at() API
[PATCH] selftests/mm: fix ptrace PEEKDATA check in memfd_secret test
2026-09-08 9:03 UTC (3+ messages)
[PATCH 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
2026-09-08 8:56 UTC (9+ messages)
` [PATCH 3/6] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH 6/6] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests
[PATCH v2 0/8] Optimize anonymous swapbacked large folio unmapping
2026-09-08 8:41 UTC (7+ messages)
` [PATCH v2 5/8] mm/internal: rename swap offset helpers to softleaf offset
fs/ocfs2/xattr.c:643:5-8: Unneeded variable: "ret". Return "0" on line 665
2026-09-08 8:32 UTC (4+ messages)
` [PATCH] ocfs2: remove unnecessary ret variable in ocfs2_calc_xattr_init()
[PATCH v7 0/3] mm: make persistent huge zero folio read-only
2026-09-08 8:29 UTC (12+ messages)
` [PATCH v7 1/3] "
[PATCH v4 3/3] mm: zswap: drop cold writeback folios via swap dropbehind
2026-09-08 8:24 UTC (2+ messages)
[PATCH] mm: zswap: don't fail a large-folio swapin whose range is not in zswap
2026-09-08 8:10 UTC (2+ messages)
[PATCH v8 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
2026-09-08 8:03 UTC (7+ messages)
` [PATCH v8 1/2] mm/memory_hotplug: make shrink_zone_span() more robust
` [PATCH v8 2/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
[PATCH v2 0/4] KVM: s390: replace page allocator calls with kzalloc()
2026-09-08 7:55 UTC (4+ messages)
` [PATCH v2 1/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the STHYI buffer
[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
2026-09-08 7:51 UTC (11+ messages)
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock
[RFC PATCH v2 00/23] sched: Scale cache-aware aggregation at LLC granularity
2026-09-08 7:43 UTC (4+ messages)
` [RFC PATCH v2 20/23] sched/cache: Estimate utilization of the whole thread group
[PATCH v4 0/3] mm: khugepaged: fix tracepoint UAF
2026-09-08 7:39 UTC (5+ messages)
` [PATCH v4 1/3] mm: khugepaged: fix swap entry value to folio_pfn()
[PATCH v4] mm/memcg: clear folio memcg after changing per memcg stats
2026-09-08 7:29 UTC (2+ messages)
[PATCH v4 00/12] crash: Rework and add arm64 crash hotplug support
2026-09-08 7:23 UTC (4+ messages)
` [PATCH v4 05/12] LoongArch: kexec_file: Fix CMA page leaks in segment placement retry loops
[PATCH] mm/hugetlb: fix subpool accounting after cgroup charge failure
2026-09-08 7:12 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] mm/hugetlb: fix max-only subpool accounting on alloc_hugetlb_folio failure
[PATCH] mm/hugetlb: fix overbroad MMU notifiers for unshared PMDs
2026-09-08 7:09 UTC (4+ messages)
[PATCH v2] memblock: reject non-page-aligned reserve_mem regions
2026-09-08 6:48 UTC (2+ messages)
[PATCH] mm/damon/tests/core-kunit: improve nr_samples_per_aggr test isolation
2026-09-08 6:48 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