summaryrefslogtreecommitdiff
path: root/kernel/power/user.c
Commit message (Expand)AuthorAge
* fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski2018-04-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* PM / sleep: make PM notifiers called symmetricallyLianwei Wang2016-06-28
* PM / hibernate: introduce "nohibernate" boot parameterKees Cook2014-06-16
* Merge branch 'pm-sleep'Rafael J. Wysocki2013-11-19
|\
| * PM / Hibernate: Do not crash kernel in free_basic_memory_bitmaps()Rafael J. Wysocki2013-11-14
* | PM / Hibernate: Use bool for boolean fields of struct snapshot_dataRafael J. Wysocki2013-10-18
|/
* PM / hibernate: Fix user space driven resume regressionRafael J. Wysocki2013-09-30
* PM / hibernate / memory hotplug: Rework mutual exclusionRafael J. Wysocki2013-08-31
* PM / hibernate: Create memory bitmaps after freezing user spaceRafael J. Wysocki2013-08-31
* Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds2012-07-18
* PM / Sleep: Move disabling of usermode helpers to the freezerRafael J. Wysocki2012-03-28
* PM / Hibernate: Refactor and simplify freezer_test_doneSrivatsa S. Bhat2012-02-09
* PM / Hibernate: Thaw kernel threads in hibernation_snapshot() in error/test pathSrivatsa S. Bhat2012-02-09
* PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat2012-02-01
* PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki2012-01-29
* PM / Hibernate: Implement compat_ioctl for /dev/snapshotBen Hutchings2012-01-05
* PM / Hibernate: Remove deprecated hibernation snapshot ioctlsSrivatsa S. Bhat2011-12-09
* PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat2011-12-08
* PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c wit...Srivatsa S. Bhat2011-12-06
* Merge branch 'pm-freezer' into pm-sleepRafael J. Wysocki2011-12-06
|\
| * freezer: clean up freeze_processes() failure pathTejun Heo2011-11-21
* | PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test pathSrivatsa S. Bhat2011-12-06
|/
* kernel: fix several implicit usasges of kmod.hPaul Gortmaker2011-10-31
* PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek2011-06-21
* PM / Hibernate: Fix ioctl SNAPSHOT_S2RAMRafael J. Wysocki2011-05-11
* PM / Hibernate: Make snapshot_release() restore GFP maskRafael J. Wysocki2011-05-11
* PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai2010-12-16
* PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki2010-12-06
* PM / Hibernate: Snapshot cleanupJiri Slaby2010-05-10
* PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handlingJiri Slaby2010-04-10
* PM / Hibernate: Really deprecate deprecated user ioctlsJiri Slaby2010-02-26
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* PM/Hibernate: Wait for SCSI devices scan to complete during resumeRafael J. Wysocki2009-04-13
* PM: Fix pm_notifiers during user mode hibernationAndrey Borzenkov2009-02-21
* pm: rework disabling of user mode helpers during suspend/hibernationRafael J. Wysocki2008-10-16
* snapshot: Use pm_mutex for mutual exclusionRafael J. Wysocki2008-07-16
* snapshot: Push BKL down into ioctl handlersAlan Cox2008-07-16
* Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2)Alan Stern2008-02-01
* Hibernation: Correct definitions of some ioctls (rev. 2)Rafael J. Wysocki2008-02-01
* Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2)Rafael J. Wysocki2008-02-01
* Hibernation: Rework platform support ioctls (rev. 2)Rafael J. Wysocki2008-02-01
* Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctlRafael J. Wysocki2008-02-01
* freezer: do not sync filesystems from freeze_processesRafael J. Wysocki2007-10-18
* PM: Reduce code duplication between main.c and user.cRafael J. Wysocki2007-07-19
* PM: introduce hibernation and suspend notifiersRafael J. Wysocki2007-07-19
* swsusp: introduce restore platform operationsRafael J. Wysocki2007-07-19
* swsusp: remove code duplication between disk.c and user.cRafael J. Wysocki2007-07-19
* swsusp: remove incorrect code from user.cRafael J. Wysocki2007-07-19
* swsusp: Fix userland interfaceRafael J. Wysocki2007-06-16