linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RESEND v3 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
 2026-01-15 19:40 UTC  (4+ messages)

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-15 19:39 UTC  (8+ messages)
` [PATCH v9 01/13] set_memory: add folio_{zap,restore}_direct_map helpers
    ` [PATCH v9 01/13] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v9 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-15 19:37 UTC  (41+ messages)
` [PATCH 01/29] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH 02/29] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 03/29] ext4: "
` [PATCH 04/29] ext2: "
` [PATCH 05/29] erofs: "
` [PATCH 06/29] efs: "
` [PATCH 07/29] xfs: "
` [PATCH 08/29] ceph: "
` [PATCH 09/29] btrfs: "
` [PATCH 10/29] befs: "
` [PATCH 11/29] ufs: "
` [PATCH 12/29] udf: "
` [PATCH 13/29] affs: "
` [PATCH 14/29] squashfs: "
` [PATCH 15/29] smb/client: "
` [PATCH 16/29] ovl: "
` [PATCH 17/29] orangefs: "
` [PATCH 18/29] ocfs2: "
` [PATCH 19/29] ntfs3: "
` [PATCH 20/29] nilfs2: "
` [PATCH 21/29] nfs: "
` [PATCH 22/29] jfs: "
` [PATCH 23/29] jffs2: "
` [PATCH 24/29] isofs: "
` [PATCH 25/29] gfs2: "
` [PATCH 26/29] fuse: "
` [PATCH 27/29] fat: "
` [PATCH 28/29] f2fs: "
` [PATCH 29/29] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES

[PATCH 00/28] maple_tree: Replace big node with maple copy
 2026-01-15 19:36 UTC  (29+ messages)
` [PATCH 01/28] maple_tree: Move mas_spanning_rebalance loop to function
` [PATCH 02/28] maple_tree: Extract use of big node from mas_wr_spanning_store()
` [PATCH 03/28] maple_tree: Remove unnecessary assignment of orig_l index
` [PATCH 04/28] maple_tree: inline mas_spanning_rebalance() into mas_wr_spanning_rebalance()
` [PATCH 05/28] maple_tree: Make ma_wr_states reliable for reuse in spanning store
` [PATCH 06/28] maple_tree: Remove l_wr_mas from mas_wr_spanning_rebalance
` [PATCH 07/28] maple_tree: Don't pass through height in mas_wr_spanning_store
` [PATCH 08/28] maple_tree: Move maple_subtree_state from mas_wr_spanning_store to mas_wr_spanning_rebalance
` [PATCH 09/28] maple_tree: Correct right ma_wr_state end pivot in mas_wr_spanning_store()
` [PATCH 10/28] maple_tree: Introduce maple_copy node and use it in mas_spanning_rebalance()
` [PATCH 11/28] maple_tree: Testing update for spanning store
` [PATCH 12/28] maple_tree: Inline mas_spanning_rebalance_loop() into mas_wr_spanning_rebalance()
` [PATCH 13/28] maple_tree: Change initial big node setup in mas_wr_spanning_rebalance()
` [PATCH 14/28] maple_tree: Introduce ma_leaf_max_gap()
` [PATCH 15/28] maple_tree: Add gap support, slot and pivot sizes for maple copy
` [PATCH 16/28] maple_tree: Start using maple copy node for destination
` [PATCH 17/28] maple_tree: inline mas_wr_spanning_rebalance()
` [PATCH 18/28] maple_tree: Remove unnecessary return statements
` [PATCH 19/28] maple_tree: Separate wr_split_store and wr_rebalance store type code path
` [PATCH 20/28] maple_tree: Add cp_is_new_root() helper
` [PATCH 21/28] maple_tree: Use maple copy node for mas_wr_rebalance() operation
` [PATCH 22/28] maple_tree: Add copy_tree_location() helper
` [PATCH 23/28] maple_tree: Add cp_converged() helper
` [PATCH 24/28] maple_tree: Use maple copy node for mas_wr_split()
` [PATCH 25/28] maple_tree: Remove maple big node and subtree structs
` [PATCH 26/28] maple_tree: Pass maple copy node to mas_wmb_replace()
` [PATCH 27/28] maple_tree: Don't pass end to mas_wr_append()
` [PATCH 28/28] maple_tree: Clean up mas_wr_node_store()

[PATCHv3 00/15] mm: Eliminate fake head pages from vmemmap optimization
 2026-01-15 19:33 UTC  (25+ messages)
` [PATCHv3 01/15] x86/vdso32: Prepare for <linux/pgtable.h> inclusion
` [PATCHv3 02/15] mm: Move MAX_FOLIO_ORDER definition to mmzone.h
` [PATCHv3 03/15] mm: Change the interface of prep_compound_tail()
` [PATCHv3 04/15] mm: Rename the 'compound_head' field in the 'struct page' to 'compound_info'
` [PATCHv3 05/15] mm: Move set/clear_compound_head() next to compound_head()
` [PATCHv3 06/15] mm: Rework compound_head() for power-of-2 sizeof(struct page)
` [PATCHv3 07/15] mm: Make page_zonenum() use head page
` [PATCHv3 08/15] mm/sparse: Check memmap alignment for compound_info_has_mask()
` [PATCHv3 09/15] mm/hugetlb: Refactor code around vmemmap_walk
` [PATCHv3 10/15] mm/hugetlb: Remove fake head pages
` [PATCHv3 11/15] mm: Drop fake head checks
` [PATCHv3 12/15] hugetlb: Remove VMEMMAP_SYNCHRONIZE_RCU
` [PATCHv3 13/15] mm/hugetlb: Remove hugetlb_optimize_vmemmap_key static key
` [PATCHv3 14/15] mm: Remove the branch from compound_head()
` [PATCHv3 15/15] hugetlb: Update vmemmap_dedup.rst

[PATCH] mm: drop filename from page_alloc.c header comment
 2026-01-15 19:31 UTC 

[PATCH 0/3] mm/hugetlb: A fix and some cleanups
 2026-01-15 19:19 UTC  (5+ messages)
` [PATCH 1/3] mm/hugetlb: Restore failed global reservations to subpool
` [PATCH 2/3] mm/hugetlb: Remove unnecessary if condition
` [PATCH 3/3] mm/hugetlb: Enforce brace style

[PATCH v3 0/6] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2026-01-15 19:17 UTC  (4+ messages)
` [PATCH v3 2/6] KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()

[RFC PATCH 00/15] kmem_cache instances with static storage duration
 2026-01-15 19:10 UTC  (7+ messages)
` [RFC PATCH 01/15] static kmem_cache instances for core caches

[PATCH v2 00/10] Remove XA_ZERO from error recovery of dup_mmap()
 2026-01-15 19:01 UTC  (12+ messages)
` [PATCH v2 01/10] mm/mmap: Move exit_mmap() trace point
` [PATCH v2 02/10] mm/mmap: Abstract vma clean up from exit_mmap()
` [PATCH v2 03/10] mm/vma: Add limits to unmap_region() for vmas
` [PATCH v2 04/10] mm/memory: Add tree limit to free_pgtables()
` [PATCH v2 05/10] mm/vma: Add page table limit to unmap_region()
` [PATCH v2 06/10] mm: Change dup_mmap() recovery
` [PATCH v2 07/10] mm: Introduce unmap_desc struct to reduce function arguments
` [PATCH v2 08/10] mm/vma: Use unmap_desc in exit_mmap() and vms_clear_ptes()
` [PATCH v2 09/10] mm/vma: Use unmap_region() in vms_clear_ptes()
` [PATCH v2 10/10] mm: Use unmap_desc struct for freeing page tables

[PATCH v2 00/23] mm: balloon infrastructure cleanups
 2026-01-15 18:49 UTC  (47+ messages)
` [PATCH v2 04/23] mm/balloon_compaction: centralize basic page migration handling
` [PATCH v2 05/23] mm/balloon_compaction: centralize adjust_managed_page_count() handling
` [PATCH v2 06/23] vmw_balloon: stop using the balloon_dev_info lock
` [PATCH v2 09/23] mm/balloon_compaction: make balloon_mops static
` [PATCH v2 10/23] mm/balloon_compaction: drop fs.h include from balloon_compaction.h
` [PATCH v2 11/23] drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()
` [PATCH v2 12/23] mm/balloon_compaction: remove balloon_page_push/pop()
` [PATCH v2 13/23] mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()
` [PATCH v2 14/23] mm/balloon_compaction: move internal helpers to balloon_compaction.c
` [PATCH v2 15/23] mm/balloon_compaction: assert that the balloon_pages_lock is held
` [PATCH v2 16/23] mm/balloon_compaction: mark remaining functions for having proper kerneldoc
` [PATCH v2 17/23] mm/balloon_compaction: remove "extern" from functions
` [PATCH v2 18/23] mm/vmscan: drop inclusion of balloon_compaction.h
` [PATCH v2 19/23] mm: rename balloon_compaction.(c|h) to balloon.(c|h)
` [PATCH v2 20/23] mm/kconfig: make BALLOON_COMPACTION depend on MIGRATION
` [PATCH v2 21/23] mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATION
` [PATCH v2 22/23] mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOON
` [PATCH v2 23/23] MAINTAINERS: move memory balloon infrastructure to "MEMORY MANAGEMENT - BALLOON"

[PATCH v3 0/3] Only free healthy pages in high-order has_hwpoisoned folio
 2026-01-15 18:29 UTC  (4+ messages)
` [PATCH v3 1/3] mm/memory-failure: set has_hwpoisoned flags on HugeTLB folio

[PATCH v2 0/1] Identify the accurate NUMA ID of CFMW
 2026-01-15 18:18 UTC  (5+ messages)
` [PATCH v2 1/1] mm: numa_memblks: "

[PATCH v5 1/2] mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
 2026-01-15 18:17 UTC  (6+ messages)
` [PATCH v5 2/2] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn

[PATCH v3] mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCING
 2026-01-15 18:12 UTC  (3+ messages)

[PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local
 2026-01-15 17:47 UTC  (3+ messages)
` [PATCH v3 28/30 fix 1/2] mm: memcontrol: fix lruvec_stats->state_local reparenting

[PATCH v3 26/30] mm: vmscan: prepare for reparenting MGLRU folios
 2026-01-15 17:46 UTC  (3+ messages)
` [PATCH v3 26/30 fix] mm: mglru: do not call update_lru_size() during reparenting

[PATCH v2 0/5] add runtime hotplug state control
 2026-01-15 17:46 UTC  (4+ messages)

[RFC PATCH v3 0/8] mm,numa: N_PRIVATE node isolation for device-managed memory
 2026-01-15 17:32 UTC  (12+ messages)
` [RFC PATCH v3 7/8] mm/zswap: compressed ram direct integration

[PATCH 0/3] nodemask: align nodes_and{,not} with underlying bitmap ops
 2026-01-15 17:22 UTC  (3+ messages)
` [PATCH 2/3] mm: use nodes_and() return value to simplify client code

[PATCH v2 1/1] mm: Fix OOM killer inaccuracy on large many-core systems
 2026-01-15 17:21 UTC  (2+ messages)

[PATCH] mm/page_alloc: Fix freeing of failed-split poisoned compound pages
 2026-01-15 17:11 UTC  (4+ messages)

[PATCH v2 0/8] Introduce a huge-page pre-zeroing mechanism
 2026-01-15 17:08 UTC  (5+ messages)

[PATCH 1/1] Docs/mm/allocation-profiling: describe sysctrl limitations in debug mode
 2026-01-15 17:05 UTC  (3+ messages)

[PATCH v7 0/2] Optimize zone->contiguous update and issue fix
 2026-01-15 17:00 UTC  (7+ messages)
` [PATCH v7 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range

[PATCH v8 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2026-01-15 16:43 UTC  (6+ messages)
` [PATCH v8 13/14] x86/kasan: Logical bit shift for kasan_mem_to_shadow

[PATCH v2] slub: keep empty main sheaf as spare in __pcs_replace_empty_main()
 2026-01-15 16:19 UTC  (4+ messages)

[GIT PULL] hotfixes for 6.19-rc6
 2026-01-15 16:06 UTC 

[syzbot] [mm?] KCSAN: data-race in __anon_vma_prepare / __vmf_anon_prepare
 2026-01-15 15:48 UTC  (10+ messages)

[PATCH 0/5] mm/damon: hide kdamond and kdamond_lock from API callers
 2026-01-15 15:20 UTC  (6+ messages)
` [PATCH 1/5] mm/damon/core: implement damon_kdamond_pid()
` [PATCH 2/5] mm/damon/sysfs: use damon_kdamond_pid()
` [PATCH 3/5] mm/damon/lru_sort: "
` [PATCH 4/5] mm/damon/reclaim: "
` [PATCH 5/5] mm/damon: hide kdamond and kdamond_lock of damon_ctx

TmpFs Incorporation Of FsCrypt?
 2026-01-15 15:15 UTC  (6+ messages)

[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
 2026-01-15 15:12 UTC  (10+ messages)
` [PATCH RFC v2 08/20] slab: add optimized sheaf refill from partial list
` [PATCH RFC v2 09/20] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH RFC v2 12/20] slab: remove defer_deactivate_slab()

[PATCH v4.1 00/10] x86/entry/vdso: clean up the vdso build, vdso updates
 2026-01-15 15:00 UTC  (3+ messages)

[PATCH v14 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-01-15 14:35 UTC  (5+ messages)
` [PATCH v14 1/2] ACPI:RAS2: Add driver for the "

[PATCH v15 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-01-15 14:30 UTC  (3+ messages)
` [PATCH v15 1/2] ACPI:RAS2: Add driver for the "
` [PATCH v15 2/2] ras: mem: Add ACPI RAS2 memory driver

[PATCH v3 00/30] Eliminate Dying Memory Cgroup
 2026-01-15 12:40 UTC  (3+ messages)

[PATCH v3 0/2] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
 2026-01-15 12:38 UTC  (5+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] tracing: Add __event_in_*irq() helpers
  ` [PATCH v4 2/3] mm: vmscan: add cgroup IDs to vmscan tracepoints
  ` [PATCH v4 3/3] mm: vmscan: add PIDs "

[PATCH v1 1/1] mm/khugepaged: move tlb_remove_table_sync_one out from under PTL
 2026-01-15 12:28 UTC  (3+ messages)

page:  |  | latest

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