Linux kernel source tree
Find a file
Peter Zijlstra 5a7987253e rbtree, rtmutex: Use rb_add_cached()
Reduce rbtree boiler plate by using the new helpers.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Davidlohr Bueso <dbueso@suse.de>
2021-02-17 14:07:57 +01:00
arch
block
certs
crypto
Documentation Linux 5.11 2021-02-17 14:04:39 +01:00
drivers Linux 5.11 2021-02-17 14:04:39 +01:00
fs
include rbtree, perf: Use new rbtree helpers 2021-02-17 14:07:48 +01:00
init Linux 5.11 2021-02-17 14:04:39 +01:00
ipc
kernel rbtree, rtmutex: Use rb_add_cached() 2021-02-17 14:07:57 +01:00
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-02-10 11:33:39 -08:00
LICENSES
mm
net
samples
scripts
security
sound
tools rbtree: Add generic add and find helpers 2021-02-17 14:07:31 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.11 2021-02-14 14:32:24 -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.