Name Last commit Last update
Documentation Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
LICENSES
arch CONFIG_SYMBOL_PREFIX: cleanup.
block Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
certs
crypto Merge tag 'lzo-update-signature-20130226' of git://github.com/markus-oberhumer/linux
drivers CONFIG_SYMBOL_PREFIX: cleanup.
firmware firmware: remove last vestiges of dabusb
fs Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys
include CONFIG_SYMBOL_PREFIX: cleanup.
init Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
ipc ipc: don't allocate a copy larger than max
kernel CONFIG_SYMBOL_PREFIX: cleanup.
lib idr: remove WARN_ON_ONCE() on negative IDs
mm Select VIRT_TO_BUS directly where needed
net Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
samples Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
scripts CONFIG_SYMBOL_PREFIX: cleanup.
security Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys
sound ALSA: ice1712: Initialize card->private_data properly
tools efivars: efivarfs_valid_name() should handle pstore syntax
usr gen_init_cpio: remove redundant empty line
virt hlist: drop the node parameter from iterators
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore .gitignore: remove stale entry for generated version.h
.mailmap Viresh has moved
COPYING [PATCH] update FSF address in COPYING
CREDITS Randy has moved
Kbuild kbuild: Fix missing system calls check on mips.
Kconfig kbuild: migrate all arch to the kconfig mainmenu upgrade
MAINTAINERS MAINTAINERS: Update qlcnic maintainers list
Makefile CONFIG_SYMBOL_PREFIX: cleanup.
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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.