Go to file
Artemy Kovalyov 8942acea37 IB/uverbs: Pass IB_UVERBS_QPF_GRH_REQUIRED to user space
Userspace also needs to know if the port requires GRHs to properly form
the AVs it creates.

Signed-off-by: Artemy Kovalyov <artemyko@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
2018-07-10 11:13:04 -06:00
arch Solve a series of broken links for files under Documentation: 2018-06-17 05:25:18 +09:00
block for-linus-20180616 2018-06-17 05:37:55 +09:00
certs
crypto
Documentation for-linus-20180616 2018-06-17 05:37:55 +09:00
drivers IB/uverbs: Pass IB_UVERBS_QPF_GRH_REQUIRED to user space 2018-07-10 11:13:04 -06:00
firmware
fs IB/core: add max_send_sge and max_recv_sge attributes 2018-06-18 13:17:28 -06:00
include IB/uverbs: Pass IB_UVERBS_QPF_GRH_REQUIRED to user space 2018-07-10 11:13:04 -06:00
init
ipc
kernel Solve a series of broken links for files under Documentation: 2018-06-17 05:25:18 +09:00
lib
LICENSES
mm
net IB/core: add max_send_sge and max_recv_sge attributes 2018-06-18 13:17:28 -06:00
samples
scripts scripts/documentation-file-ref-check: check tools/*/Documentation 2018-06-15 18:10:01 -03:00
security
sound
tools Solve a series of broken links for files under Documentation: 2018-06-17 05:25:18 +09:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Moving out... 2018-07-04 11:54:36 -06:00
Makefile Linux 4.18-rc1 2018-06-17 08:04:49 +09: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.
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.