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

..--

Documentation/06-Mar-2024-1,344,1741,065,416

LICENSES/06-Mar-2024-4,4053,613

arch/06-Mar-2024-4,158,0703,184,905

block/06-Mar-2024-67,80242,726

certs/06-Mar-2024-1,353929

crypto/06-Mar-2024-111,56193,137

drivers/06-Mar-2024-22,946,98817,631,282

fs/06-Mar-2024-1,509,8411,081,533

include/06-Mar-2024-1,254,519770,235

init/06-Mar-2024-6,1334,723

io_uring/06-Mar-2024-18,24713,850

ipc/06-Mar-2024-9,9106,828

kernel/06-Mar-2024-467,252303,760

lib/06-Mar-2024-245,019182,464

mm/06-Mar-2024-189,465120,924

net/06-Mar-2024-1,268,530932,812

rust/06-Mar-2024-19,1208,709

samples/06-Mar-2024-39,41828,608

scripts/06-Mar-2024-109,22080,502

security/06-Mar-2024-112,85874,983

sound/06-Mar-2024-1,512,9801,182,573

tools/06-Mar-2024-1,729,0771,398,090

usr/06-Mar-2024-1,5911,246

virt/06-Mar-2024-9,6516,638

.clang-formatD06-Mar-202420.1 KiB690685

.cocciconfigD06-Mar-202459 43

.get_maintainer.ignoreD06-Mar-2024151 54

.gitattributesD06-Mar-2024105 65

.gitignoreD06-Mar-20242 KiB173151

.mailmapD06-Mar-202435.8 KiB630629

.rustfmt.tomlD06-Mar-2024369 1311

COPYINGD06-Mar-2024496 2111

CREDITSD06-Mar-2024100 KiB4,3233,735

KbuildD06-Mar-20242.5 KiB10074

KconfigD06-Mar-2024555 3319

MAINTAINERSD06-Mar-2024709.7 KiB23,94421,217

MakefileD06-Mar-202465.9 KiB2,0561,279

READMED06-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