aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/power.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-22PM: hibernate: Don't ignore return from set_memory_ro()Christophe Leroy1-1/+1
2024-02-05PM: hibernate: Add support for LZ4 compression for hibernationNikhil V1-0/+14
2024-02-05PM: hibernate: Move to crypto APIs for LZO compressionNikhil V1-0/+5
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki1-0/+2
2023-12-15PM: hibernate: Avoid missing wakeup events during hibernationChris Feng1-0/+2
2023-10-28PM: hibernate: Drop unused snapshot_test argumentJan Kara1-1/+1
2023-09-12PM: hibernate: Rename function parameter from snapshot_test to exclusiveChen Yu1-2/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+5
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+0
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-1/+1
2023-06-09mm: page_alloc: move pm_* function into powerKefeng Wang1-0/+5
2023-06-05PM: hibernate: remove the global snapshot_test variableChristoph Hellwig1-2/+1
2023-05-18x86/hibernate: Declare global functions in suspend.hArnd Bergmann1-5/+0
2023-04-27PM: hibernate: Turn snapshot_test into global variableChen Yu1-0/+1
2021-12-08PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse1-0/+1
2021-10-26PM: sleep: Pause cpuidle later and resume it earlier during system transitionsRafael J. Wysocki1-0/+14
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka1-1/+1
2020-09-01notifier: Fix broken error handling patternPeter Zijlstra1-2/+1
2020-07-14PM: sleep: spread "const char *" correctnessAlexey Dobriyan1-1/+1
2020-05-19PM: hibernate: Incorporate concurrency handlingDomenico Andreoli1-2/+2
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann1-1/+1
2019-06-14PM: hibernate: powerpc: Expose pfn_is_nosave() prototypeMathieu Malaterre1-2/+0
2018-02-02x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-05ACPI / PM: Prefer suspend-to-idle over S3 on some systemsRafael J. Wysocki1-1/+0
2017-07-24PM / sleep: Put pm_test under CONFIG_PM_SLEEP_DEBUGRafael J. Wysocki1-1/+1
2017-07-24PM / s2idle: Rearrange the main suspend-to-idle loopRafael J. Wysocki1-0/+4
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott1-2/+2
2016-11-21PM / sleep: System sleep state selection interface reworkRafael J. Wysocki1-1/+5
2016-09-13PM / Hibernate: allow hibernation with PAGE_POISONING_ZEROAnisse Astier1-0/+2
2016-07-15x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki1-0/+2
2016-07-10PM / hibernate: Image data protection during restorationRafael J. Wysocki1-0/+7
2016-06-28PM / sleep: make PM notifiers called symmetricallyLianwei Wang1-0/+2
2016-01-04PM / sleep: Add support for read-only sysfs attributesRafael J. Wysocki1-0/+9
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig1-9/+0
2014-11-03PM / Hibernate: Migrate to ktime_tTina Ruchandani1-2/+1
2014-09-03PM / sleep: Fix test_suspend= command line optionRafael J. Wysocki1-0/+1
2014-07-21PM / sleep: Simplify sleep states sysfs interface codeRafael J. Wysocki1-6/+1
2014-05-26PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki1-2/+0
2014-05-26PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki1-1/+6
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+2
2014-03-01PM / sleep: Move prototype declaration to header file kernel/power/power.hRashika Kheria1-0/+2
2012-07-01PM / Hibernate: Enable suspend to both for in-kernel hibernation.Bojan Smojver1-0/+3
2012-05-01PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki1-0/+9
2012-05-01PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki1-0/+18
2012-02-17PM / Sleep: Make enter_state() in kernel/power/suspend.c staticRafael J. Wysocki1-2/+0
2012-02-13PM / Sleep: Remove unnecessary label from suspend_freeze_processes()Rafael J. Wysocki1-4/+1
2012-02-04PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsSrivatsa S. Bhat1-2/+22
2011-12-06PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test pathSrivatsa S. Bhat1-0/+2
2011-10-16PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver1-0/+1
2011-10-16PM / Hibernate: Freeze kernel threads after preallocating memoryRafael J. Wysocki1-1/+2
2011-05-17PM / Hibernate: Add sysfs knob to control size of memory for driversRafael J. Wysocki1-0/+4
2010-10-17PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki1-1/+8
2010-10-17PM / Hibernate: Compress hibernation image with LZOBojan Smojver1-0/+1
2010-05-10PM / Hibernate: Separate block_ioJiri Slaby1-0/+9
2010-05-10PM / Hibernate: Snapshot cleanupJiri Slaby1-15/+3
2009-09-14PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)Rafael J. Wysocki1-1/+1
2009-06-12PM/Hibernate: Rename disk.c to hibernate.cRafael J. Wysocki1-2/+2
2009-06-12PM: Separate suspend to RAM functionality from coreRafael J. Wysocki1-1/+16
2009-06-12PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2)Rafael J. Wysocki1-3/+1
2008-10-21[PATCH] propagate mode through swsusp_close()Al Viro1-1/+1
2008-07-26kexec jump: save/restore device stateHuang Ying1-2/+0
2008-02-01Suspend: Add config option to disable the freezer if architecture wants thatJohannes Berg1-0/+22
2008-02-01Hibernation: Move low level resume to disk.cRafael J. Wysocki1-1/+0
2008-02-01PM: Convert PM notifiers to out-of-line codeAlan Stern1-8/+4
2008-02-01Hibernation: New testing facility (rev. 2)Rafael J. Wysocki1-0/+2
2008-02-01Suspend: Testing facility (rev. 2)Rafael J. Wysocki1-0/+18
2008-02-01Hibernation: Move function prototypes to headerAdrian Bunk1-0/+8
2008-02-01Hibernation: Introduce exportable suspend ioctls header (rev. 2)Rafael J. Wysocki1-28/+1
2008-02-01Hibernation: Correct definitions of some ioctls (rev. 2)Rafael J. Wysocki1-5/+5
2008-02-01Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2)Rafael J. Wysocki1-1/+0
2008-02-01Hibernation: Rework platform support ioctls (rev. 2)Rafael J. Wysocki1-6/+3
2008-02-01Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctlRafael J. Wysocki1-1/+3
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers1-1/+1
2008-01-24kset: convert /sys/power to use kset_createGreg Kroah-Hartman1-2/+0
2007-10-18Hibernation: Check if ACPI is enabled during restore in the right placeRafael J. Wysocki1-1/+0
2007-10-18Hibernation: Arbitrary boot kernel support - generic codeRafael J. Wysocki1-1/+19
2007-07-29Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki1-1/+9
2007-07-29Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki1-1/+1
2007-07-19PM: Reduce code duplication between main.c and user.cRafael J. Wysocki1-1/+2
2007-07-19PM: introduce hibernation and suspend notifiersRafael J. Wysocki1-0/+10
2007-07-19swsusp: introduce restore platform operationsRafael J. Wysocki1-3/+10
2007-07-19swsusp: remove code duplication between disk.c and user.cRafael J. Wysocki1-1/+4
2007-05-09PM: Separate hibernation code from suspend codeRafael J. Wysocki1-6/+1
2007-05-07swsusp: free more memoryRafael J. Wysocki1-1/+11
2007-05-07swsusp: use rbtree for tracking allocated swapRafael J. Wysocki1-24/+3
2007-05-07swsusp: use GFP_KERNEL for creating basic data structuresRafael J. Wysocki1-0/+3
2007-05-07swsusp: do not use page flagsRafael J. Wysocki1-0/+2
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-3/+2
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-1/+1
2007-05-02[PATCH] x86: Move swsusp __pa() dependent code to arch portionVivek Goyal1-3/+2
2006-12-07[PATCH] convert pm_sem to a mutexStephen Hemminger1-1/+3
2006-12-07[PATCH] swsusp: Measure memory shrinking timeRafael J. Wysocki1-0/+4
2006-12-07[PATCH] swsusp: Improve handling of highmemRafael J. Wysocki1-1/+1
2006-12-07[PATCH] swsusp: add ioctl for swap files supportRafael J. Wysocki1-1/+13
2006-12-07[PATCH] swsusp: add resume_offset command line parameterRafael J. Wysocki1-0/+1
2006-12-07[PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki1-1/+1
2006-12-07[PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode")Stefan Seyfried1-1/+6
2006-09-26[PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki1-10/+1
2006-09-26[PATCH] swsusp: Introduce memory bitmapsRafael J. Wysocki1-1/+2
2006-09-26[PATCH] Change the name of pagedir_nosaveRafael J. Wysocki1-2/+0
2006-09-26[PATCH] swsusp: struct snapshot_handle cleanupRafael J. Wysocki1-8/+56
2006-09-26[PATCH] swsusp: read speedupAndrew Morton1-0/+1
2006-06-25Revert "swsusp special saveable pages support" commitsLinus Torvalds1-4/+0
2006-06-23[PATCH] swsusp: use less memory during resumeRafael J. Wysocki1-1/+1
2006-06-23[PATCH] swsusp: add architecture special saveable pages supportShaohua Li1-0/+4
2006-03-23[PATCH] swsusp: add s2ram ioctl to userland interfaceLuca Tettamanti1-1/+3
2006-03-23[PATCH] swsusp: userland interfaceRafael J. Wysocki1-0/+14
2006-03-23[PATCH] kernel/power: move externs to header filesRandy Dunlap1-1/+5
2006-03-23[PATCH] swsusp: separate swap-writing/reading codeRafael J. Wysocki1-1/+30
2006-03-23[PATCH] swsusp: low level interfaceRafael J. Wysocki1-8/+18
2006-02-07[PATCH] Fix build failure in recent pm_prepare_* changes.Rafael J. Wysocki1-16/+0
2006-02-01[PATCH] swsusp: do not change log level during suspend/resumeRafael J. Wysocki1-0/+5
2006-02-01[PATCH] swsusp: use bytes as image size unitsRafael J. Wysocki1-2/+2
2006-01-06[PATCH] swsusp: save image header firstRafael J. Wysocki1-1/+0
2006-01-06[PATCH] swsusp: make image size limit tunableRafael J. Wysocki1-5/+2
2006-01-06[PATCH] swsusp: limit image sizeRafael J. Wysocki1-5/+3
2006-01-06[PATCH] swsusp: Drop duplicate prototypesPavel Machek1-3/+0
2006-01-06[PATCH] swsusp: improve freeing of memoryRafael J. Wysocki1-3/+11
2006-01-06[PATCH] swsusp: introduce the swap map structureRafael J. Wysocki1-8/+5
2005-11-09[PATCH] swsusp: rework swsusp_suspendRafael J. Wysocki1-2/+0
2005-11-09[PATCH] swsusp: simplify pagedir relocationRafael J. Wysocki1-0/+1
2005-11-09[PATCH] swsusp: reduce code duplicationRafael J. Wysocki1-1/+2
2005-10-30[PATCH] swsusp: rework memory freeing on resumeRafael J. Wysocki1-1/+1
2005-10-30[PATCH] swsusp: reduce the use of global variablesRafael J. Wysocki1-1/+1
2005-10-30[PATCH] swsusp: move snapshot functionality to separate fileRafael J. Wysocki1-0/+17
2005-09-28[PATCH] swsusp: avoid problems if there are too many pages to saveRafael J. Wysocki1-1/+4
2005-09-22[PATCH] swsusp: fix commentsPavel Machek1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+52