linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[syzbot] [mm?] KCSAN: data-race in __anon_vma_prepare / __vmf_anon_prepare
 2026-01-14 16:32 UTC 

[PATCH v1 0/9] Remove XA_ZERO from error recovery of dup_mmap()
 2026-01-14 16:31 UTC  (4+ messages)
` [PATCH v1 8/9] mm/vma: Use unmap_desc in vms_clear_ptes() and exit_mmap()

[PATCH v5 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
 2026-01-14 16:22 UTC  (6+ messages)
` [PATCH v5 14/19] mm, swap: cleanup swap entry management workflow

[PATCH v2 0/8] mm: clean up anon_vma implementation
 2026-01-14 16:14 UTC  (3+ messages)
` [PATCH v2 1/8] mm/rmap: improve anon_vma_clone(), unlink_anon_vmas() comments, add asserts

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

mips64-linux-ld: div64.c:undefined reference to `__multi3'
 2026-01-14 15:50 UTC  (5+ messages)

[PATCH 1/2] mm/damon/core: modified and tunning damon_split_regions_of()
 2026-01-14 15:46 UTC  (2+ messages)

[PATCH v4 1/2] mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
 2026-01-14 15:37 UTC  (2+ messages)

[PATCH] alloc_tag: remove sysctl prefix from mem_profiling boot parameter
 2026-01-14 15:30 UTC  (4+ messages)

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

[PATCH v2] mm/kfence: add reboot notifier to disable KFENCE on shutdown
 2026-01-14 15:21 UTC  (3+ messages)

[PATCH 01/12] mm/damon/core: introduce nr_snapshots damos stat
 2026-01-14 15:20 UTC  (3+ messages)

[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
 2026-01-14 15:07 UTC  (19+ messages)
` [PATCH RFC v2 01/20] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
` [PATCH RFC v2 06/20] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH RFC v2 09/20] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH RFC v2 13/20] slab: simplify kmalloc_nolock()

[PATCH v16 0/3] Improve proc RSS accuracy and OOM killer latency
 2026-01-14 14:59 UTC  (4+ messages)
` [PATCH v16 1/3] lib: Introduce hierarchical per-cpu counters
` [PATCH v16 2/3] mm: Improve RSS counter approximation accuracy for proc interfaces
` [PATCH v16 3/3] mm: Reduce latency of OOM killer task selection with 2-pass algorithm

[PATCH 0/3] Migrate on fault for device pages
 2026-01-14 14:57 UTC  (5+ messages)
` [PATCH 1/3] mm: unified hmm fault and migrate device pagewalk paths
` [PATCH 2/3] mm: add new testcase for the migrate on fault case
` [PATCH 3/3] mm:/migrate_device.c: remove migrate_vma_collect_*() functions

[PATCH v1 0/1] mm: Fix OOM killer and proc stats inaccuracy on large many-core systems
 2026-01-14 14:57 UTC  (9+ messages)
` [PATCH v1 1/1] "

[PATCH] mm/page_alloc: Fix freeing of failed-split poisoned compound pages
 2026-01-14 14:48 UTC  (2+ messages)

[PATCH v2] slab: fix kmalloc_nolock() context check for PREEMPT_RT
 2026-01-14 14:27 UTC  (4+ messages)

[PATCH] mm: fix minor spelling mistakes in comments
 2026-01-14 14:10 UTC  (2+ messages)

[PATCH v8 00/13] Direct Map Removal Support for guest_memfd
 2026-01-14 13:57 UTC  (12+ messages)
` [PATCH v8 01/13] x86: export set_direct_map_valid_noflush to KVM module
` [PATCH v8 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v8 05/13] KVM: guest_memfd: Add flag to remove from direct map

[PATCH 3/5] mm: hugetlb: optimize replace_free_hugepage_folios()
 2026-01-14 13:55 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-14 13:47 UTC  (14+ messages)
` [PATCH v9 01/13] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v9 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v9 04/13] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v9 05/13] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v9 06/13] KVM: arm64: "
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v9 08/13] KVM: selftests: load elf via bounce buffer
` [PATCH v9 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v9 10/13] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v9 11/13] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v9 12/13] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v9 13/13] KVM: selftests: Test guest execution from direct map removed gmem

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

[PATCH v2 0/8] Introduce a huge-page pre-zeroing mechanism
 2026-01-14 13:06 UTC  (9+ messages)

[PATCH] mm/vmalloc: map contiguous pages in batches for vmap() whenever possible
 2026-01-14 12:59 UTC  (4+ messages)

[PATCH 1/3] zram: use u32 for entry ac_time tracking
 2026-01-14 12:45 UTC  (2+ messages)

[PATCH mm-new v4 0/6] Improve khugepaged scan logic
 2026-01-14 12:44 UTC  (16+ messages)
` [PATCH mm-new v4 2/6] mm: khugepaged: refine scan progress number
` [PATCH mm-new v4 3/6] mm: khugepaged: just skip when the memory has been collapsed
` [PATCH mm-new v4 4/6] mm: add folio_is_lazyfree helper
` [PATCH mm-new v4 5/6] mm: khugepaged: skip lazy-free folios at scanning
` [PATCH mm-new v4 6/6] mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELY

[PATCH v4 0/6] KFuzzTest: a new kernel fuzzing framework
 2026-01-14 12:37 UTC  (3+ messages)

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

[PATCH mm-hotfixes] mm: remove unnecessary and incorrect mmap lock assert
 2026-01-14 12:35 UTC  (2+ messages)

[PATCH] percpu: add basic double free check
 2026-01-14 12:22 UTC  (2+ messages)

KASAN vs realloc
 2026-01-14 12:17 UTC  (3+ messages)
` [PATCH 1/2] mm/kasan: Fix KASAN poisoning in vrealloc()

[RFC PATCH bpf-next 0/3] BPF-based NUMA balancing
 2026-01-14 12:13 UTC  (4+ messages)
` [RFC PATCH bpf-next 2/3] mm: add support for bpf based numa balancing

[PATCH mm-hotfixes] mm: do not copy page tables unnecessarily for VM_UFFD_WP
 2026-01-14 11:35 UTC  (3+ messages)

[PATCH v3 00/30] Eliminate Dying Memory Cgroup
 2026-01-14 11:32 UTC  (31+ messages)
` [PATCH v3 01/30] mm: memcontrol: remove dead code of checking parent memory cgroup
` [PATCH v3 02/30] mm: workingset: use folio_lruvec() in workingset_refault()
` [PATCH v3 03/30] mm: rename unlock_page_lruvec_irq and its variants
` [PATCH v3 04/30] mm: vmscan: prepare for the refactoring the move_folios_to_lru()
` [PATCH v3 05/30] mm: vmscan: refactor move_folios_to_lru()
` [PATCH v3 06/30] mm: memcontrol: allocate object cgroup for non-kmem case
` [PATCH v3 07/30] mm: memcontrol: return root object cgroup for root memory cgroup
` [PATCH v3 08/30] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH v3 09/30] buffer: prevent memory cgroup release in folio_alloc_buffers()
` [PATCH v3 10/30] writeback: prevent memory cgroup release in writeback module
` [PATCH v3 11/30] mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()
` [PATCH v3 12/30] mm: page_io: prevent memory cgroup release in page_io module
` [PATCH v3 13/30] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH v3 14/30] mm: mglru: prevent memory cgroup release in mglru
` [PATCH v3 15/30] mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()
` [PATCH v3 16/30] mm: workingset: prevent memory cgroup release in lru_gen_eviction()
` [PATCH v3 17/30] mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()
` [PATCH v3 18/30] mm: zswap: prevent memory cgroup release in zswap_compress()
` [PATCH v3 19/30] mm: workingset: prevent lruvec release in workingset_refault()
` [PATCH v3 20/30] mm: zswap: prevent lruvec release in zswap_folio_swapin()
` [PATCH v3 21/30] mm: swap: prevent lruvec release in lru_gen_clear_refs()
` [PATCH v3 22/30] mm: workingset: prevent lruvec release in workingset_activation()
` [PATCH v3 23/30] mm: do not open-code lruvec lock
` [PATCH v3 24/30] mm: memcontrol: prepare for reparenting LRU pages for "
` [PATCH v3 25/30] mm: vmscan: prepare for reparenting traditional LRU folios
` [PATCH v3 26/30] mm: vmscan: prepare for reparenting MGLRU folios
` [PATCH v3 27/30] mm: memcontrol: refactor memcg_reparent_objcgs()
` [PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local
` [PATCH v3 29/30] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
` [PATCH v3 30/30] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpers

[PATCH v4 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
 2026-01-14 11:32 UTC  (4+ messages)

[PATCH v3 0/6] Improve khugepaged scan logic
 2026-01-14 11:18 UTC  (5+ messages)
` [PATCH v3 2/6] mm: khugepaged: refine scan progress number

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

[akpm-mm:mm-nonmm-unstable 77/129] arch/loongarch/net/bpf_jit.c:1322:7: error: call to undeclared function '__bpf_address_lookup'; ISO C99 and later do not support implicit function declarations
 2026-01-14 11:08 UTC  (3+ messages)

Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
 2026-01-14 10:55 UTC  (15+ messages)
` [PATCH 1/8] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH 2/8] mm/memory_hotplug: extract __add_memory_resource() and __offline_memory()
` [PATCH 3/8] mm/memory_hotplug: add APIs for explicit online type control
` [PATCH 4/8] mm/memory_hotplug: return online type from add_memory_driver_managed()
` [PATCH 5/8] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH 6/8] dax/kmem: add online/offline "
` [PATCH 7/8] dax/kmem: add sysfs interface for runtime hotplug state control
` [PATCH 8/8] dax/kmem: add memory notifier to block external state changes

[PATCH v2 0/2] SEV-SNP Unaccepted Memory Hotplug
 2026-01-14 10:47 UTC  (9+ messages)
` [PATCH v2 1/2] mm/memory_hotplug: Add support to accept memory during hot-add
` [PATCH v2 2/2] mm/memory_hotplug: Add support to unaccept memory after hot-remove

[PATCH 2/2] ksm: Optimize rmap_walk_ksm by passing a suitable address range
 2026-01-14 10:24 UTC  (2+ messages)

[PATCH v2 2/2] mm/madvise: allow guard page install/remove under VMA lock
 2026-01-14 10:01 UTC  (3+ messages)

[vbabka-slab:slab/for-7.0/obj_metadata 9/10] Warning: mm/slub.c:7013 function parameter 'objp' not described in 'ksize'
 2026-01-14  9:48 UTC  (3+ messages)

[PATCH v18 00/12] Support page table check on PowerPC
 2026-01-14  9:34 UTC  (4+ messages)

[PATCH] mm/khugepaged: make khugepaged_collapse_control static
 2026-01-14  9:27 UTC  (3+ messages)

[PATCH linux-next] mm/madvise: prefer VMA lock for MADV_REMOVE
 2026-01-14  9:04 UTC  (6+ messages)
` [syzbot ci] "

[PATCH v3 0/2] mm/vmscan: mitigate spurious kswapd_failures reset and add tracepoints
 2026-01-14  7:40 UTC  (3+ messages)
` [PATCH v3 1/2] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
` [PATCH v3 2/2] mm/vmscan: add tracepoint and reason for kswapd_failures reset

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

[PATCH mm-new resend 0/5] mm: accelerate gigantic folio allocation
 2026-01-14  7:36 UTC  (3+ messages)
` [PATCH 5/5] mm: hugetlb_cma: mark hugetlb_cma{_only} as __ro_after_init

[PATCH v6 00/14] Nesting support for lazy MMU mode
 2026-01-14  7:27 UTC  (7+ messages)
` [PATCH v6 04/14] sparc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v6 06/14] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
` [PATCH v6 12/14] sparc/mm: replace batch->active with is_lazy_mmu_mode_active()

[RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
 2026-01-14  7:27 UTC  (2+ messages)

TmpFs Incorporation Of FsCrypt?
 2026-01-14  7:25 UTC 

[PATCH v6 14/14] mm: Add basic tests for lazy_mmu
 2026-01-14  7:25 UTC  (4+ messages)
` [PATCH] sparc/mm: export symbols for lazy_mmu_mode KUnit tests

[PATCH v2 00/28] Eliminate Dying Memory Cgroup
 2026-01-14  7:21 UTC  (5+ messages)

[PATCH v6 4/4] mm: thp: reparent the split queue during memcg offline
 2026-01-14  7:19 UTC  (5+ messages)

[PATCH 0/3] dma-mapping: Improve atomic pool behaviour
 2026-01-14  7:18 UTC  (3+ messages)
` [PATCH 2/3] mm_zone: Generalise has_managed_dma()

TmpFs Incorporation Of FsCrypt?
 2026-01-14  7:03 UTC 

[PATCH v7 0/2] mm/vmscan: fix demotion targets checks in reclaim/demotion
 2026-01-14  6:59 UTC  (3+ messages)
` [PATCH v8 0/2] mm/vmscan: select the closest preferred node in demote_folio_list()
  ` [PATCH v8 2/2] "

[PATCH 11/11] Docs/admin-guide/mm/damon/lru_sort: document intervals autotuning
 2026-01-14  6:30 UTC  (2+ messages)

[PATCH 10/11] mm/damon/lru_sort: add monitoring intervals auto-tuning parameter
 2026-01-14  6:27 UTC  (2+ messages)

[PATCH 09/11] Docs/admin-guide/mm/damon/lru_sort: document active_mem_bp parameter
 2026-01-14  6:05 UTC  (2+ messages)

[PATCH 08/11] mm/damon/lru_sort: support active:inactive memory ratio based auto-tuning
 2026-01-14  5:53 UTC  (3+ messages)

[PATCH v2 00/11] Remove device private pages from physical address space
 2026-01-14  5:41 UTC  (9+ messages)

[PATCH] mm: numa,memblock: include <asm/numa.h> for 'numa_nodes_parsed'
 2026-01-14  5:25 UTC  (2+ messages)

[PATCHv2 1/2] zsmalloc: use actual object size to detect spans
 2026-01-14  4:17 UTC  (2+ messages)

[PATCH 07/11] Docs/admin-guide/mm/damon/lru_sort: document filter_young_pages
 2026-01-14  3:25 UTC  (2+ 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