aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/power.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-09PM: Separate hibernation code from suspend codeRafael J. Wysocki1-6/+1
2007-05-07swsusp: free more memoryRafael J. Wysocki1-1/+11
2007-05-07swsusp: use rbtree for tracking allocated swapRafael J. Wysocki1-24/+3
2007-05-07swsusp: use GFP_KERNEL for creating basic data structuresRafael J. Wysocki1-0/+3
2007-05-07swsusp: do not use page flagsRafael J. Wysocki1-0/+2
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-3/+2
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-1/+1
2007-05-02[PATCH] x86: Move swsusp __pa() dependent code to arch portionVivek Goyal1-3/+2
2006-12-07[PATCH] convert pm_sem to a mutexStephen Hemminger1-1/+3
2006-12-07[PATCH] swsusp: Measure memory shrinking timeRafael J. Wysocki1-0/+4
2006-12-07[PATCH] swsusp: Improve handling of highmemRafael J. Wysocki1-1/+1
2006-12-07[PATCH] swsusp: add ioctl for swap files supportRafael J. Wysocki1-1/+13
2006-12-07[PATCH] swsusp: add resume_offset command line parameterRafael J. Wysocki1-0/+1
2006-12-07[PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki1-1/+1
2006-12-07[PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode")Stefan Seyfried1-1/+6
2006-09-26[PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki1-10/+1
2006-09-26[PATCH] swsusp: Introduce memory bitmapsRafael J. Wysocki1-1/+2
2006-09-26[PATCH] Change the name of pagedir_nosaveRafael J. Wysocki1-2/+0
2006-09-26[PATCH] swsusp: struct snapshot_handle cleanupRafael J. Wysocki1-8/+56
2006-09-26[PATCH] swsusp: read speedupAndrew Morton1-0/+1
2006-06-25Revert "swsusp special saveable pages support" commitsLinus Torvalds1-4/+0
2006-06-23[PATCH] swsusp: use less memory during resumeRafael J. Wysocki1-1/+1
2006-06-23[PATCH] swsusp: add architecture special saveable pages supportShaohua Li1-0/+4
2006-03-23[PATCH] swsusp: add s2ram ioctl to userland interfaceLuca Tettamanti1-1/+3
2006-03-23[PATCH] swsusp: userland interfaceRafael J. Wysocki1-0/+14
2006-03-23[PATCH] kernel/power: move externs to header filesRandy Dunlap1-1/+5
2006-03-23[PATCH] swsusp: separate swap-writing/reading codeRafael J. Wysocki1-1/+30
2006-03-23[PATCH] swsusp: low level interfaceRafael J. Wysocki1-8/+18
2006-02-07[PATCH] Fix build failure in recent pm_prepare_* changes.Rafael J. Wysocki1-16/+0
2006-02-01[PATCH] swsusp: do not change log level during suspend/resumeRafael J. Wysocki1-0/+5
2006-02-01[PATCH] swsusp: use bytes as image size unitsRafael J. Wysocki1-2/+2
2006-01-06[PATCH] swsusp: save image header firstRafael J. Wysocki1-1/+0
2006-01-06[PATCH] swsusp: make image size limit tunableRafael J. Wysocki1-5/+2
2006-01-06[PATCH] swsusp: limit image sizeRafael J. Wysocki1-5/+3
2006-01-06[PATCH] swsusp: Drop duplicate prototypesPavel Machek1-3/+0
2006-01-06[PATCH] swsusp: improve freeing of memoryRafael J. Wysocki1-3/+11
2006-01-06[PATCH] swsusp: introduce the swap map structureRafael J. Wysocki1-8/+5
2005-11-09[PATCH] swsusp: rework swsusp_suspendRafael J. Wysocki1-2/+0
2005-11-09[PATCH] swsusp: simplify pagedir relocationRafael J. Wysocki1-0/+1
2005-11-09[PATCH] swsusp: reduce code duplicationRafael J. Wysocki1-1/+2
2005-10-30[PATCH] swsusp: rework memory freeing on resumeRafael J. Wysocki1-1/+1
2005-10-30[PATCH] swsusp: reduce the use of global variablesRafael J. Wysocki1-1/+1
2005-10-30[PATCH] swsusp: move snapshot functionality to separate fileRafael J. Wysocki1-0/+17
2005-09-28[PATCH] swsusp: avoid problems if there are too many pages to saveRafael J. Wysocki1-1/+4
2005-09-22[PATCH] swsusp: fix commentsPavel Machek1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+52