summaryrefslogtreecommitdiffstats
path: root/kernel/power/user.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* PM / sleep: make PM notifiers called symmetricallyLianwei Wang2016-06-281-6/+8
* PM / hibernate: introduce "nohibernate" boot parameterKees Cook2014-06-161-0/+3
* Merge branch 'pm-sleep'Rafael J. Wysocki2013-11-191-0/+1
|\
| * PM / Hibernate: Do not crash kernel in free_basic_memory_bitmaps()Rafael J. Wysocki2013-11-141-0/+1
* | PM / Hibernate: Use bool for boolean fields of struct snapshot_dataRafael J. Wysocki2013-10-181-10/+10
|/
* PM / hibernate: Fix user space driven resume regressionRafael J. Wysocki2013-09-301-0/+8
* PM / hibernate / memory hotplug: Rework mutual exclusionRafael J. Wysocki2013-08-311-0/+2
* PM / hibernate: Create memory bitmaps after freezing user spaceRafael J. Wysocki2013-08-311-10/+12
* Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds2012-07-181-2/+0
* PM / Sleep: Move disabling of usermode helpers to the freezerRafael J. Wysocki2012-03-281-9/+1
* PM / Hibernate: Refactor and simplify freezer_test_doneSrivatsa S. Bhat2012-02-091-4/+2
* PM / Hibernate: Thaw kernel threads in hibernation_snapshot() in error/test pathSrivatsa S. Bhat2012-02-091-6/+2
* PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat2012-02-011-2/+4
* PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki2012-01-291-0/+9
* PM / Hibernate: Implement compat_ioctl for /dev/snapshotBen Hutchings2012-01-051-0/+64
* PM / Hibernate: Remove deprecated hibernation snapshot ioctlsSrivatsa S. Bhat2011-12-091-87/+0
* PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat2011-12-081-8/+8
* PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c wit...Srivatsa S. Bhat2011-12-061-1/+1
* Merge branch 'pm-freezer' into pm-sleepRafael J. Wysocki2011-12-061-3/+1
|\
| * freezer: clean up freeze_processes() failure pathTejun Heo2011-11-211-3/+1
* | PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test pathSrivatsa S. Bhat2011-12-061-3/+8
|/
* kernel: fix several implicit usasges of kmod.hPaul Gortmaker2011-10-311-0/+1
* 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
OpenPOWER on IntegriCloud