No description
Find a file
Suren Baghdasaryan 52f238653e mm: introduce per-VMA lock statistics
Add a new CONFIG_PER_VMA_LOCK_STATS config option to dump extra statistics
about handling page fault under VMA lock.

Link: https://lkml.kernel.org/r/20230227173632.3292573-29-surenb@google.com
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-04-05 20:03:01 -07:00
arch
block
certs
crypto
Documentation mm: hold the RCU read lock over calls to ->map_pages 2023-04-05 19:43:00 -07:00
drivers
fs afs: split afs_pagecache_valid() out of afs_validate() 2023-04-05 19:43:00 -07:00
include mm: introduce per-VMA lock statistics 2023-04-05 20:03:01 -07:00
init
io_uring
ipc
kernel kernel/fork: assert no VMA readers during its destruction 2023-04-05 20:02:59 -07:00
lib iov_iter: add copy_page_to_iter_nofault() 2023-04-05 19:42:57 -07:00
LICENSES
mm mm: introduce per-VMA lock statistics 2023-04-05 20:03:01 -07:00
net
rust
samples
scripts
security
sound
tools selftests/mm: set overcommit_policy as OVERCOMMIT_ALWAYS 2023-04-05 19:42:59 -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.