linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-31 09:01:25 to 2025-09-01 12:30:42 UTC [more...]

[PATCH v5 00/12] mm: establish const-correctness for pointer parameters
 2025-09-01 12:30 UTC  (3+ messages)
` [PATCH v5 01/12] mm: constify shmem related test functions for improved const-correctness
` [PATCH v5 02/12] mm: constify pagemap "

[RFC 0/3] cgroups: Add support for pinned device memory
 2025-09-01 12:25 UTC  (2+ messages)

[RFC][PATCH v2 00/29] introduce kmemdump
 2025-09-01 12:17 UTC  (24+ messages)
` [RFC][PATCH v2 22/29] mm/numa: Register information into Kmemdump

[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-09-01 12:06 UTC  (4+ messages)
` [PATCH v6 06/15] pinctrl: imx: don't access the pin function radix tree directly

[PATCH 0/2] mm: task_stack: Stack handling cleanups
 2025-09-01 11:58 UTC  (3+ messages)
` [PATCH 2/2] task_stack.h: Clean-up stack_not_used() implementation

[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
 2025-09-01 11:39 UTC  (17+ 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

[PATCH v1 00/36] mm: remove nth_page()
 2025-09-01 11:35 UTC  (6+ messages)
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages

Bug: Performance regression in 1013af4f585f: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
 2025-09-01 11:26 UTC  (3+ messages)

[PATCH v4 00/12] mm: establish const-correctness for pointer parameters
 2025-09-01 11:15 UTC  (24+ messages)
` [PATCH v4 01/12] mm/shmem: add `const` to pointer parameters for improved const-correctness
` [PATCH v4 02/12] mm/pagemap: "
` [PATCH v4 03/12] mm/mmzone: add const "
` [PATCH v4 04/12] fs: "
` [PATCH v4 05/12] mm/oom_kill: add const to pointer parameter "
` [PATCH v4 06/12] mm/util, s390: add const to pointer parameters "
` [PATCH v4 07/12] parisc: add `const` to mmap_upper_limit() parameter
` [PATCH v4 08/12] mm/util, s390, sparc, x86: add const to arch_pick_mmap_layout() parameter
` [PATCH v4 09/12] mm/mm_types: add const to pointer parameters for improved const-correctness
` [PATCH v4 10/12] mm/mm_inline: "
` [PATCH v4 11/12] mm: "
` [PATCH v4 12/12] mm/highmem: "

[PATCH v1] mm: memory-tiering: Fix PGPROMOTE_CANDIDATE counting
 2025-09-01 11:09 UTC  (5+ messages)
` [PATCH v2] mm: memory-tiering: fix "
` [PATCH v3] "

[PATCH 00/12] maple_tree: slub sheaves conversion
 2025-09-01 11:09 UTC  (13+ messages)
` [PATCH 01/12] maple_tree: Fix check_bulk_rebalance() test locks
` [PATCH 02/12] tools: Add testing support for changes to slab for sheaves
` [PATCH 03/12] maple_tree: use percpu sheaves for maple_node_cache
` [PATCH 04/12] tools/testing: include maple-shared.h in maple.c
` [PATCH 05/12] tools/testing/vma: Implement vm_refcnt reset
` [PATCH 06/12] testing/radix-tree/maple: Hack around kfree_rcu not existing
` [PATCH 07/12] maple_tree: Use kfree_rcu in ma_free_rcu
` [PATCH 08/12] maple_tree: Replace mt_free_one() with kfree()
` [PATCH 09/12] tools: Add sheaf to slab testing
` [PATCH 10/12] maple_tree: Sheaf conversion and testing
` [PATCH 11/12] maple_tree: Add single node allocation support to maple state
` [PATCH 12/12] maple_tree: Convert forking to use the sheaf interface

[linux-next:master 4756/5283] kernel/fork.c:457 account_kernel_stack() warn: we never enter this loop
 2025-09-01 10:56 UTC 

[PATCH v6 0/2] introduce kasan.write_only option in hw-tags
 2025-09-01 10:46 UTC  (3+ messages)
` [PATCH v6 1/2] kasan/hw-tags: introduce kasan.write_only option
` [PATCH v6 2/2] kasan: apply write-only mode in kasan kunit testcases

[PATCH v2 00/12] mm: add `const` to lots of pointer parameters
 2025-09-01 10:40 UTC  (34+ 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 v2 0/4] tools: testing: Use existing atomic.h for vma/maple tests
 2025-09-01 10:29 UTC  (5+ messages)
` [PATCH v2 1/4] tools/include: Implement a couple of atomic_t ops
` [PATCH v2 4/4] tools: testing: Use existing atomic.h for vma/maple tests

[RFC PATCH 00/13] mm: Introduce Kernel Stack Watch debugging tool
 2025-09-01 10:23 UTC  (5+ messages)
` [RFC PATCH 01/13] mm: Add kstackwatch build infrastructure
  ` [RFC PATCH 02/13] x86/HWBP: Add arch_reinstall_hw_breakpoint() for atomic updates

[PATCH] mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()
 2025-09-01 10:23 UTC  (6+ messages)

[PATCH v5 0/2] introduce kasan.write_only option in hw-tags
 2025-09-01 10:19 UTC  (7+ messages)
` [PATCH v5 1/2] kasan/hw-tags: introduce kasan.write_only option
` [PATCH v5 2/2] kasan: apply write-only mode in kasan kunit testcases

[PATCH][v4] mm/hugetlb: retry to allocate for early boot hugepage allocation
 2025-09-01 10:10 UTC  (2+ messages)

[PATCH] selftests/mm: directly add pagesize instead of increase until page size
 2025-09-01  9:32 UTC  (3+ messages)

[PATCH v6 0/2] Do not delay OOM reaper when the victim is frozen
 2025-09-01  9:30 UTC  (6+ 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

[PATCH v4] mm: slub: avoid wake up kswapd in set_track_prepare
 2025-09-01  9:14 UTC  (7+ messages)
    `  "

[PATCH v3 00/12] mm: add `const` to lots of pointer parameters
 2025-09-01  8:52 UTC  (17+ messages)
` [PATCH v3 01/12] mm/shmem: "
` [PATCH v3 02/12] mm/pagemap: "
` [PATCH v3 03/12] mm/mmzone: "
` [PATCH v3 04/12] fs: add `const` to several "
` [PATCH v3 05/12] mm/oom_kill: add `const` to pointer parameter
` [PATCH v3 06/12] mm/util, s390: add `const` to several pointer parameters
` [PATCH v3 07/12] parisc: add `const` to mmap_upper_limit() parameter
` [PATCH v3 08/12] mm/util, s390, sparc, x86: add const to arch_pick_mmap_layout() parameter
` [PATCH v3 09/12] mm/mm_types: add `const` to several pointer parameters
` [PATCH v3 10/12] mm/mm_inline: add `const` to lots of "
` [PATCH v3 11/12] mm: "
` [PATCH v3 12/12] mm/highmem: "

[RFC PATCH] mm: Enable khugepaged to operate on non-writable VMAs
 2025-09-01  8:50 UTC  (6+ messages)

[PATCH v5] mm: slub: avoid wake up kswapd in set_track_prepare
 2025-09-01  8:46 UTC 

[Patch v2] selftests/mm: check content to see whether mremap corrupt data
 2025-09-01  8:43 UTC  (7+ messages)

[PATCH v2 0/4] mm/mm_init: simplify deferred init of struct pages
 2025-09-01  8:37 UTC  (6+ messages)
` [PATCH v2 1/4] mm/mm_init: use deferred_init_memmap_chunk() in deferred_grow_zone()
` [PATCH v2 2/4] mm/mm_init: deferred_init_memmap: use a job per zone
` [PATCH v2 3/4] mm/mm_init: drop deferred_init_maxorder()
` [PATCH v2 4/4] memblock: drop for_each_free_mem_pfn_range_in_zone_from()

[PATCH 0/7] mm: better GUP pin lru_add_drain_all()
 2025-09-01  8:14 UTC  (18+ 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 v7 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-09-01  8:03 UTC  (3+ messages)

[syzbot] [hfs?] INFO: task hung in deactivate_super (3)
 2025-09-01  7:59 UTC 

[PATCH v2] tools/mm/slabinfo: fix access to null terminator in string boundary
 2025-09-01  5:43 UTC  (4+ messages)

[PATCH v8 0/5] Add support for long task name
 2025-09-01  5:28 UTC  (4+ messages)
` [PATCH v8 4/5] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[PATCH v4] tools/mm/slabinfo: fix access to null terminator in string boundary
 2025-09-01  4:49 UTC 

[PATCH v3] tools/mm/slabinfo: fix access to null terminator in string boundary
 2025-09-01  4:45 UTC 

[PATCH v2 0/7] Cleanup free_pages() misuse
 2025-09-01  3:47 UTC  (3+ messages)
` [PATCH v2 5/7] powerpc: Stop calling page_address() in free_pages()

[PATCH v5 1/5] mm: introduce num_pages_contiguous()
 2025-09-01  3:25 UTC  (2+ messages)

[PATCH 0/2] selftests: Centralize kselftest headers to avoid relative includes
 2025-09-01  2:58 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] selftests: Replace relative includes with non-relative for kselftest.h and kselftest_harness.h

[PATCH 0/9] mm, swap: introduce swap table as swap cache (phase I)
 2025-08-31 20:06 UTC  (7+ messages)
` [PATCH 7/9] mm, swap: remove contention workaround for swap cache

[PATCH] mm/memfd: remove redundant casts
 2025-08-31 19:34 UTC  (2+ messages)

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

(Re)boot hangs and refcount errors on next-20250829
 2025-08-31 15:39 UTC  (3+ 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 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] mm: ignore nomap memory during mirror init
 2025-08-31  9:16 UTC  (11+ messages)

[PATCH 00/12] mm: add `const` to lots of pointer parameters
 2025-08-31  9:07 UTC  (4+ messages)
` [PATCH 08/12] arch, mm/util: add const to arch_pick_mmap_layout() parameter


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).