linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm/shmem: fix uninitialized folio in shmem_symlink
 2026-01-07  1:16 UTC  (10+ messages)

[PATCH] zsmalloc: use actual object size to detect spans
 2026-01-07  0:59 UTC  (3+ messages)

[PATCH v1 0/8] Remove device private pages from physical address space
 2026-01-07  0:42 UTC  (3+ messages)
` [PATCH v1 8/8] mm: Remove device private pages from the "

vrealloc() shrink TODO
 2026-01-06 23:48 UTC 

[PATCH v2 0/1] fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()
 2026-01-06 23:30 UTC  (12+ messages)
` [PATCH v2 1/1] "

[PATCH RFC] alloc_tag: add option to pick the first codetag along callchain
 2026-01-06 23:26 UTC  (6+ messages)

[akpm-mm:mm-new 224/226] include/trace/events/vmscan.h:238:68: error: invalid use of undefined type 'struct mem_cgroup'
 2026-01-06 23:08 UTC  (3+ messages)

[PATCH v2] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
 2026-01-06 22:06 UTC 

[akpm-mm:mm-new 224/226] include/trace/events/vmscan.h:238:54: error: incomplete definition of type 'struct mem_cgroup'
 2026-01-06 22:03 UTC 

[PATCH v3 2/3] mm: only interrupt taking all mm locks on fatal signal
 2026-01-06 21:56 UTC  (10+ messages)

[PATCH v2] fix AMDGPU failure with periodic signal
 2026-01-06 21:52 UTC  (6+ messages)

[PATCH v5 0/5] support batch checking of references and unmapping for large folios
 2026-01-06 21:29 UTC  (4+ messages)
` [PATCH v5 5/5] mm: rmap: support batched unmapping for file "

[PATCH 0/8] mm: clean up anon_vma implementation
 2026-01-06 21:20 UTC  (36+ messages)
` [PATCH 1/8] mm/rmap: improve anon_vma_clone(), unlink_anon_vmas() comments, add asserts
` [PATCH 2/8] mm/rmap: skip unfaulted VMAs on anon_vma clone, unlink
` [PATCH 3/8] mm/rmap: remove unnecessary root lock dance in anon_vma clone, unmap
` [PATCH 4/8] mm/rmap: remove anon_vma_merge() function
` [PATCH 5/8] mm/rmap: make anon_vma functions internal
` [PATCH 6/8] mm/mmap_lock: add vma_is_attached() helper
` [PATCH 7/8] mm/rmap: allocate anon_vma_chain objects unlocked when possible
` [PATCH 8/8] mm/rmap: separate out fork-only logic on anon_vma_clone()

[PATCH v5 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
 2026-01-06 21:19 UTC  (9+ messages)
` [PATCH v5 1/4] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [PATCH v5 2/4] iommu: Add calls "
` [PATCH v5 3/4] iommu: debug-pagealloc: Track IOMMU pages
` [PATCH v5 4/4] iommu: debug-pagealloc: Check mapped/unmapped kernel memory

[PATCH v4 00/10] x86/entry/vdso: clean up the vdso build, vdso updates
 2026-01-06 21:18 UTC  (14+ messages)
` [PATCH v4 08/10] x86/vdso: abstract out vdso system call internals
` [PATCH v4.1 00/10] x86/entry/vdso: clean up the vdso build, vdso updates
  ` [PATCH v4.1 01/10] x86/entry/vdso: rename vdso_image_* to vdso*_image
  ` [PATCH v4.1 02/10] x86/entry/vdso: move vdso2c to arch/x86/tools
  ` [PATCH v4.1 03/10] x86/entry/vdso: refactor the vdso build
  ` [PATCH v4.1 04/10] x86/entry/vdso32: don't rely on int80_landing_pad for adjusting ip
  ` [PATCH v4.1 05/10] x86/entry/vdso32: remove SYSCALL_ENTER_KERNEL macro in sigreturn.S
  ` [PATCH v4.1 06/10] x86/entry/vdso32: remove open-coded DWARF "
  ` [PATCH v4.1 07/10] x86/entry/vdso: include GNU_PROPERTY and GNU_STACK PHDRs
  ` [PATCH v4.1 08/10] x86/vdso: abstract out vdso system call internals
  ` [PATCH v4.1 09/10] x86/cpufeature: replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32
  ` [PATCH v4.1 10/10] x86/entry/vdso32: when using int $0x80, use it directly

[PATCH] maple_tree: Add dead node check in mas_dup_alloc()
 2026-01-06 21:07 UTC  (2+ messages)
` [PATCH v2] maple_tree: Add lockdep assertion "

[akpm-mm:mm-nonmm-unstable 105/107] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/core-api/kho/bindings/memblock/*
 2026-01-06 20:50 UTC 

[PATCH v7 0/2] Optimize zone->contiguous update and issue fix
 2026-01-06 20:25 UTC  (6+ messages)
` [PATCH v7 1/2] mm/memory hotplug: fix zone->contiguous always false when hotplug
` [PATCH v7 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range

[RFC PATCH] memory,memory_hotplug: allow restricting memory blocks to zone movable
 2026-01-06 20:22 UTC  (11+ messages)

[PATCH] maple_tree: Add dead node check in mas_dup_alloc()
 2026-01-06 20:07 UTC  (6+ messages)

[PATCH] mm/fadvise: validate offset in generic_fadvise
 2026-01-06 19:46 UTC  (4+ messages)

[PATCH v5] mm/vmscan: fix demotion targets checks in reclaim/demotion
 2026-01-06 19:36 UTC  (4+ messages)
` [PATCH v6] "

[PATCH v2 0/8] mm: clean up anon_vma implementation
 2026-01-06 19:27 UTC  (16+ messages)
` [PATCH v2 1/8] mm/rmap: improve anon_vma_clone(), unlink_anon_vmas() comments, add asserts
` [PATCH v2 2/8] mm/rmap: skip unfaulted VMAs on anon_vma clone, unlink
` [PATCH v2 3/8] mm/rmap: remove unnecessary root lock dance in anon_vma clone, unmap
` [PATCH v2 4/8] mm/rmap: remove anon_vma_merge() function
` [PATCH v2 5/8] mm/rmap: make anon_vma functions internal
` [PATCH v2 6/8] mm/mmap_lock: add vma_is_attached() helper
` [PATCH v2 7/8] mm/rmap: allocate anon_vma_chain objects unlocked when possible
` [PATCH v2 8/8] mm/rmap: separate out fork-only logic on anon_vma_clone()

[PATCH RESEND v3 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
 2026-01-06 19:26 UTC  (3+ messages)
` [PATCH RESEND v3 4/4] mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather

[PATCH v7] page_alloc: allow migration of smaller hugepages during contig_alloc
 2026-01-06 19:20 UTC  (5+ messages)

[PATCH v1] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
 2026-01-06 19:14 UTC  (12+ messages)

[bug report] memory leak of xa_node in collapse_file() when rollbacks
 2026-01-06 18:55 UTC  (10+ messages)

[PATCH 0/8] memcg: separate private and public ID namespaces
 2026-01-06 18:50 UTC  (3+ messages)

[PATCH V2 5.15.y 0/2] Fix bad pmd due to race between change_prot_numa() and THP migration
 2026-01-06 18:47 UTC  (6+ messages)
` [PATCH V2 5.15.y 1/2] mm/mprotect: use long for page accountings and retval
` [PATCH V2 5.15.y 2/2] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()

[PATCH] tools/testing/selftests: fix gup_longterm for unknown fs
 2026-01-06 18:40 UTC  (5+ messages)

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2026-01-06 17:34 UTC  (4+ messages)
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis

[PATCH 0/4] mm: increase lowmem size in linux-7.0
 2026-01-06 17:01 UTC  (7+ messages)
` [PATCH 1/4] arch/*: increase lowmem size to avoid highmem use

[PATCH v2 00/28] Eliminate Dying Memory Cgroup
 2026-01-06 16:51 UTC  (6+ messages)
` [PATCH v2 27/28] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios

[PATCH RESEND v3 0/2] skip redundant TLB sync IPIs
 2026-01-06 16:24 UTC  (8+ messages)
` [PATCH RESEND v3 1/2] mm/tlb: skip redundant IPI when TLB flush already synchronized
` [PATCH RESEND v3 2/2] mm: introduce pmdp_collapse_flush_sync() to skip redundant IPI

[RFC PATCH 0/2] zsmalloc: size-classes chain-length tunings
 2026-01-06 16:24 UTC  (10+ messages)
` [RFC PATCH 2/2] zsmalloc: chain-length configuration should consider other metrics

[akpm-mm:mm-nonmm-unstable 102/107] htmldocs: Warning: kernel/liveupdate/luo_core.c references a file that doesn't exist: Documentation/core-api/kho/concepts.rst
 2026-01-06 15:52 UTC 

[PATCH v4 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
 2026-01-06 15:49 UTC  (4+ messages)
` [PATCH v4 1/4] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC

[PATCH 0/5] uprobes: transition from kmap_atomic to kmap_local_page
 2026-01-06 15:25 UTC  (3+ messages)

[PATCH v2 0/4] mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted merge
 2026-01-06 15:23 UTC  (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 3/4] mm/vma: enforce VMA fork limit on unfaulted,faulted mremap merge too

[PATCH mm-hotfixes] mm/page_alloc: prevent pcp corruption with SMP=n
 2026-01-06 15:21 UTC  (4+ messages)

[PATCH bpf-next v4 0/6] mm: bpf kfuncs to access memcg data
 2026-01-06 15:13 UTC  (10+ messages)
` [PATCH bpf-next v4 3/6] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc

[PATCH] mm: fix execution order in alloc_contig_range_noprof
 2026-01-06 14:55 UTC  (2+ messages)

[PATCH RESEND] kernel/fork: Update obsolete use_mm references to kthread_use_mm
 2026-01-06 14:52 UTC  (5+ messages)

[PATCH mm-unstable v3 0/3] tweaks for __alloc_pages_slowpath()
 2026-01-06 14:00 UTC  (7+ messages)
` [PATCH mm-unstable v3 1/3] mm/page_alloc: ignore the exact initial compaction result
` [PATCH mm-unstable v3 2/3] mm/page_alloc: refactor the initial compaction handling
` [PATCH mm-unstable v3 3/3] mm/page_alloc: simplify __alloc_pages_slowpath() flow

[linus:master] [sched/mmcid] 77d7dc8bef: will-it-scale.per_thread_ops 10.4% regression
 2026-01-06 13:39 UTC  (2+ messages)

[RFC -next] memcg: Optimize creation performance when LRU_GEN is enabled
 2026-01-06 13:27 UTC  (3+ messages)

[Patch v2] mm/huge_memory: consolidate order-related checks into folio_check_splittable()
 2026-01-06 12:51 UTC  (6+ messages)

KASAN vs realloc
 2026-01-06 12:42 UTC 

[PATCH v2 0/2] selftests: Centralize kselftest headers to avoid relative includes
 2026-01-06 12:29 UTC  (3+ messages)
` [PATCH v3] selftests: complete kselftest include centralization

[PATCH v3 0/2] skip redundant TLB sync IPIs
 2026-01-06 11:50 UTC  (3+ messages)
` [PATCH v3 1/2] mm/tlb: skip redundant IPI when TLB flush already synchronized
` [PATCH v3 2/2] mm: introduce pmdp_collapse_flush_sync() to skip redundant IPI

[PATCH V2 6.1.y 0/2] Fix bad pmd due to race between change_prot_numa() and THP migration
 2026-01-06 11:47 UTC  (3+ messages)
` [PATCH V2 6.1.y 1/2] mm/mprotect: use long for page accountings and retval
` [PATCH V2 6.1.y 2/2] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()

[Patch v2] mm/vmstat: remove unused node and zone state helpers
 2026-01-06 11:40 UTC  (3+ messages)

[PATCH] mm/mmu_gather: remove @delay_remap of __tlb_remove_page_size()
 2026-01-06 11:38 UTC  (3+ messages)

[PATCH v1 0/2] Free contiguous order-0 pages efficiently
 2026-01-06 11:34 UTC  (8+ messages)
` [PATCH v1 2/2] vmalloc: Optimize vfree

[rppt-memblock:fixes] BUILD SUCCESS be05f571464404432a0f8fe1c81a86a0862da283
 2026-01-06 11:07 UTC 

[PATCH v2 0/2] kexec: history: track previous kernel version and kexec boot count
 2026-01-06 11:04 UTC  (4+ messages)
` [PATCH v2 2/2] kexec: history: track kexec boot counter

[PATCH RFC v2 2/3] mm/page_alloc: refactor the initial compaction handling
 2026-01-06 10:38 UTC  (2+ messages)

[PATCH v3 0/6] Improve khugepaged scan logic
 2026-01-06 10:33 UTC  (9+ messages)
` [PATCH v3 5/6] mm: khugepaged: skip lazy-free folios at scanning

[PATCH] mm/mempool.c: set @elems slots to NULL once freed
 2026-01-06  8:09 UTC  (5+ 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