Main-line Linux kernel tree http://www.kernel.org
Go to file
Matthew Wilcox (Oracle) 19672a9e4a mm: convert lock_page_or_retry() to folio_lock_or_retry()
Remove a call to compound_head() in each of the two callers.

Link: https://lkml.kernel.org/r/20220902194653.1739778-58-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2022-10-03 14:02:55 -07:00
arch riscv: use vma iterator for vdso 2022-09-26 19:46:26 -07:00
block
certs
crypto
Documentation ksm: add the ksm prefix to the names of the ksm private structures 2022-10-03 14:02:43 -07:00
drivers i915: use the VMA iterator 2022-09-26 19:46:25 -07:00
fs ksm: count allocated ksm rmap_items for each process 2022-09-26 19:46:29 -07:00
include mm: convert lock_page_or_retry() to folio_lock_or_retry() 2022-10-03 14:02:55 -07:00
init
io_uring
ipc
kernel uprobes: use new_folio in __replace_page() 2022-10-03 14:02:55 -07:00
lib mm: reduce noise in show_mem for lowmem allocations 2022-09-26 19:46:29 -07:00
LICENSES
mm mm: convert lock_page_or_retry() to folio_lock_or_retry() 2022-10-03 14:02:55 -07:00
net
samples
scripts
security
sound
tools mm: add merging after mremap resize 2022-09-26 19:46:28 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.