public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-19 07:14:51 to 2026-03-19 18:23:55 UTC [more...]

[PATCH v3 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-19 18:23 UTC  (3+ messages)
` [PATCH v3 01/16] mm: various small mmap_prepare cleanups
` [PATCH v3 02/16] mm: add documentation for the mmap_prepare file operation callback

[PATCH v7 0/3] kho: add support for deferred struct page init
 2026-03-19 18:17 UTC  (11+ messages)
` [PATCH v7 2/3] kho: fix deferred init of kho scratch

[PATCH 0/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE and cleanup CONFIG_MIGRATION
 2026-03-19 18:15 UTC  (16+ messages)
` [PATCH 1/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE
` [PATCH 2/2] mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATION

[PATCH v3 0/2] Small improvements to reserve_mem, 3rd attempt
 2026-03-19 18:01 UTC  (5+ messages)
` [PATCH v3 2/2] mm/memblock: Add reserve_mem debugfs info

[PATCH] zram: do not slot_free() written-back slots
 2026-03-19 17:59 UTC  (5+ messages)

[PATCH 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
 2026-03-19 17:37 UTC  (8+ messages)
` [PATCH 1/7] memcg: Scale up vmstats flush threshold with log2(nums_possible_cpus)
` [PATCH 2/7] memcg: Scale down MEMCG_CHARGE_BATCH with increase in PAGE_SIZE
` [PATCH 3/7] selftests: memcg: Iterate pages based on the actual page size
` [PATCH 4/7] selftests: memcg: Increase error tolerance in accordance with "
` [PATCH 5/7] selftests: memcg: Reduce the expected swap.peak with larger "
` [PATCH 6/7] selftests: memcg: Don't call reclaim_until() if already in target
` [PATCH 7/7] selftests: memcg: Treat failure for zeroing sock in test_memcg_sock as XFAIL

[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-19 17:38 UTC  (11+ messages)
` [PATCH v3 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v3 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v3 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v3 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v3 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers

[PATCH 0/5] mm: Switch gfp_t to unsigned long
 2026-03-19 17:38 UTC  (9+ messages)
` [PATCH 1/5] drm/managed: Use special gfp_t format specifier
` [PATCH 2/5] iwlegacy: 3945-mac: "
` [PATCH 3/5] mm/kfence: "
` [PATCH 4/5] net/rds: "
` [PATCH 5/5] mm: Change gfp_t to unsigned long

[PATCH v2] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-19 17:35 UTC  (2+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-19 17:23 UTC  (15+ messages)
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after Live Update

[PATCH v4 0/5] selftests/mm: skip several tests when thp is not available
 2026-03-19 17:21 UTC  (8+ messages)
` [PATCH v4 1/5] selftests/mm/guard-regions: skip collapse test when thp not enabled
` [PATCH v4 2/5] selftests/mm: soft-dirty: skip two tests when thp is not available
` [PATCH v4 3/5] selftests/mm: move write_file helper to vm_util
` [PATCH v4 4/5] selftests/mm: split_huge_page_test: skip the test when thp is not available
` [PATCH v4 5/5] selftests/mm: transhuge_stress: skip the test when thp "

[PATCH v3] mm/execmem: Make the populate and alloc atomic
 2026-03-19 17:19 UTC  (2+ messages)

[PATCH v2 0/9] mm/huge_memory: refactor zap_huge_pmd()
 2026-03-19 17:18 UTC  (14+ messages)
` [PATCH v2 1/9] mm/huge_memory: simplify vma_is_specal_huge()
` [PATCH v2 2/9] mm/huge: avoid big else branch in zap_huge_pmd()
` [PATCH v2 3/9] mm/huge_memory: have zap_huge_pmd return a boolean, add kdoc
` [PATCH v2 4/9] mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()
` [PATCH v2 5/9] mm/huge_memory: add a common exit path to zap_huge_pmd()
` [PATCH v2 6/9] mm/huge_memory: remove unnecessary VM_BUG_ON_PAGE()
` [PATCH v2 7/9] mm/huge_memory: deduplicate zap deposited table call
` [PATCH v2 8/9] mm/huge_memory: deduplicate zap_huge_pmd() further by tracking state
` [PATCH v2 9/9] mm/huge_memory: have zap_huge_pmd() use vm_normal_folio_pmd()

[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-19 16:50 UTC  (4+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()

[PATCH 0/9] mm/rmap: Optimize anonymous large folio unmapping
 2026-03-19 16:47 UTC  (14+ messages)
` [PATCH 3/9] mm/rmap: refactor lazyfree unmap commit path to commit_ttu_lazyfree_folio()
` [PATCH 6/9] mm/swapfile: Make folio_dup_swap batchable
` [PATCH 8/9] mm/rmap: introduce folio_try_share_anon_rmap_ptes

[PATCH v4 0/3] mm/swap, PM: hibernate: fix swapoff race and optimize swap
 2026-03-19 16:34 UTC  (5+ messages)
` [PATCH v4 1/3] mm/swap, PM: hibernate: fix swapoff race in uswsusp by getting swap reference

[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-19 16:29 UTC  (20+ messages)
` [PATCH v2 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v2 11/16] staging: vme_user: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v2 15/16] mm: add mmap_action_map_kernel_pages[_full]()

[PATCH v1 0/3] Modify memfd_luo code
 2026-03-19 16:24 UTC  (7+ messages)
` [PATCH v1 1/3] mm/memfd_luo: optimize shmem_recalc_inode calls in retrieve path
` [PATCH v1 2/3] mm/memfd_luo: remove unnecessary memset in zero-size memfd path
` [PATCH v1 3/3] mm/memfd_luo: use i_size_write() to set inode size during retrieve

[PATCH 0/2] mm/damon/reclaim: fix addr_unit validation and age truncation
 2026-03-19 16:16 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/reclaim: reject non-power-of-2 addr_unit
` [PATCH 2/2] mm/damon/reclaim: fix min_age_region truncation from unsigned long to unsigned int

[PATCH mm-unstable v3 0/5] mm: khugepaged cleanups and mTHP prerequisites
 2026-03-19 16:01 UTC  (5+ messages)
` [PATCH mm-unstable v3 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()

[PATCH mm-unstable v15 00/13] khugepaged: mTHP support
 2026-03-19 15:59 UTC  (6+ messages)
` [PATCH mm-unstable v15 11/13] mm/khugepaged: avoid unnecessary mTHP collapse attempts

[PATCH 0/4] mm/damon/sysfs: fix resource leak and NULL pointer dereferences
 2026-03-19 15:57 UTC  (5+ messages)
` [PATCH 1/4] mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
` [PATCH 2/4] mm/damon/sysfs: check contexts->nr before clear_schemes_tried_regions
` [PATCH 3/4] mm/damon/sysfs: check contexts->nr in update_schemes_tried_regions
` [PATCH 4/4] mm/damon/sysfs: check contexts->nr in repeat_call_fn

[PATCH v3] selftests/mm: Add UFFDIO_MOVE huge zeropage PMD regression test
 2026-03-19 15:42 UTC  (2+ messages)

[PATCH] mm/damon/core: document damos_commit_dests() failure semantics
 2026-03-19 15:26 UTC  (4+ messages)

Linux 7.0-rc4: v4l2src0:src: page allocation failure - increased memory usage in 7.0?
 2026-03-19 15:16 UTC  (3+ messages)

[Question] mm/damon: min_nr_regions constraint and inconsistent error handling
 2026-03-19 15:15 UTC  (3+ messages)

[PATCH] mm/damon/core: reset nr_dests on allocation failure in damos_commit_dests()
 2026-03-19 15:12 UTC  (3+ messages)

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-03-19 15:09 UTC  (8+ messages)

[PATCH v3 0/5] selftests/mm: skip several tests when thp is not available
 2026-03-19 15:08 UTC  (7+ messages)

[PATCH v4 0/6] drm/gem-shmem: Track page accessed/dirty status
 2026-03-19 14:53 UTC  (17+ messages)
` [PATCH v4 5/6] drm/gem-shmem: Track folio accessed/dirty status in mmap

[PATCH] mm/damon/core: avoid use of half-online-committed context
 2026-03-19 14:52 UTC 

[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
 2026-03-19 14:27 UTC  (3+ messages)
` [PATCH 07/15] RISC-V: "

[PATCH v5 0/3] Fix swapoff race and cleanup in hibernation swap path
 2026-03-19 14:24 UTC  (4+ messages)
` [PATCH v5 1/3] mm/swap, PM: hibernate: fix swapoff race in uswsusp by getting swap reference
` [PATCH v5 2/3] mm/swap: remove redundant swap device reference in alloc/free
` [PATCH v5 3/3] PM: hibernate: fix spurious GFP mask WARNING in uswsusp path

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (3+ messages)
` [PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check

[PATCH 6.6.y] mm/mempolicy: fix wrong mmap_read_unlock() in migrate_to_node()
 2026-03-19 14:09 UTC  (2+ messages)
` Patch "mm/mempolicy: fix wrong mmap_read_unlock() in migrate_to_node()" has been added to the 6.6-stable tree

[PATCH 0/8] mm/huge_memory: refactor zap_huge_pmd()
 2026-03-19 14:07 UTC  (11+ messages)
` [PATCH 1/8] mm/huge_memory: simplify vma_is_specal_huge()
` [PATCH 4/8] mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()

[PATCH v2] mm/vmalloc: use dedicated unbound workqueue for vmap area draining
 2026-03-19 13:23 UTC  (4+ messages)
  ` 答复: [????] "

[PATCH v4 0/5] mm: zone lock tracepoint instrumentation
 2026-03-19 13:22 UTC  (9+ messages)

[PATCH 0/3] KASAN: HW_TAGS: Disable tagging for stack and page-tables
 2026-03-19 12:57 UTC  (9+ messages)
` [PATCH 1/3] vmalloc: add __GFP_SKIP_KASAN support
` [PATCH 2/3] fork: skip MTE tagging for kernel stacks
` [PATCH 3/3] mm: SKIP KASAN for page table allocations

[PATCH 0/3] slab: support memoryless nodes with sheaves
 2026-03-19 12:25 UTC  (8+ messages)
` [PATCH 2/3] slab: create barns for online memoryless nodes

[syzbot] [mm?] kernel BUG in collapse_scan_file
 2026-03-19 12:17 UTC  (15+ messages)

[PATCH 6.6.y] binfmt_misc: restore write access before closing files opened by open_exec()
 2026-03-19 12:01 UTC  (2+ messages)
` Patch "binfmt_misc: restore write access before closing files opened by open_exec()" has been added to the 6.6-stable tree

balance_dirty_pages() causes 40% IO PSI (full) with no drain benefit on 384 GB machine
 2026-03-19 11:58 UTC  (2+ messages)

[PATCH v3 0/7] mm: switch THP shrinker to list_lru
 2026-03-19 11:45 UTC  (6+ messages)

[PATCH 0/6] change young flag check functions to return bool
 2026-03-19 11:39 UTC  (13+ messages)
` [PATCH 1/6] mm: change to return bool for ptep_test_and_clear_young()
` [PATCH 2/6] mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
` [PATCH 3/6] mm: change to return bool for pmdp_test_and_clear_young()
` [PATCH 4/6] mm: change to return bool for pmdp_clear_flush_young()
` [PATCH 5/6] mm: change to return bool for pudp_test_and_clear_young()
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check

[BUG] WARNING in unlink_anon_vmas()
 2026-03-19 10:53 UTC  (3+ messages)

[PATCH 6.12.y] binfmt_misc: restore write access before closing files opened by open_exec()
 2026-03-19 10:41 UTC  (2+ messages)
` Patch "binfmt_misc: restore write access before closing files opened by open_exec()" has been added to the 6.12-stable tree

[PATCH RFC] mm/mglru: lazily activate folios while folios are really mapped
 2026-03-19 10:12 UTC  (6+ messages)

[PATCH] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
 2026-03-19 10:08 UTC  (2+ messages)

[syzbot] [mm?] general protection fault in zap_huge_pmd
 2026-03-19 10:04 UTC  (6+ messages)

[PATCH v2] mm/memcontrol: fix reclaim_options leak in try_charge_memcg()
 2026-03-19  9:29 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v5] mm/mglru: fix cgroup OOM during MGLRU state switching
 2026-03-19  9:08 UTC  (2+ messages)

[PATCH v3] mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
 2026-03-19  8:49 UTC  (2+ messages)

[PATCH] mm: add memory.compact_unevictable_allowed cgroup attribute
 2026-03-19  8:35 UTC  (8+ messages)

[PATCH] mm/alloc_tag: clear codetag for pages allocated before page_ext initialization
 2026-03-19  8:31 UTC 

[PATCH v9 0/2] Optimize zone->contiguous update
 2026-03-19  8:28 UTC  (13+ messages)
` [PATCH v9 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range

[PATCH v4 00/21] Virtual Swap Space
 2026-03-19  7:56 UTC  (3+ messages)
` [PATCH v4 09/21] mm: swap: allocate a virtual swap slot for each swapped out page

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

[PATCH 0/4] arm64/mm: contpte-sized exec folios for 16K and 64K pages
 2026-03-19  7:40 UTC  (2+ messages)

[PATCH 0/4] arm64/mm: contpte-sized exec folios for 16K and 64K pages
 2026-03-19  7:37 UTC  (6+ messages)
` [PATCH 1/4] arm64: request contpte-sized folios for exec memory
` [PATCH 2/4] mm: bypass mmap_miss heuristic for VM_EXEC readahead

[PATCH v2 00/25] Introduce meminspect
 2026-03-19  7:33 UTC  (5+ messages)

[PATCH v2 0/7] mm: switch THP shrinker to list_lru
 2026-03-19  7:21 UTC  (5+ messages)
` [PATCH v2 7/7] mm: switch deferred split "

[PATCH] mm/damon/core: reset nr_dests on allocation failure in damos_commit_dests()
 2026-03-19  7:14 UTC  (2+ messages)


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