No description
Find a file
Paul E. McKenney 7ad900d35b kcsan: Add docbook header for data_race()
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Marco Elver <elver@google.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
2020-03-21 09:42:04 +01:00
arch
block
certs
crypto
Documentation
drivers
fs
include kcsan: Add docbook header for data_race() 2020-03-21 09:42:04 +01:00
init
ipc
kernel kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLY 2020-03-21 09:41:29 +01:00
lib copy_to_user, copy_from_user: Use generic instrumented.h 2020-03-21 09:41:59 +01:00
LICENSES
mm
net
samples
scripts asm-generic, atomic-instrumented: Use generic instrumented.h 2020-03-21 09:41:42 +01:00
security
sound
tools
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.