summaryrefslogtreecommitdiffstats
path: root/kernel/power
Commit message (Expand)AuthorAgeFilesLines
* PM: suspend: Set mem_sleep_current during kernel command line setupMaulik Shah2024-04-131-0/+1
* PM: hibernate: Enforce ordering during image compression/decompressionHongchen Zhang2024-02-231-19/+19
* PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon2023-11-281-5/+1
* PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon2023-11-281-4/+6
* PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello2022-11-031-1/+1
* PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa2022-08-251-1/+12
* PM: suspend: fix return value of __setup handlerRandy Dunlap2022-04-151-4/+4
* PM: hibernate: fix __setup handler error handlingRandy Dunlap2022-04-151-1/+1
* PM: wakeup: simplify the output logic of pm_show_wakelocks()Greg Kroah-Hartman2022-02-081-8/+4
* PM: hibernate: use correct mode for swsusp_close()Thomas Zeitlhofer2021-12-011-3/+3
* PM: hibernate: fix sparse warningsAnders Roxell2021-11-261-1/+1
* PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin2021-11-261-2/+3
* PM: hibernate: flush swap writer after markingLaurent Badel2021-02-031-1/+1
* PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig2020-10-301-11/+0
* PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui2020-05-061-0/+7
* PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft2020-01-091-1/+8
* x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2019-06-111-0/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman2018-10-121-0/+6
|\
| * Input: i8042 - enable keyboard wakeups by default when s2idle is usedDaniel Drake2018-10-011-0/+6
* | PM / sleep: wakeup: Fix build error caused by missing SRCU supportzhangyi (F)2018-08-151-0/+1
* | Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-08-145-19/+21
|\ \
| * | PM / reboot: Eliminate race between reboot and suspendPingfan Liu2018-08-064-17/+18
| * | PM / hibernate: Mark expected switch fall-throughGustavo A. R. Silva2018-08-061-0/+1
| * | PM / hibernate: cast PAGE_SIZE to int when comparing with error codeChengguang Xu2018-07-021-2/+2
* | | sched/swait: Rename to exclusivePeter Zijlstra2018-06-201-2/+2
|/ /
* | fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2018-06-151-2/+3
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-3/+3
* | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-055-12/+29
|\ \
| | \
| | \
| *-. \ Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'Rafael J. Wysocki2018-06-043-11/+28
| |\ \ \ | | | |/ | | |/|
| | | * PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa2018-05-271-0/+5
| | | * PM / wakeup: Make s2idle_lock a RAW_SPINLOCKSebastian Andrzej Siewior2018-05-271-7/+7
| | | * PM / s2idle: Make s2idle_wait_head swait basedSebastian Andrzej Siewior2018-05-271-4/+5
| | | * PM / suspend: Prevent might sleep splatsThomas Gleixner2018-05-272-0/+11
| | |/
| | |
| | \
| *-. \ Merge branches 'pm-qos' and 'pm-core'Rafael J. Wysocki2018-06-042-1/+1
| |\ \ \ | | |_|/ | |/| |
| | | * PM / wakeup: Only update last time for active wakeup sourcesDoug Berger2018-05-101-0/+1
| | |/ | |/|
| | * PM / QoS: Drop redundant declaration of pm_qos_get_value()Rafael J. Wysocki2018-05-281-1/+0
| |/
* / block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-7/+7
|/
* PM / QoS: mark expected switch fall-throughsGustavo A. R. Silva2018-04-091-0/+2
* Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-04-031-1/+25
|\
| * PM / hibernate: Change message when writing to /sys/power/resumeMario Limonciello2018-03-301-1/+1
| * PM / hibernate: Make passing hibernate offsets more friendlyMario Limonciello2018-03-301-0/+24
* | fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski2018-04-023-3/+3
|/
* x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann2018-02-021-3/+0
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-1/+1
|\
| * block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-061-1/+1
* | PM / hibernate: Drop unused parameter of enough_swapKyungsik Lee2018-01-171-2/+2
* | PM / sleep: Make lock/unlock_system_sleep() available to kernel modulesBart Van Assche2018-01-101-0/+29
* | PM: hibernate: Do not subtract NR_FILE_MAPPED in minimum_image_size()Rainer Fiebig2018-01-051-4/+2
|/
* mm: remove __GFP_COLDMel Gorman2017-11-151-2/+2
* Merge branch 'pm-sleep'Rafael J. Wysocki2017-11-134-91/+78
|\