Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 20-Aug-2023 | - | ||||
Documentation/ | 13-Mar-2023 | - | ||||
LICENSES/ | 13-Mar-2023 | - | ||||
arch/ | 13-Mar-2023 | - | ||||
block/ | 13-Mar-2023 | - | ||||
certs/ | 13-Mar-2023 | - | ||||
crypto/ | 13-Mar-2023 | - | ||||
drivers/ | 13-Mar-2023 | - | ||||
fs/ | 13-Mar-2023 | - | ||||
include/ | 13-Mar-2023 | - | ||||
init/ | 13-Mar-2023 | - | ||||
io_uring/ | 13-Mar-2023 | - | ||||
ipc/ | 13-Mar-2023 | - | ||||
kernel/ | 13-Mar-2023 | - | ||||
lib/ | 13-Mar-2023 | - | ||||
mm/ | 13-Mar-2023 | - | ||||
net/ | 13-Mar-2023 | - | ||||
rust/ | 13-Mar-2023 | - | ||||
samples/ | 13-Mar-2023 | - | ||||
scripts/ | 13-Mar-2023 | - | ||||
security/ | 13-Mar-2023 | - | ||||
sound/ | 13-Mar-2023 | - | ||||
tools/ | 13-Mar-2023 | - | ||||
usr/ | 13-Mar-2023 | - | ||||
virt/ | 13-Mar-2023 | - | ||||
.clang-format | A D | 13-Mar-2023 | 20 KiB | 689 | 684 | |
.cocciconfig | A D | 13-Mar-2023 | 59 | 4 | 3 | |
.get_maintainer.ignore | A D | 13-Mar-2023 | 151 | 5 | 4 | |
.gitattributes | A D | 13-Mar-2023 | 90 | 5 | 4 | |
.gitignore | A D | 13-Mar-2023 | 2 KiB | 175 | 153 | |
.mailmap | A D | 13-Mar-2023 | 25.8 KiB | 474 | 473 | |
.rustfmt.toml | A D | 13-Mar-2023 | 369 | 13 | 11 | |
COPYING | A D | 13-Mar-2023 | 496 | 21 | 11 | |
CREDITS | A D | 13-Mar-2023 | 99.7 KiB | 4,303 | 3,720 | |
Kbuild | A D | 13-Mar-2023 | 2.5 KiB | 100 | 74 | |
Kconfig | A D | 13-Mar-2023 | 555 | 33 | 19 | |
MAINTAINERS | A D | 13-Mar-2023 | 685.1 KiB | 23,200 | 20,539 | |
Makefile | A D | 13-Mar-2023 | 70.1 KiB | 2,162 | 1,336 | |
README | A D | 13-Mar-2023 | 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