Name Last commit Last update
Documentation KVM: arm64: Reject VM creation when the default IPA size is unsupported
LICENSES LICENSES: Add the CC-BY-4.0 license
arch crypto: x86/aes-ni-xts - use direct calls to and 4-way stride
block block: Discard page cache of zone reset target range
certs certs: Fix blacklist flag type confusion
crypto crypto: mips/poly1305 - enable for all MIPS processors
drivers net: dsa: b53: Support setting learning on port
fs Revert "nfsd4: a client's own opens needn't prevent delegations"
include regulator: pca9450: Clear PRESET_EN bit to fix BUCK1/2/3 voltage setting
init kgdb: fix to kill breakpoints on initmem after boot
ipc Merge branch 'akpm' (patches from Andrew)
kernel bpf: Add sanity check for upper ptr_limit
lib kasan: fix KASAN_STACK dependency for HW_TAGS
mm mm/page_alloc.c: refactor initialization of struct page for holes in memory layout
net mptcp: dispose initial struct socket when its subflow is closed
samples samples, bpf: Add missing munmap in xdpsock
scripts ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcount
security Revert 95ebabde ("capabilities: Don't allow writing ambiguous v3 file capabilities")
sound ALSA: usb-audio: fix use after free in usb_audio_disconnect
tools bpf, selftests: Fix up some test_verifier cases for unprivileged
usr Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
virt KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
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.