• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Documentation/11-Mar-2024-853,802671,186

LICENSES/11-Mar-2024-2,9312,428

arch/11-Mar-2024-3,548,8782,665,626

block/11-Mar-2024-58,04836,249

certs/11-Mar-2024-742522

crypto/11-Mar-2024-102,32784,523

drivers/11-Mar-2024-16,690,00712,530,443

fs/11-Mar-2024-1,316,726946,969

include/11-Mar-2024-1,005,189614,865

init/11-Mar-2024-6,3254,876

ipc/11-Mar-2024-9,4626,649

kernel/11-Mar-2024-346,149224,233

lib/11-Mar-2024-156,055115,811

mm/11-Mar-2024-141,71389,636

net/11-Mar-2024-1,087,377795,548

samples/11-Mar-2024-39,04229,041

scripts/11-Mar-2024-97,45572,267

security/11-Mar-2024-97,11666,201

sound/11-Mar-2024-1,163,699900,722

tools/11-Mar-2024-835,032667,486

usr/11-Mar-2024-1,4161,147

virt/11-Mar-2024-25,99817,887

.clang-formatD11-Mar-202415 KiB505500

.cocciconfigD11-Mar-202459 43

.get_maintainer.ignoreD11-Mar-202471 32

.gitattributesD11-Mar-202430 32

.gitignoreD11-Mar-20241.7 KiB149131

.mailmapD11-Mar-202413.5 KiB274272

COPYINGD11-Mar-2024423 1910

CREDITSD11-Mar-202497.2 KiB4,1853,628

KbuildD11-Mar-20241.3 KiB6038

KconfigD11-Mar-2024595 3520

MAINTAINERSD11-Mar-2024516.9 KiB18,05715,934

MakefileD11-Mar-202459.5 KiB1,8291,104

READMED11-Mar-2024727 1913

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