public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-09 13:47:12 to 2026-03-10 11:55:48 UTC [more...]

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-10 11:48 UTC  (9+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 02/61] btrfs: "
` [PATCH 03/61] ceph: "
` [PATCH 07/61] erofs: "
` [PATCH 09/61] ntfs3: "
` [PATCH 10/61] gfs2: "
` [PATCH 13/61] squashfs: "
` [PATCH 18/61] sound: "

[PATCH 0/2] fix kmem over-charging for embedded obj_exts array
 2026-03-10 11:38 UTC  (3+ messages)
` [PATCH 1/2] mm/slab: move obj_exts_in_slab() definition to slab.h
` [PATCH 2/2] memcg: fix kmem over-charging for embedded obj_exts array

[RFC 0/1] Avoid pagewalk hugepage-split race with VFIO DMA set
 2026-03-10 11:38 UTC  (7+ messages)
` [RFC 1/1] mm/pagewalk: don't split device-backed huge pfnmaps

[PATCH 1/6] selftests/liveupdate: add framework for memfd tests
 2026-03-10 11:08 UTC  (2+ messages)

[PATCH V2 0/4] record non-slab shrinkers for non-root memcgs when kmem is disabled
 2026-03-10 11:05 UTC  (6+ messages)
` [PATCH V2 1/4] mm: shrinker: add one more parameter in shrinker_id()
` [PATCH V2 2/4] mm: shrinker: move shrinker_id() code block below memcg_kmem_online()
` [PATCH V2 3/4] mm: shrinker: optimize the allocation of shrinker_info when setting cgroup_memory_nokmem
` [PATCH V2 4/4] mm: shrinker: remove unnecessary check in shrink_slab_memcg()

[PATCH] mm/userfaultfd: fix hugetlb fault mutex hash calculation
 2026-03-10 11:05 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v4] "

[linux-next:master] BUILD REGRESSION 343f51842f4ed7143872f3aa116a214a5619a4b9
 2026-03-10 11:00 UTC 

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-03-10 10:56 UTC  (2+ messages)

[PATCH] mm: optimize the implementation of WARN_ON_ONCE_GFP()
 2026-03-10 10:55 UTC  (4+ messages)

[PATCH v2] mm: migrate: requeue destination folio on deferred split queue
 2026-03-10 10:54 UTC 

[PATCH] mm/debug: optimize once judgment with clang
 2026-03-10 10:50 UTC  (2+ messages)

[PATCH v1 0/4] mm: move vma_(kernel|mmu)_pagesize() out of hugetlb.c
 2026-03-10 10:42 UTC  (12+ messages)
` [PATCH v1 1/4] mm: move vma_kernel_pagesize() from hugetlb to mm.h

[PATCH v8 0/6] kho: history: track previous kernel version and kexec boot count
 2026-03-10 10:36 UTC  (5+ messages)
` [PATCH v8 3/6] kho: persist blob size in KHO FDT
` [PATCH v8 4/6] kho: fix kho_in_debugfs_init() to handle non-FDT blobs

[PATCH 1/2] kho: make sure preservations do not span multiple NUMA nodes
 2026-03-10 10:33 UTC  (5+ messages)
` [PATCH 2/2] kho: drop restriction on maximum page order

[RFC PATCH v4 0/6] Accelerate page migration with batch copying and hardware offload
 2026-03-10 10:07 UTC  (6+ messages)
` [RFC PATCH v4 4/6] mm/migrate: add copy offload registration infrastructure
` [RFC PATCH v4 5/6] drivers/migrate_offload: add DMA batch copy driver (dcbm)

[BUG] WARNING in alloc_slab_obj_exts triggered by __d_alloc
 2026-03-10 10:06 UTC  (8+ messages)
` [PATCH] mm/slab: fix an incorrect check in obj_exts_alloc_size()

[PATCH 00/13] selftests/mm: fix failures and robustness improvements
 2026-03-10  9:49 UTC  (14+ messages)
` [PATCH 01/13] selftests/mm: restore default nr_hugepages value during cleanup in charge_reserved_hugetlb.sh
` [PATCH 02/13] selftests/mm: fix hugetlb pathname construction "
` [PATCH 03/13] selftests/mm: fix hugetlb pathname construction in hugetlb_reparenting_test.sh
` [PATCH 04/13] selftest/mm: fix cgroup task placement and tolerance "
` [PATCH 05/13] selftests/mm: size tmpfs according to PMD page size in split_huge_page_test
` [PATCH 06/13] selftest/mm: adjust hugepage-mremap test size for large huge pages
` [PATCH 07/13] selftest/mm: register existing mapping with userfaultfd in hugepage-mremap
` [PATCH 08/13] selftests/mm: ensure destination is hugetlb-backed "
` [PATCH 09/13] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
` [PATCH 10/13] selftests/mm: skip uffd-stress test when nr_pages_per_cpu is zero
` [PATCH 11/13] selftests/mm: fix double increment in linked list cleanup in compaction_test
` [PATCH 12/13] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
` [PATCH 13/13] selftests/cgroup: extend test_hugetlb_memcg.c to support all huge page sizes

[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
 2026-03-10  9:40 UTC  (14+ messages)

[PATCH 0/9] mm/rmap: Optimize anonymous large folio unmapping
 2026-03-10  9:38 UTC  (29+ messages)
` [PATCH 1/9] mm/rmap: make nr_pages signed in try_to_unmap_one
` [PATCH 2/9] mm/rmap: initialize nr_pages to 1 at loop start "
` [PATCH 3/9] mm/rmap: refactor lazyfree unmap commit path to commit_ttu_lazyfree_folio()
` [PATCH 4/9] mm/memory: Batch set uffd-wp markers during zapping
` [PATCH 5/9] mm/rmap: batch unmap folios belonging to uffd-wp VMAs
` [PATCH 6/9] mm/swapfile: Make folio_dup_swap batchable
` [PATCH 7/9] mm/swapfile: Make folio_put_swap batchable
` [PATCH 8/9] mm/rmap: introduce folio_try_share_anon_rmap_ptes
` [PATCH 9/9] mm/rmap: enable batch unmapping of anonymous folios

[PATCH RFC v3 0/4] guest_memfd: Track amount of memory allocated on inode
 2026-03-10  9:12 UTC  (8+ messages)
` [PATCH RFC v3 1/4] KVM: "
` [PATCH RFC v3 2/4] KVM: guest_memfd: Set release always on guest_memfd mappings

[PATCH] mm: prevent droppable mappings from being locked
 2026-03-10  8:25 UTC  (9+ messages)

[PATCH v6 0/5] support batch checking of references and unmapping for large folios
 2026-03-10  8:17 UTC  (7+ messages)
` [PATCH v6 1/5] mm: rmap: support batched checks of the references "

[PATCH 12/32] hugetlbfs: Stop using i_private_data
 2026-03-10  7:24 UTC  (2+ messages)

[linus:master] [mm] 9890ecab6a: vm-scalability.throughput 3.8% regression
 2026-03-10  6:39 UTC 

[PATCH v2 1/2] drivers/vfio_pci_core: Change PXD_ORDER check from switch case to if/else block
 2026-03-10  6:27 UTC  (4+ messages)

[PATCH] zram: do not permit params change after init
 2026-03-10  6:01 UTC 

[PATCH v2] mm/mempolicy: track page allocations per mempolicy
 2026-03-10  4:17 UTC  (4+ messages)

[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
 2026-03-10  4:04 UTC  (6+ messages)
` [PATCH v3 24/29] arch, mm: consolidate initialization of SPARSE memory model
      ` [BUG] SPARSEMEM broken on RISC-V; was: [PATCH] "

[PATCH RFC v3 0/4] mm: add huge pfnmap support for remap_pfn_range()
 2026-03-10  3:36 UTC  (11+ messages)
` [PATCH RFC v3 1/4] x86/mm: Use proper page table helpers for huge page generation
` [PATCH RFC v3 2/4] mm/pgtable: Make pfn_pte() filter out huge page attributes

[PATCH v4 0/2] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
 2026-03-10  3:11 UTC  (3+ messages)
` [PATCH v4 1/2] huge_mm: add stubs for THP-disabled configs
` [PATCH v4 2/2] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP

[PATCH v4 0/4] mm: thp: reduce unnecessary start_stop_khugepaged() calls
 2026-03-10  3:02 UTC  (3+ messages)
` [PATCH v4 4/4] mm: ratelimit min_free_kbytes adjustment messages

[PATCH v3 0/6] support batched checking of the young flag for MGLRU
 2026-03-10  2:51 UTC  (7+ messages)
` [PATCH v3 6/6] arm64: mm: implement the architecture-specific test_and_clear_young_ptes()

[PATCH v3 0/3] memfd-based Userspace MFR Policy for HugeTLB
 2026-03-10  2:21 UTC  (11+ messages)
` [PATCH v3 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy

[RFC PATCH v2 0/5] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-03-10  2:14 UTC  (9+ messages)

[PATCH v3] mm/swap: strengthen locking assertions and invariants in cluster allocation
 2026-03-10  1:56 UTC 

[PATCH v3] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
 2026-03-10  1:39 UTC 

[PATCH 00/11] mm/damon: support multiple goal-based quota tuning algorithms
 2026-03-10  1:05 UTC  (12+ messages)
` [PATCH 01/11] mm/damon/core: introduce damos_quota_goal_tuner
` [PATCH 02/11] mm/damon/core: allow quota goals set zero effective size quota
` [PATCH 03/11] mm/damon/core: introduce DAMOS_QUOTA_GOAL_TUNER_TEMPORAL
` [PATCH 04/11] mm/damon/sysfs-schemes: implement quotas->goal_tuner file
` [PATCH 05/11] Docs/mm/damon/design: document the goal-based quota tuner selections
` [PATCH 06/11] Docs/admin-guide/mm/damon/usage: document goal_tuner sysfs file
` [PATCH 07/11] Docs/ABI/damon: update for goal_tuner
` [PATCH 08/11] mm/damon/tests/core-kunit: test goal_tuner commit
` [PATCH 09/11] selftests/damon/_damon_sysfs: support goal_tuner setup
` [PATCH 10/11] selftests/damon/drgn_dump_damon_status: support quota goal_tuner dumping
` [PATCH 11/11] selftests/damon/sysfs.py: test goal_tuner commit

[PATCH] selftest: memcg: Skp memcg_sock test if address family not supported
 2026-03-10  0:04 UTC  (3+ messages)

[GIT PULL] hotfixes for 7.0-rc4
 2026-03-09 23:38 UTC 

[LSF/MM/BPF TOPIC] Reimagining Memory Cgroup (memcg_ext)
 2026-03-09 23:09 UTC  (3+ messages)

[PATCH v2] mm/migrate_device: document folio_get requirement before frozen PMD split
 2026-03-09 22:00 UTC  (2+ messages)

[RFC v2 00/21] mm: thp: lazy PTE page table allocation at PMD split
 2026-03-09 21:34 UTC  (6+ messages)
` [RFC v2 12/21] mm: thp: handle split failure in device migration

[PATCH v4 0/5] mm: zone lock tracepoint instrumentation
 2026-03-09 21:17 UTC  (7+ messages)

walk_pgd_range BUG: unable to handle page fault
 2026-03-09 21:15 UTC  (18+ messages)

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-09 20:50 UTC  (7+ messages)

[PATCH] mm/migrate_device: document folio_get requirement before frozen PMD split
 2026-03-09 20:22 UTC  (5+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-09 17:32 UTC  (8+ messages)
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after Live Update

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-09 16:46 UTC  (7+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()

[PATCH 0/8] mm: introduce zone lock guards
 2026-03-09 16:45 UTC  (8+ messages)
` [PATCH 1/8] mm: use zone lock guard in reserve_highatomic_pageblock()

[PATCH v2] docs: filesystems: clarify KernelPageSize vs. MMUPageSize in smaps
 2026-03-09 16:14 UTC  (2+ messages)

[PATCH] mm: optimize once judgment with clang
 2026-03-09 15:32 UTC  (2+ messages)

[PATCH v2 0/4] mm: move vma_(kernel|mmu)_pagesize() out of hugetlb.c
 2026-03-09 15:19 UTC  (5+ messages)
` [PATCH v2 1/4] mm: move vma_kernel_pagesize() from hugetlb to mm.h
` [PATCH v2 2/4] mm: move vma_mmu_pagesize() from hugetlb to vma.c
` [PATCH v2 3/4] KVM: remove hugetlb.h inclusion
` [PATCH v2 4/4] KVM: PPC: "

[PATCH v2] mm: Do not allocate shrinker info with cgroup.memory=nokmem
 2026-03-09 15:08 UTC 

[PATCH 2/2] mm, vmscan: flush TLB for every 31 folios evictions
 2026-03-09 14:56 UTC  (2+ messages)

[PATCH v9 0/2] Optimize zone->contiguous update
 2026-03-09 14:26 UTC  (11+ messages)
` [PATCH v9 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range

[PATCH v2] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
 2026-03-09 14:22 UTC  (2+ messages)


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