summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'acpi-scan', 'acpi-processor' and 'acpi-assorted'Rafael J. Wysocki2015-09-0152-1077/+1050
|\ \ \
| | | * ACPI: fix acpi_debugfs_init prototypeNicolas Iooss2015-08-072-1/+3
| | | * ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-0843-172/+0
| | * | PCC: Disable compilation by defaultAshwin Chaugule2015-08-261-0/+1
| | * | ACPI: Decouple ACPI idle and ACPI processor driversAshwin Chaugule2015-08-253-4/+31
| | * | ACPI: Split out ACPI PSS from ACPI Processor driverAshwin Chaugule2015-08-254-38/+96
| | * | PCC: Initialize PCC Mailbox earlier at bootAshwin Chaugule2015-08-251-1/+7
| | * | ACPI / processor: remove leftover __refdata annotationsMathias Krause2015-07-212-2/+2
| * | | ACPI / bus: Move ACPI bus type registrationRafael J. Wysocki2015-07-172-7/+3
| * | | ACPI / scan: Move bus operations and notification routines to bus.cRafael J. Wysocki2015-07-172-183/+184
| * | | ACPI / scan: Move device matching code to bus.cRafael J. Wysocki2015-07-172-189/+194
| * | | ACPI / scan: Move sysfs-related device code to a separate fileRafael J. Wysocki2015-07-174-483/+532
* | | | Merge branch 'acpi-trace'Rafael J. Wysocki2015-09-013-54/+291
|\ \ \ \
| * | | | ACPI / Documentation: Update method tracing documentation.Lv Zheng2015-08-071-19/+185
| * | | | ACPI / sysfs: Add support to allow leading "\" missing in trace_method_name.Lv Zheng2015-08-071-15/+13
| * | | | ACPI / sysfs: Update method tracing facility.Lv Zheng2015-08-072-36/+108
| * | | | ACPI / sysfs: Add ACPI_LV_REPAIR debug level.Lv Zheng2015-08-071-0/+1
| * | | | Merge branch 'acpica' into acpi-traceRafael J. Wysocki2015-08-0745-700/+1491
| |\ \ \ \
* | \ \ \ \ Merge branch 'acpi-tools'Rafael J. Wysocki2015-09-015-170/+213
|\ \ \ \ \ \
| * | | | | | tools/power/acpi: Enable build for EC userspace toolLv Zheng2015-07-312-27/+22
| * | | | | | tools/power/acpi: Add descend support in ACPI tools MakefileLv Zheng2015-07-314-151/+199
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'acpica'Rafael J. Wysocki2015-09-0168-891/+1815
|\ \ \ \ \ \
| * | | | | | ACPICA: Update version to 20150818Bob Moore2015-08-251-1/+1
| * | | | | | ACPICA: Debugger: Cleanup debugging outputs to dump name path without trailin...Lv Zheng2015-08-254-4/+4
| * | | | | | ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_verbose acpiexec usageLv Zheng2015-08-252-4/+1
| * | | | | | ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_disasmLv Zheng2015-08-251-1/+1
| * | | | | | ACPICA: Debugger: Split debugger initialization/termination APIsLv Zheng2015-08-254-22/+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-254-5/+6
| * | | | | | ACPICA: Debugger: Add option to display namespace summary/countsBob Moore2015-08-253-2/+8
| * | | | | | ACPICA: Add additional debug info/statementsBob Moore2015-08-255-6/+57
| * | | | | | ACPICA: Table handling: Cleanup and update debug output for toolsBob Moore2015-08-252-34/+30
| * | | | | | ACPICA: acpiexec/acpinames: Support very large number of ACPI tablesBob Moore2015-08-253-6/+18
| * | | | | | ACPICA: acpinames: Add new options and wildcard supportBob Moore2015-08-252-2/+2
| * | | | | | ACPICA: Headers: Fix some comments, no functional changeBob Moore2015-08-251-5/+5
| * | | | | | ACPICA: Tables: Cleanup to reduce FACS globalsLv Zheng2015-08-253-19/+7
| * | | | | | ACPICA: Tables: Fix global table list issues by removing fixed table indexesLv Zheng2015-08-257-58/+51
| * | | | | | ACPICA: Update info messages during ACPICA initBob Moore2015-08-252-2/+11
| * | | | | | ACPICA: Disassembler: Update for new listing modeBob Moore2015-08-251-1/+1
| * | | | | | ACPICA: Update parameter validation for data_table_region and load_tableBob Moore2015-08-255-20/+69
| * | | | | | ACPICA: Disassembler: Remove duplicate code in _PLD processing.Bob Moore2015-08-252-2/+4
| * | | | | | ACPICA: Correctly cleanup after a ACPI table load failureBob Moore2015-08-256-12/+59
| |/ / / / /
| * | | | | ACPICA: Update version to 20150717Bob Moore2015-07-231-1/+1
| * | | | | ACPICA: iASL/Disassembler: Add prototype verbose modeBob Moore2015-07-231-0/+1
| * | | | | ACPICA: Debugger: Move debugger specific APIs to debugger componentLv Zheng2015-07-232-7/+22
| * | | | | ACPICA: Debugger: Reduce structure size for debuggerLv Zheng2015-07-231-0/+3
| * | | | | ACPICA: iASL: Add support for TCPA Server TableBob Moore2015-07-231-4/+13
| * | | | | ACPICA: Cleanup use of NEGATIVE and POSITIVE definesBob Moore2015-07-231-0/+5
| * | | | | ACPICA: Cleanup use of all non-ANSI local C library functionsBob Moore2015-07-235-354/+396
| * | | | | ACPICA: MSVC: Fix inclusion order issue of <crtdbg.h>Lv Zheng2015-07-233-0/+106