string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / kernel / power / power.h
2009-09-14 Rafael J. WysockiPM/Hibernate: Do not release preallocated memory unnece...
2009-06-12 Rafael J. WysockiPM/Hibernate: Rename disk.c to hibernate.c
2009-06-12 Rafael J. WysockiPM: Separate suspend to RAM functionality from core
2009-06-12 Rafael J. WysockiPM/Hibernate: Move memory shrinking to snapshot.c ...
2008-10-21 Al Viro[PATCH] propagate mode through swsusp_close()
2008-07-26 Huang Yingkexec jump: save/restore device state
2008-02-01 Johannes BergSuspend: Add config option to disable the freezer if...
2008-02-01 Rafael J. WysockiHibernation: Move low level resume to disk.c
2008-02-01 Alan SternPM: Convert PM notifiers to out-of-line code
2008-02-01 Rafael J. WysockiHibernation: New testing facility (rev. 2)
2008-02-01 Rafael J. WysockiSuspend: Testing facility (rev. 2)
2008-02-01 Adrian BunkHibernation: Move function prototypes to header
2008-02-01 Rafael J. WysockiHibernation: Introduce exportable suspend ioctls header...
2008-02-01 Rafael J. WysockiHibernation: Correct definitions of some ioctls (rev. 2)
2008-02-01 Rafael J. WysockiHibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as depre...
2008-02-01 Rafael J. WysockiHibernation: Rework platform support ioctls (rev. 2)
2008-02-01 Rafael J. WysockiHibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctl
2008-01-25 Kay SieversDriver Core: switch all dynamic ksets to kobj_sysfs_ops
2008-01-25 Greg Kroah-Hartmankset: convert /sys/power to use kset_create
2007-10-18 Rafael J. WysockiHibernation: Check if ACPI is enabled during restore...
2007-10-18 Rafael J. WysockiHibernation: Arbitrary boot kernel support - generic...
2007-07-29 Rafael J. WysockiIntroduce CONFIG_SUSPEND for suspend-to-Ram and standby
2007-07-29 Rafael J. WysockiReplace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION
2007-07-19 Rafael J. WysockiPM: Reduce code duplication between main.c and user.c
2007-07-19 Rafael J. WysockiPM: introduce hibernation and suspend notifiers
2007-07-19 Rafael J. Wysockiswsusp: introduce restore platform operations
2007-07-19 Rafael J. Wysockiswsusp: remove code duplication between disk.c and...
2007-05-09 Rafael J. WysockiPM: Separate hibernation code from suspend code
2007-05-07 Rafael J. Wysockiswsusp: free more memory
2007-05-07 Rafael J. Wysockiswsusp: use rbtree for tracking allocated swap
2007-05-07 Rafael J. Wysockiswsusp: use GFP_KERNEL for creating basic data structures
2007-05-07 Rafael J. Wysockiswsusp: do not use page flags
2007-05-05 Linus TorvaldsMerge branch 'for-linus' of git://one.firstfloor.org...
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-05-02 Vivek Goyal[PATCH] x86: Move swsusp __pa() dependent code to arch...
2006-12-07 Stephen Hemminger[PATCH] convert pm_sem to a mutex
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: Measure memory shrinking time
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: Improve handling of highmem
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: add ioctl for swap files support
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: add resume_offset command line parameter
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: use block device offsets to identify...
2006-12-07 Stefan Seyfried[PATCH] uswsusp: add pmops->{prepare,enter,finish}...
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: Use memory bitmaps during resume
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: Introduce memory bitmaps
2006-09-26 Rafael J. Wysocki[PATCH] Change the name of pagedir_nosave
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: struct snapshot_handle cleanup
2006-09-26 Andrew Morton[PATCH] swsusp: read speedup
2006-06-26 Linus TorvaldsRevert "swsusp special saveable pages support" commits
2006-06-23 Rafael J. Wysocki[PATCH] swsusp: use less memory during resume
2006-06-23 Shaohua Li[PATCH] swsusp: add architecture special saveable pages...
2006-03-23 Luca Tettamanti[PATCH] swsusp: add s2ram ioctl to userland interface
2006-03-23 Rafael J. Wysocki[PATCH] swsusp: userland interface
2006-03-23 Randy Dunlap[PATCH] kernel/power: move externs to header files
2006-03-23 Rafael J. Wysocki[PATCH] swsusp: separate swap-writing/reading code
2006-03-23 Rafael J. Wysocki[PATCH] swsusp: low level interface
2006-02-08 Rafael J. Wysocki[PATCH] Fix build failure in recent pm_prepare_* changes.
2006-02-01 Rafael J. Wysocki[PATCH] swsusp: do not change log level during suspend...
2006-02-01 Rafael J. Wysocki[PATCH] swsusp: use bytes as image size units
2006-01-06 Rafael J. Wysocki[PATCH] swsusp: save image header first
2006-01-06 Rafael J. Wysocki[PATCH] swsusp: make image size limit tunable
2006-01-06 Rafael J. Wysocki[PATCH] swsusp: limit image size
2006-01-06 Pavel Machek[PATCH] swsusp: Drop duplicate prototypes
2006-01-06 Rafael J. Wysocki[PATCH] swsusp: improve freeing of memory
2006-01-06 Rafael J. Wysocki[PATCH] swsusp: introduce the swap map structure
2005-11-09 Rafael J. Wysocki[PATCH] swsusp: rework swsusp_suspend
2005-11-09 Rafael J. Wysocki[PATCH] swsusp: simplify pagedir relocation
2005-11-09 Rafael J. Wysocki[PATCH] swsusp: reduce code duplication
2005-10-31 Rafael J. Wysocki[PATCH] swsusp: rework memory freeing on resume
2005-10-31 Rafael J. Wysocki[PATCH] swsusp: reduce the use of global variables
2005-10-31 Rafael J. Wysocki[PATCH] swsusp: move snapshot functionality to separate...
2005-09-28 Rafael J. Wysocki[PATCH] swsusp: avoid problems if there are too many...
2005-09-23 Pavel Machek[PATCH] swsusp: fix comments
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2