summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2015-12-28ACPI / debugger: Fix an issue a flag is modified without lockingLv Zheng1-1/+1
2015-12-22ACPI / bus: Show _OSC UUID when _OSC failsAndy Lutomirski1-2/+3
2015-12-22ACPI / bus: Tidy up _OSC error spacingAndy Lutomirski1-3/+3
2015-12-21ACPI / processor: Fix thermal cooling device regressionSrinivas Pandruvada1-1/+2
2015-12-15ACPI / debugger: Add module support for ACPI debuggerLv Zheng5-39/+269
2015-12-15ACPI / debugger: Add IO interface to access debugger functionalitiesLv Zheng5-5/+835
2015-12-15ACPICA: Debugger: Fix runtime stub issues of ACPI_DEBUGGER_EXEC using differe...Lv Zheng7-46/+83
2015-12-15ACPICA: Debugger: Convert some mechanisms to OSPM specificLv Zheng5-146/+38
2015-12-15ACPICA: Debugger: Remove unnecessary status checkColin Ian King1-3/+0
2015-12-12nfit: acpi_nfit_notify(): Do not leave device lockedAlexey Khoroshilov1-1/+1
2015-12-10ACPI: Fix build errors due objects compiled unconditionallyJavier Martinez Canillas1-4/+4
2015-12-09ACPI / utils: Add acpi_dev_present()Lukas Wunner3-7/+40
2015-12-09ACPI / scan: Fix acpi_bus_id_list bookkeepingLukas Wunner1-0/+14
2015-12-09ACPI / LPSS: power on when probe() and otherwise when remove()Andy Shevchenko1-0/+32
2015-12-09ACPI / LPSS: do delay for all LPSS devices when D3->D0Andy Shevchenko1-8/+15
2015-12-09ACPI / LPSS: allow to use specific PM domain during ->probe()Andy Shevchenko1-1/+2
2015-12-09Revert "ACPI / LPSS: allow to use specific PM domain during ->probe()"Andy Shevchenko1-2/+6
2015-12-07device property: return -EINVAL when property isn't found in ACPIAndy Shevchenko1-5/+5
2015-12-04Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-19/+49
2015-12-04Merge branches 'acpica', 'acpi-video' and 'device-properties'Rafael J. Wysocki1-2/+2
2015-12-04Merge branches 'acpi-pci' and 'pm-pci'Rafael J. Wysocki74-397/+11348
2015-12-02x86/PCI/ACPI: Fix regression caused by commit 4d6b4e69a245Liu Jiang1-0/+7
2015-12-01nfit: Adjust for different _FIT and NFIT headersLinda Knippers2-13/+37
2015-12-01nfit: Fix the check for a successful NFIT mergeLinda Knippers1-1/+1
2015-12-01nfit: Account for table size length variationLinda Knippers1-6/+12
2015-12-01ACPI: Better describe ACPI_DEBUGGERPeter Zijlstra1-2/+2
2015-11-30ACPI / scan: set status to 0 if _STA failedAaron Lu1-1/+1
2015-11-20Merge branches 'acpi-smbus', 'acpi-ec' and 'acpi-pci'Rafael J. Wysocki2-42/+8
2015-11-20Merge branches 'pm-cpufreq' and 'acpi-cppc'Rafael J. Wysocki1-1/+1
2015-11-17ACPI-EC: Drop unnecessary check made before calling acpi_ec_delete_query()Markus Elfring1-1/+1
2015-11-17Revert "ACPI / SBS: Add 5 us delay to fix SBS hangs on MacBook"Chris Bainbridge1-22/+0
2015-11-17ACPI / SMBus: Fix boot stalls / high CPU caused by reentrant codeChris Bainbridge1-19/+7
2015-11-14ACPI / CPPC: Use h/w reduced version of the PCCT structureAshwin Chaugule1-1/+1
2015-11-12Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-16/+128
2015-11-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-6/+6
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-56/+244
2015-11-07Merge branches 'acpi-video' and 'acpi-cppc'Rafael J. Wysocki2-12/+75
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki3-4/+53
2015-11-07device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee2-4/+11
2015-11-07ACPI: Adding DMA Attribute APIs for ACPI DeviceSuthikulpanit, Suravee1-0/+42
2015-11-07Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2015-11-05Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2015-11-05Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds68-324/+11637
2015-11-04Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+7
2015-11-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-21/+33
2015-11-02acpi: nfit: Add support for hot-addVishal Verma2-56/+238
2015-11-02nfit: in acpi_nfit_init, break on a 0-length tableVishal Verma1-0/+6
2015-11-02ACPI / video: only register backlight for LCD deviceAaron Lu1-12/+66
2015-11-02ACPI / video: Add a quirk to force acpi-video backlight on Dell XPS L421XHans de Goede1-0/+9
2015-11-02Merge branch 'device-properties' into acpi-pciRafael J. Wysocki3-101/+466