summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpi_dbg.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-09ACPI: debug: Make two functions staticZheng Zengkai1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-26ACPI: Fix comment typosBjorn Helgaas1-1/+1
2019-01-24ACPI: debug: Clean up acpi_aml_init()Rafael J. Wysocki1-8/+7
2019-01-22ACPI: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-27acpi: annotate ->poll() instancesAl Viro1-2/+2
2017-06-22ACPI: fix whitespace in pr_fmt() to align log entriesVincent Legoll1-1/+1
2016-07-05ACPI / debugger: Fix regression introduced by IS_ERR_VALUE() removalLv Zheng1-2/+2
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-11/+11
2015-12-28ACPI / debugger: Fix a redundant mutex unlock issue in acpi_aml_open()Lv Zheng1-1/+2
2015-12-28ACPI / debugger: copy_to_user doesn't return errorsDan Carpenter1-4/+6
2015-12-28ACPI / debugger: remove some unneeded conditionsDan Carpenter1-4/+0
2015-12-28ACPI / debugger: Fix an issue a flag is modified without lockingLv Zheng1-1/+1
2015-12-15ACPI / debugger: Add module support for ACPI debuggerLv Zheng1-27/+53
2015-12-15ACPI / debugger: Add IO interface to access debugger functionalitiesLv Zheng1-0/+779