linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Various slab improvements
@ 2025-06-06 22:22 Matthew Wilcox (Oracle)
  2025-06-06 22:22 ` [PATCH 01/10] doc: Move SLUB documentation to the admin guide Matthew Wilcox (Oracle)
                   ` (9 more replies)
  0 siblings, 10 replies; 31+ messages in thread
From: Matthew Wilcox (Oracle) @ 2025-06-06 22:22 UTC (permalink / raw)
  To: Vlastimil Babka
  Cc: Matthew Wilcox (Oracle), Christoph Lameter, David Rientjes,
	linux-mm

This started out as fixing up slab->__page_flags and then I started
checking the documentation build and kept finding more and more problems.
So this is now mostly documentation changes and getting rid of the last
mentions of PG_slab.

Matthew Wilcox (Oracle) (10):
  doc: Move SLUB documentation to the admin guide
  slab: Rename slab->__page_flags to slab->flags
  slab: Add SL_private flag
  slab: Add SL_pfmemalloc flag
  doc: Add slab internal kernel-doc
  vmcoreinfo: Remove documentation of PG_slab and PG_hugetlb
  proc: Remove mention of PG_slab
  kfence: Remove mention of PG_slab
  memcg_slabinfo: Fix use of PG_slab
  slab: Fix MAINTAINERS entry

 Documentation/ABI/testing/sysfs-kernel-slab   |  4 +-
 .../admin-guide/kdump/vmcoreinfo.rst          |  8 ++--
 .../admin-guide/kernel-parameters.txt         | 12 ++---
 Documentation/admin-guide/mm/index.rst        |  1 +
 .../{mm/slub.rst => admin-guide/mm/slab.rst}  |  6 +--
 Documentation/mm/index.rst                    |  1 -
 Documentation/mm/slab.rst                     |  7 +++
 MAINTAINERS                                   |  6 ++-
 fs/proc/page.c                                |  5 +--
 mm/kfence/core.c                              |  4 +-
 mm/slab.h                                     | 44 ++++++++----------
 mm/slub.c                                     | 45 ++++++++++++-------
 tools/cgroup/memcg_slabinfo.py                |  4 +-
 13 files changed, 80 insertions(+), 67 deletions(-)
 rename Documentation/{mm/slub.rst => admin-guide/mm/slab.rst} (98%)

-- 
2.47.2



^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2025-06-10 13:23 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-06 22:22 [PATCH 00/10] Various slab improvements Matthew Wilcox (Oracle)
2025-06-06 22:22 ` [PATCH 01/10] doc: Move SLUB documentation to the admin guide Matthew Wilcox (Oracle)
2025-06-09  1:42   ` Harry Yoo
2025-06-09 12:13   ` Vlastimil Babka
2025-06-06 22:22 ` [PATCH 02/10] slab: Rename slab->__page_flags to slab->flags Matthew Wilcox (Oracle)
2025-06-09  2:15   ` Harry Yoo
2025-06-09 12:45     ` Matthew Wilcox
2025-06-09 13:12   ` Vlastimil Babka
2025-06-06 22:22 ` [PATCH 03/10] slab: Add SL_private flag Matthew Wilcox (Oracle)
2025-06-09  2:25   ` Harry Yoo
2025-06-06 22:22 ` [PATCH 04/10] slab: Add SL_pfmemalloc flag Matthew Wilcox (Oracle)
2025-06-09  2:27   ` Harry Yoo
2025-06-06 22:22 ` [PATCH 05/10] doc: Add slab internal kernel-doc Matthew Wilcox (Oracle)
2025-06-09  2:37   ` Harry Yoo
2025-06-09 15:22     ` Matthew Wilcox
2025-06-06 22:22 ` [PATCH 06/10] vmcoreinfo: Remove documentation of PG_slab and PG_hugetlb Matthew Wilcox (Oracle)
2025-06-09  2:44   ` Harry Yoo
2025-06-06 22:22 ` [PATCH 07/10] proc: Remove mention of PG_slab Matthew Wilcox (Oracle)
2025-06-06 22:22 ` [PATCH 08/10] kfence: " Matthew Wilcox (Oracle)
2025-06-09  3:42   ` Harry Yoo
2025-06-09 13:33   ` Vlastimil Babka
2025-06-09 15:02     ` Matthew Wilcox
2025-06-10 13:23       ` Marco Elver
2025-06-06 22:22 ` [PATCH 09/10] memcg_slabinfo: Fix use " Matthew Wilcox (Oracle)
2025-06-09  3:08   ` Harry Yoo
2025-06-06 22:22 ` [PATCH 10/10] slab: Fix MAINTAINERS entry Matthew Wilcox (Oracle)
2025-06-09  3:21   ` Harry Yoo
2025-06-09 13:38   ` Vlastimil Babka
2025-06-09 13:59   ` Lorenzo Stoakes
2025-06-09 16:42     ` Christoph Lameter (Ampere)
2025-06-09 17:44       ` Matthew Wilcox

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