aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/power.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-03PM / Hibernate: Migrate to ktime_tTina Ruchandani1-2/+1
2014-09-03PM / sleep: Fix test_suspend= command line optionRafael J. Wysocki1-0/+1
2014-07-21PM / sleep: Simplify sleep states sysfs interface codeRafael J. Wysocki1-6/+1
2014-05-26PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki1-2/+0
2014-05-26PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki1-1/+6
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+2
2014-03-01PM / sleep: Move prototype declaration to header file kernel/power/power.hRashika Kheria1-0/+2
2012-07-01PM / Hibernate: Enable suspend to both for in-kernel hibernation.Bojan Smojver1-0/+3
2012-05-01PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki1-0/+9
2012-05-01PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki1-0/+18
2012-02-17PM / Sleep: Make enter_state() in kernel/power/suspend.c staticRafael J. Wysocki1-2/+0
2012-02-13PM / Sleep: Remove unnecessary label from suspend_freeze_processes()Rafael J. Wysocki1-4/+1
2012-02-04PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsSrivatsa S. Bhat1-2/+22
2011-12-06PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test pathSrivatsa S. Bhat1-0/+2
2011-10-16PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver1-0/+1
2011-10-16PM / Hibernate: Freeze kernel threads after preallocating memoryRafael J. Wysocki1-1/+2
2011-05-17PM / Hibernate: Add sysfs knob to control size of memory for driversRafael J. Wysocki1-0/+4
2010-10-17PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki1-1/+8
2010-10-17PM / Hibernate: Compress hibernation image with LZOBojan Smojver1-0/+1
2010-05-10PM / Hibernate: Separate block_ioJiri Slaby1-0/+9
2010-05-10PM / Hibernate: Snapshot cleanupJiri Slaby1-15/+3
2009-09-14PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)Rafael J. Wysocki1-1/+1
2009-06-12PM/Hibernate: Rename disk.c to hibernate.cRafael J. Wysocki1-2/+2
2009-06-12PM: Separate suspend to RAM functionality from coreRafael J. Wysocki1-1/+16
2009-06-12PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2)Rafael J. Wysocki1-3/+1
2008-10-21[PATCH] propagate mode through swsusp_close()Al Viro1-1/+1
2008-07-26kexec jump: save/restore device stateHuang Ying1-2/+0
2008-02-01Suspend: Add config option to disable the freezer if architecture wants thatJohannes Berg1-0/+22
2008-02-01Hibernation: Move low level resume to disk.cRafael J. Wysocki1-1/+0
2008-02-01PM: Convert PM notifiers to out-of-line codeAlan Stern1-8/+4
2008-02-01Hibernation: New testing facility (rev. 2)Rafael J. Wysocki1-0/+2
2008-02-01Suspend: Testing facility (rev. 2)Rafael J. Wysocki1-0/+18
2008-02-01Hibernation: Move function prototypes to headerAdrian Bunk1-0/+8
2008-02-01Hibernation: Introduce exportable suspend ioctls header (rev. 2)Rafael J. Wysocki1-28/+1
2008-02-01Hibernation: Correct definitions of some ioctls (rev. 2)Rafael J. Wysocki1-5/+5
2008-02-01Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2)Rafael J. Wysocki1-1/+0
2008-02-01Hibernation: Rework platform support ioctls (rev. 2)Rafael J. Wysocki1-6/+3
2008-02-01Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctlRafael J. Wysocki1-1/+3
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers1-1/+1
2008-01-24kset: convert /sys/power to use kset_createGreg Kroah-Hartman1-2/+0
2007-10-18Hibernation: Check if ACPI is enabled during restore in the right placeRafael J. Wysocki1-1/+0
2007-10-18Hibernation: Arbitrary boot kernel support - generic codeRafael J. Wysocki1-1/+19
2007-07-29Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki1-1/+9
2007-07-29Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki1-1/+1
2007-07-19PM: Reduce code duplication between main.c and user.cRafael J. Wysocki1-1/+2
2007-07-19PM: introduce hibernation and suspend notifiersRafael J. Wysocki1-0/+10
2007-07-19swsusp: introduce restore platform operationsRafael J. Wysocki1-3/+10
2007-07-19swsusp: remove code duplication between disk.c and user.cRafael J. Wysocki1-1/+4
2007-05-09PM: Separate hibernation code from suspend codeRafael J. Wysocki1-6/+1
2007-05-07swsusp: free more memoryRafael J. Wysocki1-1/+11