Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Documentation/ | H | 05-Apr-2024 | - | 1,347,148 | 1,051,025 | |
LICENSES/ | H | 07-Mar-2021 | - | 4,405 | 3,613 | |
arch/ | H | 03-May-2024 | - | 4,183,377 | 3,205,960 | |
block/ | H | 13-Feb-2025 | - | 68,120 | 42,927 | |
certs/ | H | 05-Apr-2024 | - | 1,353 | 929 | |
crypto/ | H | 13-Jan-2025 | - | 111,538 | 93,118 | |
drivers/ | H | 05-Apr-2024 | - | 22,983,037 | 17,657,177 | |
fs/ | H | 13-Feb-2025 | - | 1,517,870 | 1,087,484 | |
include/ | H | 05-Apr-2024 | - | 1,256,995 | 771,591 | |
init/ | H | 11-Dec-2024 | - | 6,164 | 4,749 | |
io_uring/ | H | 13-Feb-2025 | - | 18,163 | 13,770 | |
ipc/ | H | 11-Dec-2024 | - | 9,979 | 6,880 | |
kernel/ | H | 13-Feb-2025 | - | 469,152 | 304,883 | |
lib/ | H | 13-Jan-2025 | - | 245,193 | 182,567 | |
mm/ | H | 03-Feb-2025 | - | 189,797 | 121,101 | |
net/ | H | 18-Oct-2024 | - | 1,269,549 | 933,436 | |
rust/ | H | 13-Sep-2024 | - | 19,171 | 8,756 | |
samples/ | H | 05-Apr-2024 | - | 39,432 | 28,620 | |
scripts/ | H | 13-Feb-2025 | - | 109,463 | 80,619 | |
security/ | H | 11-Oct-2024 | - | 113,036 | 75,108 | |
sound/ | H | 18-Nov-2024 | - | 1,514,121 | 1,183,292 | |
tools/ | H | 05-Apr-2024 | - | 1,733,020 | 1,401,001 | |
usr/ | H | 05-Apr-2024 | - | 1,591 | 1,246 | |
virt/ | H | 07-Mar-2021 | - | 9,674 | 6,647 | |
.clang-format | H A D | 05-Apr-2024 | 20.1 KiB | 690 | 685 | |
.cocciconfig | H A D | 07-Mar-2021 | 59 | 4 | 3 | |
.get_maintainer.ignore | H A D | 05-Apr-2024 | 151 | 5 | 4 | |
.gitattributes | H A D | 05-Apr-2024 | 105 | 6 | 5 | |
.gitignore | H A D | 08-Oct-2024 | 2 KiB | 172 | 150 | |
.mailmap | H A D | 05-Apr-2024 | 35.8 KiB | 630 | 629 | |
.rustfmt.toml | H A D | 05-Apr-2024 | 369 | 13 | 11 | |
COPYING | H A D | 07-Mar-2021 | 496 | 21 | 11 | |
CREDITS | H A D | 05-Apr-2024 | 100 KiB | 4,323 | 3,735 | |
Kbuild | H A D | 05-Apr-2024 | 2.5 KiB | 100 | 74 | |
Kconfig | H A D | 07-Mar-2021 | 555 | 33 | 19 | |
MAINTAINERS | H A D | 07-Jan-2025 | 711.3 KiB | 23,996 | 21,263 | |
Makefile | H A D | 13-Feb-2025 | 66.1 KiB | 2,064 | 1,277 | |
README | H A D | 07-Mar-2021 | 727 | 19 | 13 | |
opengrok0.0.log | H A D | 28-Dec-2024 | 20 MiB | 239,541 | 239,540 | |
opengrok1.0.log | H A D | 28-Dec-2024 | 50 MiB | 239,889 | 239,888 | |
opengrok2.0.log | H A D | 28-Dec-2024 | 50 MiB | 46,776 | 46,768 |
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