Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-28 01:51:59 to 2026-07-28 07:47:26 UTC [more...]

[PATCH v3] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
 2026-07-28  7:47 UTC  (2+ messages)

[RFC] Robust futex causing memcg OOM storm on exit
 2026-07-28  7:27 UTC  (5+ messages)

[PATCH -v4 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
 2026-07-28  7:18 UTC  (5+ messages)
` [PATCH -v4 1/4] mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=max

[PATCH v2 0/2] make unused huge shrinker memcg aware
 2026-07-28  7:12 UTC  (4+ messages)
` [PATCH v2 2/2] mm: shmem: "

[PATCH] mm/zsmalloc: fix release order of locks in zs_page_migrate()
 2026-07-28  6:39 UTC  (2+ messages)

[PATCH v4] mm/migrate_device: Clear stale mapping after freeing swapcache
 2026-07-28  6:28 UTC 

[PATCH v8 0/9] mm: optimize zone-device memmap initialization
 2026-07-28  6:18 UTC  (3+ messages)

[PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure
 2026-07-28  6:17 UTC  (14+ messages)
` [PATCH v8 1/8] mm: migrate: Allow misplaced migration without VMA
` [PATCH v8 2/8] mm: migrate: Add promote_misplaced_memcg_folios()
` [PATCH v8 3/8] mm: Hot page tracking and promotion - pghot
` [PATCH v8 4/8] mm: pghot: Precision mode for pghot
` [PATCH v8 5/8] mm: sched: move NUMA balancing tiering promotion to pghot
` [PATCH v8 6/8] x86/ibs: Move IBS caps definitions into its own header
` [PATCH v8 7/8] x86/mm/ibs: In-kernel driver for AMD IBS Memory Profiler
` [PATCH v8 8/8] x86/mm/ibs: Add runtime controls for IBS memprofiler
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - microbenchmark numbers
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - NAS BT
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - Graph500
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - redis-memtier
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - llama-bench

[PATCH] mm/khugepaged: replace mutex_lock/mutex_unlock usage with guard macro
 2026-07-28  6:12 UTC  (2+ messages)

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-28  5:34 UTC  (4+ messages)
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test

[RFC PATCH 00/10] mm/damon: cleanup code, add test cases, and update guidances in docs
 2026-07-28  5:28 UTC  (11+ messages)
` [RFC PATCH 01/10] mm/damon/core: use damon_nr_samples_per_aggr() for max merge threshold
` [RFC PATCH 02/10] mm/damon/core: remove debug messages
` [RFC PATCH 03/10] mm/damon/vaddr: remove a debug message
` [RFC PATCH 04/10] mm/damon/tests/core-kunit: extend set_regions() test for error case
` [RFC PATCH 05/10] mm/damon/tests/core-kunit: test <=0 size damon_set_regions() inputs
` [RFC PATCH 06/10] mm/damon/tests/core-kunit: test overlapping ranges for set_regions()
` [RFC PATCH 07/10] mm/damon/tests/core-kunit: test damon_nr_samples_per_aggr()
` [RFC PATCH 08/10] selftests/damon/sysfs.sh: test hugepage_mem_bp quota goal
` [RFC PATCH 09/10] Docs/mm/damon/maintainer-profile: update AI review for Sashiko replies
` [RFC PATCH 10/10] Docs/ABI/damon: recommend subsystem doc instead of admin-guide

[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
 2026-07-28  5:25 UTC  (2+ messages)

[PATCH] mm/filemap: __filemap_add_folio() restore index before retrying
 2026-07-28  5:24 UTC 

[PATCH v3 0/1] mm/page_table_check: skip special zero mappings
 2026-07-28  4:57 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-07-28  4:24 UTC  (4+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test

[PATCH v3] mm/page_reporting: Add page_reporting_delay_ms module parameter
 2026-07-28  4:17 UTC  (3+ messages)

[RFC PATCH v2.2 00/17] mm/damon: introduce data access-as-a-data attribute
 2026-07-28  4:12 UTC  (18+ messages)
` [RFC PATCH v2.2 01/17] mm/damon/core: introduce DAMON_FILTER_TYPE_PGIDLE_UNSET
` [RFC PATCH v2.2 02/17] mm/damon/paddr: support PGIDLE_UNSET probe filter type
` [RFC PATCH v2.2 03/17] mm/damon/sysfs: support pgidle_unset "
` [RFC PATCH v2.2 04/17] Docs/mm/damon/design: document "
` [RFC PATCH v2.2 05/17] mm/damon/core: introduce damon_prep struct
` [RFC PATCH v2.2 06/17] mm/damon/core: commit preps
` [RFC PATCH v2.2 07/17] mm/damon/core: introduce damon_operations->prep_probes()
` [RFC PATCH v2.2 08/17] mm/damon/paddr: support damon_prep
` [RFC PATCH v2.2 09/17] mm/damon/sysfs: implement preps directory
` [RFC PATCH v2.2 10/17] mm/damon/sysfs: implement preps/nr_preps file
` [RFC PATCH v2.2 11/17] mm/damon/sysfs: create directories for nr_preps writes
` [RFC PATCH v2.2 12/17] mm/damon/sysfs: implement prep_action file
` [RFC PATCH v2.2 13/17] mm/damon/sysfs: pass preps to DAMON core
` [RFC PATCH v2.2 14/17] selftests/damon/sysfs.sh: test probe prep sysfs files
` [RFC PATCH v2.2 15/17] Docs/mm/damon/design: document probe preps
` [RFC PATCH v2.2 16/17] Docs/admin-guide/mm/damon/usage: document probe preps sysfs files
` [RFC PATCH v2.2 17/17] Docs/ABI/damon: document probe prep "

[PATCH v4 0/3] promote mapped executable folios after first usage for MGLRU
 2026-07-28  4:11 UTC  (4+ messages)

[PATCH v6 1/4] block: add task-context bio completion infrastructure
 2026-07-28  4:10 UTC  (11+ messages)

[RFC PATCH v2 4/5] mm: mglru: run aging when pages are severely imbalanced across gens
 2026-07-28  3:46 UTC  (2+ messages)

mm.git review status at 7.2-rc4
 2026-07-28  3:45 UTC  (3+ messages)

[PATCH v2 2/2] mm: Extract non-swap page handling to do_non_swap_page()
 2026-07-28  3:21 UTC  (2+ messages)

[PATCH v6 00/12] Use generic_file_read_iter() in hugetlbfs
 2026-07-28  3:19 UTC  (9+ messages)
` [PATCH v6 02/12] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v6 03/12] hugetlb: Mark some function arguments as const
` [PATCH v6 04/12] guest_memfd: Use folio_has_hwpoisoned_page()
` [PATCH v6 10/12] hugetlb: Set mapping folio order

[PATCH v2 0/2] mm: folio conversion and refactoring in do_swap_page()
 2026-07-28  3:13 UTC  (4+ messages)
` [PATCH v2 2/2] mm: Extract non-swap page handling to do_non_swap_page()

[PATCH v14 26/26] mm: zswap: Batched zswap_compress() for compress batching of large folios
 2026-07-28  3:05 UTC  (2+ messages)

[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
 2026-07-28  2:45 UTC  (5+ messages)
` [PATCH RFC v4 04/12] mm/gup: let check_vma_flags() ignore selected VMA flags
` [PATCH RFC v4 05/12] mm/gup: add get_user_page_vma() to fault in a page under a held lock

[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
 2026-07-28  2:22 UTC  (3+ messages)

[PATCH v10 00/19] zsmalloc/zram: there be preemption
 2026-07-28  2:11 UTC  (4+ messages)
` [PATCH v10 04/19] zram: remove max_comp_streams device attr

[RFC PATCH 9/9] arm64/debug: Mark debug exception helpers __always_inline
 2026-07-28  2:03 UTC  (3+ messages)

[PATCH RFC] xarray: honor XA_FLAGS_ACCOUNT in xas_split_alloc()
 2026-07-28  1:51 UTC 


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