No description
Find a file
Matthew Wilcox (Oracle) b99b4e0d9d mm: pass a folio to __swap_writepage()
Both callers now have a folio, so pass that in instead of the page. 
Removes a few hidden calls to compound_head().

Link: https://lkml.kernel.org/r/20231213215842.671461-3-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-12-29 11:58:29 -08:00
arch
block
certs
crypto
Documentation mm/ksm: document ksm advisor and its sysfs knobs 2023-12-29 11:58:28 -08:00
drivers
fs userfaultfd: UFFDIO_MOVE uABI 2023-12-29 11:58:24 -08:00
include mm: return the folio from __read_swap_cache_async() 2023-12-29 11:58:29 -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: pass a folio to __swap_writepage() 2023-12-29 11:58:29 -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.