aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2015-10-22ACPICA: iASL: Add symbolic operator support for Index() operatorBob Moore1-1/+1
2015-10-22ACPICA: Remove unnecessary conditional compilationBob Moore3-4/+7
2015-10-22ACPI / property: Fix subnode lookup scope for data-only subnodesRafael J. Wysocki1-1/+8
2015-10-16PCI/ACPI: Add interface acpi_pci_root_create()Jiang Liu1-0/+204
2015-10-16ACPI/PCI: Enhance ACPI core to support sparse IO spaceJiang Liu1-3/+6
2015-10-15ACPI / tables: test the correct variableDan Carpenter1-1/+2
2015-10-15ACPI / tables: Add acpi_subtable_proc to ACPI table parsersLukasz Anaczkowski1-18/+75
2015-10-14ACPICA: Tables: Fix FADT dependency regressionLv Zheng5-33/+10
2015-10-14Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar111-2133/+2993
2015-10-14PM / PCI / ACPI: Kick devices that might have been reset by firmwareRafael J. Wysocki2-19/+2
2015-10-14PM / sleep: Add flags to indicate platform firmware involvementRafael J. Wysocki1-0/+3
2015-10-13acpi/gsi: Cleanup acpi_register_gsiMarc Zyngier1-20/+10
2015-10-13acpi/gsi: Add acpi_set_irq_model to initialize the GSI layerMarc Zyngier1-5/+27
2015-10-13acpi/gsi: Always perform an irq domain lookupMarc Zyngier1-13/+13
2015-10-12ACPI: Allow selection of the ACPI processor driver for ARM64Ashwin Chaugule1-3/+3
2015-10-12CPPC: Probe for CPPC tables for each ACPI Processor objectAshwin Chaugule1-0/+6
2015-10-12ACPI: Add weak routines for ACPI CPU HotplugAshwin Chaugule1-0/+18
2015-10-12ACPI: Introduce CPU performance controls using CPPCAshwin Chaugule3-0/+749
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-1/+1