Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-17 08:45:31 to 2026-05-18 09:54:35 UTC [more...]

[PATCH 0/4] mm: speed up ZONE_DEVICE memmap initialization
 2026-05-18  9:54 UTC  (12+ messages)
` [PATCH 1/4] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH 2/4] mm: add a template-based fast path for zone-device page init
` [PATCH 4/4] mm: use arch store helpers in zone-device template copies

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-05-18  9:53 UTC  (9+ messages)

[PATCH v3 0/6] vdso/datastore: Allow prefaulting by mlockall()
 2026-05-18  9:49 UTC  (7+ messages)
` [PATCH v3 1/6] vdso/datastore: Rename data pages variable
` [PATCH v3 2/6] vdso/datastore: Map pages in terms of the faults pgoff
` [PATCH v3 3/6] vdso/datastore: Map zeroed pages for unavailable data
` [PATCH v3 4/6] vdso/datastore: Explicitly prevent remote access to timens vvar page
` [PATCH v3 5/6] vdso/datastore: Allow prefaulting by mlockall()
` [PATCH v3 6/6] vdso/datastore: Simplify the mapping logic for VDSO_TIME_PAGE_OFFSET

[PATCH] Revert "mm: introduce a new page type for page pool in page type"
 2026-05-18  9:49 UTC  (3+ messages)

[PATCH] mm/gup: fix GUP-fast fallback for NULL-mapping order-0 folios
 2026-05-18  9:42 UTC  (4+ messages)

[RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
 2026-05-18  9:36 UTC  (10+ messages)
` [RFC PATCH v1 1/9] liveupdate: luo_file: Add internal APIs for file preservation
` [RFC PATCH v1 2/9] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [RFC PATCH v1 3/9] kvm: Prepare core VM structs and helpers for LUO support
` [RFC PATCH v1 4/9] kvm: kvm_luo: Allow kvm preservation with LUO
` [RFC PATCH v1 5/9] kvm: guest_memfd: Move internal definitions and helper to new header
` [RFC PATCH v1 6/9] kvm: guest_memfd: Add support for freezing and unfreezing mappings
` [RFC PATCH v1 7/9] kvm: guest_memfd_luo: add support for guest_memfd preservation
` [RFC PATCH v1 8/9] selftests: kvm: Split ____vm_create() to expose init helpers
` [RFC PATCH v1 9/9] selftests: kvm: Add guest_memfd_preservation_test

[PATCH v4] mm: introduce a new page type for page pool in page type
 2026-05-18  9:33 UTC  (8+ messages)

[PATCH v4 5/5] ksm: add mremap selftests for ksm_rmap_walk
 2026-05-18  9:19 UTC  (2+ messages)

[PATCH 1/3] mm: move offset_in_page() to page_helpers.h
 2026-05-18  9:09 UTC  (8+ messages)
` [PATCH 2/3] mm: add bytes_to_page_end() helper
` [PATCH 3/3] lib/bitmap: use "

[RFC] mm: restrict zero-page remapping to underused THP splits
 2026-05-18  9:08 UTC  (4+ messages)

[PATCH v14 0/8] arm64: add ARCH_HAS_COPY_MC support
 2026-05-18  8:49 UTC  (9+ messages)
` [PATCH v14 1/8] uaccess: add generic fallback version of copy_mc_to_user()
` [PATCH v14 2/8] ACPI: APEI: GHES: use exception context to gate SIGBUS on poison consumption
` [PATCH v14 3/8] arm64: add support for ARCH_HAS_COPY_MC
` [PATCH v14 4/8] mm/hwpoison: return -EFAULT when copy fail in copy_mc_[user]_highpage()
` [PATCH v14 5/8] arm64: support copy_mc_[user]_highpage()
` [PATCH v14 6/8] lib/test: memcpy_kunit: add copy_page() and copy_mc_page() tests
` [PATCH v14 7/8] arm64: introduce copy_mc_to_kernel() implementation
` [PATCH v14 8/8] lib/tests: memcpy_kunit: add memcpy_mc() and memcpy_mc_large() test

[RFC PATCH 0/1] batch page copies in folio_copy() and folio_mc_copy()
 2026-05-18  8:43 UTC  (5+ messages)
` [RFC PATCH 1/1] mm: "

[PATCH 0/2] Insert instead of copy pages into shmem when shrinking
 2026-05-18  8:34 UTC  (10+ messages)
` [PATCH 1/2] mm/shmem: add shmem_insert_folio()

[PATCH] mm: memcontrol: propagate NMI slab stats to memcg vmstats
 2026-05-18  8:28 UTC 

[PATCH] mm/memory: Fix spurious warning when unmapping device-private/exclusive pages
 2026-05-18  8:26 UTC  (2+ messages)

[PATCH] selftests/mm: add missing mmap() return checks in pkey tests
 2026-05-18  8:21 UTC 

[PATCH v4 3/5] ksm: add vm_pgoff into ksm_rmap_item
 2026-05-18  8:12 UTC  (2+ messages)

[PATCH] mm/rmap: initialize nr_pages to 1 at loop start in try_to_unmap_one
 2026-05-18  8:07 UTC  (2+ messages)

[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-18  8:06 UTC  (11+ messages)
` [PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
` [PATCH 3/8] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [PATCH 4/8] bpf: Add bpf_struct_ops_for_each_prog()
` [PATCH 5/8] bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()
` [PATCH 6/8] sched_ext: Require an arena for cid-form schedulers
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
` [PATCH 8/8] sched_ext: Convert ops.set_cmask() to arena-resident cmask

[RFC PATCH 0/4] mm/shmem: optimize read performance with folio batching
 2026-05-18  8:05 UTC  (7+ messages)
` [RFC PATCH 2/4] mm/shmem: use SGP_GET in read operations
` [RFC PATCH 3/4] mm/shmem: optimize file read with folio batching

[PATCH 2/8] mm/bootmem_info: drop initialization of page->lru
 2026-05-18  7:49 UTC  (2+ messages)

[RFC PATCH 0/2] mm: swap: allow per-device skipping of zero-filled page check
 2026-05-18  7:34 UTC  (3+ messages)
` [RFC PATCH 1/2] mm: swap: add SWAP_FLAG_SKIP_ZERO_CHECK to skip "
` [RFC PATCH 2/2] mm: swap: do not allocate zero_bitmap if zero check is skipped

[PATCH RFC 0/5] memcg: dma-buf per-cgroup accounting via pid_fd
 2026-05-18  7:34 UTC  (11+ messages)
` [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg
          ` [Linaro-mm-sig] "

[PATCH v5] dma-contiguous: add kconfig option to setup numa cma area if not configured explicitly
 2026-05-18  7:14 UTC  (2+ messages)

[RFC] __GFP_UNMAPPED and __GFP_PRIVATE follow up
 2026-05-18  7:12 UTC  (6+ messages)

[PATCH 1/8] sparc/mm: remove register_page_bootmem_info()
 2026-05-18  6:55 UTC  (2+ messages)

[PATCH RFC 0/8] mm/slab: enable runtime sheaves tuning
 2026-05-18  6:53 UTC  (4+ messages)
` [PATCH RFC 6/8] mm/slab: allow changing sheaf_capacity at runtime

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-05-18  6:49 UTC  (9+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure
` [PATCH v6 2/4] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH v6 3/4] buffer: add dropbehind writeback support
` [PATCH v6 4/4] block: enable RWF_DONTCACHE for block devices

[PATCH] shmem: support xattr gnu.* namespace for the Hurd
 2026-05-18  6:35 UTC  (4+ messages)

[PATCH v2 00/69] mm: Generalize HVO for HugeTLB and device DAX
 2026-05-18  6:32 UTC  (5+ messages)
` [PATCH v2 08/69] mm/mm_init: Defer sparse_init() until after zone initialization

[PATCH v2 0/3] Cleanup and fix tools/mm/slabinfo utility
 2026-05-18  6:21 UTC  (4+ messages)
` [PATCH v2 1/3] tools/mm/slabinfo: Fix trace disable logic inversion
` [PATCH v2 2/3] tools/mm/slabinfo: remove dead assignment in get_obj_and_str()
` [PATCH v2 3/3] tools/mm/slabinfo: remove redundant slab->partial assignment

[PATCH 0/2] selftests/mm: separate GUP benchmarking from functional testing
 2026-05-18  6:10 UTC  (4+ messages)
` [PATCH 2/2] selftests/mm: rewrite gup_test as a standalone harness-based selftest

[RFC PATCH 5/5] mm/damon/paddr: add time budget to migration page walk
 2026-05-18  5:54 UTC  (3+ messages)

[RFC PATCH 4/5] mm/damon/paddr: skip free pageblocks in migration walk
 2026-05-18  5:38 UTC  (3+ messages)

improve the swap_activate interface
 2026-05-18  5:29 UTC  (3+ messages)

[RFC PATCH 2/5] mm/damon/core: cap effective quota size to total monitored memory
 2026-05-18  5:22 UTC  (3+ messages)

[PATCH] selftests/mm: add pkey_sighandler_tests to .gitignore
 2026-05-18  5:06 UTC  (3+ messages)

(sashiko review) Re: [PATCH v4 6/9] mm: shmem: drop has_transparent_hugepage() usage
 2026-05-18  5:00 UTC  (4+ messages)

[PATCH v2 0/6] Open HugeTLB allocation routine for more generic use
 2026-05-18  4:49 UTC  (4+ messages)
` [PATCH v2 6/6] mm: hugetlb: Refactor out hugetlb_alloc_folio()

[RFC V2 00/14] arm64/mm: Enable 128 bit page table entries
 2026-05-18  4:20 UTC  (7+ messages)
` [RFC V2 01/14] mm: Abstract printing of pxd_val()
` [RFC V2 02/14] mm: Add read-write accessors for vm_page_prot

[PATCH v2] lib/test_hmm: Check alloc_page_vma() return value
 2026-05-18  3:19 UTC 

[linux-next:master] [mm, slab] 298cdbf5f7: will-it-scale.per_process_ops 6.3% regression
 2026-05-18  2:12 UTC  (5+ messages)

[PATCH v2 1/2] mm: huge_memory: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
 2026-05-18  2:02 UTC  (2+ messages)

[RFC PATCH v2.2] mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()
 2026-05-18  1:45 UTC 

[PATCH] Docs/{ABI,admin-guide}/damon: fix various typoes
 2026-05-18  0:31 UTC  (3+ messages)

[PATCH] mm/page_alloc: drop a misleading __always_inline
 2026-05-18  0:10 UTC  (2+ messages)

[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
 2026-05-18  0:00 UTC  (4+ messages)
` [PATCH v2 10/22] mm: introduce freetype_t

[PATCH 4/4] mm/page_alloc: remove ifdefs from pindex helpers
 2026-05-17 23:05 UTC  (2+ messages)
` [PATCH v2] mm/page_alloc: tidy up "

[PATCH v13 0/5] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-05-17 22:59 UTC  (3+ messages)

[RFC PATCH] fs/splice: allow for a way to block splice() with read-only files
 2026-05-17 22:30 UTC  (6+ messages)

[PATCH 0/6] sched: Add support for long task name
 2026-05-17 21:34 UTC  (8+ messages)
` [PATCH 1/6] sched: Update get_task_comm() comment
` [PATCH 2/6] treewide: Get rid of get_task_comm()
` [PATCH 3/6] string: Introduce strtostr() for safe and performance string copies
` [PATCH 4/6] sched: Extend task command name to 64 bytes
` [PATCH 5/6] prctl: Add support for long user thread names
` [PATCH 6/6] selftests: prctl: Add test for long "

[PATCH v2] drivers/base/memory: set mem->altmap after successful device registration
 2026-05-17 20:06 UTC  (2+ messages)

[PATCH v2] memcg: cache obj_stock by memcg, not by objcg pointer
 2026-05-17 19:43 UTC 

[linus:master] [mm] 01b9da291c: stress-ng.switch.ops_per_sec 67.7% regression
 2026-05-17 19:38 UTC  (11+ messages)

[PATCH] memcg: cache obj_stock by memcg, not by objcg pointer
 2026-05-17 19:34 UTC  (3+ messages)

[PATCH v2 00/10] liveupdate: Remove limits on the number of files and sessions
 2026-05-17 18:52 UTC  (25+ messages)
` [PATCH v2 01/10] liveupdate: centralize state management into struct luo_ser
` [PATCH v2 02/10] liveupdate: Extract luo_file_deserialize_one helper
` [PATCH v2 03/10] liveupdate: Extract luo_session_deserialize_one helper
` [PATCH v2 04/10] liveupdate: add support for linked-block serialization
` [PATCH v2 05/10] liveupdate: defer session block allocation and PA setting
` [PATCH v2 06/10] liveupdate: Remove limit on the number of sessions
` [PATCH v2 07/10] liveupdate: Remove limit on the number of files per session
` [PATCH v2 08/10] selftests/liveupdate: Test session and file limit removal
` [PATCH v2 09/10] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH v2 10/10] selftests/liveupdate: Add stress-files "

[RFC PATCH 3/5] mm/damon/core: floor effective quota size at minimum region size
 2026-05-17 18:47 UTC  (2+ messages)

[RFC PATCH 1/5] mm/damon/core: fix nr_accesses_bp underflow in damon_moving_sum
 2026-05-17 18:16 UTC  (2+ messages)

[RFC PATCH v2.1] mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()
 2026-05-17 17:59 UTC 

[RFC PATCH v2] mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()
 2026-05-17 17:52 UTC  (2+ messages)

[PATCH v2 RESEND] design: fix typos in design.rst
 2026-05-17 17:42 UTC  (3+ messages)

[PATCH v5 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
 2026-05-17 15:39 UTC  (13+ messages)
` [PATCH v5 01/12] mm, swap: simplify swap cache allocation helper
` [PATCH v5 02/12] mm, swap: move common swap cache operations into standalone helpers
` [PATCH v5 03/12] mm/huge_memory: move THP gfp limit helper into header
` [PATCH v5 04/12] mm, swap: add support for stable large allocation in swap cache directly
` [PATCH v5 05/12] mm, swap: unify large folio allocation
` [PATCH v5 06/12] mm/memcg, swap: tidy up cgroup v1 memsw swap helpers
` [PATCH v5 07/12] mm, swap: support flexible batch freeing of slots in different memcgs
` [PATCH v5 08/12] mm, swap: delay and unify memcg lookup and charging for swapin
` [PATCH v5 09/12] mm, swap: consolidate cluster allocation helpers
` [PATCH v5 10/12] mm/memcg, swap: store cgroup id in cluster table directly
` [PATCH v5 11/12] mm/memcg: remove no longer used swap cgroup array
` [PATCH v5 12/12] mm, swap: merge zeromap into swap table

[PATCH v6 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-17 13:54 UTC  (15+ messages)
` [PATCH v6 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v6 02/14] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH v6 03/14] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH v6 04/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
` [PATCH v6 05/14] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH v6 06/14] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH v6 07/14] fs: remove nr_thps from struct address_space
` [PATCH v6 08/14] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH v6 09/14] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH v6 10/14] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH v6 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH v6 12/14] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions
` [PATCH v6 13/14] mm/khugepaged: enable clean pagecache folio collapse for writable files
` [PATCH v6 14/14] selftests/mm: add writable-file collapse tests for khugepaged

[PATCH v7 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering
 2026-05-17 12:49 UTC  (2+ messages)

[PATCH v4 2/9] mm: introduce pgtable_has_pmd_leaves()
 2026-05-17 12:41 UTC  (2+ messages)

[PATCH] mm/slub: fix typo in sheaves comment
 2026-05-17 12:05 UTC  (2+ messages)

[PATCH v4 2/9] mm: introduce pgtable_has_pmd_leaves()
 2026-05-17 12:03 UTC  (2+ messages)

[PATCH] docs/mm: fix typo in process_addrs.rst
 2026-05-17 10:36 UTC 

[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
 2026-05-17 10:17 UTC  (5+ messages)
` [PATCH 10/12] kho: extended scratch
` [PATCH 12/12] mm/hugetlb: make bootmem allocation work with KHO


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox