Age | Commit message (Expand) | Author | Files | Lines |
2013-10-31 | ACPICA: Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfa... | Lv Zheng | 4 | -6/+14 |
2013-10-31 | ACPICA: Linuxize: Change indentation of C labels. | Lv Zheng | 60 | -112/+112 |
2013-10-31 | ACPICA: Clarify ACPI_FREE_BUFFER usage. | Bob Moore | 1 | -1/+1 |
2013-10-31 | ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules. | Lv Zheng | 20 | -20/+37 |
2013-10-30 | ACPICA: Hardcode access width for the reset register. | Bob Moore | 1 | -2/+8 |
2013-10-30 | ACPICA: Fix possible memory leaks in the GPE handling. | Lv Zheng | 1 | -0/+1 |
2013-10-30 | ACPICA: Cleanup memory allocation macros and configurability. | Lv Zheng | 4 | -120/+59 |
2013-10-30 | ACPICA: Add safe versions of common string functions. | Bob Moore | 3 | -1/+74 |
2013-10-30 | ACPICA: Add history/line-editing for Unix/Linux systems. | Bob Moore | 1 | -0/+2 |
2013-10-30 | ACPICA: Add a check for a null node during namespace walk. | Bob Moore | 1 | -0/+7 |
2013-10-30 | ACPICA: Table print header function: Increase default width for table length. | Bob Moore | 1 | -3/+3 |
2013-10-30 | ACPICA: Ensure that debug output is immediately disabled on termination. | Tomasz Nowicki | 1 | -0/+1 |
2013-09-24 | ACPICA: SCI Handlers: Update handler interface, eliminate unnecessary argument. | Bob Moore | 1 | -3/+1 |
2013-09-24 | ACPICA: Tables: Cleanup RSDP signature codes. | Lv Zheng | 2 | -3/+2 |
2013-09-24 | ACPICA: Tables: Cleanup table checksum verification code. | Lv Zheng | 2 | -9/+13 |
2013-09-24 | ACPICA: Debugger: Add new command to display full namespace pathnames. | Bob Moore | 3 | -0/+142 |
2013-09-24 | ACPICA: Operation region support: Never free the handler "context" pointer. | David E. Box | 1 | -10/+13 |
2013-09-24 | ACPICA: Add support for host-installed SCI handlers. | Lv Zheng | 9 | -20/+236 |
2013-09-24 | ACPICA: Validate start object for acpi_walk_namespace. | Bob Moore | 1 | -0/+8 |
2013-09-24 | ACPICA: Debugger: Prevent possible command line buffer overflow, kernel behav... | Bob Moore | 1 | -7/+10 |
2013-09-24 | ACPICA: Debug output: small formatting update, no functional change. | Bob Moore | 1 | -1/+1 |
2013-09-24 | ACPICA: acpi_read: On error, do not modify the return value target location. | Bjorn Helgaas | 1 | -12/+14 |
2013-09-24 | ACPICA: Improve error message for "too many parent prefixes" condition. | Bob Moore | 1 | -2/+3 |
2013-09-12 | Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -85/+134 |
2013-09-11 | Merge branch 'acpi-bind' | Rafael J. Wysocki | 1 | -11/+24 |
2013-09-11 | Merge branch 'acpi-assorted' | Rafael J. Wysocki | 1 | -1/+2 |
2013-09-11 | Merge branch 'acpica' | Rafael J. Wysocki | 1 | -64/+102 |
2013-09-11 | Merge branch 'acpi-hotplug' | Rafael J. Wysocki | 1 | -9/+6 |
2013-09-10 | ACPI / bind: Prefer device objects with _STA to those without it | Rafael J. Wysocki | 1 | -11/+24 |
2013-09-06 | ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field. | Bob Moore | 1 | -64/+102 |
2013-09-05 | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -110/+0 |
2013-09-05 | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+8 |
2013-09-04 | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -37/+91 |
2013-09-04 | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -6/+19 |
2013-09-04 | Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -28/+39 |
2013-09-04 | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 53 | -1179/+920 |
2013-09-03 | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -17/+10 |
2013-09-02 | ACPI / LPSS: don't crash if a device has no MMIO resources | Mika Westerberg | 1 | -1/+2 |
2013-08-31 | ACPI / scan: Change ordering of locks for device hotplug | Rafael J. Wysocki | 1 | -9/+6 |
2013-08-30 | Merge branch 'acpi-hotplug' | Rafael J. Wysocki | 1 | -34/+15 |
2013-08-30 | Merge branch 'acpi-assorted' | Rafael J. Wysocki | 2 | -6/+10 |
2013-08-30 | Merge branch 'pci/misc' into next | Bjorn Helgaas | 1 | -24/+38 |
2013-08-30 | PCI/ACPI: Fix _OSC ordering to allow PCIe hotplug use when available | Neil Horman | 1 | -24/+38 |
2013-08-30 | ACPI / hotplug: Remove containers synchronously | Rafael J. Wysocki | 1 | -34/+15 |
2013-08-28 | ACPI / EC: Add ASUSTEK L4R to quirk list in order to validate ECDT | Lan Tianyu | 1 | -0/+4 |
2013-08-28 | ACPI / thermal: Add check of "_TZD" availability and evaluating result | Lan Tianyu | 1 | -6/+6 |
2013-08-27 | Merge branch 'acpi-video' | Rafael J. Wysocki | 2 | -93/+117 |
2013-08-27 | Merge branch 'acpi-processor' | Rafael J. Wysocki | 3 | -18/+19 |
2013-08-27 | Merge branch 'acpi-bind' | Rafael J. Wysocki | 1 | -44/+47 |
2013-08-27 | Merge branch 'acpi-assorted' | Rafael J. Wysocki | 20 | -334/+70 |