Go to file
Alexey Dobriyan 00898e8599 ipc: uninline functions
Two functions are only called via function pointers, don't bother
inlining them.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Manfred Spraul <manfred@colorfullife.com>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Link: http://lkml.kernel.org/r/20200710200312.GA960353@localhost.localdomain
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-08-12 10:58:02 -07:00
Documentation coredump: add %f for executable filename 2020-08-12 10:58:01 -07:00
LICENSES
arch alpha: fix annotation of io{read,write}{16,32}be() 2020-08-12 10:57:59 -07:00
block
certs
crypto
drivers rapidio/rio_mport_cdev: use array_size() helper in copy_{from,to}_user() 2020-08-12 10:58:01 -07:00
fs exec: move path_noexec() check earlier 2020-08-12 10:58:01 -07:00
include panic: make print_oops_end_marker() static 2020-08-12 10:58:02 -07:00
init
ipc ipc: uninline functions 2020-08-12 10:58:02 -07:00
kernel kcov: make some symbols static 2020-08-12 10:58:02 -07:00
lib lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUT 2020-08-12 10:58:02 -07:00
mm
net
samples
scripts scripts/gdb: fix python 3.8 SyntaxWarning 2020-08-12 10:58:02 -07:00
security
sound
tools selftests: kmod: use variable NAME in kmod_test_0001() 2020-08-12 10:58:01 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile ./Makefile: add debug option to enable function aligned on 32 bytes 2020-08-12 10:57:59 -07:00
README

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.