linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-29 15:47:38 to 2025-08-31 15:55:14 UTC [more...]

[PATCH 0/9] mm, swap: introduce swap table as swap cache (phase I)
 2025-08-31 15:54 UTC  (36+ messages)
` [PATCH 2/9] mm, swap: always lock and check the swap cache folio before use
` [PATCH 3/9] mm, swap: rename and move some swap cluster definition and helpers
` [PATCH 4/9] mm, swap: tidy up swap device and cluster info helpers
` [PATCH 5/9] mm/shmem, swap: remove redundant error handling for replacing folio
` [PATCH 6/9] mm, swap: use the swap table for the swap cache and switch API
` [PATCH 7/9] mm, swap: remove contention workaround for swap cache
` [PATCH 8/9] mm, swap: implement dynamic allocation of swap table
` [PATCH 9/9] mm, swap: use a single page for swap table when the size fits

(Re)boot hangs and refcount errors on next-20250829
 2025-08-31 15:39 UTC  (3+ messages)

[PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
 2025-08-31 13:53 UTC  (12+ messages)

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-08-31 13:12 UTC  (4+ messages)
` [PATCH v4 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page

[PATCH] mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()
 2025-08-31 12:12 UTC  (2+ messages)

[PATCH] mm/memfd: remove redundant casts
 2025-08-31 11:47 UTC 

[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-08-31 10:26 UTC  (2+ messages)

mm/mprotect.c:450:23: sparse: sparse: cast to non-scalar
 2025-08-31 10:15 UTC 

[PATCH v2 00/12] mm: add `const` to lots of pointer parameters
 2025-08-31  9:39 UTC  (13+ messages)
` [PATCH v2 01/12] mm/shmem: "
` [PATCH v2 02/12] include/pagemap.h: "
` [PATCH v2 03/12] include/mmzone.h: "
` [PATCH v2 04/12] include/fs.h: add `const` to several "
` [PATCH v2 05/12] mm/oom_kill: add `const` to pointer parameter
` [PATCH v2 06/12] mm/util: add `const` to several pointer parameters
` [PATCH v2 07/12] parisc/sys_parisc.c: add `const` to mmap_upper_limit() parameter
` [PATCH v2 08/12] arch, mm/util: add const to arch_pick_mmap_layout() parameter
` [PATCH v2 09/12] include/mm_types.h: add `const` to several pointer parameters
` [PATCH v2 10/12] include/mm_inline.h: add `const` to lots of "
` [PATCH v2 11/12] include/mm.h: "
` [PATCH v2 12/12] mm/highmem: "

[PATCH 0/7] mm: better GUP pin lru_add_drain_all()
 2025-08-31  9:18 UTC  (8+ messages)
` [PATCH 1/7] mm: fix folio_expected_ref_count() when PG_private_2
` [PATCH 2/7] mm/gup: check ref_count instead of lru before migration
` [PATCH 3/7] mm/gup: local lru_add_drain() to avoid lru_add_drain_all()
` [PATCH 4/7] mm: Revert "mm/gup: clear the LRU flag of a page before adding to LRU batch"
` [PATCH 5/7] mm: Revert "mm: vmscan.c: fix OOM on swap stress test"
` [PATCH 6/7] mm: folio_may_be_cached() unless folio_test_large()
` [PATCH 7/7] mm: lru_add_drain_all() do local lru_add_drain() first

[PATCH] mm: ignore nomap memory during mirror init
 2025-08-31  9:16 UTC  (13+ messages)

[PATCH 00/12] mm: add `const` to lots of pointer parameters
 2025-08-31  9:07 UTC  (30+ messages)
` [PATCH 01/12] mm/shmem: "
` [PATCH 02/12] include/pagemap.h: "
` [PATCH 03/12] include/mmzone.h: "
` [PATCH 04/12] include/fs.h: add `const` to several "
` [PATCH 05/12] mm/oom_kill: add `const` to pointer parameter
` [PATCH 06/12] mm/util: add `const` to several pointer parameters
` [PATCH 07/12] parisc/sys_parisc.c: add `const` to mmap_upper_limit() parameter
` [PATCH 08/12] arch, mm/util: add const to arch_pick_mmap_layout() parameter
` [PATCH 09/12] include/mm_types.h: add `const` to several pointer parameters
` [PATCH 10/12] include/mm_inline.h: add `const` to lots of "
` [PATCH 11/12] include/mm.h: "
` [PATCH 12/12] mm/highmem: "

[BUG] mm/slub: Contention caused by kmem_cache_node->list_lock on PREEMPT_RT
 2025-08-31  4:00 UTC  (2+ messages)

[PATCH] mm/page_alloc: find_large_buddy() from start_pfn aligned order
 2025-08-31  3:35 UTC  (8+ messages)

[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
 2025-08-31  3:16 UTC  (15+ messages)
` [PATCH v6 mm-new 01/10] mm: thp: add support for "
` [PATCH v6 mm-new 04/10] bpf: mark vma->vm_mm as trusted

[syzbot] [mm?] INFO: rcu detected stall in sys_madvise (2)
 2025-08-31  2:33 UTC 

[Patch v2] selftests/mm: check content to see whether mremap corrupt data
 2025-08-31  2:27 UTC 

[PATCH] selftests/mm: directly add pagesize instead of increase until page size
 2025-08-31  2:17 UTC  (5+ messages)

[syzbot] [mm?] WARNING in new_slab (2)
 2025-08-31  1:45 UTC  (2+ messages)

[PATCH 00/22] Prepare slab for memdescs
 2025-08-31  1:06 UTC  (27+ messages)
` [PATCH 01/22] slab: Remove unnecessary test from alloc_debug_processing()
` [PATCH 02/22] slab: Remove unnecessary test from alloc_single_from_partial()
` [PATCH 03/22] slab: Remove dead code in check_slab()
` [PATCH 04/22] slab: Remove dead code in free_consistency_checks()
` [PATCH 05/22] mm: Constify compound_order() and page_size()
` [PATCH 06/22] slab: Reimplement page_slab()
` [PATCH 07/22] slab: Remove folio references from __ksize()
` [PATCH 08/22] slab: Remove folio references in memcg_slab_post_charge()
` [PATCH 09/22] slab: Remove folio references in slab alloc/free
` [PATCH 10/22] slab: Remove folio references from ___kmalloc_large_node()
` [PATCH 11/22] slab: Remove folio references from free_large_kmalloc()
` [PATCH 12/22] slab: Remove folio references from kvfree_rcu_cb()
` [PATCH 13/22] slab: Remove folio references from kvfree()
` [PATCH 14/22] slab: Remove folio references from __do_krealloc()
` [PATCH 15/22] slab: Remove folio references from build_detached_freelist()
` [PATCH 16/22] slab: Remove dead code from free_large_kmalloc()
` [PATCH 17/22] slab: Remove folio references from kfree_rcu_sheaf()
` [PATCH 18/22] usercopy: Remove folio references from check_heap_object()
` [PATCH 19/22] memcg: Convert mem_cgroup_from_obj_folio() to mem_cgroup_from_obj_slab()
` [PATCH 20/22] kasan: Remove references to folio in __kasan_mempool_poison_object()
` [PATCH 21/22] slab: Remove references to folios from virt_to_slab()
` [PATCH 22/22] mm: Remove redundant test in validate_page_before_insert()

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-31  1:04 UTC  (7+ messages)
` [PATCH v1 29/36] scsi: scsi_lib: drop nth_page() usage within SG entry
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 32/36] crypto: remove "

[PATCH 00/14] Internalize www.kernel.org/doc cross-reference
 2025-08-30 23:11 UTC  (7+ messages)
` [PATCH 11/14] Documentation: net: Convert external kernel networking docs
` [PATCH 12/14] ASoC: doc: Internally link to Writing an ALSA Driver docs
` (subset) [PATCH 00/14] Internalize www.kernel.org/doc cross-reference

[PATCH 0/2] selftests: Centralize kselftest headers to avoid relative includes
 2025-08-30 22:31 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] selftests: Centralize include path for kselftest.h and kselftest_harness.h
  ` [PATCH v2 2/2] selftests: Replace relative includes with non-relative "

[akpm-mm:mm-unstable 140/221] arch/um/include/asm/kasan.h:29:2: error: UML does not work in KASAN_INLINE mode with STATIC_LINK enabled!
 2025-08-30 19:09 UTC 

[PATCH] tools/mm/slabinfo.c: fix access to null terminator in string
 2025-08-30 17:34 UTC  (3+ messages)

[PATCH v2] tools/mm/slabinfo: fix access to null terminator in string boundary
 2025-08-30 17:20 UTC 

[akpm-mm:mm-new 166/188] arch/arm/mm/flush.c:307:41: error: incompatible pointer types passing 'memdesc_flags_t *' to parameter of type 'volatile unsigned long *'
 2025-08-30 12:59 UTC  (3+ messages)

[PATCH v2 0/7] Cleanup free_pages() misuse
 2025-08-30 11:48 UTC  (6+ messages)
` [PATCH v2 7/7] virtio_balloon: Stop calling page_address() in free_pages()

[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
 2025-08-30  8:40 UTC  (15+ messages)
` [PATCH v11 22/24] mm: zswap: Allocate pool batching resources if the compressor supports batching

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-30  8:35 UTC  (8+ messages)
` [PATCH v3 09/30] liveupdate: kho: move to kernel/liveupdate
` [PATCH v3 29/30] luo: allow preserving memfd

[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-08-30  8:19 UTC  (4+ messages)
` [PATCH v6 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()

[PATCH v1] mm: memory-tiering: Fix PGPROMOTE_CANDIDATE counting
 2025-08-30  7:59 UTC  (2+ messages)

[RFC 8/8] powerpc/book3s64/slb: Add slb faults to vmstat
 2025-08-30  4:56 UTC  (3+ messages)

[PATCH v4] mm: slub: avoid wake up kswapd in set_track_prepare
 2025-08-30  2:09 UTC 

[PATCH v3] mm: slub: avoid wake up kswapd in set_track_prepare
 2025-08-30  1:48 UTC  (9+ messages)
      `  "

[PATCH 2/2] selftests: Replace relative includes with non-relative for kselftest.h and kselftest_harness.h
 2025-08-30  0:55 UTC  (3+ messages)

[PATCH v2 00/12] mm/iomap: add granular dirty and writeback accounting
 2025-08-29 23:39 UTC  (13+ messages)
` [PATCH v2 01/12] mm: pass number of pages to __folio_start_writeback()
` [PATCH v2 02/12] mm: pass number of pages to __folio_end_writeback()
` [PATCH v2 03/12] mm: add folio_end_writeback_pages() helper
` [PATCH v2 04/12] mm: pass number of pages dirtied to __folio_mark_dirty()
` [PATCH v2 05/12] mm: add filemap_dirty_folio_pages() helper
` [PATCH v2 06/12] mm: add __folio_clear_dirty_for_io() helper
` [PATCH v2 07/12] mm: add no_stats_accounting bitfield to wbc
` [PATCH v2 08/12] mm: refactor clearing dirty stats into helper function
` [PATCH v2 09/12] mm: add clear_dirty_for_io_stats() helper
` [PATCH v2 10/12] iomap: refactor dirty bitmap iteration
` [PATCH v2 11/12] iomap: refactor uptodate "
` [PATCH v2 12/12] iomap: add granular dirty and writeback accounting

[PATCH v6 0/2] Do not delay OOM reaper when the victim is frozen
 2025-08-29 23:21 UTC  (7+ messages)
` [PATCH v6 1/2] mm/oom_kill: Do not delay oom "
` [PATCH v6 2/2] mm/oom_kill: The OOM reaper traverses the VMA maple tree in reverse order

[RFC PATCH v1 00/10] mm/iomap: add granular dirty and writeback accounting
 2025-08-29 23:02 UTC  (6+ messages)
` [RFC PATCH v1 10/10] iomap: "

[RFC PATCH v5 00/18] pkeys-based page table hardening
 2025-08-29 22:31 UTC  (6+ messages)

[PATCH v7 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-08-29 22:27 UTC  (7+ messages)
` [PATCH v7 2/6] arm64: cpufeature: add AmpereOne to BBML2 allow list
` [PATCH v7 4/6] arm64: mm: Optimize split_kernel_leaf_mapping()
` [PATCH v7 6/6] arm64: mm: Optimize linear_map_split_to_ptes()

Re: [PATCH][v3] mm/hugetlb: Retry to allocate for early boot hugepage allocation
 2025-08-29 19:20 UTC  (2+ messages)
`  "

[PATCH 0/3] mm: remove zpool
 2025-08-29 19:07 UTC  (5+ messages)
` [PATCH 1/3] mm: zswap: interact directly with zsmalloc
` [PATCH 2/3] mm: remove unused zpool layer
` [PATCH 3/3] mm: zpdesc: minor naming and comment corrections

[PATCH] tools/mm/slabinfo: fix buffer overflows in fread operations
 2025-08-29 18:52 UTC  (2+ messages)

[PATCH v5] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-29 18:14 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 3cace99d63192a7250461b058279a42d91075d0c
 2025-08-29 17:37 UTC 

[PATCH] kmsan: Fix out-of-bounds access to shadow memory
 2025-08-29 16:45 UTC 

[GIT PULL] memblock fixes for v6.17-rc4
 2025-08-29 16:39 UTC  (2+ messages)

[PATCH] mm/gup: Drain batched mlock folio processing before attempting migration
 2025-08-29 16:04 UTC  (10+ messages)

[PATCH v8 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
 2025-08-29 15:56 UTC 

[PATCH 05/33] mm: vmstat: Prepare to protect against concurrent isolated cpuset change
 2025-08-29 15:47 UTC  (3+ messages)
` [PATCH 15/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 16/33] sched/isolation: Flush vmstat "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).