Go to file
Bob Moore 3877b2ccb7 ACPICA: Debugger: Reduce verbosity for module-level code errors.
Module-level code execution has no method arguments or locals,
so do not attempt to output values for these.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2018-06-06 08:53:42 +02:00
arch Power management updates for 4.18-rc1 2018-06-05 09:38:39 -07:00
block
certs
crypto
Documentation ACPI updates for 4.18-rc1 2018-06-05 10:08:27 -07:00
drivers ACPICA: Debugger: Reduce verbosity for module-level code errors. 2018-06-06 08:53:42 +02:00
firmware
fs
include ACPICA: AML Parser: Add debug option to dump parse trees 2018-06-06 08:53:42 +02:00
init
ipc Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-06-04 21:02:18 -07:00
kernel Power management updates for 4.18-rc1 2018-06-05 09:38:39 -07:00
lib
LICENSES
mm
net
samples
scripts Merge branch 'faddr2line' (patches from Josh) 2018-06-05 09:04:46 -07:00
security
sound
tools Power management updates for 4.18-rc1 2018-06-05 09:38:39 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Power management updates for 4.18-rc1 2018-06-05 09:38:39 -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.