summaryrefslogtreecommitdiffstats
path: root/kernel/power/user.c
AgeCommit message (Expand)AuthorLines
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-02-22PM: hibernate: Don't ignore return from set_memory_ro()Christophe Leroy-1/+3
2022-09-07freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra-10/+14
2022-07-26PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa-1/+12
2021-11-24PM: hibernate: Fix snapshot partial write lengthsEvan Green-1/+1
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds-17/+9
2020-09-23mm: split swap_type_ofChristoph Hellwig-12/+4
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig-6/+6
2020-09-01notifier: Fix broken error handling patternPeter Zijlstra-10/+4
2020-05-27PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli-1/+13
2020-05-19PM: hibernate: Incorporate concurrency handlingDomenico Andreoli-6/+4
2020-04-06PM / sleep: handle the compat case in snapshot_set_swap_area()Christoph Hellwig-32/+22
2020-04-06PM / sleep: move SNAPSHOT_SET_SWAP_AREA handling into a helperChristoph Hellwig-28/+29
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+0
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan-2/+0
2020-03-14PM / hibernate: Remove unnecessary compat ioctl overridesEric Biggers-15/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner-3/+1
2019-04-02PM / sleep: Refactor filesystems sync to reduce duplicationHarry Pan-4/+1
2018-08-06PM / reboot: Eliminate race between reboot and suspendPingfan Liu-2/+2
2018-05-27PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa-0/+5
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-06-28PM / sleep: make PM notifiers called symmetricallyLianwei Wang-6/+8
2014-06-16PM / hibernate: introduce "nohibernate" boot parameterKees Cook-0/+3
2013-11-19Merge branch 'pm-sleep'Rafael J. Wysocki-0/+1
2013-11-14PM / Hibernate: Do not crash kernel in free_basic_memory_bitmaps()Rafael J. Wysocki-0/+1
2013-10-18PM / Hibernate: Use bool for boolean fields of struct snapshot_dataRafael J. Wysocki-10/+10
2013-09-30PM / hibernate: Fix user space driven resume regressionRafael J. Wysocki-0/+8
2013-08-31PM / hibernate / memory hotplug: Rework mutual exclusionRafael J. Wysocki-0/+2
2013-08-31PM / hibernate: Create memory bitmaps after freezing user spaceRafael J. Wysocki-10/+12
2012-07-18Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds-2/+0
2012-03-28PM / Sleep: Move disabling of usermode helpers to the freezerRafael J. Wysocki-9/+1
2012-02-09PM / Hibernate: Refactor and simplify freezer_test_doneSrivatsa S. Bhat-4/+2
2012-02-09PM / Hibernate: Thaw kernel threads in hibernation_snapshot() in error/test pathSrivatsa S. Bhat-6/+2
2012-02-01PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat-2/+4
2012-01-29PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki-0/+9
2012-01-05PM / Hibernate: Implement compat_ioctl for /dev/snapshotBen Hutchings-0/+64
2011-12-09PM / Hibernate: Remove deprecated hibernation snapshot ioctlsSrivatsa S. Bhat-87/+0
2011-12-08PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat-8/+8
2011-12-06PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c wit...Srivatsa S. Bhat-1/+1
2011-12-06Merge branch 'pm-freezer' into pm-sleepRafael J. Wysocki-3/+1
2011-12-06PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test pathSrivatsa S. Bhat-3/+8
2011-11-21freezer: clean up freeze_processes() failure pathTejun Heo-3/+1
2011-10-31kernel: fix several implicit usasges of kmod.hPaul Gortmaker-0/+1
2011-06-21PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek-1/+3
2011-05-11PM / Hibernate: Fix ioctl SNAPSHOT_S2RAMRafael J. Wysocki-0/+1
2011-05-11PM / Hibernate: Make snapshot_release() restore GFP maskRafael J. Wysocki-1/+3
2010-12-16PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai-1/+1
2010-12-06PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki-0/+2
2010-05-10PM / Hibernate: Snapshot cleanupJiri Slaby-12/+25