No description
Find a file
Bjorn Helgaas 23e672bc2a PCI/AER: Move private AER things to aerdrv.c
Most of the things in aerdrv.h are only used in aerdrv.c, so move them
there.  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Keith Busch <keith.busch@intel.com>
2018-06-11 08:11:25 -05:00
arch pci-v4.18-changes 2018-06-07 12:45:58 -07:00
block
certs
crypto
Documentation pci-v4.18-changes 2018-06-07 12:45:58 -07:00
drivers PCI/AER: Move private AER things to aerdrv.c 2018-06-11 08:11:25 -05:00
firmware
fs powerpc updates for 4.18 2018-06-07 10:23:33 -07:00
include pci-v4.18-changes 2018-06-07 12:45:58 -07:00
init
ipc
kernel powerpc updates for 4.18 2018-06-07 10:23:33 -07:00
lib
LICENSES
mm
net
samples
scripts powerpc updates for 4.18 2018-06-07 10:23:33 -07:00
security
sound media updates for v4.18-rc1 2018-06-07 12:34:37 -07:00
tools powerpc updates for 4.18 2018-06-07 10:23:33 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS pci-v4.18-changes 2018-06-07 12:45:58 -07: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.
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.