summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2013-10-31ACPICA: Cleanup asmlinkage for ACPICA APIs.Lv Zheng1-2/+2
2013-10-31ACPICA: Fix cached object deletion code.Lv Zheng1-2/+2
2013-10-31ACPICA: Remove dead AOPOBJ_INVALID check.Lv Zheng1-6/+0
2013-10-31ACPICA: Cleanup useless memset invocations.Lv Zheng2-2/+0
2013-10-31ACPICA: Fix an ACPI_ALLOCATE_ZEROED() reversal.Lv Zheng1-1/+1
2013-10-31ACPICA: Fix wrong object length returned by acpi_ut_get_simple_object_size().Lv Zheng1-10/+13
2013-10-31ACPICA: Add new statistics interface.Lv Zheng5-0/+54
2013-10-31ACPICA: Update namespace dump code.Lv Zheng1-2/+5
2013-10-31ACPICA: Update check for setting the ANOBJ_IS_EXTERNAL flag.Lv Zheng1-1/+2
2013-10-31ACPICA: Update default space handlers.Lv Zheng1-0/+1
2013-10-31ACPICA: Fix indentation issues for macro invocations.Lv Zheng4-3/+8
2013-10-31ACPICA: Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfa...Lv Zheng4-6/+14
2013-10-31ACPICA: Linuxize: Change indentation of C labels.Lv Zheng60-112/+112
2013-10-31ACPICA: Clarify ACPI_FREE_BUFFER usage.Bob Moore1-1/+1
2013-10-31ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules.Lv Zheng20-20/+37
2013-10-30ACPICA: Hardcode access width for the reset register.Bob Moore1-2/+8
2013-10-30ACPICA: Fix possible memory leaks in the GPE handling.Lv Zheng1-0/+1
2013-10-30ACPICA: Cleanup memory allocation macros and configurability.Lv Zheng4-120/+59
2013-10-30ACPICA: Add safe versions of common string functions.Bob Moore3-1/+74
2013-10-30ACPICA: Add history/line-editing for Unix/Linux systems.Bob Moore1-0/+2
2013-10-30ACPICA: Add a check for a null node during namespace walk.Bob Moore1-0/+7
2013-10-30ACPICA: Table print header function: Increase default width for table length.Bob Moore1-3/+3
2013-10-30ACPICA: Ensure that debug output is immediately disabled on termination.Tomasz Nowicki1-0/+1
2013-09-24ACPICA: SCI Handlers: Update handler interface, eliminate unnecessary argument.Bob Moore1-3/+1
2013-09-24ACPICA: Tables: Cleanup RSDP signature codes.Lv Zheng2-3/+2
2013-09-24ACPICA: Tables: Cleanup table checksum verification code.Lv Zheng2-9/+13
2013-09-24ACPICA: Debugger: Add new command to display full namespace pathnames.Bob Moore3-0/+142
2013-09-24ACPICA: Operation region support: Never free the handler "context" pointer.David E. Box1-10/+13
2013-09-24ACPICA: Add support for host-installed SCI handlers.Lv Zheng9-20/+236
2013-09-24ACPICA: Validate start object for acpi_walk_namespace.Bob Moore1-0/+8
2013-09-24ACPICA: Debugger: Prevent possible command line buffer overflow, kernel behav...Bob Moore1-7/+10
2013-09-24ACPICA: Debug output: small formatting update, no functional change.Bob Moore1-1/+1
2013-09-24ACPICA: acpi_read: On error, do not modify the return value target location.Bjorn Helgaas1-12/+14
2013-09-24ACPICA: Improve error message for "too many parent prefixes" condition.Bob Moore1-2/+3
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-85/+134
2013-09-11Merge branch 'acpi-bind'Rafael J. Wysocki1-11/+24
2013-09-10Merge branch 'acpi-assorted'Rafael J. Wysocki1-1/+2
2013-09-10Merge branch 'acpica'Rafael J. Wysocki1-64/+102
2013-09-10Merge branch 'acpi-hotplug'Rafael J. Wysocki1-9/+6
2013-09-09ACPI / bind: Prefer device objects with _STA to those without itRafael J. Wysocki1-11/+24
2013-09-06ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field.Bob Moore1-64/+102
2013-09-05Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-110/+0
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+8
2013-09-04Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-37/+91
2013-09-03Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+19
2013-09-03Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-28/+39
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds53-1179/+920
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+10
2013-09-02ACPI / LPSS: don't crash if a device has no MMIO resourcesMika Westerberg1-1/+2
2013-08-31ACPI / scan: Change ordering of locks for device hotplugRafael J. Wysocki1-9/+6