aboutsummaryrefslogtreecommitdiff
path: root/kernel/power/power.h
AgeCommit message (Expand)AuthorFilesLines
2008-10-21[PATCH] propagate mode through swsusp_close()Gravatar Al Viro 1-1/+1
2008-07-26kexec jump: save/restore device stateGravatar Huang Ying 1-2/+0
2008-02-01Suspend: Add config option to disable the freezer if architecture wants thatGravatar Johannes Berg 1-0/+22
2008-02-01Hibernation: Move low level resume to disk.cGravatar Rafael J. Wysocki 1-1/+0
2008-02-01PM: Convert PM notifiers to out-of-line codeGravatar Alan Stern 1-8/+4
2008-02-01Hibernation: New testing facility (rev. 2)Gravatar Rafael J. Wysocki 1-0/+2
2008-02-01Suspend: Testing facility (rev. 2)Gravatar Rafael J. Wysocki 1-0/+18
2008-02-01Hibernation: Move function prototypes to headerGravatar Adrian Bunk 1-0/+8
2008-02-01Hibernation: Introduce exportable suspend ioctls header (rev. 2)Gravatar Rafael J. Wysocki 1-28/+1
2008-02-01Hibernation: Correct definitions of some ioctls (rev. 2)Gravatar Rafael J. Wysocki 1-5/+5
2008-02-01Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2)Gravatar Rafael J. Wysocki 1-1/+0
2008-02-01Hibernation: Rework platform support ioctls (rev. 2)Gravatar Rafael J. Wysocki 1-6/+3
2008-02-01Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctlGravatar Rafael J. Wysocki 1-1/+3
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsGravatar Kay Sievers 1-1/+1
2008-01-24kset: convert /sys/power to use kset_createGravatar Greg Kroah-Hartman 1-2/+0
2007-10-18Hibernation: Check if ACPI is enabled during restore in the right placeGravatar Rafael J. Wysocki 1-1/+0
2007-10-18Hibernation: Arbitrary boot kernel support - generic codeGravatar Rafael J. Wysocki 1-1/+19
2007-07-29Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyGravatar Rafael J. Wysocki 1-1/+9
2007-07-29Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONGravatar Rafael J. Wysocki 1-1/+1
2007-07-19PM: Reduce code duplication between main.c and user.cGravatar Rafael J. Wysocki 1-1/+2
2007-07-19PM: introduce hibernation and suspend notifiersGravatar Rafael J. Wysocki 1-0/+10
2007-07-19swsusp: introduce restore platform operationsGravatar Rafael J. Wysocki 1-3/+10
2007-07-19swsusp: remove code duplication between disk.c and user.cGravatar Rafael J. Wysocki 1-1/+4
2007-05-09PM: Separate hibernation code from suspend codeGravatar Rafael J. Wysocki 1-6/+1
2007-05-07swsusp: free more memoryGravatar Rafael J. Wysocki 1-1/+11
2007-05-07swsusp: use rbtree for tracking allocated swapGravatar Rafael J. Wysocki 1-24/+3
2007-05-07swsusp: use GFP_KERNEL for creating basic data structuresGravatar Rafael J. Wysocki 1-0/+3
2007-05-07swsusp: do not use page flagsGravatar Rafael J. Wysocki 1-0/+2
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Gravatar Linus Torvalds 1-3/+2
2007-05-02remove "struct subsystem" as it is no longer neededGravatar Greg Kroah-Hartman 1-1/+1
2007-05-02[PATCH] x86: Move swsusp __pa() dependent code to arch portionGravatar Vivek Goyal 1-3/+2
2006-12-07[PATCH] convert pm_sem to a mutexGravatar Stephen Hemminger 1-1/+3
2006-12-07[PATCH] swsusp: Measure memory shrinking timeGravatar Rafael J. Wysocki 1-0/+4
2006-12-07[PATCH] swsusp: Improve handling of highmemGravatar Rafael J. Wysocki 1-1/+1
2006-12-07[PATCH] swsusp: add ioctl for swap files supportGravatar Rafael J. Wysocki 1-1/+13
2006-12-07[PATCH] swsusp: add resume_offset command line parameterGravatar Rafael J. Wysocki 1-0/+1
2006-12-07[PATCH] swsusp: use block device offsets to identify swap locationsGravatar Rafael J. Wysocki 1-1/+1
2006-12-07[PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode")Gravatar Stefan Seyfried 1-1/+6
2006-09-26[PATCH] swsusp: Use memory bitmaps during resumeGravatar Rafael J. Wysocki 1-10/+1
2006-09-26[PATCH] swsusp: Introduce memory bitmapsGravatar Rafael J. Wysocki 1-1/+2
2006-09-26[PATCH] Change the name of pagedir_nosaveGravatar Rafael J. Wysocki 1-2/+0
2006-09-26[PATCH] swsusp: struct snapshot_handle cleanupGravatar Rafael J. Wysocki 1-8/+56
2006-09-26[PATCH] swsusp: read speedupGravatar Andrew Morton 1-0/+1
2006-06-25Revert "swsusp special saveable pages support" commitsGravatar Linus Torvalds 1-4/+0
2006-06-23[PATCH] swsusp: use less memory during resumeGravatar Rafael J. Wysocki 1-1/+1
2006-06-23[PATCH] swsusp: add architecture special saveable pages supportGravatar Shaohua Li 1-0/+4
2006-03-23[PATCH] swsusp: add s2ram ioctl to userland interfaceGravatar Luca Tettamanti 1-1/+3
2006-03-23[PATCH] swsusp: userland interfaceGravatar Rafael J. Wysocki 1-0/+14
2006-03-23[PATCH] kernel/power: move externs to header filesGravatar Randy Dunlap 1-1/+5
2006-03-23[PATCH] swsusp: separate swap-writing/reading codeGravatar Rafael J. Wysocki 1-1/+30