summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorLines
2015-02-05ACPICA: Hardware: Cast GPE enable_mask before storingDavid E. Box-1/+1
2015-02-05ACPICA: Events: Cleanup GPE dispatcher type obtaining codeLv Zheng-24/+24
2015-02-05ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out ...Lv Zheng-13/+26
2015-02-05ACPICA: Events: Cleanup of resetting the GPE handler to NULL before removingLv Zheng-0/+1
2015-02-05ACPICA: Events: Fix uninitialized variableDavid E. Box-1/+1
2015-02-05ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restrictionLv Zheng-100/+15
2015-02-05ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()Lv Zheng-11/+0
2015-02-05ACPICA: Events: Back port "ACPICA: Save current masks of enabled GPEs after e...Lv Zheng-3/+6
2015-02-05x86/irq, ACPI: Implement ACPI driver to support IOAPIC hotplugJiang Liu-0/+246
2015-02-05ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplugYinghai Lu-9/+114
2015-02-05x86/PCI: Refine the way to release PCI IRQ resourcesJiang Liu-8/+1
2015-02-05resources: Move struct resource_list_entry from ACPI into resource coreJiang Liu-17/+12
2015-02-03ACPI: Introduce helper function acpi_dev_filter_resource_type()Jiang Liu-0/+55
2015-02-03ACPI: Add field offset to struct resource_list_entryJiang Liu-0/+1
2015-02-03ACPI: Translate resource into master side address for bridge window resourcesJiang Liu-0/+15
2015-02-03ACPI: Return translation offset when parsing ACPI address space resourcesJiang Liu-26/+32
2015-02-03ACPI: Enforce stricter checks for address space descriptorsJiang Liu-0/+9
2015-02-03ACPI: Set flag IORESOURCE_UNSET for unassigned resourcesJiang Liu-4/+4
2015-02-03ACPI: Normalize return value of resource parser functionsJiang Liu-0/+30
2015-02-03ACPI: Fix a bug in parsing ACPI Memory24 resourceJiang Liu-2/+2
2015-02-03ACPI: Add prefetch decoding to the address space parserThomas Gleixner-0/+3
2015-02-03ACPI: Move the window flag logic to the combined parserThomas Gleixner-13/+9
2015-02-03ACPI: Unify the parsing of address_space and ext_address_spaceThomas Gleixner-56/+34
2015-02-03ACPI: Let the parser return false for disabled resourcesThomas Gleixner-4/+4
2015-02-03ACPI: Use the length check for io resources as wellThomas Gleixner-25/+19
2015-02-03ACPI: Implement proper length checks for mem resourcesThomas Gleixner-27/+35
2015-02-03ACPI: Remove redundant check in function acpi_dev_resource_address_space()Thomas Gleixner-9/+0
2015-02-03Merge branch 'acpica' into acpi-resourcesRafael J. Wysocki-140/+59
2015-02-03ACPI / cpuidle: Common callback routine for entering statesRafael J. Wysocki-73/+45
2015-02-03ACPI / cpuidle: Merge acpi_idle_enter_c1() and acpi_idle_enter_simple()Rafael J. Wysocki-37/+6
2015-02-03Revert "ACPI / LPSS: introduce a 'proxy' device to power on LPSS for DMA"Rafael J. Wysocki-28/+7
2015-02-02ACPI / cpuidle: Drop flags.bm_check tests from acpi_idle_enter_bm()Rafael J. Wysocki-5/+2
2015-02-02ACPI / cpuidle: Clean up white space in a switch statementRafael J. Wysocki-3/+3
2015-02-02ACPI / cpuidle: Drop irrelevant comment from acpi_idle_enter_simple()Rafael J. Wysocki-4/+0
2015-02-02ACPI / cpuidle: Clean up fallback to C1 checksRafael J. Wysocki-10/+9
2015-02-02ACPI / cpuidle: Drop unnecessary calls from ->enter callback routinesRafael J. Wysocki-8/+0
2015-02-02ACPI / cpuidle: Drop unnecessary calls from acpi_idle_do_entry()Rafael J. Wysocki-5/+2
2015-01-29ACPI / PMIC: Use common LPAT table handling functionsSrinivas Pandruvada-115/+18
2015-01-29ACPI / LPAT: Common table processing functionsSrinivas Pandruvada-0/+162
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+0
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng-57/+59
2015-01-26ACPI: Introduce acpi_unload_parent_table() usages in Linux kernelLv Zheng-90/+0
2015-01-23ACPI / sleep: mark acpi_sleep_dmi_check() __initJan Beulich-1/+1
2015-01-23ACPI / LPSS: Remove non-existing clock control from Intel Lynxpoint I2CJarkko Nikula-1/+1
2015-01-23ACPI / EC: Cleanup QR_EC related codeLv Zheng-50/+20
2015-01-23ACPI / EC: Fix issues related to the SCI_EVT handlingLv Zheng-34/+26
2015-01-23ACPI / EC: Fix a code path that global lock is not heldLv Zheng-0/+10
2015-01-23ACPI / EC: Fix returning values in acpi_ec_sync_query()Lv Zheng-6/+10
2015-01-23ACPI / EC: Add reference counting for query handlersLv Zheng-10/+33
2015-01-23ACPI / EC: Cleanup transaction wakeup codeLv Zheng-8/+9