No description
Find a file
Matthew Wilcox (Oracle) b2926ac817 mm: remove stale example from comment
folio_add_new_anon_rmap() no longer works this way, so just remove the
entire example.

Link: https://lkml.kernel.org/r/20231211162214.2146080-6-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Cc: Ralph Campbell <rcampbell@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-12-29 11:58:26 -08:00
arch
block
certs
crypto
Documentation userfaultfd: UFFDIO_MOVE uABI 2023-12-29 11:58:24 -08:00
drivers
fs userfaultfd: UFFDIO_MOVE uABI 2023-12-29 11:58:24 -08:00
include mm: convert ksm_might_need_to_copy() to work on folios 2023-12-29 11:58:25 -08:00
init
io_uring
ipc
kernel mm: remove some calls to page_add_new_anon_rmap() 2023-12-29 11:58:25 -08:00
lib UBSAN: use the kernel panic message markers 2023-12-20 14:48:14 -08:00
LICENSES
mm mm: remove stale example from comment 2023-12-29 11:58:26 -08:00
net
rust
samples
scripts
security
sound
tools selftests/mm: add UFFDIO_MOVE ioctl test 2023-12-29 11:58:24 -08: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.