Name Last commit Last update
Documentation Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
LICENSES
arch Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
block Merge branch 'for-linus' of git://git.kernel.dk/linux-block
certs certs: Add a secondary system keyring that can be added to dynamically
crypto Merge tag 'keys-next-20160511' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linus
drivers Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
fs xfs: skip dirty pages in ->releasepage()
include Merge branch 'hash' of git://ftp.sciencehorizons.net/linux
init mm: use early_pfn_to_nid in page_ext_init
ipc ipc, shm: make shmem attach/detach wait for mmap_sem killable
kernel Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
lib Merge branch 'hash' of git://ftp.sciencehorizons.net/linux
mm Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
net remove lots of IS_ERR_VALUE abuses
samples samples/kprobes: print out the symbol name for the hooks
scripts Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
security Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
sound Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
usr usr/Kconfig: make initrd compression algorithm selection not expert
virt KVM: Create debugfs dir and stat files for each VM
.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.