mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
0a4ee51818
Patch series "remove Xen tmem leftovers".
Since the removal of the Xen tmem driver in 2019, the cleancache hooks
are entirely unused, as are large parts of frontswap. This series
against linux-next (with the folio changes included) removes
cleancaches, and cuts down frontswap to the bits actually used by zswap.
This patch (of 13):
The cleancache subsystem is unused since the removal of Xen tmem driver
in commit 814bbf49dc
("xen: remove tmem driver").
[akpm@linux-foundation.org: remove now-unreachable code]
Link: https://lkml.kernel.org/r/20211224062246.1258487-1-hch@lst.de
Link: https://lkml.kernel.org/r/20211224062246.1258487-2-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Juergen Gross <jgross@suse.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Konrad Rzeszutek Wilk <Konrad.wilk@oracle.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Seth Jennings <sjenning@redhat.com>
Cc: Dan Streetman <ddstreet@ieee.org>
Cc: Vitaly Wool <vitaly.wool@konsulko.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
42 lines
986 B
ReStructuredText
42 lines
986 B
ReStructuredText
=====================================
|
|
Linux Memory Management Documentation
|
|
=====================================
|
|
|
|
This is a collection of documents about the Linux memory management (mm)
|
|
subsystem internals with different level of details ranging from notes and
|
|
mailing list responses for elaborating descriptions of data structures and
|
|
algorithms. If you are looking for advice on simply allocating memory, see the
|
|
:ref:`memory_allocation`. For controlling and tuning guides, see the
|
|
:doc:`admin guide <../admin-guide/mm/index>`.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
active_mm
|
|
arch_pgtable_helpers
|
|
balance
|
|
damon/index
|
|
free_page_reporting
|
|
frontswap
|
|
highmem
|
|
hmm
|
|
hwpoison
|
|
hugetlbfs_reserv
|
|
ksm
|
|
memory-model
|
|
mmu_notifier
|
|
numa
|
|
overcommit-accounting
|
|
page_migration
|
|
page_frags
|
|
page_owner
|
|
page_table_check
|
|
remap_file_pages
|
|
slub
|
|
split_page_table_lock
|
|
transhuge
|
|
unevictable-lru
|
|
vmalloced-kernel-stacks
|
|
z3fold
|
|
zsmalloc
|