summaryrefslogtreecommitdiff
path: root/kernel/power
AgeCommit message (Expand)AuthorFilesLines
2014-11-18pm_qos: Add PM_QOS_CPU_FREQUENCY pm_qos to guarantee required CPU frequencyChanwoo Choi1-0/+14
2014-11-18pm_qos: Add PM_QOS_BUS_FREQUENCY pm_qos to guarantee required memory bus freq...Chanwoo Choi1-1/+14
2014-11-18upstream: Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-1/+0
2014-11-14PM / Sleep: fix recovery during resuming from hibernationImre Deak1-1/+7
2014-11-14OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko1-1/+39
2014-10-05PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki4-37/+36
2014-10-05PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki4-27/+30
2014-07-28PM / sleep: Fix request_firmware() error at resumeTakashi Iwai1-0/+1
2013-12-04PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu1-1/+5
2013-08-20PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()Stephen Boyd1-1/+12
2013-07-28PM / Sleep: avoid 'autosleep' in shutdown progressLiu ShuoX1-1/+2
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+116
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-1/+1
2013-04-30power/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-04-05PM / sleep: invalidate TEST_CPUS and TEST_CORE support for freeze stateZhang Rui1-2/+14
2013-04-05PM / sleep: add TEST_PLATFORM support for freeze stateZhang Rui1-3/+3
2013-03-19Merge tag 'v3.9-rc3' into drm-intel-next-queuedDaniel Vetter6-29/+95
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+5
2013-02-20PM: make VT switching to the suspend console optional v3Jesse Barnes1-0/+116
2013-02-09suspend: enable freeze timeout configuration through sysLi Fei2-2/+29
2013-02-09PM: Introduce suspend state PM_SUSPEND_FREEZEZhang Rui2-14/+57
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-6/+5
2013-01-26PM: don't use [delayed_]work_pending()Tejun Heo2-7/+4
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-12/+1
2012-11-29Merge branch 'pm-sleep'Rafael J. Wysocki3-3/+3
2012-11-15PM / Hibernate: use rb_entryDavidlohr Bueso1-1/+1
2012-11-15PM / sysfs: replace strict_str* with kstrto*Daniel Walter2-2/+2
2012-10-26freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()Oleg Nesterov1-12/+1
2012-10-23PM / QoS: Introduce request and constraint data types for PM QoS flagsRafael J. Wysocki1-0/+63
2012-09-17Merge branch 'pm-qos'Rafael J. Wysocki1-0/+1
2012-09-17Merge branch 'pm-sleep'Rafael J. Wysocki2-2/+2
2012-09-10properly __init-annotate pm_sysrq_init()Jan Beulich1-1/+1
2012-09-07PM / QoS: Add return code to pm_qos_get_value function.Luis Gonzalez Fernandez1-0/+1
2012-09-04PM / Domains: Add power off/on function for system core suspend stageRafael J. Wysocki1-0/+4
2012-08-23PM / Freezer: Fix small typo "regrigerator"Sedat Dilek1-1/+1
2012-08-08Revert "NMI watchdog: fix for lockup detector breakage on resume"Rafael J. Wysocki1-3/+0
2012-07-30NMI watchdog: fix for lockup detector breakage on resumeSameer Nanda1-0/+3
2012-07-22Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds7-29/+157
2012-07-18Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds2-10/+0
2012-07-19PM / Sleep: Require CAP_BLOCK_SUSPEND to use wake_lock/wake_unlockRafael J. Wysocki1-0/+7
2012-07-01PM / Hibernate: Print hibernation/thaw progress indicator one line at a time.Bojan Smojver1-27/+27
2012-07-01PM / Sleep: Separate printing suspend times from initcall_debugRafael J. Wysocki2-34/+46
2012-07-01PM / Sleep: add knob for printing device resume timesSameer Nanda1-0/+33
2012-07-01ftrace: Disable function tracing during suspend/resume and hibernation, againSrivatsa S. Bhat2-0/+9
2012-07-01PM / Hibernate: Enable suspend to both for in-kernel hibernation.Bojan Smojver3-0/+67
2012-05-18PM / Hibernate: Use get_gendisk to verify partition if resume_file is integer...Minho Ban1-0/+13
2012-05-11PM / Sleep: User space wakeup sources garbage collector Kconfig optionRafael J. Wysocki2-39/+67
2012-05-11PM / Sleep: Make the limit of user space wakeup sources configurableRafael J. Wysocki2-5/+32
2012-05-05PM / Sleep: Fix a mistake in a conditional in autosleep_store()Arve Hjønnevåg1-1/+1
2012-05-01PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki5-0/+274