aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/user.c
Commit message (Expand)AuthorAgeFilesLines
* PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek2011-06-211-1/+3
* PM / Hibernate: Fix ioctl SNAPSHOT_S2RAMRafael J. Wysocki2011-05-111-0/+1
* PM / Hibernate: Make snapshot_release() restore GFP maskRafael J. Wysocki2011-05-111-1/+3
* PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai2010-12-161-1/+1
* PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki2010-12-061-0/+2
* PM / Hibernate: Snapshot cleanupJiri Slaby2010-05-101-12/+25
* PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handlingJiri Slaby2010-04-101-1/+1
* PM / Hibernate: Really deprecate deprecated user ioctlsJiri Slaby2010-02-261-4/+19
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* PM/Hibernate: Wait for SCSI devices scan to complete during resumeRafael J. Wysocki2009-04-131-0/+9
* PM: Fix pm_notifiers during user mode hibernationAndrey Borzenkov2009-02-211-4/+4
* pm: rework disabling of user mode helpers during suspend/hibernationRafael J. Wysocki2008-10-161-1/+9
* snapshot: Use pm_mutex for mutual exclusionRafael J. Wysocki2008-07-161-26/+42
* snapshot: Push BKL down into ioctl handlersAlan Cox2008-07-161-4/+7
* Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2)Alan Stern2008-02-011-12/+19
* Hibernation: Correct definitions of some ioctls (rev. 2)Rafael J. Wysocki2008-02-011-2/+16
* Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2)Rafael J. Wysocki2008-02-011-4/+5
* Hibernation: Rework platform support ioctls (rev. 2)Rafael J. Wysocki2008-02-011-10/+29
* Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctlRafael J. Wysocki2008-02-011-4/+14
* freezer: do not sync filesystems from freeze_processesRafael J. Wysocki2007-10-181-0/+4
* PM: Reduce code duplication between main.c and user.cRafael J. Wysocki2007-07-191-33/+5
* PM: introduce hibernation and suspend notifiersRafael J. Wysocki2007-07-191-3/+8
* swsusp: introduce restore platform operationsRafael J. Wysocki2007-07-191-1/+1
* swsusp: remove code duplication between disk.c and user.cRafael J. Wysocki2007-07-191-89/+7
* swsusp: remove incorrect code from user.cRafael J. Wysocki2007-07-191-13/+4
* swsusp: Fix userland interfaceRafael J. Wysocki2007-06-161-1/+3
* PM: Separate hibernation code from suspend codeRafael J. Wysocki2007-05-091-7/+6
* swsusp: fix snapshot_releaseRafael J. Wysocki2007-05-071-1/+0
* swsusp: use rbtree for tracking allocated swapRafael J. Wysocki2007-05-071-17/+5
* swsusp: use GFP_KERNEL for creating basic data structuresRafael J. Wysocki2007-05-071-5/+5
* swsusp: fix error paths in snapshot_openRafael J. Wysocki2007-05-071-4/+6
* swsusp: do not use page flagsRafael J. Wysocki2007-05-071-0/+4
* [PATCH] Revert "swsusp: disable nonboot CPUs before entering platform suspend"Rafael J. Wysocki2007-03-271-2/+1
* [PATCH] swsusp: Fix SNAPSHOT_S2RAM ioctlRafael J. Wysocki2007-03-221-3/+6
* [PATCH] swsusp: disable nonboot CPUs before entering platform suspendRafael J. Wysocki2007-03-161-1/+2
* [PATCH] swsusp: Change pm_ops handling by userland interfaceRafael J. Wysocki2007-02-111-12/+59
* [PATCH] swsusp-change-code-ordering-in-userc-sanityAndrew Morton2007-02-111-2/+2
* [PATCH] swsusp: Change code ordering in user.cRafael J. Wysocki2007-02-111-34/+58
* [PATCH] swsusp: Do not fail if resume device is not setRafael J. Wysocki2007-01-051-3/+4
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-071-1/+1
* [PATCH] swsusp: Fix labelsRafael J. Wysocki2006-12-071-1/+1
* [PATCH] convert pm_sem to a mutexStephen Hemminger2006-12-071-12/+12
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
* [PATCH] swsusp: Improve handling of highmemRafael J. Wysocki2006-12-071-1/+1
* [PATCH] swsusp: add ioctl for swap files supportRafael J. Wysocki2006-12-071-0/+31
* [PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki2006-12-071-3/+4
* [PATCH] swsusp: use partition device and offset to identify swap areasRafael J. Wysocki2006-12-071-2/+3
* [PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode")Stefan Seyfried2006-12-071-0/+28
* [PATCH] swsusp: Use suspend_consoleRafael J. Wysocki2006-10-111-1/+7
* [PATCH] swsusp: Make userland suspend work on SMP againRafael J. Wysocki2006-10-071-1/+1