Linux kernel fork with ZFS built-in (copy-builtin)
  • 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-07-05 10:46:11 +00:00
arch perf(kernel): enable BBR congestion control (CONFIG_TCP_CONG_ADVANCED+BBR) 2026-06-17 12:32:10 +00:00
block
certs
crypto
Documentation
drivers
fs perf(zfs): skip abd page-iter scratch reset on terminal pass 2026-06-17 12:32:09 +00:00
include zfs: enable kernel_fpu_* exports path for x86_64 in-tree build 2026-06-17 12:32:09 +00:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
CHANGELOG.md docs: note the first pipeline kernel release v6.18.35-seanfarm25 2026-07-05 10:23:23 +00:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.