messages from 2026-03-17 18:13:27 to 2026-03-18 14:17:07 UTC [more...]
[PATCH v2 0/8] liveupdate: Fix module unloading and unregister API
2026-03-18 14:16 UTC (4+ messages)
` [PATCH v2 1/8] liveupdate: Protect file handler list with rwsem
` [PATCH v2 2/8] liveupdate: Protect FLB lists "
` [PATCH v2 3/8] liveupdate: Remove file handler module refcounting
[PATCH mm-hotfixes] mm/rmap: clear vma->anon_vma on error
2026-03-18 14:15 UTC (6+ messages)
[PATCH] mm/pagewalk: fix race between concurrent split and refault
2026-03-18 14:10 UTC (9+ messages)
[PATCH] mm: skip dirty file folios during isolation
2026-03-18 13:50 UTC (2+ messages)
[PATCH v4] mm/mglru: fix cgroup OOM during MGLRU state switching
2026-03-18 12:59 UTC (6+ messages)
[PATCH 0/4] arm64/mm: contpte-sized exec folios for 16K and 64K pages
2026-03-18 12:41 UTC (9+ messages)
[BUG] WARNING in unlink_anon_vmas()
2026-03-18 12:28 UTC (8+ messages)
[PATCH v6 0/5] pid_namespace: make init creation more flexible
2026-03-18 12:21 UTC (6+ messages)
` [PATCH v6 1/5] pid_namespace: avoid optimization of accesses to ->child_reaper
` [PATCH v6 2/5] pid: check init is created first after idr alloc
` [PATCH v6 3/5] pid_namespace: allow opening pid_for_children before init was created
` [PATCH v6 4/5] selftests: Add tests for creating pidns init via setns
` [PATCH v6 5/5] MAINTAINERS: add a new entry for testing pidns init creation "
[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
2026-03-18 12:22 UTC (4+ messages)
` [RFC PATCH 2/4] mm/memory-tiers: introduce socket-aware topology management for NUMA nodes
[PATCH 0/3] slab: support memoryless nodes with sheaves
2026-03-18 12:11 UTC (4+ messages)
` [PATCH 2/3] slab: create barns for online memoryless nodes
[PATCH v3 0/5] selftests/mm: skip several tests when thp is not available
2026-03-18 12:07 UTC (5+ messages)
[PATCH] mm: add memory.compact_unevictable_allowed cgroup attribute
2026-03-18 11:47 UTC (5+ messages)
[PATCH v7 0/3] kho: add support for deferred struct page init
2026-03-18 11:02 UTC (14+ messages)
` [PATCH v7 1/3] kho: make kho_scratch_overlap usable outside debugging
` [PATCH v7 2/3] kho: fix deferred init of kho scratch
[PATCH 0/8] memblock: improve late freeing of reserved memory
2026-03-18 10:58 UTC (9+ messages)
` [PATCH 1/8] powerpc: fadump: pair alloc_pages_exact() with free_pages_exact()
` [PATCH 2/8] powerpc: opal-core: "
` [PATCH 3/8] mm: move free_reserved_area() to mm/memblock.c
` [PATCH 4/8] memblock: make free_reserved_area() more robust
` [PATCH 5/8] memblock: extract page freeing from free_reserved_area() into a helper
` [PATCH 6/8] memblock: make free_reserved_area() update memblock if ARCH_KEEP_MEMBLOCK=y
` [PATCH 7/8] memblock, treewide: make memblock_free() handle late freeing
` [PATCH 8/8] memblock: warn when freeing reserved memory before memory map is initialized
[PATCH 0/4] arm64/mm: contpte-sized exec folios for 16K and 64K pages
2026-03-18 10:52 UTC (2+ messages)
[Invitation] bi-weekly guest_memfd upstream call on 2026-03-19
2026-03-18 10:50 UTC
[PATCH] zsmalloc: return -EAGAIN for zspage migration lock contention
2026-03-18 10:31 UTC (3+ messages)
[PATCH 0/8] mm/mglru: improve reclaim loop and dirty folio handling
2026-03-18 9:57 UTC (12+ messages)
` [PATCH 1/8] mm/mglru: consolidate common code for retrieving evitable size
` [PATCH 2/8] mm/mglru: relocate the LRU scan batch limit to callers
` [PATCH 3/8] mm/mglru: restructure the reclaim loop
` [PATCH 4/8] mm/mglru: scan and count the exact number of folios
` [PATCH 5/8] mm/mglru: use a smaller batch for reclaim
` [PATCH 6/8] mm/mglru: don't abort scan immediately right after aging
` [PATCH 7/8] mm/mglru: simplify and improve dirty writeback handling
` [PATCH 8/8] mm/vmscan: remove sc->file_taken
[PATCH v2] mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
2026-03-18 9:29 UTC (3+ messages)
[PATCH v8 0/5] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2026-03-18 9:17 UTC (8+ messages)
[PATCH 00/14] mm: memory hot(un)plug and SPARSEMEM cleanups
2026-03-18 8:57 UTC (37+ messages)
` [PATCH 01/14] mm/memory_hotplug: remove for_each_valid_pfn() usage
` [PATCH 02/14] mm/sparse: remove WARN_ONs from (online|offline)_mem_sections()
` [PATCH 03/14] mm/Kconfig: make CONFIG_MEMORY_HOTPLUG depend on CONFIG_SPARSEMEM_VMEMMAP
` [PATCH 04/14] mm/memory_hotplug: simplify check_pfn_span()
` [PATCH 05/14] mm/sparse: remove !CONFIG_SPARSEMEM_VMEMMAP leftovers for CONFIG_MEMORY_HOTPLUG
` [PATCH 06/14] mm/bootmem_info: remove handling for !CONFIG_SPARSEMEM_VMEMMAP
` [PATCH 07/14] mm/bootmem_info: avoid using sparse_decode_mem_map()
` [PATCH 08/14] mm/sparse: remove sparse_decode_mem_map()
` [PATCH 09/14] mm/sparse: remove CONFIG_MEMORY_HOTPLUG-specific usemap allocation handling
` [PATCH 10/14] mm: prepare to move subsection_map_init() to mm/sparse-vmemmap.c
` [PATCH 11/14] mm/sparse: drop set_section_nid() from sparse_add_section()
` [PATCH 12/14] mm/sparse: move sparse_init_one_section() to internal.h
` [PATCH 13/14] mm/sparse: move __section_mark_present() "
` [PATCH 14/14] mm/sparse: move memory hotplug bits to sparse-vmemmap.c
[PATCH v6 00/13] Remove device private pages from physical address space
2026-03-18 8:44 UTC (4+ messages)
[PATCHv3] mm: remove '!root_reclaim' checking in should_abort_scan()
2026-03-18 8:31 UTC (2+ messages)
[PATCH v3 0/8] RDMA: Enable operation with DMA debug enabled
2026-03-18 8:18 UTC (4+ messages)
[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
2026-03-18 8:17 UTC (4+ messages)
[PATCH v3 0/2] mm/mglru: fix cgroup OOM during MGLRU state switching
2026-03-18 8:14 UTC (5+ messages)
` [PATCH v3 2/2] mm/mglru: maintain workingset refault context across state transitions
[PATCH v5 0/3] mm/vmalloc: free unused pages on vrealloc() shrink
2026-03-18 8:00 UTC (3+ messages)
[PATCH 0/6] selftests/liveupdate: add memfd tests
2026-03-18 7:43 UTC (13+ messages)
` [PATCH 1/6] selftests/liveupdate: add framework for "
` [PATCH 2/6] selftests/liveupdate: add helper functions "
` [PATCH 3/6] selftests/liveupdate: add test for memfd content preservation
` [PATCH 4/6] selftests/liveupdate: add test for zero-size memfd preservation
` [PATCH 5/6] selftests/liveupdate: add test for operations on a preserved memfd
` [PATCH 6/6] selftests/liveupdate: add fallocate test for memfd
[PATCH] mm/vmalloc: use unbound workqueue for vmap area draining
2026-03-18 7:36 UTC
[linus:master] [slab] e47c897a29: stress-ng.lockofd.ops_per_sec 15.1% improvement
2026-03-18 7:35 UTC
[linux-next:master] BUILD REGRESSION 8e5a478b6d6a5bb0a3d52147862b15e4d826af19
2026-03-18 6:34 UTC
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-03-18 5:58 UTC (3+ messages)
[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
2026-03-18 6:16 UTC (3+ messages)
` [PATCH 14/15] alpha: remove "
running mm/ksft_hmm.sh on arm64 results in a kernel panic
2026-03-18 5:26 UTC
[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
2026-03-18 5:02 UTC (7+ messages)
[RFC PATCH v2 0/5] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2026-03-18 4:57 UTC (14+ messages)
[PATCH] mm/swapfile: remove duplicate include of swap_table.h
2026-03-18 4:38 UTC
[PATCH v3] selftests/mm: Add UFFDIO_MOVE huge zeropage PMD regression test
2026-03-18 4:18 UTC
[PATCH v2] Docs/mm/damon/design: document DAMON actions when TRANSPARENT_HUGEPAGE is off
2026-03-18 3:53 UTC
[PATCH] mm/hugetlb: fix memory offline failure due to hwpoisoned file hugetlb
2026-03-18 2:07 UTC
[PATCH v4 0/3] mm/swap, PM: hibernate: fix swapoff race and optimize swap
2026-03-18 2:16 UTC (6+ messages)
` [PATCH v4 1/3] mm/swap, PM: hibernate: fix swapoff race in uswsusp by getting swap reference
` [PATCH v4 2/3] mm/swap: remove redundant swap device reference in alloc/free
` [PATCH v4 3/3] PM: hibernate: fix spurious GFP mask WARNING in uswsusp path
[PATCH v4] mm: introduce a new page type for page pool in page type
2026-03-18 2:02 UTC (4+ messages)
` [PATCH v5] "
[PATCH v6 0/5] support batch checking of references and unmapping for large folios
2026-03-18 1:37 UTC (10+ messages)
` [PATCH v6 1/5] mm: rmap: support batched checks of the references "
[PATCH] mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()
2026-03-18 1:17 UTC (4+ messages)
[PATCH 7/9] mm/swapfile: Make folio_put_swap batchable
2026-03-18 1:04 UTC (2+ messages)
[PATCH] zram: change scan_slots to return void
2026-03-18 0:57 UTC (2+ messages)
[RFC PATCH v2 1/1] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action
2026-03-18 0:52 UTC (2+ messages)
[PATCH mm-hotfixes] mm/zswap: add missing kunmap_local()
2026-03-18 0:34 UTC (4+ messages)
[PATCH 6/9] mm/swapfile: Make folio_dup_swap batchable
2026-03-18 0:20 UTC (2+ messages)
[akpm-mm:mm-unstable 178/373] Diff in drivers/android/binder/page_range.rs:762:
2026-03-18 0:20 UTC
[akpm-mm:mm-new /419] mm/page_alloc.c:557:31: error: 'MIGRATE_CMA' undeclared; did you mean 'MIGRATE_SYNC'?
2026-03-17 23:46 UTC
[PATCH 0/3] mm/memcontrol: control demotion in memcg reclaim
2026-03-17 23:44 UTC (6+ messages)
` [PATCH 1/3] mm/memcontrol: fix reclaim_options leak in try_charge_memcg()
` [PATCH 2/3] mm/memcontrol: disable demotion in memcg direct reclaim
` [PATCH 3/3] mm/vmscan: add demote= option to proactive reclaim
[PATCH v2 10/22] vfio/pci: Skip reset of preserved device after Live Update
2026-03-17 23:36 UTC (11+ messages)
[akpm-mm:mm-new 424/425] mm/page_alloc.c:557:17: error: use of undeclared identifier 'MIGRATE_CMA'; did you mean 'MIGRATE_SYNC'?
2026-03-17 23:14 UTC
balance_dirty_pages() causes 40% IO PSI (full) with no drain benefit on 384 GB machine
2026-03-17 22:53 UTC
[PATCH] lib/maple_tree: fix incorrect dead range comparison in mas_topiary_replace()
2026-03-17 22:29 UTC
[PATCH v2] x86/kexec: Disable KCOV instrumentation after load_segments()
2026-03-17 22:03 UTC
[PATCH mm-unstable v15 00/13] khugepaged: mTHP support
2026-03-17 21:36 UTC (3+ messages)
` [PATCH mm-unstable v15 10/13] mm/khugepaged: Introduce mTHP collapse support
[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
2026-03-17 21:32 UTC (6+ messages)
` [PATCH v2 10/16] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 11/16] staging: vme_user: "
[PATCH v2 0/2] zswap pool per-CPU acomp_ctx simplifications
2026-03-17 21:21 UTC (8+ messages)
` [PATCH v2 1/2] mm: zswap: Remove redundant checks in zswap_cpu_comp_dead()
[GIT PULL] hotfixes for 7.0-rc5
2026-03-17 20:57 UTC (2+ messages)
[PATCH 08/11] mm/memcontrol: Track MEMCG_ZSWAPPED in bytes
2026-03-17 19:13 UTC (2+ messages)
[PATCH v3] kernel/fork: validate exit_signal in kernel_clone()
2026-03-17 19:08 UTC (4+ messages)
` [PATCH -mm v2] do_notify_parent: sanitize the valid_signal() checks
[PATCH v2 0/3] mm: Free contiguous order-0 pages efficiently
2026-03-17 18:48 UTC (7+ messages)
` [PATCH v2 1/3] mm/page_alloc: Optimize free_contig_range()
[PATCH 0/6] liveupdate: Fix module unloading and unregister API
2026-03-17 18:32 UTC (4+ messages)
` [PATCH 3/6] liveupdate: Defer file handler module refcounting to active sessions
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox