Linux kernel source tree
Go to file
Masahiro Yamada 0dd77e957a kbuild: stop removing stale <linux/version.h> file
Revert commit 223c24a7db ("kbuild: Automatically remove stale
<linux/version.h> file").

It was more than 6 years ago. I do not expect anybody to start
git-bisect for such a big window.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2021-02-16 12:01:45 +09:00
Documentation kbuild: doc: remove "Objects which export symbols" section 2021-02-16 12:01:45 +09:00
LICENSES
arch kbuild: LD_VERSION redenomination 2021-02-12 05:12:31 +09:00
block
certs
crypto
drivers libnvdimm for 5.11-rc7 2021-02-07 10:45:26 -08:00
fs 3 small smb3 fixes for stable 2021-02-06 15:26:28 -08:00
include kbuild: check the minimum compiler version in Kconfig 2021-02-16 12:01:32 +09:00
init kbuild: check the minimum compiler version in Kconfig 2021-02-16 12:01:32 +09:00
ipc
kernel dma-mapping fixes for 5.11: 2021-02-07 10:40:48 -08:00
lib kbuild: Remove $(cc-option,-gdwarf-4) dependency from DEBUG_INFO_DWARF4 2021-02-12 05:11:20 +09:00
mm
net
samples
scripts genksyms: remove useless case DOTS 2021-02-16 12:01:45 +09:00
security
sound
tools libnvdimm for 5.11-rc7 2021-02-07 10:45:26 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS kbuild: check the minimum compiler version in Kconfig 2021-02-16 12:01:32 +09:00
Makefile kbuild: stop removing stale <linux/version.h> file 2021-02-16 12:01:45 +09: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.