Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-24 02:53:44 to 2026-05-25 15:28:09 UTC [more...]

[PATCH v4 00/14] userfaultfd: working set tracking for VM guest memory
 2026-05-25 15:27 UTC  (23+ messages)
` [PATCH v4 01/14] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v4 02/14] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v4 03/14] mm: rename uffd-wp PTE accessors "
` [PATCH v4 04/14] mm: add VM_UFFD_RWP VMA flag
` [PATCH v4 05/14] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v4 06/14] mm: preserve RWP marker across PTE rewrites
` [PATCH v4 07/14] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v4 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v4 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v4 10/14] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v4 11/14] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v4 12/14] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v4 13/14] selftests/mm: add userfaultfd RWP tests
` [PATCH v4 14/14] Documentation/userfaultfd: document RWP working set tracking

[BUG] liveupdate: incoming/outgoing session ioctls accepted in wrong phase can panic
 2026-05-25 15:26 UTC  (2+ messages)

[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
 2026-05-25 15:24 UTC  (4+ messages)
` [PATCH 12/12] mm/hugetlb: make bootmem allocation work "

[RFC PATCH v2 2/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
 2026-05-25 15:04 UTC  (2+ messages)

[PATCH] mm: make mmap_miss accounting symmetric for VM_SEQ_READ
 2026-05-25 15:03 UTC  (2+ messages)

[PATCH v5 0/2] mm: improve large folio readahead for exec memory
 2026-05-25 15:01 UTC  (3+ messages)

[PATCH v4 0/5] mm: batch TLB flushing for dirty folios in vmscan
 2026-05-25 14:57 UTC  (6+ messages)
` [PATCH v4 1/5] mm/vmscan: introduce folio_activate_locked() helper
` [PATCH v4 2/5] mm/vmscan: extract folio_free() from shrink_folio_list()
` [PATCH v4 3/5] mm/vmscan: extract pageout_one() "
` [PATCH v4 4/5] mm/vmscan: extract folio unmap logic into folio_try_unmap()
` [PATCH v4 5/5] mm/vmscan: flush TLB for every 31 folios evictions

[PATCH] mm/damon: fix stale TLB young-state handling on arm64
 2026-05-25 14:48 UTC 

[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
 2026-05-25 14:15 UTC  (3+ messages)
` [PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce "

[PATCH man-pages v1 0/6] userfaultfd: document read-write protect mode
 2026-05-25 14:03 UTC  (10+ messages)
` [PATCH man-pages v1 1/6] userfaultfd.2: Add "
` [PATCH man-pages v1 2/6] UFFDIO_RWPROTECT.2const: New page
` [PATCH man-pages v1 3/6] UFFDIO_SET_MODE.2const: "
` [PATCH man-pages v1 4/6] UFFDIO_API.2const: Document UFFD_FEATURE_RWP{,_ASYNC} and 1 << _UFFDIO_SET_MODE
` [PATCH man-pages v1 5/6] UFFDIO_REGISTER.2const: Document UFFDIO_REGISTER_MODE_RWP and 1 << _UFFDIO_RWPROTECT
` [PATCH man-pages v1 6/6] ioctl_userfaultfd.2: Reference UFFDIO_RWPROTECT and UFFDIO_SET_MODE

[RFC PATCH v2 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-05-25 13:53 UTC  (2+ messages)

[PATCH v2] cgroup/rstat: validate cpu before css_rstat_cpu() access
 2026-05-25 13:53 UTC  (2+ messages)

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-25 13:35 UTC  (5+ messages)
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS

[PATCH] block: Add bvec_folio()
 2026-05-25 13:29 UTC  (3+ messages)

[PATCH v3] mm/slub: free prefilled empty sheaves consistently
 2026-05-25 13:10 UTC 

[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
 2026-05-25 13:08 UTC  (6+ messages)
` [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support

[PATCH v2] mm/mglru: use folio_mark_accessed to replace folio_set_active
 2026-05-25 12:32 UTC 

[PATCH v2 0/4] mm/zswap: Implement per-cgroup proactive writeback
 2026-05-25 12:22 UTC  (5+ messages)
` [PATCH v2 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
` [PATCH v2 2/4] mm/zswap: Implement proactive writeback
` [PATCH v2 3/4] mm/zswap: Add per-memcg stat for "
` [PATCH v2 4/4] selftests/cgroup: Add tests for zswap "

[PATCH RFC] memcg: add per-cgroup dirty page controls (dirty_ratio, dirty_min)
 2026-05-25 12:20 UTC  (4+ messages)

[PATCH v3 0/2] mm, slab: optimize returning objects after a partial refill
 2026-05-25 11:51 UTC  (5+ messages)
` [PATCH v3 2/2] mm, slab: simplify returning slab in __refill_objects_node()

[PATCH 0/7] LoongArch: add KHO support and selftests
 2026-05-25 11:24 UTC  (12+ messages)
` [PATCH 1/7] LoongArch: Add KHO basic support
` [PATCH 2/7] LoongArch: kho: strip stale kho_handover= from reused cmdline
` [PATCH 3/7] LoongArch: Add missing linux/mm.h include in asm/io.h
` [PATCH 4/7] LoongArch: kexec: avoid overwriting QEMU's machine FDT at 0x100000
` [PATCH 5/7] selftests/kho: add LoongArch vmtest support
` [PATCH 6/7] selftests/kho: LoongArch: disable PS/2 input devices for QEMU virt
` [PATCH 7/7] selftests/kho: handle QEMU not exiting after kexec on LoongArch

[PATCH v14 0/5] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-05-25 10:47 UTC  (4+ messages)

[PATCH v2 0/6] sched: Add support for long task name
 2026-05-25 10:42 UTC  (10+ messages)
` [PATCH v2 1/6] sched: Update get_task_comm() comment
` [PATCH v2 2/6] treewide: Get rid of get_task_comm()
` [PATCH v2 3/6] treewide: Replace memcpy(..., current->comm) with strscpy()
` [PATCH v2 4/6] sched: Extend task command name to 64 bytes
` [PATCH v2 5/6] prctl: Add support for long user thread names
` [PATCH v2 6/6] selftests: prctl: Add test for long "

Re: [REGRESSION] mm/mprotect: shared dirty PTE toggle takes ~1.6x longer on v6.19 than v6.12
 2026-05-25 10:29 UTC  (2+ messages)
      `  "

[PATCH v4 0/2] refactors thpsize_shmem_enabled_store() and thpsize_shmem_enabled_show()
 2026-05-25 10:27 UTC  (3+ messages)
` [PATCH v4 1/2] mm: shmem: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
` [PATCH v4 2/2] mm: shmem: refactor thpsize_shmem_enabled_show() with helper arrays

[PATCH] mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAX
 2026-05-25 10:02 UTC  (2+ messages)

[PATCH v1 0/5] mm/shmem: optimize read with reduced xarray lookups and folio batching
 2026-05-25  9:47 UTC  (8+ messages)
` [PATCH v1 3/5] mm/shmem: make SGP_NOALLOC succeed on hole like SGP_READ
` [PATCH v1 5/5] mm/shmem: optimize file read with folio batching

[PATCH] block: partitions: replace __get_free_page() with kmalloc()
 2026-05-25  9:35 UTC  (5+ messages)

[PATCH] arm64: tlb: Flush walk cache when unsharing PMD tables
 2026-05-25  9:20 UTC  (9+ messages)

[PATCH] mm/page_alloc: skip high atomic reservation at or below costly order
 2026-05-25  9:11 UTC  (3+ messages)

[PATCH slab] MAINTAINERS: add slab-related scripts and tools to SLAB ALLOCATOR
 2026-05-25  9:10 UTC  (2+ messages)

[PATCH] memcg: use round-robin victim selection in refill_stock
 2026-05-25  9:07 UTC  (2+ messages)

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-05-25  9:05 UTC  (8+ messages)
` [PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of "

[PATCH v12 0/5] Migrate on fault for device pages
 2026-05-25  8:45 UTC  (6+ messages)
` [PATCH v12 1/5] mm/Kconfig: changes for migrate "
` [PATCH v12 2/5] mm: Add helper to convert HMM pfn to migrate pfn
` [PATCH v12 3/5] mm/hmm: do the plumbing for HMM to participate in migration
` [PATCH v12 4/5] mm: setup device page migration in HMM pagewalk
` [PATCH v12 5/5] lib/test_hmm: add a new testcase for the migrate on fault

[PATCH 1/2] gfp_types: Introduce a new GFP_ATOMIC_RT gfp flag
 2026-05-25  8:41 UTC  (2+ messages)

[PATCH v2 0/3] Cleanup and fix tools/mm/slabinfo utility
 2026-05-25  8:38 UTC  (2+ messages)

[PATCH v5 0/5] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
 2026-05-25  8:35 UTC  (5+ messages)
` [PATCH v5 1/5] mm: move mirrored memory overlap checking to the outer loop

[PATCH 0/4] mm/mempolicy: kernel_migrate_pages: fix race between security checks and suid exec
 2026-05-25  8:27 UTC  (9+ messages)
` [PATCH 1/4] mm/mempolicy: kernel_migrate_pages: simplify the usage of put_task_struct()
` [PATCH 2/4] mm/mempolicy: kernel_migrate_pages: use find_get_task_by_vpid()
` [PATCH 3/4] mm/mempolicy: kernel_migrate_pages: check ptrace_may_access() after nodes_and()
` [PATCH 4/4] mm/mempolicy: kernel_migrate_pages: fix race between security checks and suid exec

[PATCH] mm/slub: allocate sheaves on local memory nodes
 2026-05-25  8:13 UTC 

[PATCH v9 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering
 2026-05-25  8:16 UTC  (5+ messages)
` [PATCH v9 1/4] mm/page_owner: add print_mode filter
` [PATCH v9 2/4] mm/page_owner: add NUMA node filter
` [PATCH v9 3/4] tools/mm: add page_owner_filter userspace tool
` [PATCH v9 4/4] mm/page_owner: document page_owner filter

[PATCH 0/2] mm/damon/core: detect internal variation above max_nr_regions/2
 2026-05-25  8:09 UTC  (2+ messages)

[PATCH v3 1/2] mm: shmem: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
 2026-05-25  7:52 UTC  (2+ messages)

[PATCH v2] mm/slub: free prefilled empty sheaves consistently
 2026-05-25  7:39 UTC  (3+ messages)

[PATCH v2 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-05-25  7:32 UTC  (7+ messages)
` [PATCH v2 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH v2 2/6] alloc_tag: add ioctl filters "

[PATCH v2 0/2] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-05-25  7:30 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/mm: refactor pkey test helpers and unify assertions
` [PATCH v2 2/2] selftests/mm: add missing mmap() return checks in pkey tests

[linus:master] [maple_tree] 280b792cac: will-it-scale.per_process_ops 6.0% regression
 2026-05-25  7:23 UTC  (7+ messages)

[PATCH] alloc_tag: fix use-after-free in /proc/allocinfo after module unload
 2026-05-25  7:21 UTC 

[PATCH] mm: free HIGHATOMIC and CMA frozen pages via buddy
 2026-05-25  7:10 UTC 

[RFC PATCH 00/40] mm: reliable 1GB page allocation
 2026-05-25  6:57 UTC  (7+ messages)
` [RFC PATCH 34/40] btrfs: allocate eb-attached btree pages as movable

[PATCH stable 5.10] mm: numa: preserve PMD write permissions in migrate_misplaced_transhuge_page
 2026-05-25  6:50 UTC  (2+ messages)

[PATCH v3 0/4] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-05-25  6:29 UTC  (7+ messages)
` [PATCH v3 1/4] tools/lib/mm: add shared file helpers
` [PATCH v3 2/4] tools/lib/mm: move hugepage_settings out of selftests

[PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
 2026-05-25  6:21 UTC 

[PATCH v2] f2fs: another way to set large folio by remembering inode number
 2026-05-25  5:37 UTC  (13+ messages)
                  ` [f2fs-dev] "

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-05-25  5:30 UTC  (11+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure
` [PATCH v6 3/4] buffer: add dropbehind writeback support
` [PATCH v6 4/4] block: enable RWF_DONTCACHE for block devices

[PATCH v6 1/4] block: add task-context bio completion infrastructure
 2026-05-25  5:24 UTC  (2+ messages)

[PATCH v11 0/5] Migrate on fault for device pages
 2026-05-25  5:08 UTC  (6+ messages)
` [PATCH v11 1/5] mm/Kconfig: changes for migrate "
` [PATCH v11 2/5] mm: Add helper to convert HMM pfn to migrate pfn
` [PATCH v11 3/5] mm/hmm: do the plumbing for HMM to participate in migration
` [PATCH v11 4/5] mm: setup device page migration in HMM pagewalk
` [PATCH v11 5/5] lib/test_hmm: add a new testcase for the migrate on fault

[PATCH v2 7/7] mm: use memcpy_streaming() in zone-device template copies
 2026-05-25  4:59 UTC  (2+ messages)

[PATCH 0/2] zram: writeback fixes
 2026-05-25  4:46 UTC  (3+ messages)
` [PATCH 1/2] zram: do not leak blk idx at the end of writeback
` [PATCH 2/2] zram: clear trailing bytes of compressed writeback pages

[PATCH] riscv: mm: Call mark_new_valid_map() after hotplugging vmemmap
 2026-05-25  4:23 UTC 

[PATCH v2 4/7] mm: extend the template fast path to zone-device compound tails
 2026-05-25  4:11 UTC  (2+ messages)

[PATCH v2 3/7] mm: add a template-based fast path for zone-device page init
 2026-05-25  4:02 UTC  (2+ messages)

[PATCH 1/3] tmpfs: simplify constructing "security.foo" xattr names
 2026-05-25  3:59 UTC  (2+ messages)

[PATCH v2 1/7] mm: factor zone-device page init helpers out of __init_zone_device_page
 2026-05-25  3:51 UTC  (2+ messages)

[PATCH] mm/slub: batch-detach node partial slabs
 2026-05-25  3:22 UTC 

[PATCH] mm/hugetlb_vmemmap: fix incorrect vmemmap restore in rollback
 2026-05-25  2:52 UTC 

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-05-25  2:50 UTC  (3+ messages)
` [PATCH 03/17] ocfs2/dlm: replace __get_free_page() "

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-05-25  2:19 UTC  (6+ messages)
` [PATCH 5/7] mm/migrate: add copy offload registration infrastructure

[Linux Memory Hotness and Promotion] Notes from May 21, 2026
 2026-05-25  2:07 UTC  (2+ messages)

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-05-25  2:03 UTC  (11+ messages)

[PATCH] docs/mm: fix spelling mistakes in memory management docs
 2026-05-24 18:43 UTC  (3+ messages)

[PATCH v2] selftests/damon: add regression test for damos_walk() vs kdamond exit race
 2026-05-24 18:37 UTC  (2+ messages)

[RFC PATCH v1.1] mm/damon/ops-common: call folio_test_lru() after folio_get()
 2026-05-24 17:46 UTC 

[BUG] liveupdate/memfd: duplicate memfd preserve restores same KHO folio twice
 2026-05-24 14:44 UTC 

[PATCH] mm/cma_sysfs: Skip inactive CMA areas in sysfs
 2026-05-24 14:04 UTC 

[PATCH] selftests/damon: add regression test for damos_walk() vs kdamond exit race
 2026-05-24  9:18 UTC 

[PATCH v3 00/16] userfaultfd: working set tracking for VM guest memory
 2026-05-24  6:32 UTC  (5+ messages)
` [PATCH v3 15/16] userfaultfd.2: Add read-write protect mode

[PATCH] mm/dmapool: use static key for boot-time debug enablement
 2026-05-24  3:40 UTC 

[PATCH] kasan/test: only do kmalloc_double_kzfree for generic mode
 2026-05-24  3:17 UTC  (3+ messages)

[PATCH v2] kasan/test: only do kmalloc_double_kzfree for generic mode
 2026-05-24  3:10 UTC 

[PATCH 1/2] mm/vmalloc: free unused pages when shrinking vrealloc() allocation
 2026-05-24  2:53 UTC  (4+ messages)
` [PATCH 2/2] selftests/mm: add test for vrealloc() shrink page freeing


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