aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-03ACPI: Let the parser return false for disabled resourcesThomas Gleixner1-4/+4
2015-02-03ACPI: Use the length check for io resources as wellThomas Gleixner1-25/+19
2015-02-03ACPI: Implement proper length checks for mem resourcesThomas Gleixner1-27/+35
2015-02-03ACPI: Remove redundant check in function acpi_dev_resource_address_space()Thomas Gleixner1-9/+0
2015-02-03Merge branch 'acpica' into acpi-resourcesRafael J. Wysocki8-140/+59
2015-02-03ACPI / cpuidle: Common callback routine for entering statesRafael J. Wysocki1-73/+45
2015-02-03ACPI / cpuidle: Merge acpi_idle_enter_c1() and acpi_idle_enter_simple()Rafael J. Wysocki1-37/+6
2015-02-03Revert "ACPI / LPSS: introduce a 'proxy' device to power on LPSS for DMA"Rafael J. Wysocki1-28/+7
2015-02-02ACPI / cpuidle: Drop flags.bm_check tests from acpi_idle_enter_bm()Rafael J. Wysocki1-5/+2
2015-02-02ACPI / cpuidle: Clean up white space in a switch statementRafael J. Wysocki1-3/+3
2015-02-02ACPI / cpuidle: Drop irrelevant comment from acpi_idle_enter_simple()Rafael J. Wysocki1-4/+0
2015-02-02ACPI / cpuidle: Clean up fallback to C1 checksRafael J. Wysocki1-10/+9
2015-02-02ACPI / cpuidle: Drop unnecessary calls from ->enter callback routinesRafael J. Wysocki1-8/+0
2015-02-02ACPI / cpuidle: Drop unnecessary calls from acpi_idle_do_entry()Rafael J. Wysocki1-5/+2
2015-01-29ACPI / PMIC: Use common LPAT table handling functionsSrinivas Pandruvada1-115/+18
2015-01-29ACPI / LPAT: Common table processing functionsSrinivas Pandruvada2-0/+162
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address structures.Lv Zheng6-57/+59
2015-01-26ACPI: Introduce acpi_unload_parent_table() usages in Linux kernelLv Zheng2-90/+0
2015-01-23ACPI / sleep: mark acpi_sleep_dmi_check() __initJan Beulich1-1/+1
2015-01-23ACPI / LPSS: Remove non-existing clock control from Intel Lynxpoint I2CJarkko Nikula1-1/+1
2015-01-23ACPI / EC: Cleanup QR_EC related codeLv Zheng1-50/+20
2015-01-23ACPI / EC: Fix issues related to the SCI_EVT handlingLv Zheng2-34/+26
2015-01-23ACPI / EC: Fix a code path that global lock is not heldLv Zheng1-0/+10
2015-01-23ACPI / EC: Fix returning values in acpi_ec_sync_query()Lv Zheng1-6/+10
2015-01-23ACPI / EC: Add reference counting for query handlersLv Zheng1-10/+33
2015-01-23ACPI / EC: Cleanup transaction wakeup codeLv Zheng1-8/+9