summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | input: i8042: Avoid resetting controller on system suspend/resumeRafael J. Wysocki2015-10-141-5/+27
| | * | | | | | | | | PM / PCI / ACPI: Kick devices that might have been reset by firmwareRafael J. Wysocki2015-10-145-20/+27
| | * | | | | | | | | PM / sleep: Add flags to indicate platform firmware involvementRafael J. Wysocki2015-10-143-0/+43
| | * | | | | | | | | PM / sleep: Drop pm_request_idle() from pm_generic_complete()Rafael J. Wysocki2015-10-142-13/+2
| | * | | | | | | | | Merge back earlier 'pm-sleep' material for v4.4.Rafael J. Wysocki2015-10-125-3/+47
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | PM / wakeup: wakeup_source_create: use kstrdup_constRasmus Villemoes2015-09-251-2/+2
| | | * | | | | | | | | PM / sleep: Report interrupt that caused system wakeupAlexandra Yates2015-09-165-1/+45
| | | | |_|_|_|_|_|/ / | | | |/| | | | | | |
| | * | | | | | | | | PCI / PM: Avoid resuming more devices during system suspendRafael J. Wysocki2015-10-123-11/+72
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ Merge branches 'acpi-osl', 'acpi-pad', 'acpi-video' and 'acpi-assorted'Rafael J. Wysocki2015-11-027-10/+32
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | ACPI / Documentation: add copy_dsdt to ACPI format optionsRami Rosen2015-10-261-1/+2
| | | | | * | | | | | | | | ACPI / sysfs: correctly check failing memory allocationInsu Yun2015-10-261-0/+3
| | | | * | | | | | | | | | ACPI / video: Add a quirk to force native backlight on Lenovo IdeaPad S405Hans de Goede2015-10-261-0/+9
| | | | | |_|_|_|_|_|/ / / | | | | |/| | | | | | | |
| | | * / | | | | | | | | ACPI / PAD: power_saving_thread() is not freezableJiri Kosina2015-10-261-2/+0
| | | |/ / / / / / / / /
| | * | | | | | | | | | ACPI / PM: Fix incorrect wakeup IRQ setting during suspend-to-idleChen Yu2015-10-261-2/+4
| | * | | | | | | | | | ACPI: Using correct irq when waiting for eventsChen Yu2015-10-261-2/+2
| | * | | | | | | | | | ACPI: Use correct IRQ when uninstalling ACPI interrupt handlerChen Yu2015-10-262-3/+12
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'acpi-processor'Rafael J. Wysocki2015-11-0210-3/+1122
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ACPI / CPPC: Fix potential memory leakAshwin Chaugule2015-10-261-1/+0
| | * | | | | | | | | | ACPI / CPPC: signedness bug in register_pcc_channel()Dan Carpenter2015-10-261-1/+1
| | * | | | | | | | | | ACPI: Allow selection of the ACPI processor driver for ARM64Ashwin Chaugule2015-10-121-3/+3
| | * | | | | | | | | | CPPC: Probe for CPPC tables for each ACPI Processor objectAshwin Chaugule2015-10-122-0/+20
| | * | | | | | | | | | ACPI: Add weak routines for ACPI CPU HotplugAshwin Chaugule2015-10-121-0/+18
| | * | | | | | | | | | ACPI / CPPC: Add a CPUFreq driver for use with CPPCAshwin Chaugule2015-10-123-0/+195
| | * | | | | | | | | | ACPI: Introduce CPU performance controls using CPPCAshwin Chaugule2015-10-124-0/+887
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'acpica'Rafael J. Wysocki2015-11-0255-137/+9982
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ACPICA: Update version to 20150930Bob Moore2015-10-221-1/+1
| | * | | | | | | | | | ACPICA: Debugger: Fix dead lock issue ocurred in single stepping modeLv Zheng2015-10-221-0/+10
| | * | | | | | | | | | ACPI: Enable build of AML interpreter debuggerLv Zheng2015-10-2217-49/+43
| | * | | | | | | | | | ACPICA: Debugger: Add thread ID support so that single step mode can only app...Lv Zheng2015-10-226-3/+42
| | * | | | | | | | | | ACPICA: Debugger: Fix "terminate" command by cleaning up subsystem shutdown l...Lv Zheng2015-10-223-14/+15
| | * | | | | | | | | | ACPICA: Debugger: Fix "quit/exit" command by cleaning up user commands termin...Lv Zheng2015-10-225-19/+26
| | * | | | | | | | | | ACPICA: Linuxize: Export debugger files to LinuxLv Zheng2015-10-2214-0/+9677
| | * | | | | | | | | | ACPICA: iASL: General cleanup of the file suffix #definesBob Moore2015-10-222-2/+2
| | * | | | | | | | | | ACPICA: Improve typechecking, both compile-time and runtimeBob Moore2015-10-2211-46/+134
| | * | | | | | | | | | ACPICA: Update NFIT table to rename a flags fieldBob Moore2015-10-223-5/+5
| | * | | | | | | | | | ACPICA: Debugger: Update mutexes used for multithreaded debuggerBob Moore2015-10-225-8/+28
| | * | | | | | | | | | ACPICA: Update exception code for "file not found" errorBob Moore2015-10-221-0/+6
| | * | | | | | | | | | ACPICA: iASL: Add symbolic operator support for Index() operatorBob Moore2015-10-221-1/+1
| | * | | | | | | | | | ACPICA: Remove unnecessary conditional compilationBob Moore2015-10-224-5/+8
| * | | | | | | | | | | Merge branch 'acpi-pci'Rafael J. Wysocki2015-10-257-484/+423
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | ia64/PCI/ACPI: Use common interface to support PCI host bridgeJiang Liu2015-10-161-187/+48
| | * | | | | | | | | | | x86/PCI/ACPI: Use common interface to support PCI host bridgeJiang Liu2015-10-161-207/+87
| | * | | | | | | | | | | ACPI/PCI: Reset acpi_root_dev->domain to 0 when pci_ignore_seg is setJiang Liu2015-10-161-1/+1
| | * | | | | | | | | | | PCI/ACPI: Add interface acpi_pci_root_create()Jiang Liu2015-10-162-0/+228
| | * | | | | | | | | | | ia64/PCI: Use common struct resource_entry to replace struct iospace_resourceJiang Liu2015-10-162-14/+8
| | * | | | | | | | | | | ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridgeJiang Liu2015-10-161-221/+193
| | * | | | | | | | | | | ACPI/PCI: Enhance ACPI core to support sparse IO spaceJiang Liu2015-10-162-3/+7
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'acpi-init'Rafael J. Wysocki2015-10-2532-159/+209
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier2015-10-0119-21/+21
| | * | | | | | | | | | | clocksource / arm_arch_timer: Convert to ACPI probingMarc Zyngier2015-10-014-21/+2