summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2015-02-04ACPI: Return translation offset when parsing ACPI address space resourcesJiang Liu1-26/+32
2015-02-04ACPI: Enforce stricter checks for address space descriptorsJiang Liu1-0/+9
2015-02-04ACPI: Set flag IORESOURCE_UNSET for unassigned resourcesJiang Liu1-4/+4
2015-02-04ACPI: Normalize return value of resource parser functionsJiang Liu1-0/+30
2015-02-04ACPI: Fix a bug in parsing ACPI Memory24 resourceJiang Liu1-2/+2
2015-02-04ACPI: Add prefetch decoding to the address space parserThomas Gleixner1-0/+3
2015-02-04ACPI: Move the window flag logic to the combined parserThomas Gleixner1-13/+9
2015-02-04ACPI: Unify the parsing of address_space and ext_address_spaceThomas Gleixner1-56/+34
2015-02-04ACPI: Let the parser return false for disabled resourcesThomas Gleixner1-4/+4
2015-02-04ACPI: Use the length check for io resources as wellThomas Gleixner1-25/+19
2015-02-04ACPI: Implement proper length checks for mem resourcesThomas Gleixner1-27/+35
2015-02-04ACPI: Remove redundant check in function acpi_dev_resource_address_space()Thomas Gleixner1-9/+0
2015-02-04Merge branch 'acpica' into acpi-resourcesRafael J. Wysocki8-140/+59
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng6-57/+59
2015-01-26ACPI: Introduce acpi_unload_parent_table() usages in Linux kernelLv Zheng2-90/+0
2015-01-22ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id()Octavian Purdila1-0/+7
2015-01-20ACPI: pci: Do not clear pci_dev->irq in acpi_pci_irq_disable()Jiang Liu1-1/+0
2015-01-13Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds1-4/+7
2015-01-07Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-video'Rafael J. Wysocki4-41/+69
2015-01-07ACPI / video: Add disable_native_backlight quirk for Dell XPS15 L521XHans de Goede1-0/+10
2015-01-06ACPI/int340x_thermal: enumerate INT3401 for Intel SoC DTS thermal driverZhang Rui1-1/+6
2015-01-06ACPI/int340x_thermal: enumerate INT340X devices even if they're not in _ART/_TRTZhang Rui1-4/+2
2015-01-06ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu()Hanjun Guo1-3/+3
2015-01-06ACPI / processor: Convert apic_id to phys_id to make it arch agnosticHanjun Guo2-37/+40
2015-01-06ACPI / PM: Fix PM initialization for devices that are not presentRafael J. Wysocki2-6/+9
2014-12-29Merge branch 'acpi-video'Rafael J. Wysocki1-0/+17
2014-12-29Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki1-2/+0
2014-12-23ACPI / video: Add some Samsung models to disable_native_backlight listAaron Lu1-0/+17
2014-12-20Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-8/+14
2014-12-19Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-18/+30
2014-12-19Merge tag 'platform-drivers-x86-v3.19-1' of git://git.infradead.org/users/dvh...Linus Torvalds1-54/+0
2014-12-18Merge branches 'acpi-fan', 'acpi-video' and 'acpi-ec'Rafael J. Wysocki3-3/+17
2014-12-18Merge branches 'acpi-scan', 'acpi-utils' and 'acpi-pm'Rafael J. Wysocki3-15/+13
2014-12-17cpuidle / ACPI: remove unused CPUIDLE_FLAG_TIME_INVALIDLen Brown1-2/+0
2014-12-16x86, irq: Keep balance of IOAPIC pin reference countJiang Liu1-2/+9
2014-12-16ACPI: Fix minor syntax issues in processor_core.cJiang Liu1-5/+4
2014-12-16ACPI: Correct return value of acpi_dev_resource_address_space()Jiang Liu1-1/+1
2014-12-16Merge branch 'x86/vt-d' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...Thomas Gleixner4-19/+14
2014-12-15ACPI / video: update the skip case for acpi_video_device_in_dod()Aaron Lu1-2/+8
2014-12-15ACPI / EC: Fix unexpected ec_remove_handlers() invocationsLv Zheng1-0/+2
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+3
2014-12-13Merge tag 'iommu-updates-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+14
2014-12-13ACPI / PM: Do not disable wakeup GPEs that have not been enabledRafael J. Wysocki1-2/+10
2014-12-13ACPI / utils: Drop error messages from acpi_evaluate_reference()Rafael J. Wysocki1-11/+1
2014-12-13ACPI / scan: Change the level of _DEP-related messages to KERN_DEBUGRafael J. Wysocki1-2/+2
2014-12-11Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds26-108/+1878
2014-12-11ACPI / Fan: Use bus id as the name for non PNP0C0B (Fan) devicesSrinivas Pandruvada1-1/+7
2014-12-11Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+3
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki3-10/+4
2014-12-08Merge branch 'pm-cpuidle'Rafael J. Wysocki1-4/+2