No description
Find a file
Peter Zijlstra 175b1a60e8 locking/lockdep: Clean up check_redundant() a bit
In preparation for adding an TRACE_IRQFLAGS dependent skip function to
check_redundant(), move it below the TRACE_IRQFLAGS #ifdef.

While there, provide a stub function to reduce #ifdef usage.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
2021-01-14 11:20:17 +01:00
arch - Update defconfigs and sort config select list. 2021-01-02 12:22:46 -08:00
block
certs
crypto
Documentation locking/selftests: More granular debug_locks_verbose 2021-01-14 11:20:16 +01:00
drivers Power management updates for 5.11-rc2 2021-01-02 11:53:05 -08:00
fs
include locking/lockdep: Mark local_lock_t 2021-01-14 11:20:17 +01:00
init
ipc
kernel locking/lockdep: Clean up check_redundant() a bit 2021-01-14 11:20:17 +01:00
lib locking/selftests: More granular debug_locks_verbose 2021-01-14 11:20:16 +01:00
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.11-rc2 2021-01-03 15:55:30 -08: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.