[PATCH] mm, hugetlb: Increment the number of pages to be reset on HVO
2025-04-15 11:18 UTC
[PATCH v2 0/8] mm: enhance migration work around on noref buffer-heads
2025-04-15 11:17 UTC (12+ messages)
` [PATCH v2 1/8] migrate: fix skipping metadata buffer heads on migration
` [PATCH v2 7/8] mm/migrate: enable noref migration for jbd2
[PATCH v3 00/11] Perf improvements for hugetlb and vmalloc on arm64
2025-04-15 10:51 UTC (8+ messages)
` [PATCH v3 04/11] arm64/mm: Refactor __set_ptes() and __ptep_get_and_clear()
` [PATCH v3 11/11] arm64/mm: Batch barriers when updating kernel mappings
[PATCH 0/5] mm/vmalloc.c: code cleanup and improvements
2025-04-15 10:47 UTC (11+ messages)
` [PATCH 1/5] mm/vmalloc.c: change purge_ndoes as local static variable
` [PATCH 2/5] mm/vmalloc.c: find the vmap of vmap_nodes in reverse order
` [PATCH 3/5] mm/vmalloc.c: optimize code in decay_va_pool_node() a little bit
` [PATCH 4/5] mm/vmalloc: optimize function vm_unmap_aliases()
` [PATCH 5/5] mm/vmalloc.c: return explicit error value in alloc_vmap_area()
[PATCH] mm/swap: set active flag after adding the folio to activate fbatch
2025-04-15 10:26 UTC (4+ messages)
[PATCH] selftests/mm: Restore default nr_hugepages value during cleanup in hugetlb_reparenting_test.sh
2025-04-15 10:18 UTC (4+ messages)
[PATCH] mempolicy: Optimize queue_folios_pte_range by PTE batching
2025-04-15 10:17 UTC (2+ messages)
[PATCH v3 0/4] mm/folio_zero_user: add multi-page clearing
2025-04-15 10:16 UTC (21+ messages)
` [PATCH v3 1/4] x86/clear_page: extend clear_page*() for "
` [PATCH v3 4/4] x86/folio_zero_user: "
[PATCH 1/2] mm/memblock: Added a New Memblock Function to Check if the Current Node's Memblock Region Intersects with a Memory Block
2025-04-15 10:08 UTC (8+ messages)
` [PATCH 2/2] base/node: Use curr_node_memblock_intersect_memory_block to Get Memory Block NID if CONFIG_DEFERRED_STRUCT_PAGE_INIT is Set
[PATCH] mm/huge_memory: fix dereferencing invalid pmd migration entry
2025-04-15 10:07 UTC (3+ messages)
[PATCH v8 0/2] fuse: remove temp page copies in writeback
2025-04-15 10:00 UTC (8+ messages)
` [PATCH v8 1/2] mm: skip folio reclaim in legacy memcg contexts for deadlockable mappings
` [PATCH v8 2/2] fuse: remove tmp folio for writebacks and internal rb tree
[PATCH v1] mm/memory: move sanity checks in do_wp_page() after mapcount vs. refcount stabilization
2025-04-15 9:50 UTC
[PATCH] mm/rmap: Move anon_vma initialization to anon_vma_ctor()
2025-04-15 9:25 UTC
[PATCH] MAINTAINERS: Add mmap trace events to MEMORY MAPPING
2025-04-15 9:05 UTC (2+ messages)
[PATCH v2] mm: fix ratelimit_pages update error in dirty_ratio_handler()
2025-04-15 9:02 UTC
[PATCH] mm, hugetlb: Reset mapping to TAIL_MAPPING before restoring vmemmap
2025-04-15 8:36 UTC (6+ messages)
[linus:master] [alloc_tag] 93d5440ece: WARNING:at_include/linux/alloc_tag.h:#__pgalloc_tag_sub
2025-04-15 8:35 UTC
[PATCH] mm: fix ratelimit_pages update error in dirty_ratio_handler()
2025-04-15 8:35 UTC
[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
2025-04-15 8:01 UTC (32+ messages)
` [PATCH RFC 01/28] mm: memcontrol: remove dead code of checking parent memory cgroup
` [PATCH RFC 02/28] mm: memcontrol: use folio_memcg_charged() to avoid potential rcu lock holding
` [PATCH RFC 03/28] mm: workingset: use folio_lruvec() in workingset_refault()
` [PATCH RFC 04/28] mm: rename unlock_page_lruvec_irq and its variants
` [PATCH RFC 05/28] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH RFC 06/28] mm: thp: introduce folio_split_queue_lock and its variants
` [PATCH RFC 07/28] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
` [PATCH RFC 08/28] mm: vmscan: refactor move_folios_to_lru()
` [PATCH RFC 09/28] mm: memcontrol: allocate object cgroup for non-kmem case
` [PATCH RFC 10/28] mm: memcontrol: return root object cgroup for root memory cgroup
` [PATCH RFC 11/28] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH RFC 12/28] buffer: prevent memory cgroup release in folio_alloc_buffers()
` [PATCH RFC 13/28] writeback: prevent memory cgroup release in writeback module
` [PATCH RFC 14/28] mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()
` [PATCH RFC 15/28] mm: page_io: prevent memory cgroup release in page_io module
` [PATCH RFC 16/28] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH RFC 17/28] mm: mglru: prevent memory cgroup release in mglru
` [PATCH RFC 18/28] mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()
` [PATCH RFC 19/28] mm: workingset: prevent memory cgroup release in lru_gen_eviction()
` [PATCH RFC 20/28] mm: workingset: prevent lruvec release in workingset_refault()
` [PATCH RFC 21/28] mm: zswap: prevent lruvec release in zswap_folio_swapin()
` [PATCH RFC 22/28] mm: swap: prevent lruvec release in swap module
` [PATCH RFC 23/28] mm: workingset: prevent lruvec release in workingset_activation()
` [PATCH RFC 24/28] mm: memcontrol: prepare for reparenting LRU pages for lruvec lock
` [PATCH RFC 25/28] mm: thp: prepare for reparenting LRU pages for split queue lock
` [PATCH RFC 26/28] mm: memcontrol: introduce memcg_reparent_ops
` [PATCH RFC 27/28] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
` [PATCH RFC 28/28] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpers
[PATCH] tools/drgn: Add script to display page state for a given PID and VADDR
2025-04-15 7:50 UTC
[PATCH v7 0/3] fuse: remove temp page copies in writeback
2025-04-15 7:49 UTC (12+ messages)
` [PATCH v7 3/3] fuse: remove tmp folio for writebacks and internal rb tree
[PATCH 0/5] mm: reliable huge page allocator
2025-04-15 7:44 UTC (9+ messages)
` [PATCH 5/5] mm: page_alloc: defrag_mode kswapd/kcompactd watermarks
[PATCH] mm: add nr_free_highatomic in show_free_areas
2025-04-15 6:40 UTC (2+ messages)
[PATCH] memcg: decouple memcg_hotplug_cpu_dead from stock_lock
2025-04-15 6:30 UTC (9+ messages)
[syzbot] [mm?] WARNING in move_to_new_folio
2025-04-15 5:24 UTC (3+ messages)
[PATCH v3 00/12] khugepaged: mTHP support
2025-04-15 1:09 UTC (17+ messages)
` [PATCH v3 01/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v3 02/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v3 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v3 04/12] khugepaged: generalize alloc_charge_folio()
` [PATCH v3 05/12] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v3 06/12] khugepaged: introduce khugepaged_scan_bitmap "
` [PATCH v4 "
` [PATCH v3 07/12] khugepaged: add "
` [PATCH v3 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v3 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v3 10/12] khugepaged: improve tracepoints for mTHP orders
` [PATCH v3 11/12] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v3 12/12] Documentation: mm: update the admin guide for mTHP collapse
[PATCH v3 0/4] mm: introduce THP deferred setting
2025-04-15 0:50 UTC (8+ messages)
` [PATCH v3 1/4] mm: defer THP insertion to khugepaged
` [PATCH v3 2/4] mm: document (m)THP defer usage
` [PATCH v3 3/4] khugepaged: add defer option to mTHP options
` [PATCH v3 4/4] selftests: mm: add defer to thp setting parser
[RFC PATCH v4 0/6] Promotion of Unmapped Page Cache Folios
2025-04-15 0:45 UTC (2+ messages)
[RFC PATCH v4 5/6] migrate,sysfs: add pagecache promotion
2025-04-15 0:41 UTC (2+ messages)
[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
2025-04-15 0:30 UTC (2+ messages)
[RFC PATCH v4 4/6] migrate: implement migrate_misplaced_folio_batch
2025-04-15 0:19 UTC (2+ messages)
[RFC PATCH v4 1/6] migrate: Allow migrate_misplaced_folio_prepare() to accept a NULL VMA
2025-04-15 0:12 UTC (2+ messages)
[RFC] shrinking struct page (part of page pool)
2025-04-14 23:30 UTC (3+ messages)
[PATCH v3 0/2] Fix false warning in inode_to_wb
2025-04-14 23:22 UTC (7+ messages)
` [PATCH v3 2/2] writeback: Fix false warning in inode_to_wb()
[RFC PATCH v3 00/15] pkeys-based page table hardening
2025-04-14 22:43 UTC (8+ messages)
Request for Feedback on Releasing Reserved Memory Back to the Buddy Allocator
2025-04-14 20:25 UTC (2+ messages)
[PATCH v7 0/9] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-04-14 20:06 UTC (15+ messages)
` [PATCH v7 1/9] mm: Consolidate freeing of typed folios on final folio_put()
` [PATCH v7 2/9] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [PATCH v7 3/9] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v7 4/9] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory
[PATCH RFC v2 0/3] rust: Add Per-CPU Variable API
2025-04-14 19:28 UTC (4+ messages)
` [PATCH RFC v2 1/3] rust: percpu: introduce a rust API for per-CPU variables
` [PATCH RFC v2 2/3] rust: rust-analyzer: add lib to dirs searched for crates
` [PATCH RFC v2 3/3] rust: percpu: add a rust per-CPU variable test
KASAN: slab-use-after-free Read in cgroup_rstat_flush
2025-04-14 19:25 UTC (3+ messages)
[PATCH v6 0/2] memcg: Fix test_memcg_min/low test failures
2025-04-14 18:57 UTC (9+ messages)
` [PATCH v6 1/2] mm/vmscan: Skip memcg with !usage in shrink_node_memcgs()
[PATCH] memcg: no refill for offlined objcg
2025-04-14 18:44 UTC (3+ messages)
[RFC PATCH 2/2] rust: add maple tree abstractions
2025-04-14 18:27 UTC (4+ messages)
shrink_folio_list() does not compile on late-model kernels
2025-04-14 17:40 UTC (3+ messages)
[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
2025-04-14 17:39 UTC (2+ messages)
[PATCH] Fix comment style of `do_execveat_common()`
2025-04-14 17:07 UTC (3+ messages)
[Invitation] Linux MM Alignment Session on kthread for promoting hot pages on Wednesday
2025-04-14 15:57 UTC
[syzbot] [mm?] general protection fault in mremap
2025-04-14 15:15 UTC (7+ messages)
[RESEND PATCH v18 0/2] ACPI: APEI: handle synchronous errors in task work
2025-04-14 15:02 UTC (7+ messages)
` [RESEND PATCH v18 1/2] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [RESEND PATCH v18 2/2] ACPI: APEI: handle synchronous exceptions in task work
[PATCH v2 RESEND] intel_th: avoid using deprecated page->mapping, index fields
2025-04-14 14:33 UTC (4+ messages)
[PATCH v1 0/4] mm: Fix apply_to_pte_range() vs lazy MMU mode
2025-04-14 14:17 UTC (4+ messages)
` [PATCH v1 2/4] mm: Cleanup apply_to_pte_range() routine
[PATCH v2 0/5] Fix lazy mmu mode
2025-04-14 14:11 UTC (5+ messages)
[PATCH 0/2] Fix mincore() tmpfs test failure
2025-04-14 13:46 UTC (8+ messages)
` [PATCH 2/2] mm: mincore: use folio_pte_batch() to batch process large folios
selftests: cgroup: Failures – Timeouts & OOM Issues Analysis
2025-04-14 13:46 UTC (3+ messages)
[PATCH] jfs: implement migrate_folio for jfs_metapage_aops
2025-04-14 13:10 UTC
[PATCH] slab: Decouple slab_debug and no_hash_pointers
2025-04-14 12:31 UTC (2+ messages)
[PATCH 1/1] slab: ensure slab->obj_exts is clear in a newly allocated slab page
2025-04-14 10:24 UTC (5+ messages)
[syzbot] [mm?] kernel BUG in filemap_fault
2025-04-14 9:55 UTC (2+ messages)
` [syzbot] [sound?] "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox