Linux kernel source tree
Find a file
Aditya Pakki d6bd6cf9fe xen/grant-table: remove multiple BUG_ON on gnttab_interface
gnttab_request_version() always sets the gnttab_interface variable
and the assertions to check for empty gnttab_interface is unnecessary.
The patch eliminates multiple such assertions.

Signed-off-by: Aditya Pakki <pakki001@umn.edu>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
2019-12-20 13:54:56 +01:00
arch seccomp updates for v5.5 2019-11-30 17:23:16 -08:00
block
certs
crypto
Documentation - Support for new VMBus protocols (Andrea Parri). 2019-11-30 14:50:51 -08:00
drivers xen/grant-table: remove multiple BUG_ON on gnttab_interface 2019-12-20 13:54:56 +01:00
fs audit/stable-5.5 PR 20191126 2019-11-30 17:01:48 -08:00
include xen/interface: re-define FRONT/BACK_RING_ATTACH() 2019-12-20 13:44:42 +01:00
init
ipc
kernel seccomp updates for v5.5 2019-11-30 17:23:16 -08:00
lib - Support for new VMBus protocols (Andrea Parri). 2019-11-30 14:50:51 -08:00
LICENSES
mm
net - Support for new VMBus protocols (Andrea Parri). 2019-11-30 14:50:51 -08:00
samples
scripts
security selinux/stable-5.5 PR 20191126 2019-11-30 16:55:37 -08:00
sound
tools seccomp updates for v5.5 2019-11-30 17:23:16 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS - Support for new VMBus protocols (Andrea Parri). 2019-11-30 14:50:51 -08:00
Makefile
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.