Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-22 23:16:02 to 2026-07-23 03:25:14 UTC [more...]

[PATCH -v4 0/2] mm: vmscan: fix node reclaim ignoring swappiness parameter
 2026-07-23  3:24 UTC  (3+ messages)
` [PATCH -v4 1/2] memcg: move mem_cgroup_swappiness and vm_swappiness to mm/swap.h
` [PATCH -v4 2/2] mm: vmscan: fix node reclaim ignoring swappiness parameter

[PATCH v2 0/2] mm: folio conversion and refactoring in do_swap_page()
 2026-07-23  3:07 UTC  (3+ messages)
` [PATCH v2 1/2] mm: Use a folio in the softleaf_is_device_private path
` [PATCH v2 2/2] mm: Extract non-swap page handling to do_non_swap_page()

[PATCH v2 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
 2026-07-23  3:05 UTC  (3+ messages)
` [PATCH v2 09/13] mm/slab: change struct slabobj_ext to a union

[PATCH -v3 0/2] mm: vmscan: fix node reclaim ignoring swappiness parameter
 2026-07-23  2:58 UTC  (3+ messages)
` [PATCH -v3 1/2] memcg: move mem_cgroup_swappiness and vm_swappiness to mm/swap.h
` [PATCH -v3 2/2] mm: vmscan: fix node reclaim ignoring swappiness parameter

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

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-23  2:42 UTC  (5+ messages)
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()

[PATCH] mm/page_idle: call folio_test_lru() after folio_get()
 2026-07-23  2:40 UTC  (7+ messages)
  `  "

[PATCH v2 0/2] mm/zswap: Fixes and improves the zswap global shrinker
 2026-07-23  2:27 UTC  (7+ messages)
  ` [PATCH v2 1/2] mm/zswap: Fix global shrinker when memory cgroup is disabled
  ` [PATCH v2 2/2] mm/zswap: Support batch writeback in shrink_memcg()

[PATCH v4 0/3] promote mapped executable folios after first usage for MGLRU
 2026-07-23  2:26 UTC  (4+ messages)
` [PATCH v4 3/3] mm: mglru: promote mapped executable folios after first usage

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

[PATCH v2 0/2] mm: fix node reclaim swappiness handling
 2026-07-23  2:14 UTC  (4+ messages)
  ` [PATCH v2 1/2] memcg: move mem_cgroup_swappiness and vm_swappiness to mm/swap.h

[PATCH 6.6.y] mm/memory-failure: fix missing ->mf_stats count when hugetlb folio already poisoned
 2026-07-23  2:05 UTC  (3+ messages)

[PATCH v17 00/15] arm64: entry: Convert to Generic Entry
 2026-07-23  1:54 UTC  (5+ messages)
` [PATCH v17 15/15] arm64: vdso: Expose sigreturn address on vdso to the kernel

[PATCH RFC 00/32] mm/mglru: MGLRU-FG and refault distance support
 2026-07-23  0:49 UTC  (4+ messages)

[PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back
 2026-07-23  0:42 UTC  (4+ messages)

[PATCH v3] mm/page_reporting: use system_freezable_wq to fix UAF during suspend
 2026-07-23  0:36 UTC  (2+ messages)

[PATCH v3 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-07-23  0:28 UTC  (2+ messages)

[PATCH] x86/elf: Correct comment for STACK_RND_MASK()
 2026-07-23  0:25 UTC  (2+ messages)

[PATCH v2] selftests/damon/sysfs.py: clean up sh processes used for obsolete_target test
 2026-07-23  0:22 UTC  (2+ messages)

[RFC] Robust futex causing memcg OOM storm on exit
 2026-07-23  0:19 UTC 

[PATCH v2] mm/page_reporting: Add page_reporting_delay_ms sysctl
 2026-07-23  0:06 UTC  (2+ messages)

[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-23  0:05 UTC  (5+ messages)

[PATCH 0/3] tools/mm/page_owner_sort: fix --sort, add module filter, improve usage
 2026-07-23  0:01 UTC  (2+ messages)

[PATCH v5 00/11] mm: PMD-level swap entries for anonymous THPs
 2026-07-23  0:01 UTC  (3+ messages)
` [PATCH v5 04/11] mm: zswap: add range lookup for large-folio swapin

[PATCH v4 00/16] Fix bugs on HugeTLB folio allocation failure paths
 2026-07-22 23:41 UTC  (17+ messages)
` [PATCH v4 01/16] mm: hugetlb: Track used_hpages when getting/putting pages from subpool
` [PATCH v4 02/16] mm: hugetlb: Return -ENOSPC on memcg charge failure
` [PATCH v4 03/16] mm: hugetlb: Use try-commit-cancel protocol for memcg charge of folios
` [PATCH v4 04/16] mm: hugetlb: Remove unused mem_cgroup_charge_hugetlb function
` [PATCH v4 05/16] mm: hugetlb: Fix subpool usage leak on allocation failure
` [PATCH v4 06/16] mm: hugetlb: Rename local variables for clarity in hugetlb_reserve_pages()
` [PATCH v4 07/16] mm: hugetlb: Fix Use-After-Free in unlock_or_release_subpool()
` [PATCH v4 08/16] fs: hugetlbfs: Fix global reservation leak in hugetlbfs_fill_super()
` [PATCH v4 09/16] WIP: mm: hugetlb: Move subpool functions to hugetlb_subpool.c
` [PATCH v4 10/16] WIP: fs: hugetlbfs: Refactor subpool getters and integrate with hugetlb_subpool API
` [PATCH v4 11/16] WIP: mm: hugetlb: Make struct hugepage_subpool private to hugetlb_subpool.c
` [PATCH v4 12/16] WIP: tools: testing: Add unit tests for HugeTLB subpool functions
` [PATCH v4 13/16] WIP: Reproducer for allocation failure due to cgroup v2 memory limits
` [PATCH v4 14/16] WIP: Reproducer for subpool usage leak
` [PATCH v4 15/16] WIP: Reproducer for false restoration on shared HugeTLB mappings
` [PATCH v4 16/16] WIP: Reproducer for out_put_pages subpool reserve leakage

[PATCH] lkdtm: use kmalloc() instead of __get_free_page
 2026-07-22 23:42 UTC  (2+ messages)

[PATCH v2 0/4] mm: fix reclaim storms in defrag_mode
 2026-07-22 23:22 UTC  (3+ messages)
` [PATCH v2 4/4] mm: page_alloc: fix non-movable reclaim storm "

Semantic conflict between 04b177544a04 in drm-misc-fixes and 0b6b1bb28482 in -mm
 2026-07-22 23:15 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