Name | Date | Size | ||
---|---|---|---|---|
.. | 22-Jun-2021 | 50 | ||
.clang-format | H A D | 14-Jan-2022 | 16.6 KiB | |
.cocciconfig | H A D | 03-Aug-2016 | 59 | |
.get_maintainer.ignore | H A D | 22-May-2019 | 71 | |
.gitattributes | H A D | 06-Dec-2019 | 62 | |
.gitignore | H A D | 09-May-2021 | 1.9 KiB | |
.mailmap | H A D | 14-May-2022 | 22.4 KiB | |
arch/ | H | Today | 26 | |
block/ | H | Today | 81 | |
certs/ | H | 01-Apr-2022 | 16 | |
COPYING | H A D | 22-Feb-2020 | 496 | |
CREDITS | H A D | 01-Mar-2022 | 98.9 KiB | |
crypto/ | H | 27-Mar-2022 | 148 | |
Documentation/ | H | 29-Mar-2022 | 103 | |
drivers/ | H | 29-Mar-2022 | 141 | |
fs/ | H | Today | 161 | |
include/ | H | 04-Aug-2020 | 29 | |
init/ | H | 01-Apr-2022 | 14 | |
ipc/ | H | 23-Mar-2022 | 15 | |
Kbuild | H A D | 10-Feb-2020 | 1.3 KiB | |
Kconfig | H A D | 07-Jun-2020 | 555 | |
kernel/ | H | Today | 135 | |
lib/ | H | Today | 280 | |
LICENSES/ | H | 09-May-2019 | 6 | |
MAINTAINERS | H A D | Today | 642.2 KiB | |
Makefile | H A D | 23-May-2022 | 63.6 KiB | |
mm/ | H | Today | 131 | |
net/ | H | Today | 79 | |
README | H A D | 25-Oct-2018 | 727 | |
samples/ | H | 25-Mar-2022 | 40 | |
scripts/ | H | Today | 145 | |
security/ | H | 01-Apr-2022 | 23 | |
sound/ | H | 24-Mar-2022 | 32 | |
tools/ | H | Today | 40 | |
usr/ | H | 01-Apr-2022 | 10 | |
virt/ | H | 22-May-2019 | 5 |
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