linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[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 

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-15 15:55 UTC  (7+ 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

[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

[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
 2026-01-15 15:12 UTC  (16+ messages)
` [PATCH RFC v2 05/20] slab: introduce percpu sheaves bootstrap
` [PATCH RFC v2 06/20] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [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 v7 0/2] Optimize zone->contiguous update and issue fix
 2026-01-15 15:09 UTC  (6+ messages)
` [PATCH v7 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range

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

[PATCHv3 00/15] mm: Eliminate fake head pages from vmemmap optimization
 2026-01-15 14:46 UTC  (16+ 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 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 v2 00/23] mm: balloon infrastructure cleanups
 2026-01-15 14:06 UTC  (55+ messages)
` [PATCH v2 01/23] vmw_balloon: adjust BALLOON_DEFLATE when deflating while migrating
` [PATCH v2 02/23] vmw_balloon: remove vmballoon_compaction_init()
` [PATCH v2 03/23] powerpc/pseries/cmm: remove cmm_balloon_compaction_init()
` [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 07/23] mm/balloon_compaction: use a device-independent balloon (list) lock
` [PATCH v2 08/23] mm/balloon_compaction: remove dependency on page 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 00/30] Eliminate Dying Memory Cgroup
 2026-01-15 12:40 UTC  (9+ messages)
` [PATCH v3 23/30] mm: do not open-code lruvec lock

[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)

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

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-01-15 11:08 UTC  (3+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[PATCH v5 0/5] Enable THP support in drm_pagemap
 2026-01-15 11:05 UTC  (26+ messages)
` [PATCH v5 1/5] mm/zone_device: Reinitialize large zone device private folios
` [PATCH v5 2/5] drm/pagemap: Unlock and put folios when possible
` [PATCH v5 4/5] drm/pagemap: Correct cpages calculation for migrate_vma_setup

Hard system lock-ups when using encrypted swap and RAM is exhausted
 2026-01-15 11:01 UTC  (7+ messages)

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

[PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local
 2026-01-15 10:41 UTC  (3+ messages)
` [PATCH v3 28/30 fix 1/2] mm: memcontrol: fix lruvec_stats->state_local reparenting
  ` [PATCH v3 28/30 fix 2/2] mm: memcontrol: change state_locals to atomic_long_t type

[RFC PATCH bpf-next 0/3] BPF-based NUMA balancing
 2026-01-15 10:24 UTC  (5+ messages)
` [RFC PATCH bpf-next 2/3] mm: add support for bpf based numa balancing

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

[PATCH 1/1] Restore swap_space attr aviod krn panic
 2026-01-15  9:24 UTC  (4+ messages)

[PATCH v2 0/8] mm: clean up anon_vma implementation
 2026-01-15  9:15 UTC  (10+ messages)
` [PATCH v2 1/8] mm/rmap: improve anon_vma_clone(), unlink_anon_vmas() comments, add asserts
` [PATCH v2 3/8] mm/rmap: remove unnecessary root lock dance in anon_vma clone, unmap

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-15  9:02 UTC  (3+ messages)
` [PATCH v2 27/27] rust: xarray: add __rust_helper to helpers

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-15  8:33 UTC  (17+ messages)

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

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

[PATCH 2/2] ksm: Optimize rmap_walk_ksm by passing a suitable address range
 2026-01-15  7:34 UTC 

[PATCH RESEND v2] checkpatch: Suppress warnings when Reported-by: is followed by Link:
 2026-01-15  7:22 UTC  (2+ messages)
` [LTP] "

TmpFs Incorporation Of FsCrypt?
 2026-01-15  7:04 UTC  (5+ messages)

[PATCH v7 0/5] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
 2026-01-15  6:15 UTC  (2+ messages)

[PATCH v18 00/12] Support page table check on PowerPC
 2026-01-15  6:13 UTC  (5+ messages)

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

[PATCH v2] alloc_tag: fix rw permission issue when handling boot parameter
 2026-01-15  5:47 UTC  (4+ messages)

[PATCH v3] iomap: add allocation cache for iomap_dio
 2026-01-15  5:02 UTC 

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

KASAN vs realloc
 2026-01-15  3:56 UTC  (5+ messages)
` [PATCH 1/2] mm/kasan: Fix KASAN poisoning in vrealloc()
  ` [PATCH 2/2] mm/kasan/kunit: extend vmalloc OOB tests to cover vrealloc()

[syzbot ci] Re: Eliminate Dying Memory Cgroup
 2026-01-15  3:47 UTC  (2+ messages)

[PATCH v3 0/3] Only free healthy pages in high-order has_hwpoisoned folio
 2026-01-15  3:41 UTC  (7+ messages)
` [PATCH v3 2/3] mm/page_alloc: only "
` [PATCH v3 3/3] mm/memory-failure: refactor page_handle_poison()

[PATCH 2/2] zram: fixup read_block_state()
 2026-01-15  3:30 UTC 

[PATCH 1/2] zram: fixup mark_slot_accessed()
 2026-01-15  3:19 UTC 

[PATCH 1/3] zram: use u32 for entry ac_time tracking
 2026-01-15  3:13 UTC  (3+ messages)

[PATCH v9 00/26] riscv control-flow integrity for usermode
 2026-01-15  3:11 UTC  (3+ messages)
` [PATCH v9 02/26] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)

[PATCH 2/3] zram: rename internal slot API
 2026-01-15  3:01 UTC  (3+ messages)

[PATCH v26 00/28] riscv control-flow integrity for usermode
 2026-01-15  2:57 UTC  (3+ messages)
` [PATCH v26 01/28] mm: VM_SHADOW_STACK definition for riscv

[PATCH v2 0/5] add runtime hotplug state control
 2026-01-15  2:42 UTC  (7+ messages)
` [PATCH v2 1/5] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v2 2/5] mm/memory_hotplug: add 'online_type' argument to add_memory_driver_managed
` [PATCH v2 3/5] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v2 4/5] dax/kmem: add sysfs interface for runtime hotplug state control
` [PATCH v2 5/5] dax/kmem: add memory notifier to block external state changes
  ` [PATCH] dax/kmem: add build config for protected dax memory blocks

[PATCH] memory-tiers: multi-definition fixup
 2026-01-15  2:38 UTC  (2+ messages)
` [PATCH] dax/kmem: add build config for protected dax memory blocks

[RFC PATCH 00/15] kmem_cache instances with static storage duration
 2026-01-15  2:08 UTC  (3+ messages)

[PATCH 2/2] ksm: Optimize rmap_walk_ksm by passing a suitable address range
 2026-01-15  1:41 UTC  (2+ messages)

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

[PATCH 0/3] nodemask: align nodes_and{,not} with underlying bitmap ops
 2026-01-15  0:52 UTC  (4+ messages)
` [PATCH 3/3] cgroup: use nodes_and() output where appropriate

[PATCH v4 0/3] mm: fix oom-killer not being invoked when demotion is enabled
 2026-01-15  0:40 UTC  (6+ messages)
` [PATCH v4 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier

[PATCH 6.1] mm/mprotect: restore pmd stability check in change_pte_range()
 2026-01-14 18:57 UTC 

page:  |  | latest

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