No description
Find a file
Randy Dunlap e0656501a6 lib: radix-tree: delete duplicated words
Drop the repeated word "be".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: https://lkml.kernel.org/r/20200823040508.26086-1-rdunlap@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-10-16 11:11:20 -07:00
arch mm/memory_hotplug: prepare passing flags to add_memory() and friends 2020-10-16 11:11:18 -07:00
block
certs
crypto
Documentation XArray: add xas_split 2020-10-16 11:11:15 -07:00
drivers zram: failing to decompress is WARN_ON worthy 2020-10-16 11:11:18 -07:00
fs fs: configfs: delete repeated words in comments 2020-10-16 11:11:19 -07:00
include kernel.h: split out min()/max() et al. helpers 2020-10-16 11:11:19 -07:00
init
ipc
kernel kernel: acct.c: fix some kernel-doc nits 2020-10-16 11:11:19 -07:00
lib lib: radix-tree: delete duplicated words 2020-10-16 11:11:20 -07:00
LICENSES
mm mm: rename page_order() to buddy_order() 2020-10-16 11:11:19 -07:00
net
samples
scripts get_maintainer: exclude MAINTAINERS file(s) from --git-fallback 2020-10-16 11:11:19 -07:00
security
sound
tools linux-kselftest-kunit-fixes-5.10-rc1 2020-10-15 15:17:06 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap MAINTAINERS: jarkko.sakkinen@linux.intel.com -> jarkko@kernel.org 2020-10-16 11:11:19 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: jarkko.sakkinen@linux.intel.com -> jarkko@kernel.org 2020-10-16 11:11:19 -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.