No description
Find a file
Erik Schmauss d46b6537f0 ACPICA: AML Parser: ignore all exceptions resulting from incorrect AML during table load
Macros to classify different AML exception codes have been added in
order to ignore the exceptions,

Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
[ rjw: Fix damaged white space ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2018-08-14 23:49:13 +02:00
arch ACPI updates for 4.19-rc1 2018-08-14 13:39:52 -07:00
block for-4.19/block-20180812 2018-08-14 10:23:25 -07:00
certs
crypto
Documentation ACPI updates for 4.19-rc1 2018-08-14 13:39:52 -07:00
drivers ACPICA: AML Parser: ignore all exceptions resulting from incorrect AML during table load 2018-08-14 23:49:13 +02:00
firmware
fs configfs updates for 4.19 2018-08-14 11:44:18 -07:00
include ACPICA: AML Parser: ignore all exceptions resulting from incorrect AML during table load 2018-08-14 23:49:13 +02:00
init
ipc
kernel Power management updates for 4.19-rc1 2018-08-14 13:12:24 -07:00
lib JFFS2 changes: 2018-08-14 10:57:44 -07:00
LICENSES
mm Power management updates for 4.19-rc1 2018-08-14 13:12:24 -07:00
net LED updates for 4.19-rc1 2018-08-14 13:07:22 -07:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ACPI updates for 4.19-rc1 2018-08-14 13:39:52 -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.