aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2018-01-05ACPICA: Update for a few debug output statementsBob Moore2-4/+16
2018-01-05ACPICA: Debug output, no functional changeBob Moore1-7/+7
2017-12-04ACPICA: Rename variable to match upstreamRafael J. Wysocki1-4/+4
2017-11-27ACPICA: Update linkage for get mutex name interfaceBob Moore2-7/+8
2017-11-27ACPICA: Update mutex error messages, no functional changeBob Moore1-4/+5
2017-11-27ACPICA: Debugger: add "background" command for method executionBob Moore4-66/+206
2017-11-27ACPICA: Namespace: fix memory leak from building prefixed pathnameErik Schmauss1-1/+4
2017-11-27ACPICA: Enhance error messages from namespace create/lookup operationsBob Moore12-25/+270
2017-11-27ACPICA: ACPICA: style edits to utility function output, no functional changeErik Schmauss1-1/+1
2017-11-27ACPICA: Add an additional error message for EC timeoutsBob Moore1-0/+10
2017-11-27ACPICA: Update output from ACPI_EXCEPTION macroBob Moore2-7/+4
2017-11-27ACPICA: Use local 64-bit divide support for string conversionsBob Moore1-15/+21
2017-11-27ACPICA: Utilities: Cleanup style issue for bit clearingLv Zheng1-2/+2
2017-11-27ACPICA: iASL: change processing of external op namespace nodes for correctnessErik Schmauss2-6/+8
2017-11-27ACPICA: Tools: Deploy -vd option (build date/time) across all toolsBob Moore1-0/+3
2017-11-27ACPICA: Rename AE_AML_INFINITE_LOOP exceptionBob Moore1-1/+1
2017-11-27ACPICA: Dispatcher: Introduce timeout mechanism for infinite loop detectionLv Zheng3-9/+10
2017-11-27ACPICA: Avoid null pointer dereference on Op.Colin Ian King1-3/+3
2017-11-27ACPICA: disassembler: getting rid of error messageErik Schmauss1-8/+1
2017-11-27ACPICA: Disassembler: reset parser_state's Aml pointer when parsing bad exter...Erik Schmauss1-0/+1
2017-11-27ACPICA: Fix an off-by-one error in acpi_get_timer_duration().Jung-uk Kim1-15/+14
2017-11-17Merge tag 'acpi-fix-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-14/+299
2017-11-16Merge tag 'mfd-next-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds3-0/+144
2017-11-15Merge branch 'for-4.15/dax' into libnvdimm-for-nextDan Williams2-7/+44
2017-11-15acpi, nfit: add 'Enable Latch System Shutdown Status' command supportDan Williams1-1/+2
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-7/+13
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-59/+201
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-3/+3
2017-11-14ACPI / utils: Fix memory leak in acpi_evaluate_reference() error pathXiongfeng Wang1-0/+1
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-20/+17
2017-11-13Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds34-602/+1485
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds8-164/+425
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+3
2017-11-13Merge branch 'pm-core'Rafael J. Wysocki2-13/+124
2017-11-13Merge branch 'acpi-pm'Rafael J. Wysocki8-153/+305
2017-11-13Merge branches 'acpi-ec', 'acpi-button', 'acpi-sysfs', 'acpi-lpss' and 'acpi-...Rafael J. Wysocki5-101/+182
2017-11-13Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki6-97/+513
2017-11-13Merge branch 'acpica'Rafael J. Wysocki19-404/+786
2017-11-13Merge branch 'pm-qos'Rafael J. Wysocki1-4/+2
2017-11-12acpi, nfit: validate commands against the device typeDan Williams1-6/+9
2017-11-09ACPI: Mark expected switch fall-throughsGustavo A. R. Silva4-0/+4
2017-11-09ACPI / LPSS: Remove redundant initialization of clkColin Ian King1-1/+1
2017-11-09ACPI / CPPC: Make CPPC ACPI driver aware of PCC subspace IDsGeorge Cherian1-89/+151
2017-11-09ACPI / sysfs: Make function param_set_trace_method_name() staticColin Ian King1-1/+2
2017-11-09ACPI / button: Delay acpi_lid_initialize_state() until first user space openHans de Goede1-5/+21
2017-11-09ACPI / EC: Fix regression related to triggering source of EC event handlingLv Zheng1-5/+7
2017-11-09APEI / ERST: use 64-bit timestampsArnd Bergmann1-1/+1
2017-11-08ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlockVille Syrjälä1-9/+12