aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-19PM / Hibernate: Correct additional pages number calculationNamhyung Kim1-1/+2
2012-01-14PM / Hibernate: Drop the check of swap space size for compressed imageBarry Song1-6/+7
2012-01-10PM/Hibernate: do not count debug pages as savableStanislaw Gruszka1-0/+6
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds6-225/+152
2012-01-05PM / Hibernate: Implement compat_ioctl for /dev/snapshotBen Hutchings1-0/+64
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-12-09PM / Hibernate: Remove deprecated hibernation snapshot ioctlsSrivatsa S. Bhat1-87/+0
2011-12-08PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat4-20/+20
2011-12-06PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c with 'else'Srivatsa S. Bhat1-1/+1
2011-12-06Merge branch 'pm-freezer' into pm-sleepRafael J. Wysocki4-67/+37
2011-12-06PM / Hibernate: Remove deprecated hibernation test modesSrivatsa S. Bhat1-29/+4
2011-12-06PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test pathSrivatsa S. Bhat3-4/+11
2011-12-06PM / Hibernate: Enable usermodehelpers in software_resume() error pathSrivatsa S. Bhat1-1/+3
2011-11-23PM / Hibernate: Refactor and simplify hibernation_snapshot() codeSrivatsa S. Bhat1-13/+9
2011-11-23PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.cSrivatsa S. Bhat1-3/+3
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into pm-freezerRafael J. Wysocki4-67/+37
2011-11-23PM / Hibernate: Do not leak memory in error/test code pathsRafael J. Wysocki1-6/+10
2011-11-21freezer: remove unused @sig_only from freeze_task()Tejun Heo1-4/+4
2011-11-21freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZETejun Heo1-4/+11
2011-11-21cgroup_freezer: prepare for removal of TIF_FREEZETejun Heo1-1/+1
2011-11-21freezer: clean up freeze_processes() failure pathTejun Heo4-29/+14
2011-11-21freezer: test freezable conditions while holding freezer_lockTejun Heo1-15/+1
2011-11-21freezer: make freezing indicate freeze condition in effectTejun Heo1-1/+2
2011-11-21freezer: use dedicated lock instead of task_lock() + memory barrierTejun Heo1-2/+0
2011-11-21freezer: don't distinguish nosig tasks on thawTejun Heo1-13/+7
2011-11-21freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasksTejun Heo1-2/+1
2011-11-21freezer: rename thaw_process() to __thaw_task() and simplify the implementationTejun Heo1-1/+1
2011-11-19PM / Suspend: Fix bug in suspend statistics updateSrivatsa S. Bhat1-1/+2
2011-11-18PM / Hibernate: Fix the early termination of test modesSrivatsa S. Bhat1-6/+17
2011-11-07PM / QoS: Set cpu_dma_pm_qos->nameDominik Brodowski1-0/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds5-0/+6
2011-11-04PM / QoS: Remove redundant checkGuennadi Liakhovetski1-2/+1
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker4-0/+4
2011-10-31kernel: fix several implicit usasges of kmod.hPaul Gortmaker2-0/+2
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-0/+4
2011-10-16PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver4-178/+645
2011-10-16PM / Hibernate: Do not initialize static and extern variables to 0Barry Song1-5/+5
2011-10-16PM / Hibernate: Add resumedelay kernel param in addition to resumewaitBarry Song1-0/+14
2011-10-16PM / Hibernate: Add resumewait param to support MMC-like devices as resume fileBarry Song1-0/+16
2011-10-16PM / Hibernate: Fix typo in a kerneldoc commentBarry Song1-1/+1
2011-10-16PM / Hibernate: Freeze kernel threads after preallocating memoryRafael J. Wysocki3-15/+30
2011-10-16PM / VT: Cleanup #if defined uglyness and fix compile errorH Hartley Sweeten2-4/+2
2011-10-16PM / Suspend: Off by one in pm_suspend()Dan Carpenter1-1/+1
2011-10-16PM / Hibernate: Include storage keys in hibernation image on s390Martin Schwidefsky2-0/+21
2011-10-16PM: Fix build issue in main.c for CONFIG_PM_SLEEP unsetRafael J. Wysocki1-2/+2
2011-10-16PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu2-3/+116
2011-09-23cpu_pm: Add cpu power management notifiersColin Cross1-0/+4
2011-08-25PM QoS: Add global notification mechanism for device constraintsJean Pihet1-1/+1
2011-08-25PM QoS: Generalize and export constraints management codeJean Pihet1-56/+67
2011-08-25PM QoS: Reorganize data structsJean Pihet1-44/+41