aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds193-903/+1788
2015-02-10Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki1-2/+0
2015-02-10Merge branch 'acpi-resources'Rafael J. Wysocki10-159/+584
2015-02-10Merge branch 'acpi-processor'Rafael J. Wysocki1-130/+52
2015-02-10Merge branches 'acpi-doc', 'acpi-pm', 'acpi-pcc' and 'acpi-tables'Rafael J. Wysocki2-11/+3
2015-02-10Merge branches 'acpi-video' and 'acpi-soc'Rafael J. Wysocki6-2/+175
2015-02-10Merge branch 'acpi-ec'Rafael J. Wysocki2-131/+419
2015-02-10Merge branch 'acpica'Rafael J. Wysocki177-480/+567
2015-02-09Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+26
2015-02-08ACPI / video: Add disable_native_backlight quirk for Samsung 510RHans de Goede1-0/+9
2015-02-08ACPI / PM: Remove unneeded nested #ifdefAndreas Ruprecht1-2/+0
2015-02-06ACPI / EC: Add GPE reference counting debugging messagesLv Zheng1-2/+22
2015-02-06ACPI / EC: Add query flushing supportLv Zheng1-16/+85
2015-02-06ACPI / EC: Refine command storm prevention supportLv Zheng1-19/+36
2015-02-06ACPI / EC: Add command flushing support.Lv Zheng2-3/+66
2015-02-06ACPI / EC: Introduce STARTED/STOPPED flags to replace BLOCKED flagLv Zheng1-11/+54
2015-02-06ACPI: add AMD ACPI2Platform device support for x86 systemKen Xue4-1/+154
2015-02-06Merge back earlier 'acpi-lpss' material for v3.20Rafael J. Wysocki1-1/+3
2015-02-06ACPI / table: remove duplicate NULL check for the handler of acpi_table_parse()Hanjun Guo1-10/+2
2015-02-05ACPI / EC: Update revision due to raw handler mode.Lv Zheng1-3/+3
2015-02-05ACPI / EC: Reduce ec_poll() by referencing the last register access timestamp.Lv Zheng1-3/+14
2015-02-05ACPI / EC: Fix several GPE handling issues by deploying ACPI_GPE_DISPATCH_RAW_HANDLER mode.Lv Zheng1-8/+73
2015-02-05Merge branch 'acpica' into acpi-ecRafael J. Wysocki177-480/+567
2015-02-05ACPICA: Events: Enable APIs to allow interrupt/polling adaptive request based GPE handling modelLv Zheng1-7/+16
2015-02-05ACPICA: Events: Introduce acpi_set_gpe()/acpi_finish_gpe() to reduce divergencesLv Zheng1-0/+105
2015-02-05ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for the current GPE APIsLv Zheng5-24/+157
2015-02-05ACPICA: Update Copyright headers to 2015David E. Box174-175/+175
2015-02-05ACPICA: Hardware: Cast GPE enable_mask before storingDavid E. Box1-1/+1
2015-02-05ACPICA: Events: Cleanup GPE dispatcher type obtaining codeLv Zheng7-24/+24
2015-02-05ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out of acpi_ev_gpe_dispatch()Lv Zheng1-13/+26
2015-02-05ACPICA: Events: Cleanup of resetting the GPE handler to NULL before removingLv Zheng1-0/+1
2015-02-05ACPICA: Events: Fix uninitialized variableDavid E. Box1-1/+1
2015-02-05ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restrictionLv Zheng3-100/+15
2015-02-05ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()Lv Zheng1-11/+0
2015-02-05ACPICA: Events: Back port "ACPICA: Save current masks of enabled GPEs after enable register writes"Lv Zheng3-3/+6
2015-02-05x86/irq, ACPI: Implement ACPI driver to support IOAPIC hotplugJiang Liu5-0/+246
2015-02-05ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplugYinghai Lu1-9/+114
2015-02-05x86/PCI: Refine the way to release PCI IRQ resourcesJiang Liu1-8/+1
2015-02-05resources: Move struct resource_list_entry from ACPI into resource coreJiang Liu3-17/+12
2015-02-03ACPI: Introduce helper function acpi_dev_filter_resource_type()Jiang Liu1-0/+55
2015-02-03ACPI: Add field offset to struct resource_list_entryJiang Liu1-0/+1
2015-02-03ACPI: Translate resource into master side address for bridge window resourcesJiang Liu1-0/+15
2015-02-03ACPI: Return translation offset when parsing ACPI address space resourcesJiang Liu1-26/+32
2015-02-03ACPI: Enforce stricter checks for address space descriptorsJiang Liu1-0/+9
2015-02-03ACPI: Set flag IORESOURCE_UNSET for unassigned resourcesJiang Liu1-4/+4
2015-02-03ACPI: Normalize return value of resource parser functionsJiang Liu1-0/+30
2015-02-03ACPI: Fix a bug in parsing ACPI Memory24 resourceJiang Liu1-2/+2
2015-02-03ACPI: Add prefetch decoding to the address space parserThomas Gleixner1-0/+3
2015-02-03ACPI: Move the window flag logic to the combined parserThomas Gleixner1-13/+9
2015-02-03ACPI: Unify the parsing of address_space and ext_address_spaceThomas Gleixner1-56/+34