Name Last commit Last update
Documentation Documentation: rename PCI/PCI-DMA-mapping.txt to DMA-API-HOWTO.txt
LICENSES
arch x86 / perf: Fix suspend to RAM on HP nx6325
block Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
certs
crypto Merge branch 'for-next' into for-linus
drivers drivers/gpio/max730x.c: add license macro
fs fs/binfmt_aout.c: fix pointer warnings
include kfifo: fix KFIFO_INIT in include/linux/kfifo.h
init cgroup: implement eventfd-based generic API for notifications
ipc ppc64 sys_ipc breakage in 2.6.34-rc2
kernel cgroups: remove duplicate include
lib blackfin: enable DEBUG_SECTION_MISMATCH
mm nommu: fix an incorrect comment in the do_mmap_shared_file()
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
samples Merge commit 'v2.6.34-rc1' into perf/urgent
scripts get_maintainer: repair STDIN usage
security tomoyo: fix potential use after free
sound Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
tools Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
usr Add LZO compression support for initramfs and old-style initrd
virt KVM: Convert kvm->requests_lock to raw_spinlock_t
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Fix up .gitignore for top-level file patterns
.mailmap Add Sascha Hauer to .mailmap
COPYING [PATCH] update FSF address in COPYING
CREDITS Nicolas Pitre has a new email address
Kbuild kbuild: move asm-offsets.h to include/generated
Kconfig
MAINTAINERS MAINTAINERS: use tab not spaces for delimiter
Makefile Linux 2.6.34-rc2
README README: fix misleading pointer to the defconf directory
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.