Name Last commit Last update
Documentation checkpatch: add Suggested-by as a standard signature
LICENSES
arch early_printk: consolidate random copies of identical code
block Merge tag 'driver-core-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
certs
crypto Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers drivers/video/backlight/tps65217_bl.c add default brightness value option
firmware firmware,IB/qib: revert firmware file move
fs fs/buffer.c: remove unnecessary init operation after allocating buffer_head.
include lib, net: make isodigit() public and use it
init final removal of CONFIG_EXPERIMENTAL
ipc ipc/util.c: use register_hotmemory_notifier()
kernel printk: fix failure to return error in devkmsg_poll()
lib lib, net: make isodigit() public and use it
mm memcg: take reference before releasing rcu_read_lock
net lib, net: make isodigit() public and use it
samples Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
scripts checkpatch: add Suggested-by as a standard signature
security selinux: add a skb_owned_by() hook
sound Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
tools Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
usr gen_init_cpio: remove redundant empty line
virt KVM: Allow cross page reads and writes from cached translations.
.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 MAINTAINERS: i8k driver is orphan
Kbuild kbuild: Fix missing system calls check on mips.
Kconfig kbuild: migrate all arch to the kconfig mainmenu upgrade
MAINTAINERS MAINTAINERS: Petko has moved
Makefile Linux 3.9
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.