No description
Find a file
Andy Shevchenko a8a47cf5ce include/linux/once.h: fix trivia typo Not -> Note
Fix trivia typo Not -> Note in the comment to DO_ONCE().

Link: https://lkml.kernel.org/r/20210722184349.76290-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-09-08 11:50:25 -07:00
arch arch: Kconfig: fix spelling mistake "seperate" -> "separate" 2021-09-08 11:50:25 -07:00
block
certs
crypto
Documentation Documentation: add documents for DAMON 2021-09-08 11:50:25 -07:00
drivers mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online policy 2021-09-08 11:50:23 -07:00
fs connector: send event on write to /proc/[pid]/comm 2021-09-08 11:50:25 -07:00
include include/linux/once.h: fix trivia typo Not -> Note 2021-09-08 11:50:25 -07:00
init
ipc
kernel
lib mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1) 2021-09-08 11:50:24 -07:00
LICENSES
mm percpu: remove export of pcpu_base_addr 2021-09-08 11:50:25 -07:00
net
samples
scripts
security
sound
tools mm/damon: add user space selftests 2021-09-08 11:50:25 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update for DAMON 2021-09-08 11:50:25 -07:00
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.