No description
Find a file
David S. Miller 1455ea1d8a Merge branch 's390-next'
Julian Wiedmann says:

====================
s390/qeth: updates 2020-03-25

please apply the following patch series for qeth to netdev's net-next
tree.
Same series as yesterday, with one minor update to patch 1 as per
your review.

This adds
1) NAPI poll support for the async-Completion Queue (with one qdio layer
   patch acked by Heiko),
2) ethtool support for per-queue TX IRQ coalescing,
3) various cleanups.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-25 12:07:16 -07:00
arch s390/qdio: extend polling support to multiple queues 2020-03-25 12:07:15 -07:00
block
certs
crypto
Documentation devlink: expand the devlink-info documentation 2020-03-24 16:47:33 -07:00
drivers s390/qeth: modernize two list helpers 2020-03-25 12:07:16 -07:00
fs
include
init
ipc
kernel
lib
LICENSES
mm
net net: use indirect call wrappers for skb_copy_datagram_iter() 2020-03-25 11:30:40 -07:00
samples
scripts
security
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.

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.