summaryrefslogtreecommitdiff
path: root/proc.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-23proc.h: add missing headersBaruch Siach1-0/+1
2017-05-03proc: include headers to get definitions for ino_t and pid_tTobias Klauser1-0/+2
2017-01-25flowtop: Add process UI tab entryVadim Kochan1-1/+2
2016-12-19flowtop: Move & refactor walk_processes() to proc.cVadim Kochan1-0/+1
2015-12-17proc: Add function to execute process with argv listVadim Kochan1-0/+1
2015-07-17flowtop, netsniff-ng: Move process name extraction to own functionTobias Klauser1-0/+3
2013-06-04proc: move out process specific management functionsDaniel Borkmann1-0/+8
7a34f72803543ddd36996f256ff79dd544a44 /Documentation/devicetree parent9735a22799b9214d17d3c231fe377fc852f042e9 (diff)
ACPI 2.0 / ECDT: Split EC_FLAGS_HANDLERS_INSTALLED
This patch splits EC_FLAGS_HANDLERS_INSTALLED so that address space handler can be installed when it is not possible to install GPE handler during early stage. This patch also tunes address space handler installation, making it happening earlier than GPE handler installation for the same purpose. Since acpi_ec_start()/acpi_ec_stop() will be entered multiple times after applying this change, it is also required to protect acpi_enable_gpe()/ acpi_disable_gpe() invocations. Link: https://bugzilla.kernel.org/show_bug.cgi?id=112911 Signed-off-by: Lv Zheng <lv.zheng@intel.com> Tested-by: Chris Bainbridge <chris.bainbridge@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/devicetree')