Go to file
Hanjun Guo fe4e1a576e ACPI: watchdog: Put the watchdog action table after parsing
The mapped watchdog action table should be released after the
successfully parsing, and the failure path in the driver
initialization.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2020-05-09 11:29:17 +02:00
arch - Add -fasynchronous-unwind-tables to the vDSO CFLAGS. 2020-05-01 17:09:31 -07:00
block
certs
crypto
Documentation dmaengine fixes for v5.7-rc4 2020-05-02 11:16:14 -07:00
drivers ACPI: watchdog: Put the watchdog action table after parsing 2020-05-09 11:29:17 +02:00
fs for-5.7-rc3-tag 2020-05-03 11:30:08 -07:00
include NFS client bugfixes for Linux 5.7 2020-05-02 11:24:01 -07:00
init
ipc
kernel
lib
LICENSES
mm
net NFS client bugfixes for Linux 5.7 2020-05-02 11:24:01 -07:00
samples
scripts
security
sound sound fixes for 5.7-rc4 2020-05-01 11:05:28 -07:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS for-5.7-rc3-tag 2020-05-03 11:30:08 -07:00
Makefile Linux 5.7-rc4 2020-05-03 14:56:04 -07: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.

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.