public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-04-27 12:35:52 to 2026-04-27 15:58:58 UTC [more...]

[PATCH v4 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-04-27 15:34 UTC  (16+ messages)
` [PATCH v4 01/15] arm64: mm: Map the linear alias of text/rodata as tagged
` [PATCH v4 02/15] mm: Make empty_zero_page __ro_after_init
` [PATCH v4 03/15] arm64: mm: Preserve existing table mappings when mapping DRAM
` [PATCH v4 04/15] arm64: mm: Preserve non-contiguous descriptors "
` [PATCH v4 05/15] arm64: mm: Remove bogus stop condition from map_mem() loop
` [PATCH v4 06/15] arm64: mm: Drop redundant pgd_t* argument from map_mem()
` [PATCH v4 07/15] arm64: mm: Permit contiguous descriptors to be rewritten
` [PATCH v4 08/15] arm64: kfence: Avoid NOMAP tricks when mapping the early pool
` [PATCH v4 09/15] arm64: mm: Permit contiguous attribute for preliminary mappings
` [PATCH v4 10/15] arm64: Move fixmap page tables to end of kernel image
` [PATCH v4 11/15] arm64: mm: Don't abuse memblock NOMAP to check for overlaps
` [PATCH v4 12/15] arm64: mm: Map the kernel data/bss read-only in the linear map
` [PATCH v4 13/15] arm64: mm: Unmap kernel data/bss entirely from "
` [PATCH v4 14/15] arm64: mm: Generalize manipulation code of read-only descriptors
` [PATCH v4 15/15] arm64: mm: Remap linear aliases of the fixmap page tables read-only

[PATCH v2 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-04-27 15:43 UTC  (5+ messages)
` [PATCH v2 1/3] mm/page_owner: add filter infrastructure
` [PATCH v2 2/3] mm/page_owner: add print_mode filter

[RFC 0/7] mm: dual-bitmap page allocator consistency checker
 2026-04-27 15:40 UTC  (12+ messages)
` [RFC 4/7] mm: add page consistency checker implementation

[PATCH] mm/hugetlb: fix subpool accounting after cgroup charge failure
 2026-04-27 15:19 UTC  (3+ messages)

[PATCH 0/3] mm: remove page_mapped()
 2026-04-27 15:27 UTC  (15+ messages)
` [PATCH 1/3] sh: use folio_mapped() instead of page_mapped() in sh4_flush_cache_page()
` [PATCH 2/3] bpf: arena: use page_ref_count() instead of page_mapped() in arena_free_pages()
` [PATCH 3/3] mm: remove page_mapped()

[PATCH v2 00/10] mm/damon: let DAMON be paused and resumed
 2026-04-27 15:12 UTC  (11+ messages)
` [PATCH v2 01/10] mm/damon/core: introduce damon_ctx->paused
` [PATCH v2 02/10] mm/damon/sysfs: add pause file under context dir
` [PATCH v2 03/10] Docs/mm/damon/design: update for context pause/resume feature
` [PATCH v2 04/10] Docs/admin-guide/mm/damon/usage: update for pause file
` [PATCH v2 05/10] Docs/ABI/damon: update for pause sysfs file
` [PATCH v2 06/10] mm/damon/tests/core-kunit: test pause commitment
` [PATCH v2 07/10] selftests/damon/_damon_sysfs: support pause file staging
` [PATCH v2 08/10] selftests/damon/drgn_dump_damon_status: dump pause
` [PATCH v2 09/10] selftests/damon/sysfs.py: check pause on assert_ctx_committed()
` [PATCH v2 10/10] selftests/damon/sysfs.py: pause DAMON before dumping status

[PATCH RFC v4 00/22] mm/virtio: skip redundant zeroing of host-zeroed reported pages
 2026-04-27 15:18 UTC  (4+ messages)
` [PATCH RFC v4 14/22] mm: page_reporting: "

[RFC PATCH v2 0/8] kvfree_rcu() improvements
 2026-04-27 15:11 UTC  (9+ messages)
` [PATCH 4/8] mm/slab: introduce kfree_rcu_nolock()
` [PATCH 5/8] mm/slab: make kfree_rcu_nolock() work with sheaves

[RFC PATCH] mm/hugetlb: fix resv_map memory leak in __mmap_region error path
 2026-04-27 15:20 UTC  (5+ messages)
    `  "

[PATCH v4] mm/mempolicy: track user-defined mempolicy allocations
 2026-04-27 15:15 UTC 

[PATCH v5 1/4] mm/memory-failure: report MF_MSG_KERNEL for reserved pages
 2026-04-27 15:14 UTC  (4+ messages)

[PATCH v2 1/4] mm/damon/ops-common: optimize damon_hot_score() using ilog2()
 2026-04-27 15:09 UTC  (2+ messages)

[RFC PATCH 0/8] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-04-27 15:04 UTC  (2+ messages)

[akpm-mm:mm-new 117/130] ./include/asm-generic/fixmap.h:77:9: error: implicit declaration of function '__set_fixmap'; did you mean 'set_fixmap'?
 2026-04-27 14:55 UTC  (2+ messages)

[PATCH v9.1] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-27 14:49 UTC  (2+ messages)

[PATCH v4 0/3] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-27 14:49 UTC  (8+ messages)
` [PATCH v4 2/3] "

[PATCH] mm/mglru: Use folio_mark_accessed to replace folio_set_active in PF
 2026-04-27 14:46 UTC  (4+ messages)

[linus:master] [mm] c6307674ed: BUG:sleeping_function_called_from_invalid_context_at_mm/vmalloc.c
 2026-04-27 14:37 UTC  (10+ messages)

[RFC PATCH 0/1] batch page copies in folio_copy() and folio_mc_copy()
 2026-04-27 14:20 UTC  (2+ messages)
` [RFC PATCH 1/1] mm: "

[PATCH v2 0/2] mm/kmemleak: dedupe verbose scan output
 2026-04-27 13:58 UTC  (3+ messages)
` [PATCH v2 1/2] mm/kmemleak: dedupe verbose scan output by allocation backtrace

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-04-27 12:32 UTC  (2+ messages)

[RFC PATCH 1/1] mm/filemap: tighten mmap_miss hit accounting
 2026-04-27 13:25 UTC  (2+ messages)

[RFC PATCH 00/19] mm/damon: introduce data attributes monitoring
 2026-04-27 13:25 UTC  (10+ messages)
` [RFC PATCH 02/19] mm/damon/core: embed damon_probe objects in damon_ctx
` [RFC PATCH 04/19] mm/damon/core: commit probes
` [RFC PATCH 13/19] mm/damon/sysfs: implement filter dir files
` [RFC PATCH 14/19] mm/damon/sysfs: setup probes on DAMON core API parameters

Large memory allocations at LSF/MM
 2026-04-27 13:15 UTC  (6+ messages)
      ` [Lsf-pc] "

[PATCH] rhashtable: give each instance its own lockdep class
 2026-04-27 13:01 UTC  (5+ messages)

[PATCH v2 00/53] make MM selftests more CI friendly
 2026-04-27 12:56 UTC  (5+ messages)
` [PATCH v2 43/53] selftests/mm: migration: add setup of HugeTLB pages

[PATCH v3 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-27 12:46 UTC  (3+ messages)
` [PATCH v3 2/4] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking

[PATCH v2] mm: limit filemap_fault readahead to VMA boundaries
 2026-04-27 12:41 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox