Go to file
Matthew Wilcox (Oracle) 61ff748b5b mm: add orphaned kernel-doc to the rst files.
There are many files in mm/ that contain kernel-doc which is not
currently published on kernel.org.  Some of it is easily categorisable,
but most of it is going into the miscellaneous documentation section to
be organised later.

Some files aren't ready to be included; they contain documentation with
build errors.  Or they're nommu.c which duplicates documentation from
"real" MMU systems.  Those files are noted with a # mark (although really
anything which isn't a recognised directive would do to prevent inclusion)

Link: https://lkml.kernel.org/r/20230818200630.2719595-5-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
Cc: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-08-24 16:20:31 -07:00
arch mm/swap: stop using page->private on tail pages for THP_SWAP 2023-08-24 16:20:28 -07:00
block
certs
crypto
Documentation mm: add orphaned kernel-doc to the rst files. 2023-08-24 16:20:31 -07:00
drivers mm: remove enum page_entry_size 2023-08-24 16:20:30 -07:00
fs mm: remove enum page_entry_size 2023-08-24 16:20:30 -07:00
include mm: remove enum page_entry_size 2023-08-24 16:20:30 -07:00
init
io_uring
ipc
kernel
lib
LICENSES
mm mm: fix clean_record_shared_mapping_range kernel-doc 2023-08-24 16:20:30 -07:00
net
rust
samples
scripts
security
sound
tools selftests/mm: fix WARNING comparing pointer to 0 2023-08-24 16:20:27 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.