No description
Find a file
Erik Schmauss 77d4e0966a ACPICA: acpi_exec: fixing -fi option
Field elements listed in the init file used to be initialized after
the table load and before executing module-level code blocks. The
recent changes in module-level code mean that the table load becomes
a method execution. If fields are used within module-level code and
we are executing with -fi option, then these values are populated
after the table has finished loading. This commit changes the
initialization of objects listed in the init file so that field unit
values are populated during the table load.

Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
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: acpi_exec: fixing -fi option 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 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux 2018-08-13 19:07:17 -07:00
ipc Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2018-08-13 19:58:36 -07:00
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 samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easier 2018-08-09 21:50:44 +02:00
scripts lib/ubsan: remove null-pointer checks 2018-08-10 20:19:58 -07:00
security Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2018-08-13 19:58:36 -07:00
sound
tools Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-08-14 09:46:06 -07:00
usr
virt Merge branch 'sched/urgent' into sched/core, to pick up fixes 2018-07-25 11:29:58 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: remap some of my email addresses to kernel.org address 2018-08-06 13:15:16 -04:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ACPI updates for 4.19-rc1 2018-08-14 13:39:52 -07:00
Makefile Linux 4.18 2018-08-12 13:41: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.
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.