messages from 2026-09-09 11:21:18 to 2026-09-09 17:39:34 UTC [more...]
[PATCH v4 00/17] mm/huge_memory: clean up and decouple the anon and file split helpers
2026-09-09 17:39 UTC (8+ messages)
` [PATCH v4 05/17] mm/huge_memory: rename __split_unmapped_folio() to __split_frozen_folio()
` [PATCH v4 06/17] mm/huge_memory: consolidate irq and locking for folio split
` [PATCH v4 09/17] mm/huge_memory: rename remap_page() to remap_folio()
[PATCH v9 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
2026-09-09 17:34 UTC (6+ messages)
` [PATCH v9 6/6] selftests/mm: add a GUP selftest
[PATCH] mm: implement and use vma_is_faulted(), silence KCSAN
2026-09-09 17:32 UTC (4+ messages)
[PATCH 1/2] memblock tests: model the low allocation limit within dummy memory
2026-09-09 17:31 UTC (7+ messages)
` [PATCH v2 0/2] memblock tests: cover low-address allocations
` [PATCH v2 1/2] memblock tests: model the low allocation limit within dummy memory
` [PATCH v2 2/2] memblock tests: cover allocations below the low address limit
[PATCH] MAINTAINERS: update memblock tree URLs
2026-09-09 17:29 UTC (2+ messages)
[PATCH RFC v9 00/25] pkeys-based page table hardening
2026-09-09 17:25 UTC (7+ messages)
` [PATCH RFC v9 12/25] mm: kpkeys: Protect regular page tables
[PATCH v2 0/8] mm: remove page_swap_entry()
2026-09-09 17:25 UTC (19+ messages)
` [PATCH v2 1/8] mm/swap: add folio_swap_entry() and folio_page_swap_entry()
` [PATCH v2 2/8] mm/huge_memory: add a comment to the open-coded swap entry
` [PATCH v2 3/8] mm/rmap: use folio_page_swap_entry() in ttu_anon_swapbacked_folio()
` [PATCH v2 4/8] mm/zswap: use folio_swap_entry() in zswap_store_page()
` [PATCH v2 5/8] mm/swapfile: use folio_page_swap_entry()
` [PATCH v2 6/8] arm64: mte: make mte_save_tags() and mte_restore_tags() static
` [PATCH v2 7/8] arm64: mte: pass the swap entry to mte_save_tags()
` [PATCH v2 8/8] mm/swap: remove page_swap_entry()
[PATCH v2 0/5] read proc/pid/smaps_rollup under per-vma lock
2026-09-09 17:23 UTC (14+ messages)
` [PATCH v2 1/5] proc/task_mmu: remove unnecessary helpers
` [PATCH v2 2/5] proc/task_mmu: remove unnecessary inlines in function definitions
` [PATCH v2 3/5] proc/task_mmu: remove special-casing of smap_gather_stats() start parameter
` [PATCH v2 4/5] proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock
[PATCH 00/12] mm/sparse: remove SECTION_MARKED_PRESENT and further cleanups
2026-09-09 17:22 UTC (18+ messages)
` [PATCH 01/12] mm/sparse: move mem_section init to sparse_extreme_init()
` [PATCH 02/12] mm/sparse: refactor sparse_sections_init()
` [PATCH 03/12] mm/sparse: move initialization of section metadata to sparse_metadata_init()
` [PATCH 04/12] mm/sparse: rename and cleanup sparse_init_nid()
` [PATCH 05/12] mm/sparse: cleanup sparse_init_one_section()
` [PATCH 06/12] mm/sparse: rename __highest_present_section_nr to __highest_used_section_nr
` [PATCH 07/12] mm/sparse: remove pfn_in_present_section()
` [PATCH 08/12] mm/sparse: move __highest_used_section_nr handling
` [PATCH 09/12] mm/sparse: remove SECTION_MARKED_PRESENT
` [PATCH 10/12] mm/sparse: remove flags parameter from sparse_init_one_section()
` [PATCH 11/12] fs/proc/page: clarify comment in get_max_dump_pfn()
` [PATCH 12/12] mm/memory_hotplug: drop CONFIG_HAVE_ARCH_PFN_VALID handling from pfn_to_online_page()
[PATCH v2 0/2] Fix bugs in HugeTLB allocation when mem_cgroup_charge_hugetlb() fails
2026-09-09 17:11 UTC (3+ messages)
` [PATCH v2 1/2] mm: hugetlb: Return -ENOSPC on memcg charge failure
` [PATCH v2 2/2] mm: hugetlb: Drop refcount before freeing "
[PATCH 1/2] mm: hugetlb: Return -ENOSPC on memcg charge failure
2026-09-09 17:04 UTC (2+ messages)
[PATCH] mm/hugetlb: fix overbroad MMU notifiers for unshared PMDs
2026-09-09 16:59 UTC (5+ messages)
[PATCH v2 00/12] mm: make userland page table freeing RCU-safe
2026-09-09 16:44 UTC (8+ messages)
` [PATCH v2 11/12] "
` [PATCH v2 12/12] mm: change the contract for free_pgtables(), update docs
Path forward for Virtualized Swap?
2026-09-09 16:41 UTC (4+ messages)
[PATCH v2] kselftest: mm: remove HPAGE_SIZE and HPAGE_SHIFT macro
2026-09-09 16:40 UTC (5+ messages)
[PATCH] memcg: avoid charging the root memcg from obj_cgroup_charge_pages()
2026-09-09 16:31 UTC (3+ messages)
[PATCH v2 00/22] coredump: allow to create sparse coredumps on the coredump socket
2026-09-09 16:21 UTC (47+ messages)
` [PATCH v2 01/22] powerpc/spufs: don't dump more than the note supports
` [PATCH v2 02/22] coredump: refuse negative skips
` [PATCH v2 03/22] coredump: set the minimum send buffer size
` [PATCH v2 04/22] selftests/coredump: discard the right amount after the coredump request
` [PATCH v2 05/22] selftests/coredump: collapse the expected request check into the helper
` [PATCH v2 06/22] selftests/coredump: add a separate helper header
` [PATCH v2 07/22] coredump: pin the protocol struct sizes
` [PATCH v2 08/22] coredump: move the negotiated mask into struct coredump_params
` [PATCH v2 09/22] coredump: deduplicate the to_skip flush
` [PATCH v2 10/22] coredump: make the dump helper return bool
` [PATCH v2 11/22] coredump: always chunk writes
` [PATCH v2 12/22] coredump: clean up coredump state handling
` [PATCH v2 13/22] coredump: add COREDUMP_RECORDS to the coredump socket protocol
` [PATCH v2 14/22] coredump: add COREDUMP_SPARSE "
` [PATCH v2 15/22] tools: sync coredump.h header
` [PATCH v2 16/22] coredump: send the coredump in records if requested
` [PATCH v2 17/22] coredump: describe the holes when COREDUMP_SPARSE is negotiated
` [PATCH v2 18/22] selftests/coredump: test COREDUMP_RECORDS and COREDUMP_SPARSE
` [PATCH v2 19/22] selftests/coredump: hand the record stream to a sink
` [PATCH v2 20/22] selftests/coredump: put a hole in the middle of a sparse mapping
` [PATCH v2 21/22] selftests/coredump: simulate a blob store
` [PATCH v2 22/22] selftests/coredump: show how to inspect the task to decide how the coredump should be sent
[PATCH v4 0/2] mm/swap: skip empty clusters in the swapoff scan
2026-09-09 16:15 UTC (3+ messages)
` [PATCH v4 1/2] mm/swap: fix stale comment on swap_info_struct::cluster_info
` [PATCH v4 2/2] mm/swap: scan by cluster in find_next_to_unuse()
[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
2026-09-09 16:11 UTC (6+ messages)
` [PATCH v2 3/8] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock
[PATCH v12 00/45] guest_memfd: In-place conversion support
2026-09-09 16:04 UTC (31+ messages)
` [PATCH v12 01/45] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v12 02/45] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v12 09/45] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v12 11/45] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v12 12/45] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v12 13/45] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v12 14/45] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v12 17/45] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v12 18/45] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v12 19/45] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v12 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
[PATCH v3 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
2026-09-09 15:54 UTC (5+ messages)
[PATCH RESEND v3 0/2] selftests/mm: Validate selections and scope memfd_secret setup
2026-09-09 15:33 UTC (4+ messages)
` [PATCH RESEND v3 1/2] selftests/mm: Reject invalid test selections before running tests
` [PATCH RESEND v3 2/2] selftests/mm: Only prepare ptrace_scope when memfd_secret is selected
[PATCH v2] mm/rmap: fix missing barrier between anon_vma init and vma->anon_vma publish
2026-09-09 15:25 UTC (3+ messages)
[PATCH v3 RESEND 0/2] selftests/mm: Validate selections and scope memfd_secret setup
2026-09-09 15:25 UTC (7+ messages)
` [PATCH v3 RESEND 1/2] selftests/mm: Reject invalid test selections before running tests
` [PATCH v3 RESEND 2/2] selftests/mm: Only prepare ptrace_scope when memfd_secret is selected
[PATCH v7 0/3] mm: make persistent huge zero folio read-only
2026-09-09 15:18 UTC (5+ messages)
` [PATCH v7 1/3] "
[PATCH 1/1] mm/ksm: trylock the mmap lock in the unstable tree walk
2026-09-09 15:17 UTC (2+ messages)
[PATCH V2 0/2] arm64/mm: Standardize printing for pgtable entries
2026-09-09 15:14 UTC (5+ messages)
` [PATCH V2 1/2] arm64/mm: Move __check_safe_pte_update()
` [PATCH V2 2/2] arm64/mm: Standardize printing for pgtable entries
[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
2026-09-09 15:04 UTC (5+ messages)
` [PATCH v2 04/26] mm/fbatch: lru bit set, no extra ref, while folio on per-cpu fbatch
` [PATCH v2 05/26] mm/fbatch: lru_add_del_folio()+folio_add_lru() after clear_lru()
[PATCH 0/2] mm: restore SHRINKER_NONSLAB on THP and zswap shrinkers
2026-09-09 14:56 UTC (3+ messages)
` [PATCH 2/2] mm: zswap: mark the zswap shrinker SHRINKER_NONSLAB
[PATCH] mm: zswap: avoid unnecessary xarray lookup in zswap_store()
2026-09-09 14:52 UTC (3+ messages)
[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-09 14:51 UTC (28+ messages)
` [PATCH v3 01/14] mm/zsmalloc: replace PG_private with pointer comparison
` [PATCH v3 06/14] f2fs: stop using PG_private
` [PATCH v3 07/14] erofs: mm/pagemap: add readahead_folio_last() to avoid folio->private
` [PATCH v3 08/14] erofs: use folio_attach/detach_private() instead of direct assignment
` [PATCH v3 12/14] treewide: replace PagePrivate() with page_private()
` [PATCH v3 13/14] treewide: adjust comments on PagePrivate and PG_private
` [PATCH v3 14/14] mm/page-flags: remove PG_private
[PATCH v5 00/24] vdso: Reject absolute relocations during build
2026-09-09 14:49 UTC (7+ messages)
` [PATCH v5 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
[PATCH v4 0/5] mm/memory-failure: keep hardware-poisoned pages out of the next kexec
2026-09-09 14:47 UTC (14+ messages)
` [PATCH v4 1/5] mm/memory-failure: efi: add the LINUX_EFI_POISONED_MEMORY configuration table
` [PATCH v4 2/5] mm/memory-failure: libstub: install the poisoned-memory EFI table
` [PATCH v4 3/5] mm/memory-failure: efi: record hardware-poisoned frames into the poisoned-memory table
` [PATCH v4 4/5] mm/memory-failure: efi: answer whether a range is poisoned
` [PATCH v4 5/5] mm/memory-failure: keep inherited poisoned frames out of the buddy allocator
[PATCH REPOST 0/5] mm/damon/vaddr: support {prep,apply}_probes
2026-09-09 14:43 UTC (11+ messages)
` [PATCH REPOST 1/5] mm/damon/vaddr: support prep_probes
` [PATCH REPOST 2/5] mm/damon/paddr: move probe filter handling to ops-common
` [PATCH REPOST 3/5] mm/damon/vaddr: support apply_probe
` [PATCH REPOST 4/5] mm/damon/vaddr: extend apply_probes() for hugetlb
` [PATCH REPOST 5/5] mm/damon/vaddr: support pgidle_unset probe filter type
[PATCH v2] mm/damon/tests/core-kunit: improve nr_samples_per_aggr test isolation
2026-09-09 14:10 UTC (2+ messages)
[PATCH v6 00/12] dma-buf: heaps: Add support for Tegra VPR
2026-09-09 14:09 UTC (4+ messages)
` [PATCH v6 08/12] dma-buf: heaps: Add debugfs support
[PATCH v9 0/4] alloc_tag and module codetag section fixes
2026-09-09 13:57 UTC (8+ messages)
` [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] docs/mm: describe set_memory() and set_direct_map() APIs
2026-09-09 13:49 UTC (4+ messages)
[PATCH] mm: bypass datarace check
2026-09-09 13:44 UTC (2+ messages)
[PATCH v2] mm/migrate_device: avoid out-of-bounds writes for compound folios
2026-09-09 13:43 UTC (6+ messages)
[PATCH v5 00/17] mm: Introduce section-based vmemmap optimization for HugeTLB
2026-09-09 13:39 UTC (16+ messages)
` [PATCH v5 03/17] mm/mm_init: skip initializing shared vmemmap tail pages
` [PATCH v5 04/17] mm/sparse-vmemmap: initialize shared tail vmemmap pages on allocation
` [PATCH v5 09/17] mm/sparse: initialize memory sections earlier
` [PATCH v5 10/17] mm/hugetlb: switch HugeTLB to section-based vmemmap optimization
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-09 13:20 UTC (8+ messages)
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
[PATCH v3] writeback, memcg: skip foreign dirty tracking for bdev inodes
2026-09-09 13:18 UTC (3+ messages)
` [External] "
[PATCH 0/3] Fix a deadlock in blk-crypto-fallback
2026-09-09 13:02 UTC (3+ messages)
` [PATCH 1/3] mm: make mempool_alloc_from_pool() return bool
[PATCH RFC 0/2] mm/mglru: add tracepoints for aging and isolation
2026-09-09 12:43 UTC (11+ messages)
` [PATCH RFC 1/2] mm/mglru: add tracepoint for folio isolation
` [PATCH RFC 2/2] mm/mglru: add tracepoint for inc_max_seq
[PATCH v3] mm: remove min_free_kbytes adjustment for THP
2026-09-09 12:27 UTC (8+ messages)
[PATCH v2] mm/truncate: fix data loss when truncating straddling large folios
2026-09-09 12:22 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