Name Last commit Last update
Documentation Merge tag 'mips_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips
LICENSES LICENSES: Add MPL-1.1 license
arch x86/vm86/32: Fix POPF emulation
block vfs: do bulk POLL* -> EPOLL* replacement
certs License cleanup: add SPDX GPL-2.0 license identifier to files with no license
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
firmware kbuild: remove all dummy assignments to obj-
fs Merge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
include extable: Make init_kernel_text() global
init jump_label: Explicitly disable jump labels in __init code
ipc vfs: do bulk POLL* -> EPOLL* replacement
kernel extable: Make init_kernel_text() global
lib Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
mm vfs: do bulk POLL* -> EPOLL* replacement
net vfs: do bulk POLL* -> EPOLL* replacement
samples sample/bpf: fix erspan metadata
scripts objtool, retpolines: Integrate objtool with retpoline support more closely
security vfs: do bulk POLL* -> EPOLL* replacement
sound vfs: do bulk POLL* -> EPOLL* replacement
tools selftests/x86/entry_from_vm86: Add test cases for POPF
usr initramfs: fix initramfs rebuilds w/ compression after disabling
virt vfs: do bulk POLL* -> EPOLL* replacement
.clang-format
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore scripts/package: snap-pkg target
.mailmap mailmap: update Mark Yao's email address
COPYING [PATCH] update FSF address in COPYING
CREDITS MAINTAINERS: update TPM driver infrastructure changes
Kbuild Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Kconfig License cleanup: add SPDX GPL-2.0 license identifier to files with no license
MAINTAINERS Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Makefile objtool, retpolines: Integrate objtool with retpoline support more closely
README README: add a new README file, pointing to the Documentation/
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.