Name Last commit Last update
Documentation doc: vfs: fix fadvise() sycall name
LICENSES
arch x86/entry: spell EBX register correctly in documentation
block Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
certs certs: Fix misaligned data in extra certificate list
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers dw2102: don't output spurious blank lines to the kernel log
fs fat: fix error message for bogus number of directory entries
include irq: Fix typo in tracepoint.xml
init init: fix Kconfig text
ipc mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
lib lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH description
mm Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
net Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
samples samples/bpf: add verifier tests
scripts modpost: fix module autoloading for OF devices with generic compatible property
security securityfs: fix securityfs_create_dir comment
sound ASoC: max9877: Remove unused function declaration
tools Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
usr usr/Kconfig: make initrd compression algorithm selection not expert
virt KVM: arm/arm64: Handle forward time correction gracefully
.clang-format
.cocciconfig
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes
.gitignore gitignore: fix wording
.mailmap mailmap: add John Paul Adrian Glaubitz
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.