Name Last commit Last update
Documentation x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack
LICENSES
arch x86/espfix/xen: Fix allocation of pages for paravirt page tables
block blkcg: don't call into policy draining if root_blkg is already gone
certs
crypto crypto: af_alg - properly label AF_ALG socket
drivers net: mvneta: replace Tx timer with a real interrupt
fs coredump: fix the setting of PF_DUMPCORE
include printk: rename printk_sched to printk_deferred
init x86, espfix: Make espfix64 a Kconfig option, fix UML
ipc ipc: Fix 2 bugs in msgrcv() MSG_COPY implementation
kernel timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks
lib lib/btree.c: fix leak of whole btree nodes
mm mm, thp: do not allow thp faults to avoid cpuset restrictions
net net/l2tp: don't fall back on UDP [get|set]sockopt
samples HID: hidraw: warn if userspace headers are outdated
scripts recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules
security evm: prohibit userspace writing 'security.evm' HMAC value
sound ALSA: usb-audio: Prevent printk ratelimiting from spamming kernel log while DEBUG not defined
tools tools: ffs-test: fix header values endianess
usr gen_init_cpio: remove redundant empty line
virt KVM: ioapic: fix assignment of ioapic->rtc_status.pending_eoi (CVE-2014-0155)
.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: add stable_kernel_rules.txt to stable maintainer information
Makefile Linux 3.10.52
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.