summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpi_dbg.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI / debugger: Fix regression introduced by IS_ERR_VALUE() removalLv Zheng2016-07-051-2/+2
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-11/+11
* ACPI / debugger: Fix a redundant mutex unlock issue in acpi_aml_open()Lv Zheng2015-12-281-1/+2
* ACPI / debugger: copy_to_user doesn't return errorsDan Carpenter2015-12-281-4/+6
* ACPI / debugger: remove some unneeded conditionsDan Carpenter2015-12-281-4/+0
* ACPI / debugger: Fix an issue a flag is modified without lockingLv Zheng2015-12-281-1/+1
* ACPI / debugger: Add module support for ACPI debuggerLv Zheng2015-12-151-27/+53
* ACPI / debugger: Add IO interface to access debugger functionalitiesLv Zheng2015-12-151-0/+779