Linux kernel source tree
C C++ Assembly Makefile Perl Objective-C
Latest commit 49e555a Jan 25, 2017 @torvalds Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi…
…t/mst/vhost

Pull virtio/vhost fixes from Michael Tsirkin:

 - ARM DMA fixes

 - vhost vsock bugfix

* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
  vring: Force use of DMA API for ARM-based systems with legacy devices
  virtio_mmio: Set DMA masks appropriately
  vhost/vsock: handle vhost_vq_init_access() error
Permalink
Failed to load latest commit information.
Documentation Documentation/filesystems/proc.txt: add VmPin Jan 25, 2017
arch mn10300: fix build error of missing fpu_save() Jan 25, 2017
block blk-mq: Remove unused variable Jan 18, 2017
certs certs: Add a secondary system keyring that can be added to dynamically Apr 11, 2016
crypto crypto: testmgr - Use heap buffer for acomp test input Dec 27, 2016
drivers Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi… Jan 25, 2017
firmware WHENCE: use https://linuxtv.org for LinuxTV URLs Dec 4, 2015
fs romfs: use different way to generate fsid for BLOCK or MTD Jan 25, 2017
include mm, page_alloc: fix check for NULL preferred_zone Jan 25, 2017
init cgroup: move CONFIG_SOCK_CGROUP_DATA to init/Kconfig Jan 11, 2017
ipc ipc/sem.c: fix incorrect sem_lock pairing Jan 11, 2017
kernel Merge branch 'akpm' (patches from Andrew) Jan 25, 2017
lib mm: do not export ioremap_page_range symbol for external module Jan 25, 2017
mm mm, page_alloc: fix premature OOM when racing with cpuset mems update Jan 25, 2017
net Merge tag 'ceph-for-4.10-rc5' of git://github.com/ceph/ceph-client Jan 20, 2017
samples Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/… Jan 15, 2017
scripts gcc-plugins: update gcc-common.h for gcc-7 Jan 3, 2017
security Replace <asm/uaccess.h> with <linux/uaccess.h> globally Dec 24, 2016
sound Merge tag 'asoc-fix-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/… Jan 11, 2017
tools Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi… Jan 22, 2017
usr kbuild: initramfs cleanup, set target from Kconfig Jan 5, 2017
virt Merge tag 'kvm-arm-for-4.10-rc4' of git://git.kernel.org/pub/scm/linu… Jan 17, 2017
.cocciconfig scripts: add Linux .cocciconfig for coccinelle Jul 22, 2016
.get_maintainer.ignore Add hch to .get_maintainer.ignore Aug 21, 2015
.gitattributes .gitattributes: set git diff driver for C source code files Oct 8, 2016
.gitignore Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/… Aug 2, 2016
.mailmap mailmap: add codeaurora.org names for nameless email commits Jan 11, 2017
COPYING [PATCH] update FSF address in COPYING Sep 10, 2005
CREDITS CREDITS: Remove outdated address information Dec 21, 2016
Kbuild scripts/gdb: provide linux constants May 24, 2016
Kconfig kbuild: migrate all arch to the kconfig mainmenu upgrade Sep 20, 2010
MAINTAINERS Merge branch 'akpm' (patches from Andrew) Jan 25, 2017
Makefile Linux 4.10-rc5 Jan 22, 2017
README README: add a new README file, pointing to the Documentation/ Oct 24, 2016

README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.