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

..--

Documentation/30-Oct-2023-1,344,0811,048,567

LICENSES/30-Oct-2023-4,4053,613

arch/30-Oct-2023-4,156,5253,183,874

block/30-Oct-2023-67,71542,676

certs/30-Oct-2023-1,353929

crypto/30-Oct-2023-111,53493,113

drivers/30-Oct-2023-22,938,86217,625,844

fs/30-Oct-2023-1,507,2391,079,778

include/30-Oct-2023-1,253,494769,675

init/30-Oct-2023-6,1164,709

io_uring/30-Oct-2023-18,05513,749

ipc/30-Oct-2023-9,9106,828

kernel/30-Oct-2023-466,312303,434

lib/30-Oct-2023-244,924182,426

mm/30-Oct-2023-189,232120,764

net/30-Oct-2023-1,266,364931,229

rust/30-Oct-2023-19,1908,736

samples/30-Oct-2023-39,30828,518

scripts/30-Oct-2023-109,20280,487

security/30-Oct-2023-112,50674,713

sound/30-Oct-2023-1,511,8451,181,731

tools/30-Oct-2023-1,727,3551,396,953

usr/30-Oct-2023-1,5911,246

virt/30-Oct-2023-9,6516,638

.clang-formatD30-Oct-202320.1 KiB690685

.cocciconfigD30-Oct-202359 43

.get_maintainer.ignoreD30-Oct-2023151 54

.gitattributesD30-Oct-2023105 65

.gitignoreD30-Oct-20232 KiB173151

.mailmapD30-Oct-202335.8 KiB630629

.rustfmt.tomlD30-Oct-2023369 1311

COPYINGD30-Oct-2023496 2111

CREDITSD30-Oct-2023100 KiB4,3233,735

KbuildD30-Oct-20232.5 KiB10074

KconfigD30-Oct-2023555 3319

MAINTAINERSD30-Oct-2023709.6 KiB23,94321,216

MakefileD30-Oct-202365.9 KiB2,0561,279

READMED30-Oct-2023727 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