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

..--

Documentation/11-Mar-2024-765,048605,437

LICENSES/11-Mar-2024-2,8752,379

arch/11-Mar-2024-3,473,2402,576,468

block/11-Mar-2024-61,47038,937

certs/11-Mar-2024-700487

crypto/11-Mar-2024-101,51583,902

drivers/11-Mar-2024-15,406,45111,429,981

firmware/11-Mar-2024-6946

fs/11-Mar-2024-1,258,454901,458

include/11-Mar-2024-941,638567,742

init/11-Mar-2024-5,9884,602

ipc/11-Mar-2024-9,2556,514

kernel/11-Mar-2024-322,578208,187

lib/11-Mar-2024-141,526104,410

mm/11-Mar-2024-135,27586,154

net/11-Mar-2024-1,035,632751,508

samples/11-Mar-2024-36,64926,957

scripts/11-Mar-2024-92,62668,056

security/11-Mar-2024-92,91663,042

sound/11-Mar-2024-1,076,886823,034

tools/11-Mar-2024-646,237511,341

usr/11-Mar-2024-1,3001,065

virt/11-Mar-2024-24,53816,722

.clang-formatD11-Mar-202412.8 KiB429424

.cocciconfigD11-Mar-202459 43

.get_maintainer.ignoreD11-Mar-202431 21

.gitattributesD11-Mar-202430 32

.gitignoreD11-Mar-20241.5 KiB135118

.mailmapD11-Mar-20249.7 KiB209207

COPYINGD11-Mar-2024423 1910

CREDITSD11-Mar-202496.4 KiB4,1543,604

KbuildD11-Mar-20242.2 KiB8561

KconfigD11-Mar-2024563 3319

MAINTAINERSD11-Mar-2024459.8 KiB16,26214,319

MakefileD11-Mar-202458.7 KiB1,7351,046

READMED11-Mar-2024800 2014

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.
15See Documentation/00-INDEX for a list of what is contained in each file.
16
17Please read the Documentation/process/changes.rst file, as it contains the
18requirements for building and running the kernel, and information about
19the problems which may result by upgrading your kernel.
20