summaryrefslogtreecommitdiffstats
path: root/kernel/power
AgeCommit message (Expand)AuthorLines
2012-02-04PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsSrivatsa S. Bhat-4/+27
2012-02-01PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat-2/+4
2012-01-29PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki-0/+28
2012-01-19PM / Hibernate: Correct additional pages number calculationNamhyung Kim-1/+2
2012-01-14PM / Hibernate: Drop the check of swap space size for compressed imageBarry Song-6/+7
2012-01-10PM/Hibernate: do not count debug pages as savableStanislaw Gruszka-0/+6
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-225/+152
2012-01-05PM / Hibernate: Implement compat_ioctl for /dev/snapshotBen Hutchings-0/+64
2012-01-03fs: move code out of buffer.cAl Viro-1/+0
2011-12-09PM / Hibernate: Remove deprecated hibernation snapshot ioctlsSrivatsa S. Bhat-87/+0
2011-12-08PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat-20/+20
2011-12-06PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c wit...Srivatsa S. Bhat-1/+1
2011-12-06Merge branch 'pm-freezer' into pm-sleepRafael J. Wysocki-67/+37
2011-12-06PM / Hibernate: Remove deprecated hibernation test modesSrivatsa S. Bhat-29/+4
2011-12-06PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test pathSrivatsa S. Bhat-4/+11
2011-12-06PM / Hibernate: Enable usermodehelpers in software_resume() error pathSrivatsa S. Bhat-1/+3
2011-11-23PM / Hibernate: Refactor and simplify hibernation_snapshot() codeSrivatsa S. Bhat-13/+9
2011-11-23PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.cSrivatsa S. Bhat-3/+3
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki-67/+37
2011-11-23PM / Hibernate: Do not leak memory in error/test code pathsRafael J. Wysocki-6/+10
2011-11-21freezer: remove unused @sig_only from freeze_task()Tejun Heo-4/+4
2011-11-21freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZETejun Heo-4/+11
2011-11-21cgroup_freezer: prepare for removal of TIF_FREEZETejun Heo-1/+1
2011-11-21freezer: clean up freeze_processes() failure pathTejun Heo-29/+14
2011-11-21freezer: test freezable conditions while holding freezer_lockTejun Heo-15/+1
2011-11-21freezer: make freezing indicate freeze condition in effectTejun Heo-1/+2
2011-11-21freezer: use dedicated lock instead of task_lock() + memory barrierTejun Heo-2/+0
2011-11-21freezer: don't distinguish nosig tasks on thawTejun Heo-13/+7
2011-11-21freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasksTejun Heo-2/+1
2011-11-21freezer: rename thaw_process() to __thaw_task() and simplify the implementationTejun Heo-1/+1
2011-11-19PM / Suspend: Fix bug in suspend statistics updateSrivatsa S. Bhat-1/+2
2011-11-18PM / Hibernate: Fix the early termination of test modesSrivatsa S. Bhat-6/+17
2011-11-07PM / QoS: Set cpu_dma_pm_qos->nameDominik Brodowski-0/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+6
2011-11-04PM / QoS: Remove redundant checkGuennadi Liakhovetski-2/+1
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker-0/+4
2011-10-31kernel: fix several implicit usasges of kmod.hPaul Gortmaker-0/+2
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds-0/+4
2011-10-16PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver-178/+645
2011-10-16PM / Hibernate: Do not initialize static and extern variables to 0Barry Song-5/+5
2011-10-16PM / Hibernate: Add resumedelay kernel param in addition to resumewaitBarry Song-0/+14
2011-10-16PM / Hibernate: Add resumewait param to support MMC-like devices as resume fileBarry Song-0/+16
2011-10-16PM / Hibernate: Fix typo in a kerneldoc commentBarry Song-1/+1
2011-10-16PM / Hibernate: Freeze kernel threads after preallocating memoryRafael J. Wysocki-15/+30
2011-10-16PM / VT: Cleanup #if defined uglyness and fix compile errorH Hartley Sweeten-4/+2
2011-10-16PM / Suspend: Off by one in pm_suspend()Dan Carpenter-1/+1
2011-10-16PM / Hibernate: Include storage keys in hibernation image on s390Martin Schwidefsky-0/+21
2011-10-16PM: Fix build issue in main.c for CONFIG_PM_SLEEP unsetRafael J. Wysocki-2/+2
2011-10-16PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu-3/+116
2011-09-23cpu_pm: Add cpu power management notifiersColin Cross-0/+4