Name Last commit Last update
Documentation Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
LICENSES
arch Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
block block/partitions/efi.c: fix bound check
certs
crypto Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
drivers Merge branch 'akpm' (fixes from Andrew)
firmware firmware,IB/qib: revert firmware file move
fs Merge git://git.kvack.org/~bcrl/aio-next
include Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
init Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
ipc ipc,shm: correct error return value in shmctl (SHM_UNLOCK)
kernel Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
lib Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
mm Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux
net kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly
samples kfifo API type safety
scripts Merge branch 'akpm' (fixes from Andrew)
security Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
sound Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
tools Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
usr initramfs: read CONFIG_RD_ variables for initramfs compression
virt KVM: kvm_clear_guest_page(): fix empty_zero_page usage
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore .gitignore: ignore *.lz4 files
.mailmap Viresh has moved
COPYING [PATCH] update FSF address in COPYING
CREDITS MAINTAINERS: update Zwane Mwaikambo's e-mail address
Kbuild kbuild: Fix missing system calls check on mips.
Kconfig kbuild: migrate all arch to the kconfig mainmenu upgrade
MAINTAINERS Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfs
Makefile Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
README Merge branch 'master' into for-next
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.