Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-27 18:13:38 to 2026-07-28 13:11:40 UTC [more...]

[PATCH 0/5] x86/mm/pat: CPA fixes
 2026-07-28 13:11 UTC  (7+ messages)
` [PATCH 1/5] x86/mm/pat: introcude cpa_lock() and cpa_unlock()
` [PATCH 2/5] x86/mm/pat: acquire init_mm write lock on collapse to avoid UAF
` [PATCH 3/5] x86/mm/pat: acquire init_mm read lock on attribute change "
` [PATCH 4/5] x86/mm/pat: allocate split page tables as kernel page tables
` [PATCH 5/5] x86/mm/pat: fix effective RW computation in lookup_address_in_pgd_attr()

[PATCH RFC] mm/huge_memory: eliminate reference-counted huge zero folio
 2026-07-28 13:06 UTC 

[PATCH v2 0/3] mm: zswap: free cold writeback folios promptly
 2026-07-28 12:58 UTC  (4+ messages)
` [PATCH v2 3/3] mm: zswap: drop cold writeback folios via swap dropbehind

[PATCH 1/3] mm/huge_memory: add folio_split_driver_managed()
 2026-07-28 12:58 UTC  (7+ messages)

[PATCH] params: fix charp corruption on allocation failure
 2026-07-28 12:57 UTC  (4+ messages)

[PATCH v4] mm/migrate_device: Clear stale mapping after freeing swapcache
 2026-07-28 12:50 UTC  (3+ messages)

[RFC PATCH v2 4/5] mm: mglru: run aging when pages are severely imbalanced across gens
 2026-07-28 12:27 UTC  (4+ messages)

[PATCH 0/2] binfmt_misc: don't let an 'F' entry pin its own instance
 2026-07-28 12:26 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/exec: check that a binfmt_misc instance cannot be pinned

[PATCH -v4 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
 2026-07-28 12:18 UTC  (11+ messages)
` [PATCH -v4 1/4] mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=max

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-07-28 12:11 UTC  (12+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 02/11] KVM: Introduce kvm_create_vm_file() helper
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()
` [PATCH v4 04/11] KVM: Track weak reference to vm_file in struct kvm
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
` [PATCH v4 06/11] KVM: guest_memfd: Move internal definitions to internal header
` [PATCH v4 07/11] KVM: guest_memfd: Add support for freezing mappings
` [PATCH v4 08/11] KVM: guest_memfd: Add support for preservation via LUO
` [PATCH v4 09/11] docs: liveupdate: Add documentation for VM and guest_memfd preservation
` [PATCH v4 10/11] KVM: selftests: Split ____vm_create() and add vm_create_from_fd()
` [PATCH v4 11/11] KVM: selftests: Add guest_memfd_preservation_test

[PATCH v7 0/7] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-28 12:08 UTC  (5+ messages)
` [PATCH v7 1/7] arm64/hugetlb: Extend batching of multiple CONT_PTE in a single PTE setup
` [PATCH v7 2/7] arm64/vmalloc: Allow arch_vmap_pte_range_map_size to batch multiple CONT_PTE

[PATCH mm-hotfixes 0/2] mm/huge_memory: fix huge_zero_pfn race
 2026-07-28 12:05 UTC  (3+ messages)
` [PATCH mm-hotfixes 1/2] mm/huge_memory: separate out CONFIG_PERSISTENT_HUGE_ZERO_FOLIO logic
` [PATCH mm-hotfixes 2/2] mm/huge_memory: fix huge_zero_pfn race

[PATCH v2 2/2] mm/zswap: Support batch writeback in shrink_memcg()
 2026-07-28 11:22 UTC  (13+ messages)

[PATCH v3] mm/page_reporting: Add page_reporting_delay_ms module parameter
 2026-07-28 11:17 UTC  (6+ messages)

[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
 2026-07-28 11:08 UTC  (8+ messages)
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock

[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
 2026-07-28 10:33 UTC  (4+ messages)

[PATCH] mm/page_alloc: only update lowmem_reserve_ratio on sysctl write
 2026-07-28 10:32 UTC 

[PATCH] mm/page_alloc: only update NUMA min ratios on sysctl write
 2026-07-28 10:31 UTC  (3+ messages)

[PATCH] mm/filemap: __filemap_add_folio() restore index before retrying
 2026-07-28 10:24 UTC  (2+ messages)

[PATCH 1/2] mm/damon/core: cover discrete System RAM areas with per-range regions
 2026-07-28 10:06 UTC  (2+ messages)

[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-07-28  9:35 UTC  (7+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test

[PATCH RFC v2 0/4] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-07-28  9:05 UTC  (5+ messages)
` [PATCH RFC v2 1/4] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH RFC v2 2/4] KVM: guest_memfd: implement folio migration for non-confidential VMs
` [PATCH RFC v2 3/4] KVM: guest_memfd: add GUEST_MEMFD_FLAG_MIGRATABLE
` [PATCH RFC v2 4/4] KVM: selftests: exercise guest_memfd folio migration

[PATCH] mm: do file ownership checks with the proper mount idmap
 2026-07-28  9:02 UTC  (3+ messages)

[PATCH v3 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
 2026-07-28  8:33 UTC  (5+ messages)

[PATCH 0/4] add anon mTHP collapse test cases
 2026-07-28  8:13 UTC  (5+ messages)
` [PATCH 1/4] selftests: mm: extend the check_huge() to support mTHP check
` [PATCH 2/4] selftests: mm: move gather_after_split_folio_orders() into vm_util.c file
` [PATCH 3/4] selftests: mm: implement the mTHP-sized hugepage check helpers
` [PATCH 4/4] selftests: mm: add mTHP collapse test cases

[PATCH] mm/shmem: downgrade final i_blocks check in shmem_evict_inode() to pr_warn()
 2026-07-28  9:10 UTC 

[PATCH v3] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
 2026-07-28  7:47 UTC  (2+ messages)

[RFC] Robust futex causing memcg OOM storm on exit
 2026-07-28  7:27 UTC  (5+ messages)

[PATCH v2 0/2] make unused huge shrinker memcg aware
 2026-07-28  7:12 UTC  (4+ messages)
` [PATCH v2 2/2] mm: shmem: "

[PATCH] mm/zsmalloc: fix release order of locks in zs_page_migrate()
 2026-07-28  6:39 UTC  (2+ messages)

[PATCH v8 0/9] mm: optimize zone-device memmap initialization
 2026-07-28  6:18 UTC  (3+ messages)

[PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure
 2026-07-28  6:17 UTC  (14+ messages)
` [PATCH v8 1/8] mm: migrate: Allow misplaced migration without VMA
` [PATCH v8 2/8] mm: migrate: Add promote_misplaced_memcg_folios()
` [PATCH v8 3/8] mm: Hot page tracking and promotion - pghot
` [PATCH v8 4/8] mm: pghot: Precision mode for pghot
` [PATCH v8 5/8] mm: sched: move NUMA balancing tiering promotion to pghot
` [PATCH v8 6/8] x86/ibs: Move IBS caps definitions into its own header
` [PATCH v8 7/8] x86/mm/ibs: In-kernel driver for AMD IBS Memory Profiler
` [PATCH v8 8/8] x86/mm/ibs: Add runtime controls for IBS memprofiler
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - microbenchmark numbers
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - NAS BT
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - Graph500
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - redis-memtier
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - llama-bench

[PATCH] mm/khugepaged: replace mutex_lock/mutex_unlock usage with guard macro
 2026-07-28  6:12 UTC  (2+ messages)

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-28  5:34 UTC  (4+ messages)
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test

[RFC PATCH 00/10] mm/damon: cleanup code, add test cases, and update guidances in docs
 2026-07-28  5:28 UTC  (11+ messages)
` [RFC PATCH 01/10] mm/damon/core: use damon_nr_samples_per_aggr() for max merge threshold
` [RFC PATCH 02/10] mm/damon/core: remove debug messages
` [RFC PATCH 03/10] mm/damon/vaddr: remove a debug message
` [RFC PATCH 04/10] mm/damon/tests/core-kunit: extend set_regions() test for error case
` [RFC PATCH 05/10] mm/damon/tests/core-kunit: test <=0 size damon_set_regions() inputs
` [RFC PATCH 06/10] mm/damon/tests/core-kunit: test overlapping ranges for set_regions()
` [RFC PATCH 07/10] mm/damon/tests/core-kunit: test damon_nr_samples_per_aggr()
` [RFC PATCH 08/10] selftests/damon/sysfs.sh: test hugepage_mem_bp quota goal
` [RFC PATCH 09/10] Docs/mm/damon/maintainer-profile: update AI review for Sashiko replies
` [RFC PATCH 10/10] Docs/ABI/damon: recommend subsystem doc instead of admin-guide

[PATCH v3 0/1] mm/page_table_check: skip special zero mappings
 2026-07-28  4:57 UTC  (3+ messages)
` [PATCH v3 1/1] "

[RFC PATCH v2.2 00/17] mm/damon: introduce data access-as-a-data attribute
 2026-07-28  4:12 UTC  (18+ messages)
` [RFC PATCH v2.2 01/17] mm/damon/core: introduce DAMON_FILTER_TYPE_PGIDLE_UNSET
` [RFC PATCH v2.2 02/17] mm/damon/paddr: support PGIDLE_UNSET probe filter type
` [RFC PATCH v2.2 03/17] mm/damon/sysfs: support pgidle_unset "
` [RFC PATCH v2.2 04/17] Docs/mm/damon/design: document "
` [RFC PATCH v2.2 05/17] mm/damon/core: introduce damon_prep struct
` [RFC PATCH v2.2 06/17] mm/damon/core: commit preps
` [RFC PATCH v2.2 07/17] mm/damon/core: introduce damon_operations->prep_probes()
` [RFC PATCH v2.2 08/17] mm/damon/paddr: support damon_prep
` [RFC PATCH v2.2 09/17] mm/damon/sysfs: implement preps directory
` [RFC PATCH v2.2 10/17] mm/damon/sysfs: implement preps/nr_preps file
` [RFC PATCH v2.2 11/17] mm/damon/sysfs: create directories for nr_preps writes
` [RFC PATCH v2.2 12/17] mm/damon/sysfs: implement prep_action file
` [RFC PATCH v2.2 13/17] mm/damon/sysfs: pass preps to DAMON core
` [RFC PATCH v2.2 14/17] selftests/damon/sysfs.sh: test probe prep sysfs files
` [RFC PATCH v2.2 15/17] Docs/mm/damon/design: document probe preps
` [RFC PATCH v2.2 16/17] Docs/admin-guide/mm/damon/usage: document probe preps sysfs files
` [RFC PATCH v2.2 17/17] Docs/ABI/damon: document probe prep "

[PATCH v4 0/3] promote mapped executable folios after first usage for MGLRU
 2026-07-28  4:11 UTC  (4+ messages)

[PATCH v6 1/4] block: add task-context bio completion infrastructure
 2026-07-28  4:10 UTC  (11+ messages)

mm.git review status at 7.2-rc4
 2026-07-28  3:45 UTC  (3+ messages)

[PATCH v2 2/2] mm: Extract non-swap page handling to do_non_swap_page()
 2026-07-28  3:21 UTC  (2+ messages)

[PATCH v6 00/12] Use generic_file_read_iter() in hugetlbfs
 2026-07-28  3:19 UTC  (19+ messages)
` [PATCH v6 01/12] memory-failure: Fix hardware poison check in unpoison_memory() again
` [PATCH v6 02/12] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v6 03/12] hugetlb: Mark some function arguments as const
` [PATCH v6 04/12] guest_memfd: Use folio_has_hwpoisoned_page()
` [PATCH v6 05/12] hugetlb: Use the has_hwpoisoned flag
` [PATCH v6 06/12] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()
` [PATCH v6 07/12] mm: Check individual hugetlb pages for poison
` [PATCH v6 10/12] hugetlb: Set mapping folio order
` [PATCH v6 11/12] filemap: Add support for authoritative mappings
` [PATCH v6 12/12] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()

[PATCH v2 0/2] mm: folio conversion and refactoring in do_swap_page()
 2026-07-28  3:13 UTC  (4+ messages)
` [PATCH v2 2/2] mm: Extract non-swap page handling to do_non_swap_page()

[PATCH v14 26/26] mm: zswap: Batched zswap_compress() for compress batching of large folios
 2026-07-28  3:05 UTC  (2+ messages)

[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
 2026-07-28  2:45 UTC  (14+ messages)
` [PATCH RFC v4 01/12] x86/mm: add untagged_addr_remote_unlocked()
` [PATCH RFC v4 02/12] riscv/mm: "
` [PATCH RFC v4 04/12] mm/gup: let check_vma_flags() ignore selected VMA flags
` [PATCH RFC v4 05/12] mm/gup: add get_user_page_vma() to fault in a page under a held lock
` [PATCH RFC v4 06/12] mm: use per-VMA lock in __access_remote_vm() for single-VMA accesses
` [PATCH RFC v4 11/12] mm/gup: batch contiguous PTE-mapped large folios in follow_page_mask()

[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
 2026-07-28  2:22 UTC  (3+ messages)

[PATCH v10 00/19] zsmalloc/zram: there be preemption
 2026-07-28  2:11 UTC  (4+ messages)
` [PATCH v10 04/19] zram: remove max_comp_streams device attr

[RFC PATCH 9/9] arm64/debug: Mark debug exception helpers __always_inline
 2026-07-28  2:03 UTC  (4+ messages)

[PATCH RFC] xarray: honor XA_FLAGS_ACCOUNT in xas_split_alloc()
 2026-07-28  1:51 UTC 

[PATCH v2] nodemask: reduce bitmap width to nr_node_ids in __nodemask_pr_numnodes()
 2026-07-28  1:30 UTC  (4+ messages)
  ` 答复: [????] "

[PATCH RFC] mm/zswap: reference the pool by index to shrink struct zswap_entry
 2026-07-28  1:17 UTC  (6+ messages)

[PATCH v4] mm/hugetlb_cma: Fix null nodemask dereference in hugetlb_cma_alloc_frozen_folio
 2026-07-28  0:57 UTC  (2+ messages)

[akpm-mm:mm-new] BUILD SUCCESS WITH UNVERIFIED WARNING 34cacd0ac7c10dc9e34e1b9f28a2b78d335cb487
 2026-07-28  0:38 UTC  (4+ messages)

[PATCH v7 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
 2026-07-27 23:22 UTC  (3+ messages)

[RFC PATCH v2 0/5] mm: mglru: fix swappiness behavior
 2026-07-27 23:18 UTC  (3+ messages)
` [RFC PATCH v2 1/5] mm: mglru: avoid scanning empty generations in scan_folios()

[PATCH v7 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
 2026-07-27 23:11 UTC  (3+ messages)

[PATCH 00/36] treewide: remove conditional returns with no effect
 2026-07-27 12:26 UTC  (2+ messages)
` (subset) "

[PATCH v4 00/21] kho: make boot time huge page allocation work nicely with KHO
 2026-07-27 22:53 UTC  (6+ messages)
  ` [PATCH v4 16/21] mm/mm_init: simplify deferred_free_pages() migratetype init

[PATCH v3] mm/migrate_device: Clear stale mapping after freeing swapcache
 2026-07-27 22:43 UTC  (4+ messages)

[PATCH] mm/usercopy: harden bounds checking for vmalloc allocations
 2026-07-27 22:22 UTC  (6+ messages)

[RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
 2026-07-27 22:06 UTC  (6+ messages)

[PATCH v3 00/24] binfmt_misc: write access fixes, RCU handler lookup and cleanups
 2026-07-27 21:58 UTC  (9+ messages)
` [PATCH v3 03/24] binfmt_misc: reject a flag character as the field delimiter
` [PATCH v3 09/24] binfmt_misc: rename Node to struct binfmt_misc_entry

[GIT PULL] hotfixes for 7.2-rc6
 2026-07-27 21:50 UTC  (2+ messages)

[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-27 21:26 UTC  (3+ messages)
` [PATCH v2 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous

[PATCH] mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()
 2026-07-27 21:14 UTC  (4+ messages)

[PATCH v3 0/5] tracing: add ref_trace_final_put tracing
 2026-07-27 20:27 UTC  (5+ messages)
` [PATCH v3 1/5] tracing: add ref_trace_final_put tracepoint
` [PATCH v3 2/5] refcount: "

[PATCH v7 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
 2026-07-27 20:06 UTC  (3+ messages)

[PATCH v5 00/12] Use generic_file_read_iter() in hugetlbfs
 2026-07-27 19:40 UTC  (4+ messages)
` [PATCH v5 01/12] memory-failure: Fix hardware poison check in unpoison_memory() again

[PATCH v5 0/3] mm: make persistent huge zero folio read-only
 2026-07-27 18:35 UTC  (2+ messages)

[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
 2026-07-27 18:20 UTC  (4+ messages)


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