Linux kernel source tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Linus Torvalds e8d018dd02
Linux 6.3-rc3
1 day ago
Documentation Including fixes from netfilter, wifi and ipsec. 3 days ago
LICENSES LICENSES: Add the copyleft-next-0.3.1 license 4 months ago
arch - Flush out logged errors immediately after MCA banks configuration 1 day ago
block block: remove obsolete config BLOCK_COMPAT 4 days ago
certs Kbuild updates for v6.3 3 weeks ago
crypto Networking changes for 6.3. 4 weeks ago
drivers TTY/Serial driver fixes for 6.3-rc3 1 day ago
fs Fix a double unlock bug on an error path in ext4, found by smatch and 1 day ago
include Char/Misc driver fixes for 6.3-rc3. 1 day ago
init Kbuild updates for v6.3 3 weeks ago
io_uring io_uring/rsrc: fix folio accounting 4 days ago
ipc Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 3 weeks ago
kernel Tracing fixes for 6.3: 1 day ago
lib Zstd fixes for v6.3 6 days ago
mm mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_accessed_or_deactivate() 2 weeks ago
net Including fixes from netfilter, wifi and ipsec. 3 days ago
rust Rust fixes for 6.3-rc1 2 weeks ago
samples LoongArch changes for v6.3 3 weeks ago
scripts kbuild: use git-archive for source package creation 4 days ago
security capability: just use a 'u64' instead of a 'u32[2]' array 3 weeks ago
sound ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set() 6 days ago
tools Including fixes from netfilter, wifi and ipsec. 3 days ago
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file 6 months ago
virt KVM/riscv changes for 6.3 1 month ago
.clang-format cpumask: re-introduce constant-sized cpumask optimizations 2 weeks ago
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 7 years ago
.get_maintainer.ignore get_maintainer: add Alan to .get_maintainer.ignore 7 months ago
.gitattributes .gitattributes: use 'dts' diff driver for *.dtso files 3 weeks ago
.gitignore kbuild: rpm-pkg: move source components to rpmbuild/SOURCES 4 days ago
.mailmap Including fixes from netfilter, wifi and ipsec. 3 days ago
.rustfmt.toml rust: add `.rustfmt.toml` 6 months ago
COPYING COPYING: state that all contributions really are covered by this file 3 years ago
CREDITS There is no particular theme here - mainly quick hits all over the tree. 4 weeks ago
Kbuild Kbuild updates for v6.1 5 months ago
Kconfig kbuild: ensure full rebuild when the compiler is updated 3 years ago
MAINTAINERS fbdev updates for kernel 6.3-rc3: 2 days ago
Makefile Linux 6.3-rc3 1 day ago
README Drop all 00-INDEX files from Documentation/ 5 years ago

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 Restructured Text 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.