[PATCH] mm/rmap: fix incorrect pte restoration for lazyfree folios
2026-02-26 10:21 UTC (11+ messages)
[PATCH 0/7] dma-buf: heaps: Turn heaps into modules
2026-02-26 10:18 UTC (17+ messages)
` [PATCH 1/7] dma: contiguous: Turn heap registration logic around
` [PATCH 2/7] mm: cma: Export cma_alloc and cma_release
` [PATCH 3/7] mm: cma: Export cma_get_name
` [PATCH 4/7] mm: cma: Export dma_contiguous_default_area
` [PATCH 5/7] dma-buf: heaps: Export mem_accounting parameter
` [PATCH 6/7] dma-buf: heaps: cma: Turn the heap into a module
` [PATCH 7/7] dma-buf: heaps: system: "
[LSF/MM/BPF TOPIC] Improving MGLRU
2026-02-26 10:10 UTC (4+ messages)
[PATCH v1 0/2] Fix KASAN support for KHO restored vmalloc regions
2026-02-26 10:06 UTC (5+ messages)
` [PATCH v1 1/2] mm/vmalloc: export clear_vm_uninitialized_flag()
` [PATCH v1 2/2] kho: fix KASAN support for restored vmalloc regions
[PATCH v2] mm/slub: drop duplicate kernel-doc for ksize()
2026-02-26 10:06 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Beyond 2MB: Why Terabyte-Scale Machines Need 1GB Transparent Huge Pages
2026-02-26 10:05 UTC (5+ messages)
[PATCH] block: remove bdev_nonrot()
2026-02-26 10:04 UTC (2+ messages)
[PATCH] slab: Saturate to SIZE_MAX for allocation size overflows
2026-02-26 10:02 UTC (4+ messages)
[PATCH] mm: khugepaged: simplify scanning progress in pmd
2026-02-26 10:01 UTC (4+ messages)
[LSM/MM/BPF TOPIC] Do not hold mmap_lock following folio_lock failure in page faults
2026-02-26 9:53 UTC (4+ messages)
[PATCH mm-unstable v2 0/5] mm: khugepaged cleanups and mTHP prerequisites
2026-02-26 9:40 UTC (12+ messages)
` [PATCH mm-unstable v2 1/5] mm: consolidate anonymous folio PTE mapping into helpers
` [PATCH mm-unstable v2 2/5] mm: introduce is_pmd_order helper
` [PATCH mm-unstable v2 3/5] mm/khugepaged: define COLLAPSE_MAX_PTES_LIMIT as HPAGE_PMD_NR - 1
` [PATCH mm-unstable v2 4/5] mm/khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH mm-unstable v2 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()
[PATCH v3 1/1] mm/slab: mark alloc tags empty for sheaves allocated with __GFP_NO_OBJ_EXT
2026-02-26 9:40 UTC (5+ messages)
[PATCH 0/5] support batched checking of the young flag for MGLRU
2026-02-26 9:27 UTC (12+ messages)
` [PATCH 1/5] mm: use inline helper functions instead of ugly macros
` [PATCH 3/5] mm: add a batched helper to clear the young flag for large folios
` [PATCH 4/5] mm: support batched checking of the young flag for MGLRU
[PATCH 1/2] mm/huge_memory: Fix use of NULL folio in move_pages_huge_pmd()
2026-02-26 9:21 UTC (4+ messages)
[PATCH v3 00/22] Add support for shared PTEs across processes
2026-02-26 9:02 UTC (9+ messages)
[LSF/MM/BPF TOPIC] Per-process page size
2026-02-26 8:45 UTC (3+ messages)
[PATCH v1] mm: annotate data race of f_ra.prev_pos
2026-02-26 8:40 UTC
[RFC PATCH 0/6] mm/memcontrol: Make memcg limits tier-aware
2026-02-26 8:04 UTC (3+ messages)
[LSF/MM/BPF TOPIC] MGLRU on Android: Real-World Problems and Challenges
2026-02-26 8:03 UTC (7+ messages)
[PATCH] zram: rename writeback_compressed device attr
2026-02-26 8:01 UTC (4+ messages)
[PATCH RFC] iommu/dma: Validate page before accessing P2PDMA state
2026-02-26 7:58 UTC (7+ messages)
[PATCH mm-new v8 0/4] Improve khugepaged scan logic
2026-02-26 7:55 UTC (6+ messages)
` [PATCH mm-new v8 4/4] mm: khugepaged: skip lazy-free folios
[linus:master] [slab] 17c38c8829: will-it-scale.per_process_ops 60.5% regression
2026-02-26 7:26 UTC
[PATCH] mm: Do not allocate shrinker info with cgroup.memory=nokmem
2026-02-26 7:19 UTC (4+ messages)
[RFC PATCH v1 00/10] guest_memfd: Track amount of memory allocated on inode
2026-02-26 7:18 UTC (8+ messages)
[PATCH 0/4] Introduce QPW for per-cpu operations
2026-02-26 7:06 UTC (12+ messages)
[PATCH v3 0/3] Use killable vma write locking in most places
2026-02-26 7:06 UTC (4+ messages)
` [PATCH v3 1/3] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()
[PATCH 0/3] Allow order zero pages in page reporting
2026-02-26 7:01 UTC (4+ messages)
` [PATCH 1/3] mm/page_reporting: Allow zero page_reporting_order
` [PATCH 2/3] hv_balloon: Change default page reporting order
` [PATCH 3/3] virtio_balloon: Set pr_dev.order to new default
[PATCH] mm: Avoid calling folio_page() with an out-of-bounds index
2026-02-26 6:52 UTC (4+ messages)
[PATCH v5 30/32] mm: memcontrol: convert objcg to be per-memcg per-node type
2026-02-26 6:47 UTC (4+ messages)
` [PATCH v5 update "
[PATCH v5 00/32] Eliminate Dying Memory Cgroup
2026-02-26 6:45 UTC (11+ messages)
` [PATCH v5 29/32] mm: memcontrol: prepare for reparenting non-hierarchical stats
` [PATCH v5 31/32] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
[BUG] Memory ordering between kmalloc() and kfree()? it's confusing!
2026-02-26 6:35 UTC
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-02-26 5:54 UTC (7+ messages)
[PATCH] MAINTAINERS: Add myself as reviewer for SWAP
2026-02-26 5:51 UTC (3+ messages)
[PATCH RFC 00/15] mm, swap: swap table phase IV with dynamic ghost swapfile
2026-02-26 5:49 UTC (6+ messages)
` [PATCH RFC 12/15] mm, swap: merge zeromap into swap table
[linux-next:master] BUILD REGRESSION 877552aa875839314afad7154b5a561889e87ea9
2026-02-26 5:32 UTC
[RFC PATCH v1 0/7] Open HugeTLB allocation routine for more generic use
2026-02-26 3:37 UTC (7+ messages)
` [RFC PATCH v1 2/7] mm: hugetlb: Move mpol interpretation out of alloc_buddy_hugetlb_folio_with_mpol()
` [RFC PATCH v1 3/7] mm: hugetlb: Move mpol interpretation out of dequeue_hugetlb_folio_vma()
[PATCH mm-unstable v15 00/13] khugepaged: mTHP support
2026-02-26 3:27 UTC (14+ messages)
` [PATCH mm-unstable v15 01/13] mm/khugepaged: generalize hugepage_vma_revalidate for "
` [PATCH mm-unstable v15 02/13] mm/khugepaged: generalize alloc_charge_folio()
` [PATCH mm-unstable v15 03/13] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH mm-unstable v15 04/13] mm/khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH mm-unstable v15 05/13] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH mm-unstable v15 06/13] mm/khugepaged: skip collapsing mTHP to smaller orders
` [PATCH mm-unstable v15 07/13] mm/khugepaged: add per-order mTHP collapse failure statistics
` [PATCH mm-unstable v15 08/13] mm/khugepaged: improve tracepoints for mTHP orders
` [PATCH mm-unstable v15 09/13] mm/khugepaged: introduce collapse_allowable_orders helper function
` [PATCH mm-unstable v15 10/13] mm/khugepaged: Introduce mTHP collapse support
` [PATCH mm-unstable v15 11/13] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH mm-unstable v15 12/13] mm/khugepaged: run khugepaged for all orders
` [PATCH mm-unstable v15 13/13] Documentation: mm: update the admin guide for mTHP collapse
[PATCH RFC v2 0/2] block: enable RWF_DONTCACHE for block devices
2026-02-26 3:15 UTC (8+ messages)
` [PATCH RFC v2 1/2] filemap: defer dropbehind invalidation from IRQ context
` [PATCH RFC v2 2/2] block: enable RWF_DONTCACHE for block devices
[PATCH] mm: Avoid calling folio_page() with an out-of-bounds index
2026-02-26 3:14 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Opening HugeTLB up for more generic use
2026-02-26 2:59 UTC
LSF/MM/BPF: 2026: Call for Proposals
2026-02-26 2:52 UTC (6+ messages)
[PATCH] mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
2026-02-26 2:01 UTC (3+ messages)
[PATCH v2] mm/cma: move put_page_testzero() out of VM_WARN_ON in cma_release()
2026-02-26 1:32 UTC (2+ messages)
[PATCH] kfence: add kfence.fault parameter
2026-02-26 1:16 UTC (3+ messages)
[PATCH v3] mm/cma: move put_page_testzero() out of VM_WARN_ON in cma_release()
2026-02-26 1:01 UTC (2+ messages)
[LSF/MM/BPF TOPIC] mshare - sharing page tables across processes
2026-02-26 0:59 UTC (2+ messages)
[RFC PATCH v4 4/4] mm/damon: add PA-mode cache for eligible memory detection lag
2026-02-26 0:59 UTC (4+ messages)
[RFC PATCH v3 3/4] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
2026-02-26 0:57 UTC (4+ messages)
[RFC PATCH v3 2/4] mm/damon: fix esz=0 quota bypass allowing unlimited migration
2026-02-26 0:54 UTC (2+ messages)
[RFC PATCH v3 1/4] mm/damon/sysfs: set goal_tuner after scheme creation
2026-02-26 0:53 UTC (2+ messages)
[RFC PATCH v3 0/4] mm/damon: Introduce node_eligible_mem_bp and node_ineligible_mem_bp Quota Goal Metrics
2026-02-26 0:52 UTC (2+ messages)
[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
2026-02-26 0:51 UTC (17+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v2 05/22] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved "
` [PATCH v2 09/22] vfio/pci: Store incoming Live Update state in struct vfio_pci_core_device
[PATCH v2 0/4] mm: Remove stray references to pagevec
2026-02-26 0:41 UTC (6+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE
[PATCH] tools/testing: fix testing/vma and testing/radix-tree build
2026-02-26 0:39 UTC (2+ messages)
[PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update
2026-02-26 0:28 UTC (3+ messages)
[RESEND PATCH net-next] netmem: remove the pp fields from net_iov
2026-02-26 0:21 UTC (3+ messages)
[PATCH 0/3] Make memcg location more flexible
2026-02-26 0:00 UTC (9+ messages)
` [PATCH 1/3] memcg: Add memcg_stat_mod()
` [PATCH 3/3] ptdesc: Account page tables to memcgs again
[PATCH] mm: Remove stray references to struct pagevec
2026-02-25 23:46 UTC (4+ messages)
[PATCH v2 0/3] dma-buf: heaps: cma: enable dmem cgroup accounting
2026-02-25 23:43 UTC (6+ messages)
[PATCH v2] smaps: Report correct page sizes with THP
2026-02-25 23:27 UTC
[PATCH v2 03/22] PCI: Inherit bus numbers from previous kernel during Live Update
2026-02-25 23:20 UTC (3+ messages)
[LSF/MM/BPF TOPIC] Separately allocating memdescs from struct page
2026-02-25 23:19 UTC
[PATCH 0/4] mm: zone lock tracepoint instrumentation
2026-02-25 22:51 UTC (3+ messages)
` [PATCH 1/4] mm: introduce zone lock wrappers
[PATCH RFC] mm/mglru: lazily activate folios while folios are really mapped
2026-02-25 22:37 UTC
[PATCH] Revert "ptdesc: remove references to folios from __pagetable_ctor() and pagetable_dtor()"
2026-02-25 22:11 UTC (4+ messages)
[PATCH v1 0/2] Fix KASAN support for KHO restored vmalloc regions
2026-02-25 22:02 UTC
[PATCH RFC] mm/mglru: lazily activate folios while folios are really mapped
2026-02-25 21:26 UTC
VM_BUG_ON_VMA in split_huge_pmd_locked: huge PMD doesn't cover full VMA range
2026-02-25 20:30 UTC (2+ messages)
[RFC PATCH v1 1/7] mm: hugetlb: Consolidate interpretation of gbl_chg within alloc_hugetlb_folio()
2026-02-25 20:27 UTC (2+ messages)
[PATCH v2 0/4] mm: zone lock tracepoint instrumentation
2026-02-25 20:14 UTC (5+ messages)
` [PATCH v2 1/4] mm: introduce zone lock wrappers
` [PATCH v2 3/4] mm: convert compaction to "
[PATCH v2 0/5] mm: arch/shstk: Common shadow stack mapping helper and VM_NOHUGEPAGE
2026-02-25 20:12 UTC (2+ messages)
[PATCH v4 0/3] targeted TLB sync IPIs for lockless page table walkers
2026-02-25 20:11 UTC (3+ messages)
` [PATCH v4 3/3] x86/tlb: add architecture-specific TLB IPI optimization support
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