summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2015-09-01Merge branch 'acpi-pm'Rafael J. Wysocki5-23/+57
2015-09-01Merge branches 'acpi-scan', 'acpi-processor' and 'acpi-assorted'Rafael J. Wysocki46-1060/+992
2015-09-01Merge branch 'acpi-trace'Rafael J. Wysocki2-35/+106
2015-09-01Merge branch 'acpica'Rafael J. Wysocki56-867/+1629
2015-08-27Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-10/+10
2015-08-27nfit: Clarify memory device state flags stringsToshi Kani1-10/+10
2015-08-25Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2015-08-25nfit, nd_blk: BLK status register is only 32 bitsRoss Zwisler1-2/+2
2015-08-25ACPICA: Debugger: Cleanup debugging outputs to dump name path without trailin...Lv Zheng4-4/+4
2015-08-25ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_verbose acpiexec usageLv Zheng2-4/+1
2015-08-25ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_disasmLv Zheng1-1/+1
2015-08-25ACPICA: Debugger: Split debugger initialization/termination APIsLv Zheng3-22/+0
2015-08-25ACPICA: Make the max-number-of-loops runtime configurableBob Moore3-1/+6
2015-08-25ACPICA: Debugger: Add option to display namespace summary/countsBob Moore2-2/+6
2015-08-25ACPICA: Add additional debug info/statementsBob Moore5-6/+57
2015-08-25ACPICA: Table handling: Cleanup and update debug output for toolsBob Moore2-34/+30
2015-08-25ACPICA: acpiexec/acpinames: Support very large number of ACPI tablesBob Moore3-6/+18
2015-08-25ACPICA: acpinames: Add new options and wildcard supportBob Moore2-2/+2
2015-08-25ACPICA: Tables: Cleanup to reduce FACS globalsLv Zheng3-19/+7
2015-08-25ACPICA: Tables: Fix global table list issues by removing fixed table indexesLv Zheng7-58/+51
2015-08-25ACPICA: Update info messages during ACPICA initBob Moore2-2/+11
2015-08-25ACPICA: Disassembler: Update for new listing modeBob Moore1-1/+1
2015-08-25ACPICA: Update parameter validation for data_table_region and load_tableBob Moore5-20/+69
2015-08-25ACPICA: Disassembler: Remove duplicate code in _PLD processing.Bob Moore1-2/+3
2015-08-25ACPICA: Correctly cleanup after a ACPI table load failureBob Moore5-10/+54
2015-08-25ACPI: Decouple ACPI idle and ACPI processor driversAshwin Chaugule2-2/+7
2015-08-25ACPI: Split out ACPI PSS from ACPI Processor driverAshwin Chaugule3-36/+70
2015-08-14ACPI / video: Fix circular lock dependency issue in the video-detect codeHans de Goede1-3/+13
2015-08-07ACPI: fix acpi_debugfs_init prototypeNicolas Iooss2-1/+3
2015-08-07ACPI / sysfs: Add support to allow leading "\" missing in trace_method_name.Lv Zheng1-15/+13
2015-08-07ACPI / sysfs: Update method tracing facility.Lv Zheng2-36/+108
2015-08-07ACPI / sysfs: Add ACPI_LV_REPAIR debug level.Lv Zheng1-0/+1
2015-08-07Merge branch 'acpica' into acpi-traceRafael J. Wysocki37-691/+1326
2015-08-06ACPI / bus: Move duplicate code to a separate new functionRafael J. Wysocki1-29/+22
2015-07-31Merge back earlier ACPI PM material for v4.3.Rafael J. Wysocki7-868/+960
2015-07-29Merge branch 'acpi-scan' into acpi-pmRafael J. Wysocki6-885/+956
2015-07-29Merge tag 'ib-mfd-base-acpi-dma-v4.3' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki3-16/+40
2015-07-28ACPI / PM: Use target_state to set the device power stateMika Westerberg1-1/+1
2015-07-28ACPI / PM: Attach ACPI power domain only onceMika Westerberg3-16/+40
2015-07-23ACPICA: iASL/Disassembler: Add prototype verbose modeBob Moore1-0/+1
2015-07-23ACPICA: Debugger: Move debugger specific APIs to debugger componentLv Zheng2-7/+22
2015-07-23ACPICA: Debugger: Reduce structure size for debuggerLv Zheng1-0/+3
2015-07-23ACPICA: Cleanup use of NEGATIVE and POSITIVE definesBob Moore1-0/+5
2015-07-23ACPICA: Cleanup use of all non-ANSI local C library functionsBob Moore5-354/+396
2015-07-23ACPICA: iASL: Add new warnings for method local_x and arg_x variablesBob Moore1-0/+4
2015-07-23ACPICA: Remove extraneous check for null walk_stateMarkus Elfring1-3/+1
2015-07-23ACPICA: Parser: Remove redundant opcode execution debugging outputLv Zheng1-8/+0
2015-07-23ACPICA: Executer: Add option to bypass opcode tracingLv Zheng1-2/+4
2015-07-23ACPICA: Executer: Add OSL trace hook supportLv Zheng3-38/+122
2015-07-23ACPICA: Executer: Add interpreter tracing mode for method tracing facilityLv Zheng10-183/+310