Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 23-Feb-2020 | - | ||||
Documentation/ | H | 15-Dec-2020 | - | |||
LICENSES/ | H | 18-May-2019 | - | |||
arch/ | H | 11-Jan-2021 | - | |||
block/ | H | 11-Jan-2021 | - | |||
certs/ | H | 05-Apr-2020 | - | |||
crypto/ | H | 19-Jan-2021 | - | |||
drivers/ | H | 21-Dec-2020 | - | |||
fs/ | H | 19-Jan-2021 | - | |||
include/ | H | 24-Aug-2020 | - | |||
init/ | H | 11-Jan-2021 | - | |||
ipc/ | H | 21-Dec-2020 | - | |||
kernel/ | H | 11-Jan-2021 | - | |||
lib/ | H | 19-Jan-2021 | - | |||
mm/ | H | 19-Jan-2021 | - | |||
net/ | H | 21-Dec-2020 | - | |||
samples/ | H | 14-Nov-2020 | - | |||
scripts/ | H | 11-Jan-2021 | - | |||
security/ | H | 19-Jan-2021 | - | |||
sound/ | H | 30-Jan-2020 | - | |||
tools/ | H | 27-Oct-2020 | - | |||
usr/ | H | 24-Aug-2020 | - | |||
virt/ | H | 21-Jun-2019 | - | |||
.clang-format | H A D | 27-Oct-2020 | 16.3 KiB | 549 | 544 | |
.cocciconfig | H A D | 04-Aug-2016 | 59 | 4 | 3 | |
.get_maintainer.ignore | H A D | 21-Jun-2019 | 71 | 3 | 2 | |
.gitattributes | H A D | 15-Dec-2019 | 62 | 5 | 4 | |
.gitignore | H A D | 27-Oct-2020 | 1.8 KiB | 158 | 138 | |
.mailmap | H A D | 21-Dec-2020 | 17.9 KiB | 349 | 348 | |
COPYING | H A D | 21-Mar-2020 | 496 | 21 | 11 | |
CREDITS | H A D | 19-Jan-2021 | 98.4 KiB | 4,218 | 3,654 | |
Kbuild | H A D | 21-Mar-2020 | 1.3 KiB | 60 | 38 | |
Kconfig | H A D | 21-Jun-2020 | 555 | 33 | 19 | |
MAINTAINERS | H A D | 19-Jan-2021 | 571.9 KiB | 19,771 | 17,469 | |
Makefile | H A D | 19-Jan-2021 | 62.9 KiB | 1,956 | 1,191 | |
README | H A D | 21-Nov-2018 | 727 | 19 | 13 |
README
1Linux kernel 2============ 3 4There are several guides for kernel developers and users. These guides can 5be rendered in a number of formats, like HTML and PDF. Please read 6Documentation/admin-guide/README.rst first. 7 8In order to build the documentation, use ``make htmldocs`` or 9``make pdfdocs``. The formatted documentation can also be read online at: 10 11 https://www.kernel.org/doc/html/latest/ 12 13There are various text files in the Documentation/ subdirectory, 14several of them using the Restructured Text markup notation. 15 16Please read the Documentation/process/changes.rst file, as it contains the 17requirements for building and running the kernel, and information about 18the problems which may result by upgrading your kernel. 19