Go to file
Christoph Hellwig 6353599813 block: add a SPDX tag to blk-mq-rdma.h
This file has no copyright notice, but was added as part of a commit
adding another file using the default kernel GPLv2 license.  Add
a matching SPDX tag.

Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-04-30 16:12:02 -06:00
arch Linux 5.1-rc6 2019-04-22 09:47:36 -06:00
block block: switch all files cleared marked as GPLv2 or later to SPDX tags 2019-04-30 16:11:59 -06:00
certs
crypto
Documentation Linux 5.1-rc6 2019-04-22 09:47:36 -06:00
drivers block: remove the i argument to bio_for_each_segment_all 2019-04-30 09:26:13 -06:00
fs block: remove the i argument to bio_for_each_segment_all 2019-04-30 09:26:13 -06:00
include block: add a SPDX tag to blk-mq-rdma.h 2019-04-30 16:12:02 -06:00
init
ipc
kernel
lib Linux 5.1-rc6 2019-04-22 09:47:36 -06:00
LICENSES
mm
net NFS client bugfixes for Linux 5.1 2019-04-20 12:55:23 -07:00
samples
scripts
security
sound
tools Linux 5.1-rc6 2019-04-22 09:47:36 -06:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS - Fix the random PID check 2019-04-20 10:43:37 -07:00
Makefile Linux 5.1-rc6 2019-04-21 10:45:57 -07:00
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.