Skip to content
Linux kernel source tree
C C++ Assembly Objective-C Makefile Shell Other
Branch: master
Clone or download
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:

 - Fixes in the iommu and balloon devices.

 - Disable the meta-data optimization for now - I hope we can get it
   fixed shortly, but there's no point in making users suffer crashes
   while we are working on that.

* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
  vhost: disable metadata prefetch optimization
  iommu/virtio: Update to most recent specification
  balloon: fix up comments
  mm/balloon_compaction: avoid duplicate page removal
Latest commit 2a11c76 Jul 29, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Documentation Merge tag 'usb-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/… Jul 28, 2019
LICENSES
arch
block
certs Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm… Jul 11, 2019
crypto Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/… Jul 11, 2019
drivers Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi… Jul 29, 2019
fs Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel… Jul 28, 2019
include Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi… Jul 29, 2019
init Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kern… Jul 19, 2019
ipc
kernel Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm… Jul 28, 2019
lib test_firmware: fix a memory leak bug Jul 25, 2019
mm Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi… Jul 29, 2019
net tcp: be more careful in tcp_fragment() Jul 22, 2019
samples treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space hea… Jul 25, 2019
scripts Merge tag 'kbuild-fixes-v5.3' of git://git.kernel.org/pub/scm/linux/k… Jul 28, 2019
security
sound Merge tag 'sound-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kerne… Jul 26, 2019
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/… Jul 28, 2019
usr kbuild: enable arch/s390/include/uapi/asm/zcrypt.h for uapi header test Jul 23, 2019
virt Documentation: move Documentation/virtual to Documentation/virt Jul 24, 2019
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

README

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.
You can’t perform that action at this time.