aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
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-16ACPI-EC: Drop unnecessary check made before calling acpi_ec_delete_query()Markus Elfring1-1/+1
2015-11-16Revert "ACPI / SBS: Add 5 us delay to fix SBS hangs on MacBook"Chris Bainbridge1-22/+0
2015-11-16ACPI / 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/git/rafael/linux-pmLinus Torvalds5-16/+128
2015-11-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-6/+6
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus 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-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-2/+2
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+2
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds68-324/+11637
2015-11-03Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+7
2015-11-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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
2015-11-02Merge branch 'pm-sleep'Rafael J. Wysocki3-19/+5
2015-11-02Merge branches 'acpi-osl', 'acpi-pad', 'acpi-video' and 'acpi-assorted'Rafael J. Wysocki5-9/+24
2015-11-02Merge branch 'acpi-processor'Rafael J. Wysocki5-3/+775
2015-11-02Merge branch 'acpica'Rafael J. Wysocki47-115/+9956
2015-10-26ACPI / sysfs: correctly check failing memory allocationInsu Yun1-0/+3
2015-10-26ACPI / video: Add a quirk to force native backlight on Lenovo IdeaPad S405Hans de Goede1-0/+9
2015-10-26ACPI / CPPC: Fix potential memory leakAshwin Chaugule1-1/+0
2015-10-26ACPI / CPPC: signedness bug in register_pcc_channel()Dan Carpenter1-1/+1
2015-10-26ACPI / PAD: power_saving_thread() is not freezableJiri Kosina1-2/+0
2015-10-26ACPI / PM: Fix incorrect wakeup IRQ setting during suspend-to-idleChen Yu1-2/+4
2015-10-26ACPI: Using correct irq when waiting for eventsChen Yu1-2/+2
2015-10-26ACPI: Use correct IRQ when uninstalling ACPI interrupt handlerChen Yu1-3/+6
2015-10-25Merge branch 'acpi-pci'Rafael J. Wysocki2-3/+210
2015-10-25Merge branch 'acpi-init'Rafael J. Wysocki1-0/+39
2015-10-25Merge branches 'acpi-scan', 'acpi-tables', 'acpi-ec' and 'acpi-assorted'Rafael J. Wysocki7-74/+162
2015-10-25Merge branch 'device-properties'Rafael J. Wysocki3-101/+466
2015-10-22ACPICA: Debugger: Fix dead lock issue ocurred in single stepping modeLv Zheng1-0/+10
2015-10-22ACPI: Enable build of AML interpreter debuggerLv Zheng14-37/+33
2015-10-22ACPICA: Debugger: Add thread ID support so that single step mode can only apply to the debugger threadLv Zheng4-2/+38
2015-10-22ACPICA: Debugger: Fix "terminate" command by cleaning up subsystem shutdown logicLv Zheng3-14/+15
2015-10-22ACPICA: Debugger: Fix "quit/exit" command by cleaning up user commands termination logicLv Zheng5-19/+26
2015-10-22ACPICA: Linuxize: Export debugger files to LinuxLv Zheng14-0/+9677
2015-10-22ACPICA: iASL: General cleanup of the file suffix #definesBob Moore1-1/+1
2015-10-22ACPICA: Improve typechecking, both compile-time and runtimeBob Moore10-44/+129
2015-10-22ACPICA: Update NFIT table to rename a flags fieldBob Moore2-4/+4
2015-10-22ACPICA: Debugger: Update mutexes used for multithreaded debuggerBob Moore4-5/+25
2015-10-22ACPICA: Update exception code for "file not found" errorBob Moore1-0/+6