public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-19 12:09:10 to 2026-03-19 23:31:12 UTC [more...]

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-03-19 23:30 UTC  (8+ messages)
` [PATCH RFC v2 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH RFC v2 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH RFC v2 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH RFC v2 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
` [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 RFC v2 7/7] KVM: selftests: Test guest_memfd behavior with respect to stage 2 page tables

[PATCH v4 00/21] Virtual Swap Space
 2026-03-19 23:27 UTC  (9+ messages)
` [PATCH v4 09/21] mm: swap: allocate a virtual swap slot for each swapped out page
` [syzbot ci] Re: Virtual Swap Space

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

[PATCH] mm/alloc_tag: clear codetag for pages allocated before page_ext initialization
 2026-03-19 22:28 UTC  (2+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-19 22:09 UTC  (20+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after Live Update

[PATCH v2 0/3] mm: Free contiguous order-0 pages efficiently
 2026-03-19 22:07 UTC  (8+ messages)
` [PATCH v2 1/3] mm/page_alloc: Optimize free_contig_range()

[PATCH v2 0/9] mm/huge_memory: refactor zap_huge_pmd()
 2026-03-19 21:56 UTC  (15+ 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 v4 0/5] selftests/mm: skip several tests when thp is not available
 2026-03-19 21:48 UTC  (12+ 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 0/4] mm/mprotect: micro-optimization work
 2026-03-19 21:43 UTC  (14+ messages)
` [PATCH 1/4] mm/mprotect: encourage inlining with __always_inline
` [PATCH 2/4] mm/mprotect: move softleaf code out of the main function
` [PATCH 3/4] mm/mprotect: un-inline folio_pte_batch_flags()
` [PATCH 4/4] mm/mprotect: special-case small folios when applying write permissions

[PATCH 0/5] mm: Switch gfp_t to unsigned long
 2026-03-19 21:39 UTC  (13+ 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

kalloc_objs() may not be as safe as it seems
 2026-03-19 21:18 UTC  (2+ messages)

[PATCH v2] kho: use checked arithmetic in deserialize_bitmap()
 2026-03-19 21:03 UTC 

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

[PATCH v3 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-19 20:31 UTC  (18+ 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 v3 03/16] mm: document vm_operations_struct->open the same as close()
` [PATCH v3 04/16] mm: add vm_ops->mapped hook
` [PATCH v3 05/16] fs: afs: correctly drop reference count on mapping failure
` [PATCH v3 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v3 07/16] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 08/16] hpet: "
` [PATCH v3 09/16] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v3 10/16] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 11/16] staging: vme_user: "
` [PATCH v3 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v3 13/16] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 14/16] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v3 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v3 16/16] mm: on remap assert that input range within the proposed VMA

[PATCH v5 0/3] Fix swapoff race and cleanup in hibernation swap path
 2026-03-19 19:55 UTC  (5+ 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] zram: do not slot_free() written-back slots
 2026-03-19 19:43 UTC  (4+ messages)

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

[PATCH 0/4] mm/damon/sysfs: fix resource leak and NULL pointer dereferences
 2026-03-19 19:24 UTC  (6+ 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 folio_split() and filemap_get_entry() race test
 2026-03-19 19:04 UTC 

[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
 2026-03-19 18:59 UTC  (5+ messages)

[PATCH 0/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE and cleanup CONFIG_MIGRATION
 2026-03-19 18:23 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 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 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 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 v2] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-19 17:35 UTC  (2+ messages)

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

[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] 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  (2+ messages)

[Question] mm/damon: min_nr_regions constraint and inconsistent error handling
 2026-03-19 15:15 UTC  (2+ 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 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  (6+ messages)
` [PATCH 1/8] mm/huge_memory: simplify vma_is_specal_huge()

[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  (4+ messages)


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