Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Merge branch 'acpi-hotplug' | Rafael J. Wysocki | 2013-11-07 | 5 | -217/+137 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| | * | | | | | ACPI / hotplug: Consolidate deferred execution of ACPI hotplug routines | Rafael J. Wysocki | 2013-11-07 | 5 | -119/+61 | |
| | * | | | | | ACPI / hotplug: Do not execute "insert in progress" _OST | Rafael J. Wysocki | 2013-11-07 | 1 | -2/+0 | |
| | * | | | | | ACPI / hotplug: Carry out PCI root eject directly | Rafael J. Wysocki | 2013-11-07 | 3 | -17/+13 | |
| | * | | | | | ACPI / hotplug: Merge device hot-removal routines | Rafael J. Wysocki | 2013-11-07 | 1 | -46/+38 | |
| | * | | | | | ACPI / hotplug: Make acpi_bus_hot_remove_device() internal | Rafael J. Wysocki | 2013-11-07 | 3 | -1/+3 | |
| | * | | | | | ACPI / hotplug: Simplify device ejection routines | Rafael J. Wysocki | 2013-11-07 | 2 | -46/+20 | |
| | * | | | | | ACPI / hotplug: Fix handle_root_bridge_removal() | Rafael J. Wysocki | 2013-11-07 | 1 | -1/+4 | |
| | * | | | | | ACPI / hotplug: Refuse to hot-remove all objects with disabled hotplug | Rafael J. Wysocki | 2013-11-07 | 1 | -21/+36 | |
| | * | | | | | ACPI / scan: Start matching drivers after trying scan handlers | Rafael J. Wysocki | 2013-11-07 | 1 | -3/+6 | |
| | * | | | | | ACPI: Remove acpi_pci_slot_init() headers from internal.h | Rafael J. Wysocki | 2013-11-07 | 1 | -5/+0 | |
| * | | | | | | Merge branch 'acpi-video' | Rafael J. Wysocki | 2013-11-07 | 2 | -11/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Revert "ACPI / video: Ignore BIOS initial backlight value for HP 250 G1" | Aaron Lu | 2013-11-07 | 1 | -8/+0 | |
| | * | | | | | | ACPI / video: Quirk initial backlight level 0 | Aaron Lu | 2013-11-07 | 1 | -1/+1 | |
| | * | | | | | | ACPI / video: Fix initial level validity test | Aaron Lu | 2013-11-07 | 1 | -1/+1 | |
| | * | | | | | | ACPI / blacklist: fix name of ThinkPad Edge E530 | Felipe Contreras | 2013-11-05 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'acpica' | Rafael J. Wysocki | 2013-11-07 | 87 | -303/+415 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | * | | | | | | ACPICA: Add __init for ACPICA initializers/finalizers. | Lv Zheng | 2013-10-31 | 6 | -9/+8 | |
| | * | | | | | | ACPICA: Cleanup asmlinkage for ACPICA APIs. | Lv Zheng | 2013-10-31 | 1 | -2/+2 | |
| | * | | | | | | ACPICA: Fix cached object deletion code. | Lv Zheng | 2013-10-31 | 1 | -2/+2 | |
| | * | | | | | | ACPICA: Remove dead AOPOBJ_INVALID check. | Lv Zheng | 2013-10-31 | 1 | -6/+0 | |
| | * | | | | | | ACPICA: Cleanup useless memset invocations. | Lv Zheng | 2013-10-31 | 2 | -2/+0 | |
| | * | | | | | | ACPICA: Fix an ACPI_ALLOCATE_ZEROED() reversal. | Lv Zheng | 2013-10-31 | 1 | -1/+1 | |
| | * | | | | | | ACPICA: Fix wrong object length returned by acpi_ut_get_simple_object_size(). | Lv Zheng | 2013-10-31 | 1 | -10/+13 | |
| | * | | | | | | ACPICA: Add new statistics interface. | Lv Zheng | 2013-10-31 | 5 | -0/+54 | |
| | * | | | | | | ACPICA: Update namespace dump code. | Lv Zheng | 2013-10-31 | 1 | -2/+5 | |
| | * | | | | | | ACPICA: Update check for setting the ANOBJ_IS_EXTERNAL flag. | Lv Zheng | 2013-10-31 | 1 | -1/+2 | |
| | * | | | | | | ACPICA: Update default space handlers. | Lv Zheng | 2013-10-31 | 1 | -0/+1 | |
| | * | | | | | | ACPICA: Fix indentation issues for macro invocations. | Lv Zheng | 2013-10-31 | 4 | -3/+8 | |
| | * | | | | | | ACPICA: Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfa... | Lv Zheng | 2013-10-31 | 4 | -6/+14 | |
| | * | | | | | | ACPICA: Linuxize: Change indentation of C labels. | Lv Zheng | 2013-10-31 | 60 | -112/+112 | |
| | * | | | | | | ACPICA: Clarify ACPI_FREE_BUFFER usage. | Bob Moore | 2013-10-31 | 1 | -1/+1 | |
| | * | | | | | | ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules. | Lv Zheng | 2013-10-31 | 20 | -20/+37 | |
| | * | | | | | | ACPICA: Hardcode access width for the reset register. | Bob Moore | 2013-10-30 | 1 | -2/+8 | |
| | * | | | | | | ACPICA: Fix possible memory leaks in the GPE handling. | Lv Zheng | 2013-10-30 | 1 | -0/+1 | |
| | * | | | | | | ACPICA: Cleanup memory allocation macros and configurability. | Lv Zheng | 2013-10-30 | 4 | -120/+59 | |
| | * | | | | | | ACPICA: Add safe versions of common string functions. | Bob Moore | 2013-10-30 | 3 | -1/+74 | |
| | * | | | | | | ACPICA: Add history/line-editing for Unix/Linux systems. | Bob Moore | 2013-10-30 | 1 | -0/+2 | |
| | * | | | | | | ACPICA: Add a check for a null node during namespace walk. | Bob Moore | 2013-10-30 | 1 | -0/+7 | |
| | * | | | | | | ACPICA: Table print header function: Increase default width for table length. | Bob Moore | 2013-10-30 | 1 | -3/+3 | |
| | * | | | | | | ACPICA: Ensure that debug output is immediately disabled on termination. | Tomasz Nowicki | 2013-10-30 | 1 | -0/+1 | |
| * | | | | | | | Merge branch 'acpi-assorted' | Rafael J. Wysocki | 2013-11-07 | 2 | -7/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ACPI / event: remove unneeded NULL pointer check | Mathias Krause | 2013-11-07 | 1 | -5/+0 | |
| | * | | | | | | | ACPI: Fix spelling mistake in error messages | Colin Ian King | 2013-10-30 | 1 | -2/+2 | |
| * | | | | | | | | Merge branch 'acpi-processor' | Rafael J. Wysocki | 2013-11-07 | 2 | -23/+0 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ACPI / processor: Do not request ACPI cpufreq module directly | Rafael J. Wysocki | 2013-10-30 | 2 | -23/+0 | |
| * | | | | | | | | | Merge branch 'acpi-assorted' | Rafael J. Wysocki | 2013-10-28 | 8 | -65/+84 | |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | ACPI: Add Toshiba NB100 to Vista _OSI blacklist | Levente Kurusa | 2013-10-25 | 1 | -0/+8 | |
| | * | | | | | | | | Merge back earlier 'acpi-assorted' material. | Rafael J. Wysocki | 2013-10-25 | 9 | -256/+150 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | ACPI / osl: remove an unneeded NULL check | Dan Carpenter | 2013-10-18 | 1 | -1/+1 |