Name Last commit Last update
Documentation Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
LICENSES
arch Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
block Merge branch 'for-linus' of git://git.kernel.dk/linux-block
certs modsign: Handle signing key in source tree
crypto Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
fs Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
include tracing: Move non perf code out of perf.h
init sys_membarrier(): system-wide memory barrier (generic, x86)
io_uring
ipc ipc: convert invalid scenarios to use WARN_ON
kernel kernel/trace_probe: is_good_name can be boolean
lib lib/string_helpers.c: fix infinite loop in string_get_size()
mm revert "mm: make sure all file VMAs have ->vm_ops set"
net libceph: don't access invalid memory in keepalive2 path
rust
samples bpf: fix build warnings and add function read_trace_pipe()
scripts modsign: Fix GPL/OpenSSL licence incompatibility
security Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
sound Merge tag 'sound-fix-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools Merge tag 'linux-kselftest-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
usr usr/Kconfig: make initrd compression algorithm selection not expert
virt Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
.clang-format
.cocciconfig
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes
.gitignore Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
.mailmap .mailmap: Andrey Ryabinin has moved
.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 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.