summaryrefslogtreecommitdiffstats
path: root/kernel/power
Commit message (Expand)AuthorAgeFilesLines
* PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsSrivatsa S. Bhat2012-02-042-4/+27
* PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat2012-02-011-2/+4
* PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki2012-01-292-0/+28
* PM / Hibernate: Correct additional pages number calculationNamhyung Kim2012-01-191-1/+2
* PM / Hibernate: Drop the check of swap space size for compressed imageBarry Song2012-01-141-6/+7
* PM/Hibernate: do not count debug pages as savableStanislaw Gruszka2012-01-111-0/+6
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-086-225/+152Star
|\
| * PM / Hibernate: Implement compat_ioctl for /dev/snapshotBen Hutchings2012-01-051-0/+64
| * PM / Hibernate: Remove deprecated hibernation snapshot ioctlsSrivatsa S. Bhat2011-12-091-87/+0Star
| * PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat2011-12-084-20/+20
| * PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c wit...Srivatsa S. Bhat2011-12-061-1/+1
| * Merge branch 'pm-freezer' into pm-sleepRafael J. Wysocki2011-12-064-67/+37Star
| |\
| | * Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki2011-11-234-67/+37Star
| | |\
| | | * freezer: remove unused @sig_only from freeze_task()Tejun Heo2011-11-211-4/+4
| | | * freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZETejun Heo2011-11-211-4/+11
| | | * cgroup_freezer: prepare for removal of TIF_FREEZETejun Heo2011-11-211-1/+1
| | | * freezer: clean up freeze_processes() failure pathTejun Heo2011-11-214-29/+14Star
| | | * freezer: test freezable conditions while holding freezer_lockTejun Heo2011-11-211-15/+1Star
| | | * freezer: make freezing indicate freeze condition in effectTejun Heo2011-11-211-1/+2
| | | * freezer: use dedicated lock instead of task_lock() + memory barrierTejun Heo2011-11-211-2/+0Star
| | | * freezer: don't distinguish nosig tasks on thawTejun Heo2011-11-211-13/+7Star
| | | * freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasksTejun Heo2011-11-211-2/+1Star
| | | * freezer: rename thaw_process() to __thaw_task() and simplify the implementationTejun Heo2011-11-211-1/+1
| * | | PM / Hibernate: Remove deprecated hibernation test modesSrivatsa S. Bhat2011-12-061-29/+4Star
| * | | PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test pathSrivatsa S. Bhat2011-12-063-4/+11
| * | | PM / Hibernate: Enable usermodehelpers in software_resume() error pathSrivatsa S. Bhat2011-12-061-1/+3
| * | | PM / Hibernate: Refactor and simplify hibernation_snapshot() codeSrivatsa S. Bhat2011-11-231-13/+9Star
| * | | PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.cSrivatsa S. Bhat2011-11-231-3/+3
| |/ /
* / / fs: move code out of buffer.cAl Viro2012-01-041-1/+0Star
|/ /
* / PM / Hibernate: Do not leak memory in error/test code pathsRafael J. Wysocki2011-11-231-6/+10
|/
* PM / Suspend: Fix bug in suspend statistics updateSrivatsa S. Bhat2011-11-191-1/+2
* PM / Hibernate: Fix the early termination of test modesSrivatsa S. Bhat2011-11-181-6/+17
* PM / QoS: Set cpu_dma_pm_qos->nameDominik Brodowski2011-11-071-0/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-075-0/+6
|\
| * kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-11-014-0/+4
| * kernel: fix several implicit usasges of kmod.hPaul Gortmaker2011-10-312-0/+2
* | PM / QoS: Remove redundant checkGuennadi Liakhovetski2011-11-041-2/+1Star
|/
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-0/+4
|\
| * cpu_pm: Add cpu power management notifiersColin Cross2011-09-231-0/+4
* | PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver2011-10-164-178/+645
* | PM / Hibernate: Do not initialize static and extern variables to 0Barry Song2011-10-161-5/+5
* | PM / Hibernate: Add resumedelay kernel param in addition to resumewaitBarry Song2011-10-161-0/+14
* | PM / Hibernate: Add resumewait param to support MMC-like devices as resume fileBarry Song2011-10-161-0/+16
* | PM / Hibernate: Fix typo in a kerneldoc commentBarry Song2011-10-161-1/+1
* | PM / Hibernate: Freeze kernel threads after preallocating memoryRafael J. Wysocki2011-10-163-15/+30
* | PM / VT: Cleanup #if defined uglyness and fix compile errorH Hartley Sweeten2011-10-162-4/+2Star
* | PM / Suspend: Off by one in pm_suspend()Dan Carpenter2011-10-161-1/+1
* | PM / Hibernate: Include storage keys in hibernation image on s390Martin Schwidefsky2011-10-162-0/+21
* | PM: Fix build issue in main.c for CONFIG_PM_SLEEP unsetRafael J. Wysocki2011-10-161-2/+2
* | PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu2011-10-162-3/+116