0f5e3898
Name Last commit Last update
Documentation Merge 6.11-rc4 into tty-next
LICENSES LICENSES: Add the copyleft-next-0.3.1 license
arch Merge 6.11-rc4 into tty-next
block block: Fix lockdep warning in blk_mq_mark_tag_wait
certs kbuild: use $(src) instead of $(srctree)/$(src) for source directory
crypto crypto: testmgr - generate power-of-2 lengths more often
drivers serial: sc16is7xx: remove SC16IS7XX_MSR_DELTA_MASK
fs Merge tag 'for-6.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
include Merge 6.11-rc4 into tty-next
init Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linux
io_uring io_uring/sqpoll: annotate debug task == current with data_race()
ipc sysctl: treewide: constify the ctl_table argument of proc_handlers
kernel Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
lib Merge tag 'bcachefs-2024-08-16' of git://evilpiepirate.org/bcachefs
mm Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
net Merge tag 'net-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
rust Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linux
samples Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
scripts Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linux
security KEYS: trusted: dcp: fix leak of blob encryption key
sound ALSA: hda/tas2781: Use correct endian conversion
tools Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
usr initramfs: shorten cmd_initfs in usr/Makefile
virt KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)
.clang-format Docs: Move clang-format from process/ to dev-tools/
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.