No description
Find a file
Christoph Hellwig a5bb207ada arm: remove the unused BIOVEC_MERGEABLE define
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2018-09-26 08:45:07 -06:00
arch arm: remove the unused BIOVEC_MERGEABLE define 2018-09-26 08:45:07 -06:00
block block: remove bvec_to_phys 2018-09-24 12:33:59 -06:00
certs
crypto
Documentation blkcg: associate writeback bios with a blkg 2018-09-21 20:29:11 -06:00
drivers blkcg: remove bio->bi_css and instead use bio->bi_blkg 2018-09-21 20:29:13 -06:00
firmware
fs blkcg: associate writeback bios with a blkg 2018-09-21 20:29:11 -06:00
include block: don't include bug.h from bio.h 2018-09-24 12:34:02 -06:00
init
ipc
kernel blkcg: remove additional reference to the css 2018-09-21 20:29:15 -06:00
lib
LICENSES
mm blkcg: associate a blkg for pages being evicted by swap 2018-09-21 20:29:09 -06:00
net
samples
scripts
security - Fix for bad debug check when converting secids to secctx 2018-09-06 09:42:14 -07:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.
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.