Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Nathan Chancellor 1c3493bb29 Documentation/llvm: update IRC location
This should have been done with commit 91ed3ed0f7 ("MAINTAINERS: update
ClangBuiltLinux IRC chat") but I did not realize it was in two separate
spots.

Link: https://lkml.kernel.org/r/20210825211823.6406-3-nathan@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Sami Tolvanen <samitolvanen@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-09-08 11:50:26 -07:00
arch arch: Kconfig: fix spelling mistake "seperate" -> "separate" 2021-09-08 11:50:25 -07:00
block block-5.14-2021-08-27 2021-08-27 16:08:29 -07:00
certs
crypto
Documentation Documentation/llvm: update IRC location 2021-09-08 11:50:26 -07:00
drivers phy/drivers/stm32: use HZ macros 2021-09-08 11:50:26 -07:00
fs connector: send event on write to /proc/[pid]/comm 2021-09-08 11:50:25 -07:00
include units: add the HZ macros 2021-09-08 11:50:25 -07:00
init
ipc
kernel profiling: fix shift-out-of-bounds bugs 2021-09-08 11:50:26 -07:00
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 This is a one-liner fix for a serious bug that can cause the server to 2021-08-26 13:26:40 -07:00
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 ClangBuiltLinux mailing list 2021-09-08 11:50:26 -07:00
Makefile Linux 5.14 2021-08-29 15:04:50 -07:00
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.