summaryrefslogtreecommitdiffstats
path: root/include/acpi
Commit message (Expand)AuthorAgeFilesLines
...
* | ACPICA: Add per-table execution of module-level codeBob Moore2016-01-011-0/+5
* | ACPICA: Add new exception code, AE_IO_ERRORBob Moore2016-01-011-2/+4
* | ACPICA: Debug Object: Cleanup outputBob Moore2016-01-011-0/+4
* | ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB method."Bob Moore2016-01-011-4/+2
* | ACPICA: Linuxize: reduce divergences for 20151218 releaseLv Zheng2016-01-011-0/+1
* | ACPI / debugger: Add IO interface to access debugger functionalitiesLv Zheng2015-12-152-12/+0
* | ACPICA: Debugger: Fix runtime stub issues of ACPI_DEBUGGER_EXEC using differe...Lv Zheng2015-12-151-0/+23
* | ACPICA: Debugger: Convert some mechanisms to OSPM specificLv Zheng2015-12-154-1/+51
|/
* Merge branch 'acpi-pci'Rafael J. Wysocki2015-11-071-33/+3
|\
| * device property: ACPI: Remove unused DMA APIsSuthikulpanit, Suravee2015-11-071-34/+0
| * ACPI: Adding DMA Attribute APIs for ACPI DeviceSuthikulpanit, Suravee2015-11-071-0/+3
| * ACPI: Honor ACPI _CCA attribute settingJeremy Linton2015-11-071-2/+3
| * Merge branch 'device-properties' into acpi-pciRafael J. Wysocki2015-11-021-2/+31
| |\
* | \ Merge branch 'acpi-processor'Rafael J. Wysocki2015-11-022-0/+152
|\ \ \
| * | | CPPC: Probe for CPPC tables for each ACPI Processor objectAshwin Chaugule2015-10-121-0/+14
| * | | ACPI: Introduce CPU performance controls using CPPCAshwin Chaugule2015-10-121-0/+138
| |/ /
* | | Merge branch 'acpica'Rafael J. Wysocki2015-11-027-21/+25
|\ \ \
| * | | ACPICA: Update version to 20150930Bob Moore2015-10-221-1/+1
| * | | ACPI: Enable build of AML interpreter debuggerLv Zheng2015-10-223-12/+10
| * | | ACPICA: Debugger: Add thread ID support so that single step mode can only app...Lv Zheng2015-10-222-1/+4
| * | | ACPICA: Improve typechecking, both compile-time and runtimeBob Moore2015-10-221-2/+5
| * | | ACPICA: Update NFIT table to rename a flags fieldBob Moore2015-10-221-1/+1
| * | | ACPICA: Debugger: Update mutexes used for multithreaded debuggerBob Moore2015-10-221-3/+3
| * | | ACPICA: Remove unnecessary conditional compilationBob Moore2015-10-221-1/+1
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'acpi-scan', 'acpi-tables', 'acpi-ec' and 'acpi-assorted'Rafael J. Wysocki2015-10-251-2/+2
|\ \ \ \ \ | | | |/ /
| * | | | ACPI / scan: constify struct acpi_hardware_id::idRasmus Villemoes2015-09-151-1/+1
| * | | | ACPI / scan: constify first argument of struct acpi_scan_handler::matchRasmus Villemoes2015-09-151-1/+1
| |/ / /
* | | | Merge branch 'device-properties'Rafael J. Wysocki2015-10-251-2/+31
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki2015-09-151-2/+19
| * | ACPI / property: Expose data-only subnodes via sysfsRafael J. Wysocki2015-09-151-0/+3
| * | ACPI / property: Add support for data-only subnodesRafael J. Wysocki2015-09-151-0/+9
| |/
* | ACPI: Eliminate CONFIG_.*{, _MODULE} #ifdef in favor of IS_ENABLED()Sudeep Holla2015-09-152-3/+3
|/
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2015-09-011-4/+1
|\
| * ACPI / processor: Drop an unused argument of a cleanup routineRafael J. Wysocki2015-07-221-4/+1
| |
| \
| \
| \
*---. \ Merge branches 'acpi-scan', 'acpi-processor' and 'acpi-assorted'Rafael J. Wysocki2015-09-013-12/+50
|\ \ \ \ | | |_|/ | |/| |
| | | * ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-082-8/+0
| | |/ | |/|
| | * ACPI: Decouple ACPI idle and ACPI processor driversAshwin Chaugule2015-08-251-2/+24
| | * ACPI: Split out ACPI PSS from ACPI Processor driverAshwin Chaugule2015-08-251-2/+26
| |/
* | ACPICA: Update version to 20150818Bob Moore2015-08-251-1/+1
* | ACPICA: Debugger: Split debugger initialization/termination APIsLv Zheng2015-08-251-0/+3
* | ACPICA: Header support to improve compatibility with MSVCBob Moore2015-08-251-4/+5
* | ACPICA: Make the max-number-of-loops runtime configurableBob Moore2015-08-251-4/+0
* | ACPICA: Debugger: Add option to display namespace summary/countsBob Moore2015-08-251-0/+2
* | ACPICA: Headers: Fix some comments, no functional changeBob Moore2015-08-251-5/+5
* | ACPICA: Disassembler: Remove duplicate code in _PLD processing.Bob Moore2015-08-251-0/+1
* | ACPICA: Correctly cleanup after a ACPI table load failureBob Moore2015-08-251-2/+5
* | ACPICA: Update version to 20150717Bob Moore2015-07-231-1/+1
* | ACPICA: iASL: Add support for TCPA Server TableBob Moore2015-07-231-4/+13
* | ACPICA: MSVC: Fix inclusion order issue of <crtdbg.h>Lv Zheng2015-07-233-0/+106
* | ACPICA: Executer: Add option to bypass opcode tracingLv Zheng2015-07-231-2/+3
OpenPOWER on IntegriCloud