No description
Find a file
Alex Maftei (amaftei) 90c914d2a3 sfc: rename mcdi filtering functions/structs
Minor style fixes included due to name lengths changing.

Signed-off-by: Alexandru-Mihai Maftei <amaftei@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-01-27 13:05:43 +01:00
arch
block
certs
crypto
Documentation devlink: document devlink info versions reported by bnxt_en driver 2020-01-27 11:33:29 +01:00
drivers sfc: rename mcdi filtering functions/structs 2020-01-27 13:05:43 +01:00
fs
include devlink: add macro for "fw.roce" 2020-01-27 11:33:29 +01:00
init
ipc
kernel
lib bitmap: Introduce bitmap_cut(): cut bits and shift remaining 2020-01-27 08:54:30 +01:00
LICENSES
mm
net ethtool: add WOL_NTF notification 2020-01-27 11:31:36 +01:00
samples
scripts
security
sound
tools selftests: netfilter: Introduce tests for sets with range concatenation 2020-01-27 08:54:30 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS wireless-drivers-next patches for v5.6 2020-01-27 11:25:36 +01:00
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.