No description
  • C 97.2%
  • Assembly 1.1%
  • Shell 0.6%
  • Python 0.4%
  • Makefile 0.3%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-09 18:00:07 +02:00
arch config: enable securityfs for security policy inspection 2026-09-07 12:40:04 +00:00
block fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
certs Linux v6.18.35 2026-06-09 00:00:00 +00:00
crypto fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
docs docs: trigger corrected native kernel rollout 2026-09-07 06:25:51 +00:00
Documentation fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
drivers fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
fs fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
include fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
init fix(kernel): rebase stable base to Linux 6.18.42 2026-08-05 13:44:55 +02:00
io_uring fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
ipc fix(kernel): rebase stable base to Linux 6.18.42 2026-08-05 13:44:55 +02:00
kernel fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
lib fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
LICENSES Linux v6.18.35 2026-06-09 00:00:00 +00:00
mm fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
net fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
rust fix(kernel): rebase stable base to Linux 6.18.42 2026-08-05 13:44:55 +02:00
samples fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
scripts fix(kernel): rebase stable base to Linux 6.18.42 2026-08-05 13:44:55 +02:00
security fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
sound fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
tools fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
usr Linux v6.18.35 2026-06-09 00:00:00 +00:00
virt fix(kernel): rebase stable base to Linux 6.18.42 2026-08-05 13:44:55 +02:00
.clang-format Linux v6.18.35 2026-06-09 00:00:00 +00:00
.clippy.toml Linux v6.18.35 2026-06-09 00:00:00 +00:00
.cocciconfig Linux v6.18.35 2026-06-09 00:00:00 +00:00
.editorconfig Linux v6.18.35 2026-06-09 00:00:00 +00:00
.get_maintainer.ignore Linux v6.18.35 2026-06-09 00:00:00 +00:00
.gitattributes Linux v6.18.35 2026-06-09 00:00:00 +00:00
.gitignore Linux v6.18.35 2026-06-09 00:00:00 +00:00
.mailmap Linux v6.18.35 2026-06-09 00:00:00 +00:00
.pylintrc Linux v6.18.35 2026-06-09 00:00:00 +00:00
.rustfmt.toml Linux v6.18.35 2026-06-09 00:00:00 +00:00
CHANGELOG.md chore(release): retry snapshot evidence proof 2026-07-30 13:04:46 +02:00
COPYING Linux v6.18.35 2026-06-09 00:00:00 +00:00
CREDITS Linux v6.18.35 2026-06-09 00:00:00 +00:00
Kbuild Linux v6.18.35 2026-06-09 00:00:00 +00:00
Kconfig Linux v6.18.35 2026-06-09 00:00:00 +00:00
MAINTAINERS fix(kernel): rebase stable base to Linux 6.18.49 2026-09-07 12:35:44 +00:00
Makefile chore(kernel): name the kernel Seanfarm 2026-09-09 18:00:07 +02:00
README Linux v6.18.35 2026-06-09 00:00:00 +00:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.