summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpuidle'Rafael J. Wysocki2019-09-1726-107/+613
|\
| * cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are a...Wanpeng Li2019-09-112-1/+3
| * cpuidle-haltpoll: do not set an owner to allow modunloadJoao Martins2019-09-111-1/+0
| * cpuidle-haltpoll: return -ENODEV on modinit failureJoao Martins2019-09-111-1/+1
| * cpuidle-haltpoll: set haltpoll as preferred governorJoao Martins2019-09-112-1/+2
| * cpuidle: allow governor switch on cpuidle_register_driver()Joao Martins2019-09-114-3/+34
| * powercap: idle_inject: Use higher resolution for idle injectionDaniel Lezcano2019-09-032-30/+31
| * cpuidle: play_idle: Increase the resolution to usecDaniel Lezcano2019-09-034-6/+7
| * cpuidle-haltpoll: vcpu hotplug supportJoao Martins2019-09-034-21/+73
| * cpuidle: teo: Get rid of redundant check in teo_update()Rafael J. Wysocki2019-08-101-12/+4
| * cpuidle: teo: Allow tick to be stopped if PM QoS is usedRafael J. Wysocki2019-08-051-16/+16
| * cpuidle: menu: Allow tick to be stopped if PM QoS is usedRafael J. Wysocki2019-08-051-11/+5
| * cpuidle: header file stubs must be "static inline"Stephen Rothwell2019-07-311-1/+1
| * cpuidle-haltpoll: disable host side polling when kvm virtualizedMarcelo Tosatti2019-07-305-1/+81
| * cpuidle: add haltpoll governorMarcelo Tosatti2019-07-304-0/+240
| * governors: unify last_state_idxMarcelo Tosatti2019-07-304-20/+19
| * cpuidle: add poll_limit_ns to cpuidle_device structureMarcelo Tosatti2019-07-304-9/+45
| * add cpuidle-haltpoll driverMarcelo Tosatti2019-07-304-1/+79
* | Merge branch 'pm-sleep'Rafael J. Wysocki2019-09-1728-250/+838
|\ \
| * \ Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki2019-09-1715-190/+243
| |\ \
| | * | ACPI: PM: s2idle: Always set up EC GPE for system wakeupRafael J. Wysocki2019-08-214-13/+15
| | * | ACPI: PM: s2idle: Avoid rearming SCI for wakeup unnecessarilyRafael J. Wysocki2019-08-211-2/+2
| | * | PM: suspend: Fix platform_suspend_prepare_noirq()Rafael J. Wysocki2019-08-101-5/+6
| | * | intel-hid: Disable button array during suspend-to-idleRafael J. Wysocki2019-08-091-6/+7
| | * | intel-hid: intel-vbtn: Avoid leaking wakeup_mode setRafael J. Wysocki2019-08-092-8/+21
| | * | ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devicesRafael J. Wysocki2019-08-083-15/+35
| | * | ACPI: EC: PM: Make acpi_ec_dispatch_gpe() print debug messageRafael J. Wysocki2019-08-081-1/+5
| | * | ACPI: EC: PM: Consolidate some code depending on PM_SLEEPRafael J. Wysocki2019-08-082-29/+27
| | * | ACPI: PM: s2idle: Eliminate acpi_sleep_no_ec_events()Rafael J. Wysocki2019-08-083-12/+1
| | * | ACPI: PM: s2idle: Switch EC over to polling during "noirq" suspendRafael J. Wysocki2019-08-081-4/+2
| | * | ACPI: PM: s2idle: Add acpi.sleep_no_lps0 module parameterRafael J. Wysocki2019-08-081-16/+15
| | * | ACPI: PM: s2idle: Rearrange lps0_device_attach()Rafael J. Wysocki2019-08-081-15/+17
| | * | ACPI: PM: Set up EC GPE for system wakeup from drivers that need itRafael J. Wysocki2019-07-307-22/+45
| | * | PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()Rafael J. Wysocki2019-07-232-22/+12
| | * | PM: sleep: Integrate suspend-to-idle with generig suspend flowRafael J. Wysocki2019-07-231-16/+5
| | * | PM: sleep: Simplify suspend-to-idle control flowRafael J. Wysocki2019-07-234-58/+48
| | * | ACPI: PM: Set s2idle_wakeup earlier and clear it laterRafael J. Wysocki2019-07-231-2/+4
| | * | PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki2019-07-231-1/+1
| | * | ACPI: EC: Return bool from acpi_ec_dispatch_gpe()Rafael J. Wysocki2019-07-232-4/+9
| | * | ACPICA: Return u32 from acpi_dispatch_gpe()Rafael J. Wysocki2019-07-232-4/+10
| | * | PCI: irq: Introduce rearm_wake_irq()Rafael J. Wysocki2019-07-232-0/+21
| * | | PM / wakeup: Unexport wakeup_source_sysfs_{add,remove}()Stephen Boyd2019-08-211-2/+0
| * | | PM / wakeup: Register wakeup class kobj after device is addedStephen Boyd2019-08-214-4/+34
| * | | PM / wakeup: Fix sysfs registration error pathStephen Boyd2019-08-211-4/+9
| * | | PM / wakeup: Show wakeup sources stats in sysfsTri Vo2019-08-2111-13/+328
| * | | PM / wakeup: Use wakeup_source_register() in wakelock.cTri Vo2019-08-211-13/+19
| * | | PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare()Tri Vo2019-08-212-31/+13
| * | | PM: sleep: Replace strncmp() with str_has_prefix()Chuhong Yuan2019-08-161-1/+1
| * | | PM/sleep: Expose suspend stats in sysfsKalesh Singh2019-08-052-2/+201
* | | | PM: runtime: Documentation: add runtime_status ABI documentAkinobu Mita2019-09-061-0/+9