[PATCH] kho: init alloc tags when restoring pages from reserved memory
2026-01-11 19:58 UTC (6+ messages)
[PATCH] alloc_tag: remove sysctl prefix from mem_profiling boot parameter
2026-01-11 19:50 UTC (4+ messages)
[PATCH v13 0/3] mm: Fix OOM killer inaccuracy on large many-core systems
2026-01-11 19:49 UTC (4+ messages)
` [PATCH v13 1/3] lib: Introduce hierarchical per-cpu counters
` [PATCH v13 2/3] mm: Fix OOM killer inaccuracy on large many-core systems
` [PATCH v13 3/3] mm: Implement precise OOM killer task selection
[PATCH v12 0/3] mm: Fix OOM killer inaccuracy on large many-core systems
2026-01-11 19:35 UTC (12+ messages)
` [PATCH v12 1/3] lib: Introduce hierarchical per-cpu counters
` [PATCH v12 2/3] mm: Fix OOM killer inaccuracy on large many-core systems
` [PATCH v12 3/3] mm: Implement precise OOM killer task selection
[PATCH] mm/shmem, swap: fix race of truncate and swap entry split
2026-01-11 17:53 UTC
[PATCH] mm/page_alloc: Avoid duplicate NR_FREE_PAGES updates in move_to_free_list()
2026-01-11 14:49 UTC (7+ messages)
[PATCH mm-new v4 0/6] Improve khugepaged scan logic
2026-01-11 13:49 UTC (10+ messages)
` [PATCH mm-new v4 1/6] mm: khugepaged: add trace_mm_khugepaged_scan event
` [PATCH mm-new v4 2/6] mm: khugepaged: refine scan progress number
` [PATCH mm-new v4 3/6] mm: khugepaged: just skip when the memory has been collapsed
` [PATCH mm-new v4 4/6] mm: add folio_is_lazyfree helper
` [PATCH mm-new v4 5/6] mm: khugepaged: skip lazy-free folios at scanning
` [PATCH mm-new v4 6/6] mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELY
Hard system lock-ups when using encrypted swap and RAM is exhausted
2026-01-11 13:34 UTC (5+ messages)
[PATCH V4 0/2] mm/khugepaged: fix dirty page handling for MADV_COLLAPSE
2026-01-11 11:29 UTC (5+ messages)
` [PATCH V4 2/2] mm/khugepaged: retry with sync writeback "
[PATCH] mm/early_ioremap: Print the starting physical address in __early_ioremap()
2026-01-11 9:15 UTC (4+ messages)
[PATCH] mm: numa,memblock: include <asm/numa.h> for 'numa_nodes_parsed'
2026-01-11 9:05 UTC (3+ messages)
[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
2026-01-11 8:21 UTC (30+ messages)
` [PATCH v3 01/29] alpha: introduce arch_zone_limits_init()
` [PATCH v3 02/29] arc: "
` [PATCH v3 03/29] arm: "
` [PATCH v3 04/29] arm: make initialization of zero page independent of the memory map
` [PATCH v3 05/29] arm64: introduce arch_zone_limits_init()
` [PATCH v3 06/29] csky: "
` [PATCH v3 07/29] hexagon: "
` [PATCH v3 08/29] loongarch: "
` [PATCH v3 09/29] m68k: "
` [PATCH v3 10/29] microblaze: "
` [PATCH v3 11/29] mips: "
` [PATCH v3 12/29] nios2: "
` [PATCH v3 13/29] openrisc: "
` [PATCH v3 14/29] parisc: "
` [PATCH v3 15/29] powerpc: "
` [PATCH v3 16/29] riscv: "
` [PATCH v3 17/29] s390: "
` [PATCH v3 18/29] sh: "
` [PATCH v3 19/29] sparc: "
` [PATCH v3 20/29] um: "
` [PATCH v3 21/29] x86: "
` [PATCH v3 22/29] xtensa: "
` [PATCH v3 23/29] arch, mm: consolidate initialization of nodes, zones and memory map
` [PATCH v3 24/29] arch, mm: consolidate initialization of SPARSE memory model
` [PATCH v3 25/29] mips: drop paging_init()
` [PATCH v3 26/29] x86: don't reserve hugetlb memory in setup_arch()
` [PATCH v3 27/29] mm, arch: consolidate hugetlb CMA reservation
` [PATCH v3 28/29] mm/hugetlb: drop hugetlb_cma_check()
` [PATCH v3 29/29] Revert "mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc"
[PATCH v5 0/2] Generalize vmemmap_populate_hugepages to sparc
2026-01-11 7:44 UTC (3+ messages)
` [PATCH v5 1/2] sparc: Use vmemmap_populate_hugepages for vmemmap_populate
` [PATCH v5 2/2] mm: Convert vmemmap_p?d_populate() to static functions
[PATCH] mm: optimize stat output for 11% sys time reduce
2026-01-11 4:37 UTC (4+ messages)
` [PATCH v2] "
[PATCH] selftests/mm: ksm_tests: skip when not run as root
2026-01-11 0:37 UTC (5+ messages)
[PATCH mm-new 0/3] mm: accelerate gigantic folio allocation
2026-01-10 23:43 UTC (5+ messages)
` [PATCH 1/3] mm: page_alloc: optimize pfn_range_valid_contig()
` [PATCH 2/3] mm: hugetlb: optimize replace_free_hugepage_folios()
` [PATCH 3/3] mm: hugetlb_cma: optimize hugetlb_cma_alloc_frozen_folio()
[PATCH] mm/swap_cgroup: fix kernel BUG in swap_cgroup_record
2026-01-10 23:29 UTC (2+ messages)
__folio_end_writeback() lockdep issue
2026-01-10 20:24 UTC (3+ messages)
[PATCH v3] selftests: complete kselftest include centralization
2026-01-10 16:00 UTC (2+ messages)
[PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
2026-01-10 15:41 UTC (4+ messages)
[PATCH v3 0/3] mm: fix oom-killer not being invoked when demotion is enabled
2026-01-10 13:55 UTC (9+ messages)
` [PATCH v3 1/3] mm: memory-tiers, numa_emu: enable to create memory tiers using fake numa nodes
` [PATCH v3 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier
LSF/MM/BPF: 2026: Call for Proposals
2026-01-10 13:24 UTC
[rppt-memblock:for-next] BUILD SUCCESS f56ccc32468ee7885d3a9175e7d2cb608d301521
2026-01-10 10:58 UTC
[PATCH v6 0/4] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
2026-01-10 9:53 UTC (9+ messages)
` [PATCH v6 1/4] "
` [PATCH v6 2/4] iommu: Add calls "
` [PATCH v6 3/4] iommu: debug-pagealloc: Track IOMMU pages
` [PATCH v6 4/4] iommu: debug-pagealloc: Check mapped/unmapped kernel memory
[RFC PATCH 00/15] kmem_cache instances with static storage duration
2026-01-10 6:23 UTC (20+ messages)
` [RFC PATCH 01/15] static kmem_cache instances for core caches
` [RFC PATCH 02/15] allow static-duration kmem_cache in modules
` [RFC PATCH 03/15] make mnt_cache static-duration
` [RFC PATCH 04/15] turn thread_cache static-duration
` [RFC PATCH 05/15] turn signal_cache static-duration
` [RFC PATCH 06/15] turn bh_cachep static-duration
` [RFC PATCH 07/15] turn dentry_cache static-duration
` [RFC PATCH 08/15] turn files_cachep static-duration
` [RFC PATCH 09/15] make filp and bfilp caches static-duration
` [RFC PATCH 10/15] turn sighand_cache static-duration
` [RFC PATCH 11/15] turn mm_cachep static-duration
` [RFC PATCH 12/15] turn task_struct_cachep static-duration
` [RFC PATCH 13/15] turn fs_cachep static-duration
` [RFC PATCH 14/15] turn inode_cachep static-duration
` [RFC PATCH 15/15] turn ufs_inode_cache static-duration
[PATCH v3 0/3] btrfs: only use bdev's page cache for super block writeback
2026-01-10 6:02 UTC (6+ messages)
` [PATCH v3 1/3] btrfs: use bdev_rw_virt() to read and scratch the disk super block
` [PATCH v3 2/3] btrfs: minor improvement on super block writeback
` [PATCH v3 3/3] mm/filemap: remove read_cache_page_gfp()
[linux-next:master] BUILD SUCCESS WITH UNVERIFIED WARNING f417b7ffcbef7d76b0d8860518f50dae0e7e5eda
2026-01-10 5:56 UTC
[PATCH v2 0/3] Only free healthy pages in high-order HWPoison folio
2026-01-10 5:48 UTC (10+ messages)
` [PATCH v2 2/3] mm/page_alloc: only "
[PATCH v7 2/2] mm/vmscan: select the closest preferred node in demote_folio_list()
2026-01-10 3:38 UTC (3+ messages)
` [PATCH] mm/vmscan: fix uninitialized variable "
[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
2026-01-10 3:23 UTC (10+ messages)
` [PATCH v5 10/36] locking/mutex: Support Clang's context analysis
` [PATCH v5 20/36] locking/ww_mutex: "
[PATCH] mm/vmscan: fix uninitialized variable in demote_folio_list()
2026-01-10 3:03 UTC (3+ messages)
[PATCH v2 0/4] drm/amdkfd: Add batch userptr allocation support
2026-01-10 2:30 UTC (7+ messages)
[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
2026-01-10 1:47 UTC (8+ messages)
` [PATCH 04/24] erofs: add setlease file operation
` [PATCH 08/24] f2fs: "
{standard input}:26675: Error: operand out of range (0xffffffff not between 0 and 0x3f) `l.slli r21,r21,-1'
2026-01-10 1:03 UTC
[PATCH] selftests/mm: run_vmtests.sh: fix relative path handling
2026-01-10 1:00 UTC (3+ messages)
` [PATCH v2] selftests/mm: run_vmtests.sh: fail if invoked from the wrong directory
[PATCH v1 0/2] mm/vmscan: optimize preferred target demotion node selection
2026-01-10 0:52 UTC (5+ messages)
` [PATCH v1 1/2] mm/vmscan: balance demotion allocation in alloc_demote_folio()
[PATCH v3 1/7] mm: Add folio_split_unref helper
2026-01-09 23:15 UTC (27+ messages)
` [PATCH v3 3/7] mm: Split device-private and coherent folios before freeing
[PATCH v2 00/11] Remove device private pages from physical address space
2026-01-09 22:47 UTC (6+ messages)
` [PATCH v2 01/11] mm/migrate_device: Introduce migrate_pfn_from_page() helper
[PATCHv2 02/14] mm/sparse: Check memmap alignment
2026-01-09 21:48 UTC (6+ messages)
[PATCH 3/5] tracing: Have tracer option be instance specific
2026-01-09 21:40 UTC (3+ messages)
[RFC PATCH v3 0/8] mm,numa: N_PRIVATE node isolation for device-managed memory
2026-01-09 21:40 UTC (5+ messages)
` [RFC PATCH v3 7/8] mm/zswap: compressed ram direct integration
{standard input}:20429: Error: operand out of range (0xffffffff not between 0 and 0x3f) `l.slli r17,r17,-1'
2026-01-09 20:32 UTC
KASAN vs realloc
2026-01-09 20:05 UTC (8+ messages)
[PATCH v2 0/4] mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted merge
2026-01-09 18:10 UTC (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 3/4] mm/vma: enforce VMA fork limit on unfaulted,faulted mremap merge too
[PATCH v6 0/5] asdf
2026-01-09 17:32 UTC (7+ messages)
` [PATCH v6 1/5] slab: Introduce kmalloc_obj() and family
` [PATCH v6 4/5] slab: Introduce kmalloc_flex() "
[PATCH 0/2] migrate: Fix up hugetlb file folio handling
2026-01-09 17:20 UTC (3+ messages)
` [PATCH 2/2] migrate: Replace RMP_ flags with TTU_ flags
[RFC PATCH] memory,memory_hotplug: allow restricting memory blocks to zone movable
2026-01-09 16:41 UTC (11+ messages)
page: next (older)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox