summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2014-11-18upstream: treewide: Fix typo in printkMasanari Iida1-1/+1
2014-10-05ACPICA: Update to GPIO region handler interface.Bob Moore6-16/+104
2014-09-17ACPI / cpuidle: fix deadlock between cpuidle_lock and cpu_hotplug.lockJiri Kosina1-2/+2
2014-09-17ACPI: Run fixed event device notifications in process contextLan Tianyu1-5/+10
2014-09-17ACPICA: Utilities: Fix memory leak in acpi_ut_copy_iobject_to_iobjectDavid E. Box1-0/+6
2014-07-17ACPI / battery: Retry to get battery information if failed during probingLan Tianyu1-1/+26
2014-07-17ACPI / resources: only reject zero length resources based at address zeroAndy Whitcroft1-5/+5
2014-06-30ACPI: Fix conflict between customized DSDT and DSDT local copyLv Zheng1-0/+7
2014-06-30ACPICA: utstring: Check array index bound before use.David Binderman1-1/+1
2014-06-07ACPI / blacklist: Add dmi_enable_osi_linux quirk for Asus EEE PC 1015PXHans de Goede1-0/+13
2014-03-23ACPI / sleep: Add extra checks for HW Reduced ACPI mode sleep statesRafael J. Wysocki1-17/+15
2014-03-23ACPI / resources: ignore invalid ACPI device resourcesZhang Rui1-0/+10
2014-03-06ACPI / processor: Rework processor throttling with work_on_cpu()Lan Tianyu1-37/+32
2014-03-06ACPI / video: Filter the _BCL table for duplicate brightness valuesHans de Goede1-1/+7
2014-03-06ACPI / PCI: Fix memory leak in acpi_pci_irq_enable()Tomasz Nowicki1-0/+1
2014-02-13ACPI / init: Flag use of ACPI and ACPI idioms for power supplies to regulator...Mark Brown1-0/+9
2014-01-15ACPI / Battery: Add a _BIX quirk for NEC LZ750/LSLan Tianyu1-1/+20
2013-12-04ACPI / hotplug: Fix conflicted PCI bridge notify handlersToshi Kani2-1/+4
2013-11-29ACPI / hotplug: Do not execute "insert in progress" _OSTRafael J. Wysocki1-2/+0
2013-11-29ACPI / hotplug: Fix handle_root_bridge_removal()Rafael J. Wysocki1-1/+4
2013-11-29ACPI / video: Quirk initial backlight level 0Aaron Lu1-1/+1
2013-11-29ACPI / EC: Ensure lock is acquired before accessing ec struct membersPuneet Kumar1-1/+2
2013-11-29sched, idle: Fix the idle polling state logicPeter Zijlstra1-36/+10
2013-11-29ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field.Bob Moore1-64/+102
2013-11-29ACPICA: Return error if DerefOf resolves to a null package element.Bob Moore1-3/+10
2013-11-29ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and BufferField r...Bob Moore1-3/+32
2013-10-13ACPI / IPMI: Fix atomic context requirement of ipmi_msg_handler()Lv Zheng1-10/+14
2013-09-26ACPI / LPSS: don't crash if a device has no MMIO resourcesMika Westerberg1-1/+2
2013-09-07ACPI / EC: Add ASUSTEK L4R to quirk list in order to validate ECDTLan Tianyu1-0/+4
2013-08-29ACPI: Try harder to resolve _ADR collisions for bridgesRafael J. Wysocki1-17/+82
2013-08-29ACPI: add _STA evaluation at do_acpi_find_child()Jeff Wu1-2/+4
2013-08-14ACPI / PM: Walk physical_node_list under physical_node_lockRafael J. Wysocki1-0/+8
2013-08-11ACPI / battery: Fix parsing _BIX return valueLan Tianyu1-0/+2
2013-08-04ACPI / video: ignore BIOS initial backlight value for Fujitsu E753Lan Tianyu1-0/+8
2013-08-04ACPI / memhotplug: Fix a stale pointer in error pathToshi Kani1-0/+1
2013-08-04ACPI / scan: Do not try to attach scan handlers to devices having themRafael J. Wysocki1-0/+3
2013-08-04ACPI / scan: Always call acpi_bus_scan() for bus check notificationsRafael J. Wysocki1-4/+6
2013-07-21ACPI / PM: Fix corner case in acpi_bus_update_power()Rafael J. Wysocki1-5/+18
2013-07-21ACPICA: Do not use extended sleep registers unless HW-reduced bit is setLv Zheng1-3/+5
2013-07-21ACPI / EC: Add HP Folio 13 to ec_dmi_table in order to skip DSDT scanLan Tianyu1-0/+4
2013-07-21ACPI: Add CMOS RTC Operation Region handler supportLan Tianyu4-0/+99
2013-06-24ACPI / dock / PCI: Synchronous handling of dock events for PCI devicesRafael J. Wysocki1-42/+95
2013-06-23ACPI / dock: Initialize ACPI dock subsystem upfrontJiang Liu3-41/+7
2013-06-20ACPI / LPSS: Power up LPSS devices during enumerationRafael J. Wysocki2-6/+35
2013-06-20ACPI / PM: Fix error code path for power resources initializationRafael J. Wysocki1-0/+1
2013-06-19ACPI / dock: Take ACPI scan lock in write_undock()Rafael J. Wysocki1-0/+2
2013-06-19ACPI / resources: call acpi_get_override_irq() only for legacy IRQ resourcesMika Westerberg1-5/+11
2013-06-10ACPI / video: Do not bind to device objects with a scan handlerRafael J. Wysocki2-4/+4
2013-06-07Revert "ACPI / scan: do not match drivers against objects having scan handlers"Rafael J. Wysocki1-4/+0
2013-06-07Merge branch 'acpi-fixes'Rafael J. Wysocki4-7/+30