public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-28 17:24:22 to 2026-03-30 11:36:00 UTC [more...]

[PATCH v3] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
 2026-03-30 11:35 UTC  (7+ messages)

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-03-30 11:29 UTC  (5+ messages)
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()

[PATCH v4 0/3] mm: Free contiguous order-0 pages efficiently
 2026-03-30 11:27 UTC  (3+ messages)

[PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
 2026-03-30 11:17 UTC  (3+ messages)

[PATCH v7 0/6] Migrate on fault for device pages
 2026-03-30 11:05 UTC  (14+ messages)
` [PATCH v7 1/6] mm:/Kconfig changes for migrate "
` [PATCH v7 2/6] mm: Add helper to convert HMM pfn to migrate pfn
` [PATCH v7 3/6] mm/hmm: do the plumbing for HMM to participate in migration
` [PATCH v7 4/6] mm: setup device page migration in HMM pagewalk
` [PATCH v7 5/6] mm: add new testcase for the migrate on fault case
` [PATCH v7 6/6] mm:/migrate_device.c: remove migrate_vma_collect_*()

[PATCH RFC 0/1] fix for large folio split race in page cache
 2026-03-30 11:02 UTC  (9+ messages)
` [PATCH RFC 1/1] mm/filemap: handle large folio split race in page cache lookups

[PATCH] mm/damon: introduce DAMON-based NUMA memory tiering module
 2026-03-30 10:43 UTC  (21+ messages)

Mapping non-pinned memory from one Xen domain into another
 2026-03-30 10:25 UTC  (4+ messages)
` Why memory lending is needed for GPU acceleration

[PATCH v3 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-30 10:11 UTC  (16+ messages)
` [PATCH v3 01/15] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH v3 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v3 03/15] userfaultfd: introduce mfill_establish_pmd() helper
` [PATCH v3 04/15] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
` [PATCH v3 05/15] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
` [PATCH v3 06/15] userfaultfd: move vma_can_userfault out of line
` [PATCH v3 07/15] userfaultfd: introduce vm_uffd_ops
` [PATCH v3 08/15] shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH v3 09/15] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH v3 10/15] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
` [PATCH v3 11/15] userfaultfd: mfill_atomic(): remove retry logic
` [PATCH v3 12/15] mm: generalize handling of userfaults in __do_fault()
` [PATCH v3 13/15] KVM: guest_memfd: implement userfaultfd operations
` [PATCH v3 14/15] KVM: selftests: test userfaultfd minor for guest_memfd
` [PATCH v3 15/15] KVM: selftests: test userfaultfd missing "

[PATCH v3 00/13] mm/huge_memory: refactor zap_huge_pmd()
 2026-03-30 10:08 UTC  (34+ messages)
` [PATCH v3 01/13] mm/huge_memory: simplify vma_is_specal_huge()
` [PATCH v3 02/13] mm/huge: avoid big else branch in zap_huge_pmd()
` [PATCH v3 03/13] mm/huge_memory: have zap_huge_pmd return a boolean, add kdoc
` [PATCH v3 04/13] mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()
` [PATCH v3 05/13] mm/huge_memory: add a common exit path to zap_huge_pmd()
` [PATCH v3 06/13] mm/huge_memory: remove unnecessary VM_BUG_ON_PAGE()
` [PATCH v3 07/13] mm/huge_memory: deduplicate zap deposited table call
` [PATCH v3 08/13] mm/huge_memory: remove unnecessary sanity checks
` [PATCH v3 09/13] mm/huge_memory: use mm instead of tlb->mm
` [PATCH v3 10/13] mm/huge_memory: separate out the folio part of zap_huge_pmd()
` [PATCH v3 11/13] mm: add softleaf_is_valid_pmd_entry(), pmd_to_softleaf_folio()
` [PATCH v3 12/13] mm/huge_memory: add and use normal_or_softleaf_folio_pmd()
` [PATCH v3 13/13] mm/huge_memory: add and use has_deposited_pgtable()

[syzbot] [mm?] KASAN: use-after-free Read in copy_folio_from_iter_atomic (2)
 2026-03-30  9:56 UTC 

[RFC PATCH 2/4] mm/memory-tiers: introduce socket-aware topology management for NUMA nodes
 2026-03-30  9:47 UTC  (2+ messages)

[PATCH] MAINTAINERS: update MGLRU entry to reflect current status
 2026-03-30  9:35 UTC  (3+ messages)

[PATCH v2] mm/memory_hotplug: maintain N_NORMAL_MEMORY during hotplug
 2026-03-30  9:34 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-30  9:24 UTC  (2+ messages)

[PATCH v1 06/10] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
 2026-03-30  9:15 UTC  (2+ messages)

[PATCH v2 0/9] memblock: improve late freeing of reserved memory
 2026-03-30  9:00 UTC  (3+ messages)
` [PATCH v2 4/9] mm: move free_reserved_area() to mm/memblock.c

[PATCH] mm, KMSAN: Add missing shadow memory initialization in special allocation paths
 2026-03-30  8:36 UTC 

[PATCH v2 00/12] mm/mglru: improve reclaim loop and dirty folio handling
 2026-03-30  8:14 UTC  (19+ messages)
` [PATCH v2 01/12] mm/mglru: consolidate common code for retrieving evitable size
` [PATCH v2 02/12] mm/mglru: rename variables related to aging and rotation
` [PATCH v2 03/12] mm/mglru: relocate the LRU scan batch limit to callers
` [PATCH v2 04/12] mm/mglru: restructure the reclaim loop
` [PATCH v2 05/12] mm/mglru: scan and count the exact number of folios
` [PATCH v2 06/12] mm/mglru: use a smaller batch for reclaim
` [PATCH v2 07/12] mm/mglru: don't abort scan immediately right after aging
` [PATCH v2 08/12] mm/mglru: simplify and improve dirty writeback handling
` [PATCH v2 09/12] mm/mglru: remove no longer used reclaim argument for folio protection
` [PATCH v2 10/12] mm/vmscan: remove sc->file_taken
` [PATCH v2 11/12] mm/vmscan: remove sc->unqueued_dirty
` [PATCH v2 12/12] mm/vmscan: unify writeback reclaim statistic and throttling

[PATCH] drm/shmem_helper: Make sure PMD entries get the writeable upgrade
 2026-03-30  8:06 UTC  (2+ messages)

[PATCH v8 0/6] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-03-30  8:05 UTC  (3+ messages)

[PATCH 0/2] mm/memory-failure: add panic option for unrecoverable pages
 2026-03-30  7:55 UTC  (3+ messages)
` [PATCH 1/2] mm/memory-failure: add panic_on_unrecoverable_memory_failure sysctl

[PATCH v2] dma-debug: suppress cacheline overlap warning when arch has no DMA alignment requirement
 2026-03-30  7:44 UTC  (2+ messages)

[PATCH] MAINTAINERS, mailmap: update email address for Harry Yoo
 2026-03-30  7:42 UTC  (3+ messages)

[PATCH v3 0/3] memfd-based Userspace MFR Policy for HugeTLB
 2026-03-30  7:33 UTC  (13+ messages)
` [PATCH v3 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-03-30  7:20 UTC  (11+ messages)
` [PATCH RFC v2 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH RFC v2 5/7] mm: selftests: Add shmem memory failure test
` [PATCH RFC v2 6/7] KVM: selftests: Add memory failure tests in guest_memfd_test

[PATCH] mm/damon: validate addr_unit to be power of 2
 2026-03-30  7:17 UTC  (9+ messages)

[PATCH v2] mm/page_io: fix PSWPIN undercount for large folios in sio_read_complete()
 2026-03-30  7:12 UTC 

[PATCH 0/2] Docs/admin-guide/mm/damon: warn commit_inputs vs other params race
 2026-03-30  6:39 UTC  (13+ messages)
` [PATCH 1/2] Docs/admin-guide/mm/damon/reclaim: warn commit_inputs vs param updates race
  ` (sashiko review) "
` [PATCH 2/2] Docs/admin-guide/mm/damon/lru_sort: "
  ` (sashiko review) "
` (sashiko status) [PATCH 0/2] Docs/admin-guide/mm/damon: warn commit_inputs vs other params race

[PATCH] mm/page_io: use folios in sio_write_complete()
 2026-03-30  6:37 UTC  (3+ messages)
` [PATCH] mm/page_io: fix PSWPIN undercount for large folios in sio_read_complete()

[PATCH v3 00/13] selftests/mm: fix failures and robustness improvements
 2026-03-30  5:57 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-30  5:32 UTC  (2+ messages)

[PATCH v2] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
 2026-03-30  5:19 UTC  (3+ messages)

[RFC PATCH v6 0/5] mm: Hot page tracking and promotion infrastructure
 2026-03-30  4:46 UTC  (3+ messages)
` [RFC PATCH v6 5/5] mm: sched: move NUMA balancing tiering promotion to pghot

[PATCH v2 5/5] mm/vmscan: flush TLB for every 31 folios evictions
 2026-03-30  3:19 UTC  (2+ messages)

[RFC] mm, page_alloc: reintroduce page allocation stall warning
 2026-03-30  3:17 UTC  (3+ messages)
` [patch] "

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-30  3:17 UTC  (2+ messages)

mm/huge_memory.c:84:13: warning: variable 'anon_orders_configured' set but not used
 2026-03-30  3:14 UTC 

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-30  3:09 UTC  (2+ messages)

[PATCH v1 04/10] fs: remove nr_thps from struct address_space
 2026-03-30  3:06 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-30  2:59 UTC  (2+ messages)

kernel/cpu.c:607:21: warning: variable 'cpu_smt_max_threads' set but not used
 2026-03-30  2:52 UTC 

[PATCH v3 0/3] fix unexpected type conversions and potential overflows
 2026-03-30  2:22 UTC  (8+ messages)
` [PATCH v3 1/3] mm: memcontrol: correct the type of stats_updates to unsigned long
` [PATCH v3 2/3] mm: memcontrol: change val type to long in __mod_memcg_{lruvec_}state()
` [PATCH v3 3/3] mm: memcontrol: correct the nr_pages parameter type of mem_cgroup_update_lru_size()

[PATCH v2 0/3] mm/swap: use swap_ops to register swap device's methods
 2026-03-30  0:54 UTC  (6+ messages)
` [PATCH v2 1/3] mm/swap: rename mm/page_io.c to mm/swap_io.c
` [PATCH v2 3/3] mm/swap_io.c: rename swap_writepage_* to swap_write_folio_*

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-29 17:33 UTC  (2+ messages)

[GIT PULL] Additional hotfixes for 7.0-rc6
 2026-03-29 16:42 UTC  (2+ messages)

[PATCH 0/2] mm/damon/core: validate damos_quota_goal->nid
 2026-03-29 16:30 UTC  (9+ messages)
` [PATCH 1/2] mm/damon/core: validate damos_quota_goal->nid for node_mem_{used,free}_bp
  ` (sashiko review) "
` [PATCH 2/2] mm/damon/core: validate damos_quota_goal->nid for node_memcg_{used,free}_bp
  ` (sashiko review) "
` (sashiko status) [PATCH 0/2] mm/damon/core: validate damos_quota_goal->nid

[PATCH] mm/damon/core: use time_in_range_open() for damos quota window start
 2026-03-29 15:48 UTC  (2+ messages)
` (sashiko status) "

[PATCH v2] mm/damon: add synchronous commit for commit_inputs
 2026-03-29 15:12 UTC  (4+ messages)

[PATCH v5 1/4] mm: swap: introduce swap tier infrastructure
 2026-03-29 13:46 UTC  (3+ messages)

[PATCH v2 2/3] mm/swap: use swap_ops to register swap device's methods
 2026-03-29 11:44 UTC  (4+ messages)

[PATCH v5 3/4] mm: memcontrol: add interfaces for swap tier selection
 2026-03-29 11:10 UTC  (2+ messages)

[PATCH v6 0/6] selftests/mm: skip several tests when thp is not available
 2026-03-29  9:45 UTC  (14+ messages)
` [PATCH v6 1/6] selftests/mm/guard-regions: skip collapse test when thp not enabled
` [PATCH v6 4/6] selftests/mm/vm_util: robust write_file()

[PATCH v2 3/4] elf: align ET_DYN base to max folio size for PTE coalescing
 2026-03-29  4:37 UTC  (2+ messages)

[akpm-mm:mm-new 193/194] lib/alloc_tag.c:815:25: sparse: sparse: cast removes address space '__rcu' of expression
 2026-03-29  4:36 UTC 

[Hypervisor Live Update] Notes from March 23, 2026
 2026-03-29  1:03 UTC 

[PATCH 09/26] mm: Make readahead store folio count in readahead_control
 2026-03-28 18:36 UTC  (4+ messages)
` [PATCH 10/26] netfs: Bulk load the readahead-provided folios up front

(sashiko review) [PATCH] mm/damon: add synchronous commit for commit_inputs
 2026-03-28 18:08 UTC  (2+ messages)

[RFC PATCH 0/2] Docs/admin-guide/mm/damon: warn commit_inputs vs other params race
 2026-03-28 17:51 UTC  (8+ messages)
` [RFC PATCH 1/2] Docs/admin-guide/mm/damon/reclaim: warn commit_inputs vs param updates race
  ` (sashiko review) "
` [RFC PATCH 2/2] Docs/admin-guide/mm/damon/lru_sort: "
  ` (sashiko review) "
` (sashiko status) [RFC PATCH 0/2] Docs/admin-guide/mm/damon: warn commit_inputs vs other params race

[PATCH v2] mm/page_owner: warn when stack trace depth hits PAGE_OWNER_STACK_DEPTH limit
 2026-03-28 21:44 UTC  (4+ messages)
  ` [syzbot ci] "
    ` Request received

[PATCH 0/8] mm/mglru: improve reclaim loop and dirty folio handling
 2026-03-28 17:30 UTC  (6+ messages)


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