Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-31 00:26:12 to 2026-08-31 12:12:36 UTC [more...]

[PATCH 0/2] mm/hugetlb: fix surplus accounting and availability checks during demotion
 2026-08-31 12:12 UTC  (3+ messages)

[PATCH v2 0/2] mm/mglru: clean up isolate_folios for readability and clarity
 2026-08-31 12:04 UTC  (6+ messages)
` [PATCH v2 1/2] mm/mglru: make type fallback logic explicit in isolate_folios()
` [PATCH v2 2/2] mm/mglru: make retry "

[PATCH V2] kho: Convert error handling to immediate return pattern
 2026-08-31 11:58 UTC  (3+ messages)

[PATCH v2] posix-cpu-timers: Dequeue per-thread timers before exchange_tids()
 2026-08-31 11:56 UTC  (2+ messages)

[RFC PATCH v2 00/23] sched: Scale cache-aware aggregation at LLC granularity
 2026-08-31 11:50 UTC  (6+ messages)
` [RFC PATCH v2 01/23] sched/topology: Add llc_to_node() to translate LLC id to NUMA node
` [RFC PATCH v2 02/23] sched/topology: Introduce a NUMA distance matrix with unique distance values

[syzbot] [mm?] INFO: rcu detected stall in __mmap_complete
 2026-08-31 11:43 UTC  (3+ messages)

[PATCH 0/4] char/misc: replace page allocator calls with k[mz]alloc()
 2026-08-31 11:39 UTC  (5+ messages)
` [PATCH 2/4] char: xillybus: replace __get_free_pages() with kmalloc()

[PATCH] mm/damon/tests/core-kunit: add test for unconditionally skipping the last region
 2026-08-31 11:37 UTC 

[PATCH v2 0/2] Fix deferred_split_isolate() and drop the split workaround
 2026-08-31 11:34 UTC  (6+ messages)
` [PATCH v2 1/2] mm/huge_memory: do not touch frozen folios in deferred_split_isolate()
` [PATCH v2 2/2] mm/huge_memory: dequeue the deferred split after the split freeze

[PATCH] mm/mm_init: remove zone_absent_pages_in_node()
 2026-08-31 11:30 UTC  (3+ messages)

[PATCH v11 0/7] mm: optimize zone-device memmap initialization
 2026-08-31 11:16 UTC  (8+ messages)
` [PATCH v11 1/7] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v11 2/7] mm: add a set_page_section_from_pfn() helper
` [PATCH v11 3/7] mm: add a template-based fast path for zone-device page init
` [PATCH v11 4/7] mm: extend the template fast path to zone-device compound tails
` [PATCH v11 5/7] string: introduce memcpy_nontemporal()
` [PATCH v11 6/7] mm: use memcpy_nontemporal() in zone-device template copies
` [PATCH v11 7/7] x86/string: extend memcpy_flushcache() fixed-size fastpaths

[PATCH] mm, swap: fix SWAP_USAGE_OFFLIST_BIT collision with real usage count
 2026-08-31 11:13 UTC  (2+ messages)

[PATCH v6 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-31 11:13 UTC  (3+ messages)

[syzbot] [mm?] INFO: rcu detected stall in exit_to_user_mode_loop
 2026-08-31 11:12 UTC  (3+ messages)

[syzbot] [mm?] INFO: rcu detected stall in sys_munmap (2)
 2026-08-31 10:45 UTC  (3+ messages)

[PATCH bpf-next v3 0/7] bpf: Add user memory access kfuncs for mm_struct
 2026-08-31 10:43 UTC  (13+ messages)
` [PATCH bpf-next v3 1/7] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v3 2/7] bpf: Add user memory access kfuncs for mm_struct
` [PATCH bpf-next v3 3/7] exec: Clear bprm->mm before dropping its reference
` [PATCH bpf-next v3 4/7] bpf: Allow reads through trusted-or-null BTF pointers
` [PATCH bpf-next v3 5/7] selftests/bpf: Cover trusted-or-null BTF pointer reads
` [PATCH bpf-next v3 6/7] bpf: Mark linux_binprm->mm as trusted-or-null
` [PATCH bpf-next v3 7/7] selftests/bpf: Test mm_struct user memory kfuncs with linux_binprm

[syzbot] [mm?] WARNING in __mod_zone_page_state
 2026-08-31 10:28 UTC  (8+ messages)

[PATCH] MAINTAINERS: update memblock tree URLs
 2026-08-31 10:21 UTC 

[PATCH v2] mm/gup_test: report actual pinned bytes
 2026-08-31 10:13 UTC 

[PATCH 0/9] Remove FGP_NOFS
 2026-08-31 10:11 UTC  (15+ messages)
` [PATCH 1/9] mm: Improve memalloc_nofs_save() documentation
` [PATCH 2/9] ext4: Remove uses of FGP_NOFS
` [PATCH 3/9] erofs: Remove redundant FGP_NOFS
` [PATCH 4/9] nfs: "
` [PATCH 7/9] squashfs: Remove use of FGP_NOFS
` [PATCH 8/9] filemap: Remove redundant FGP_NOFS
` [PATCH 9/9] filemap: Remove FGP_NOFS

[PATCH v2 1/1] mm/slab_common: reject zero object_size before calculate_alignment
 2026-08-31 10:06 UTC  (2+ messages)

[PATCH v2] mm: vmalloc: fix vmap_purge_lock livelock under memory pressure
 2026-08-31  9:54 UTC  (4+ messages)

[PATCH 00/11] mm: Switch device DAX to section-based vmemmap optimization
 2026-08-31  9:49 UTC  (14+ messages)
` [PATCH 01/11] mm/sparse-vmemmap: introduce CONFIG_SPARSEMEM_VMEMMAP_OPTIMIZATION
` [PATCH 02/11] mm/sparse-vmemmap: factor out shared vmemmap tail page allocation
` [PATCH 03/11] mm/sparse-vmemmap: open-code init_compound_tail()
` [PATCH 04/11] mm/sparse-vmemmap: prepare DAX vmemmap population for section orders
` [PATCH 05/11] mm/sparse-vmemmap: set section order for device DAX
` [PATCH 06/11] mm/sparse-vmemmap: switch device DAX to shared tail vmemmap pages
` [PATCH 07/11] mm/sparse-vmemmap: move HVO helpers to a public header
` [PATCH 08/11] powerpc/mm: switch device DAX to shared tail vmemmap pages
` [PATCH 09/11] mm/sparse-vmemmap: drop the extra tail page from device DAX reservation
` [PATCH 10/11] mm/sparse-vmemmap: drop unused section_nr_vmemmap_pages() arguments
` [PATCH 11/11] Documentation/mm: update DAX vmemmap deduplication docs

[PATCH v2 0/3] mm: workingset: fix the shadow node budget under MGLRU
 2026-08-31  9:46 UTC  (4+ messages)
` [PATCH v2 1/3] mm: workingset: use lruvec_page_state_local() to count lru pages
` [PATCH v2 2/3] mm: memcg: redirect stats updates of dying memcgs for all hierarchies
` [PATCH v2 3/3] mm: memcg: skip the RCU lock when the memcg is not dying

[PATCH v2] mm/slab: reject unsupported kmalloc() sizes
 2026-08-31  9:46 UTC  (2+ messages)

[PATCH v2] mm/khugepaged: cap min_free_kbytes recommendation at 1 GiB
 2026-08-31  9:34 UTC  (7+ messages)

[PATCH] mm: fix the race on huge alloc failed
 2026-08-31  9:32 UTC  (4+ messages)

[PATCH bpf-next 2/3] bpf: Add user memory access kfuncs for linux_binprm
 2026-08-31  9:25 UTC  (2+ messages)

[syzbot] [kernfs?] [mm?] INFO: rcu detected stall in kernfs_fop_open (7)
 2026-08-31  9:20 UTC  (3+ messages)
  ` [syzbot] [kernfs?] "

[PATCH] mm/rmap: remove stale hugetlb check in try_to_unmap_one
 2026-08-31  9:13 UTC  (3+ messages)

[PATCH] mm/hugetlb: fix overbroad MMU notifiers for unshared PMDs
 2026-08-31  9:10 UTC 

[PATCH] mm/oom_kill, proc: replace magic number 1000 with OOM_SCORE_ADJ_MAX
 2026-08-31  9:09 UTC  (3+ messages)

[PATCH] mm/memfd: don't unreserve hugetlb pages on -EEXIST in error path
 2026-08-31  9:06 UTC 

[PATCH] mm: memcontrol: treat disabled memcg as kmem accounting disabled
 2026-08-31  9:01 UTC  (5+ messages)

[Patch v2] mm: adjust out-dated document of __GFP_NOFAIL
 2026-08-31  9:01 UTC  (3+ messages)

[PATCH v2] selftests/mm: hugetlb_madv_vs_map: add underflow test
 2026-08-31  9:01 UTC  (2+ messages)

[PATCH] mm/gup_test: report actual pinned bytes
 2026-08-31  9:00 UTC  (2+ messages)

[PATCH] memcg: clear FLUSHING_CACHED_CHARGE on cpu offline
 2026-08-31  8:56 UTC  (2+ messages)

[PATCH v3 0/6] mm/mglru: clean up folio counters and flag usage
 2026-08-31  8:52 UTC  (4+ messages)
` [PATCH v3 2/6] mm/mglru: introduce helpers for manipulating gen and refs flags

[PATCH v2 0/3] pidfd: add task path ioctls
 2026-08-31  8:49 UTC  (5+ messages)
` [PATCH v2 1/3] fs: Introduce task path helpers
` [PATCH v2 2/3] pidfd: Use scoped cleanup for task access
` [PATCH v2 3/3] pidfd: Add task path ioctls

[PATCH 00/16] xswap: extendable swap device backed by zswap
 2026-08-31  8:35 UTC  (3+ messages)
` [syzbot ci] "

[PATCH 0/3] tty: replace page allocator calls with k[mz]alloc()
 2026-08-31  8:28 UTC  (4+ messages)
` [PATCH 2/3] serial: core: replace get_zeroed_page() with kzalloc()

[PATCH v2 0/3] tty: replace page allocator calls with k[mz]alloc()
 2026-08-31  8:27 UTC  (4+ messages)
` [PATCH v2 1/3] tty: port: replace get_zeroed_page() with kzalloc()
` [PATCH v2 2/3] serial: core: "
` [PATCH v2 3/3] tty: hvcs: replace __get_free_page() with kmalloc()

[PATCH] mm/mremap: account mm->locked_vm correctly for MREMAP_DONTUNMAP
 2026-08-31  8:19 UTC  (3+ messages)

[PATCH] ovl: implement ->get_unmapped_area()
 2026-08-31  8:18 UTC  (3+ messages)

[PATCH 0/9] mm/mglru: suppress empty page table walks during aging
 2026-08-31  8:17 UTC  (5+ messages)
` [PATCH 1/9] mm/mglru: add MM_WALK_EMPTY stats and tracepoint

[akpm-mm:mm-new] BUILD SUCCESS da6c37ed8beb273e3308e42d4bca3ce11b4432fa
 2026-08-31  7:51 UTC 

[PATCH] mm/huge_memory: bypass THP tuneables for huge pfnmap mappings
 2026-08-31  8:15 UTC  (2+ messages)

[RFC 00/10] Reclaimable kernel stacks
 2026-08-31  8:08 UTC  (17+ messages)
` [RFC 06/10] Reclaim memory from blocked "

[PATCH v3 0/2] kselftest: mm: fix some failure of split_huge_page_test
 2026-08-31  7:58 UTC  (3+ messages)
` [PATCH v3 2/2] kselftest: mm: replace usage of /proc/self/smaps for check_huge_xxx() helper

[PATCH v5 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-31  7:38 UTC  (7+ messages)
` [PATCH v5 2/2] "

[PATCH v2] mm/memcontrol: fix stuck FLUSHING_CACHED_CHARGE bit on isolated cpus
 2026-08-31  7:29 UTC  (2+ messages)

[PATCH] sched/isolation: Defer freeing of the bootmem housekeeping cpumasks
 2026-08-31  6:55 UTC  (2+ messages)

[PATCH 0/8] mm: Drop pxd_ERROR()
 2026-08-31  6:49 UTC  (11+ messages)
` [PATCH 1/8] mm: Make ptval_to_str() generally available
` [PATCH 2/8] mm: Stop using pxd_ERROR()
` [PATCH 3/8] loongarch/mm: Stop using pte_ERROR()
` [PATCH 4/8] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
` [PATCH 5/8] sh/mm: Stop using pte_ERROR()
` [PATCH 6/8] sh/mm: Stop using [p4d|pud|pmd]_ERROR()
` [PATCH 7/8] sh/mm: Stop using pgd_ERROR()
` [PATCH 8/8] mm: Drop pxd_ERROR()

[PATCH v2] mm/slab: don't use kfree_rcu sheaves on PREEMPT_RT in kvfree_call_rcu()
 2026-08-31  6:33 UTC 

[PATCH] mm/slab: don't use kfree_rcu sheaves on PREEMPT_RT in kvfree_call_rcu()
 2026-08-31  6:06 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v8 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-08-31  5:16 UTC  (9+ messages)
` [PATCH v8 1/6] selftests/mm: make file helpers return errors
` [PATCH v8 2/6] tools/lib/mm: add shared file helpers
` [PATCH v8 3/6] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v8 4/6] tools/mm: move gup_test from selftests/mm to tools/mm
` [PATCH v8 5/6] tools/mm: make gup_bench a benchmark only tool
` [PATCH v8 6/6] selftests/mm: add a GUP selftest

[PATCH] sched/cache: Fix use-after-free of the mm replaced by exec
 2026-08-31  4:22 UTC  (2+ messages)

[PATCH] mm/memcg: clear folio memcg after changing per memcg stats
 2026-08-31  3:32 UTC 

[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
 2026-08-31  2:28 UTC  (5+ messages)
` [PATCH 07/25] mm/fbatch: LRU_NEXT_ACTIVATE bit to optimize folio_activate()

[PATCH v4 0/4] make unused huge shrinker memcg aware
 2026-08-31  2:28 UTC  (6+ messages)
` [PATCH v4 1/4] fs: fix missed removal of super_fs_objects_eligible()

[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
 2026-08-31  1:24 UTC  (4+ messages)
` [PATCH v3 07/17] crash_dump: Fix potential double-free of keys_header

[PATCH v3 00/18] mm/huge_memory: clean up folio split and lift swapcache split limits
 2026-08-31  1:08 UTC  (3+ messages)
` [PATCH v3 07/18] mm/huge_memory: move EOF trimming into the file split helper

[PATCH 1/5] mm/huge_memory: do not touch frozen folios in deferred_split_isolate()
 2026-08-31  0:33 UTC  (4+ messages)

[PATCH v12 00/45] guest_memfd: In-place conversion support
 2026-08-31  0:25 UTC  (36+ messages)
` [PATCH v12 08/45] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v12 10/45] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v12 11/45] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v12 12/45] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v12 13/45] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v12 14/45] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v12 16/45] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v12 17/45] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v12 18/45] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v12 19/45] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v12 20/45] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v12 21/45] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v12 22/45] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v12 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v12 24/45] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v12 25/45] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v12 26/45] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v12 27/45] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v12 29/45] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v12 30/45] KVM: selftests: Test basic single-page conversion flow
` [PATCH v12 31/45] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v12 32/45] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v12 33/45] KVM: selftests: Test conversion before allocation
` [PATCH v12 34/45] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v12 35/45] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v12 36/45] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v12 37/45] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v12 38/45] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v12 39/45] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v12 40/45] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v12 41/45] KVM: selftests: Provide common function to set memory attributes
` [PATCH v12 42/45] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v12 43/45] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v12 44/45] KVM: selftests: Update private_mem_conversions_test for in-place conversions
` [PATCH v12 45/45] KVM: selftests: Update private memory exits test to work with per-gmem attributes


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