summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2015-08-26ACPICA: Add additional debug info/statementsBob Moore5-6/+57
2015-08-26ACPICA: Table handling: Cleanup and update debug output for toolsBob Moore2-34/+30
2015-08-26ACPICA: acpiexec/acpinames: Support very large number of ACPI tablesBob Moore3-6/+18
2015-08-26ACPICA: acpinames: Add new options and wildcard supportBob Moore2-2/+2
2015-08-26ACPICA: Tables: Cleanup to reduce FACS globalsLv Zheng3-19/+7
2015-08-26ACPICA: Tables: Fix global table list issues by removing fixed table indexesLv Zheng7-58/+51
2015-08-26ACPICA: Update info messages during ACPICA initBob Moore2-2/+11
2015-08-26ACPICA: Disassembler: Update for new listing modeBob Moore1-1/+1
2015-08-26ACPICA: Update parameter validation for data_table_region and load_tableBob Moore5-20/+69
2015-08-26ACPICA: Disassembler: Remove duplicate code in _PLD processing.Bob Moore1-2/+3
2015-08-26ACPICA: Correctly cleanup after a ACPI table load failureBob Moore5-10/+54
2015-07-24ACPICA: iASL/Disassembler: Add prototype verbose modeBob Moore1-0/+1
2015-07-24ACPICA: Debugger: Move debugger specific APIs to debugger componentLv Zheng2-7/+22
2015-07-24ACPICA: Debugger: Reduce structure size for debuggerLv Zheng1-0/+3
2015-07-24ACPICA: Cleanup use of NEGATIVE and POSITIVE definesBob Moore1-0/+5
2015-07-24ACPICA: Cleanup use of all non-ANSI local C library functionsBob Moore5-354/+396
2015-07-24ACPICA: iASL: Add new warnings for method local_x and arg_x variablesBob Moore1-0/+4
2015-07-24ACPICA: Remove extraneous check for null walk_stateMarkus Elfring1-3/+1
2015-07-24ACPICA: Parser: Remove redundant opcode execution debugging outputLv Zheng1-8/+0
2015-07-24ACPICA: Executer: Add option to bypass opcode tracingLv Zheng1-2/+4
2015-07-24ACPICA: Executer: Add OSL trace hook supportLv Zheng3-38/+122
2015-07-24ACPICA: Executer: Add interpreter tracing mode for method tracing facilityLv Zheng10-183/+310
2015-07-24ACPICA: Dispatcher: Add trace support for interpreterLv Zheng5-1/+75
2015-07-24ACPICA: Dispatcher: Move stack traversal code to dispatcherLv Zheng4-3/+235
2015-07-24ACPICA: Namespace: Add function to directly return normalized full pathLv Zheng7-132/+176
2015-07-24ACPICA: Executer: Add back pointing reference of method operandLv Zheng3-0/+5
2015-07-24ACPICA: Dispatcher: Cleanup union acpi_operand_object's AML address assignmentsLv Zheng12-49/+53
2015-07-24ACPICA: Parser: Cleanup aml_offset in union acpi_operand_objectLv Zheng3-16/+8
2015-07-24ACPICA: Parser: Cleanup aml_offset in struct acpi_walk_stateLv Zheng4-15/+26
2015-07-24ACPICA: Parser: Reduce parser/namespace divergences for tracer supportLv Zheng3-8/+8
2015-07-17Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'acpi-resources'Rafael J. Wysocki1-9/+15
2015-07-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-15/+139
2015-07-10nfit: add support for NVDIMM "latch" flagRoss Zwisler2-1/+37
2015-07-10nfit: update block I/O path to use PMEM APIRoss Zwisler2-12/+100
2015-07-10ACPI / PCI: Fix regressions caused by resource_size_t overflow with 32-bit ke...Jiang Liu1-9/+15
2015-07-07Merge branch 'acpi-scan'Rafael J. Wysocki1-2/+30
2015-07-07Merge branches 'acpi-pnp', 'acpi-soc', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki3-167/+14
2015-07-07ACPI / scan: Add support for ACPI _CLS device matchingSuthikulpanit, Suravee1-2/+30
2015-07-07ACPI / LPSS: Fix up acpi_lpss_create_device()Rafael J. Wysocki1-2/+5
2015-07-07ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stageRafael J. Wysocki2-165/+9
2015-07-03Merge tag 'acpica-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds71-366/+728
2015-07-03Revert 'Revert "ACPICA: Permanently set _REV to the value '2'."'Rafael J. Wysocki1-3/+10
2015-07-03ACPI / init: Make it possible to override _REVRafael J. Wysocki4-0/+65
2015-07-02ACPICA: Comment update, no functional changegongzg1-3/+2
2015-07-02ACPICA: Split C library prototypes to new headerBob Moore2-58/+3
2015-07-02ACPICA: De-macroize calls to standard C library functionsBob Moore50-255/+241
2015-07-02ACPICA: Cleanup output for the ASL Debug objectBob Moore4-6/+50
2015-07-02ACPICA: Update for acpi_install_table memory typesZhang Rui1-2/+2
2015-07-02ACPICA: Namespace: Change namespace override to avoid node deletionBob Moore1-4/+19
2015-07-02ACPICA: Namespace: Add support of OSDT tableBob Moore3-2/+14