Go to file
Ursula Braun 9d8fb61734 net/smc: introduce sg-logic for send buffers
SMC send buffers are processed the same way as RMBs. Since RMBs have
been converted to sg-logic, do the same for send buffers.

Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-07-29 11:22:58 -07:00
Documentation
arch
block
certs
crypto
drivers liquidio: cleanup: removed cryptic and misleading macro 2017-07-27 17:29:34 -07:00
firmware
fs
include qed: enhanced per queue max coalesce value. 2017-07-27 00:05:22 -07:00
init
ipc
kernel bpf: dev_map_alloc() shouldn't return NULL 2017-07-24 16:23:05 -07:00
lib
mm
net net/smc: introduce sg-logic for send buffers 2017-07-29 11:22:58 -07:00
samples
scripts
security
sound
tools bpf: install libbpf headers on 'make install' 2017-07-26 13:42:09 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.