summaryrefslogtreecommitdiffstats
path: root/kernel/power/hibernate.c
Commit message (Expand)AuthorAgeFilesLines
* PM / Hibernate: Migrate to ktime_tTina Ruchandani2014-11-031-8/+6
* PM / Sleep: fix recovery during resuming from hibernationImre Deak2014-10-271-1/+7
* PM / Sleep: Remove ftrace_stop/start() from suspend and hibernateSteven Rostedt (Red Hat)2014-07-171-6/+0
* x86, kaslr: boot-time selectable with hibernationKees Cook2014-06-161-0/+6
* PM / hibernate: introduce "nohibernate" boot parameterKees Cook2014-06-161-1/+30
* PM / sleep: trace events for suspend/resumeTodd E Brandt2014-06-071-0/+3
* PM / hibernate: Fix memory corruption in resumedelay_setup()Dan Carpenter2014-05-161-2/+2
* PM / hibernate: convert simple_strtoul to kstrtoulFabian Frederick2014-05-091-1/+4
* PM / hibernate: no kernel_power_off when pm_power_off NULLSebastian Capella2014-05-011-2/+4
* PM / hibernate: use unsigned local variables in swsusp_show_speed()Chen Gang2014-04-281-5/+9
* PM / hibernate: use name_to_dev_t to parse resumeSebastian Capella2014-03-011-10/+12
* PM / hibernate: Call platform_leave() in suspend path tooBjørn Mork2014-01-061-3/+3
* PM / hibernate: export hibernation_set_opsLeonardo Potenza2013-11-301-0/+1
* PM / hibernate: Move software_resume to late_initcall_syncRuss Dill2013-10-251-1/+1
* Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-09-121-22/+23
|\
| * PM / hibernate / memory hotplug: Rework mutual exclusionRafael J. Wysocki2013-08-311-0/+4
| * PM / hibernate: Create memory bitmaps after freezing user spaceRafael J. Wysocki2013-08-311-22/+19
* | x86, asmlinkage, power: Make various symbols used by the suspend asm code vis...Andi Kleen2013-08-061-1/+1
|/
* Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-07-221-0/+42
|\
| * ftrace: Disable function tracing during suspend/resume and hibernation, againSrivatsa S. Bhat2012-07-011-0/+6
| * PM / Hibernate: Enable suspend to both for in-kernel hibernation.Bojan Smojver2012-07-011-0/+36
* | Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds2012-07-181-8/+0
|/
* PM / Hibernate: Use get_gendisk to verify partition if resume_file is integer...Minho Ban2012-05-181-0/+13
* PM / Sleep: Move disabling of usermode helpers to the freezerRafael J. Wysocki2012-03-281-11/+0
* PM / Hibernate: Disable usermode helpers right before freezing tasksRafael J. Wysocki2012-03-281-13/+10
* PM / Hibernate: Enable usermodehelpers in hibernate() error pathSrivatsa S. Bhat2012-03-041-3/+4
* PM / Hibernate: Refactor and simplify freezer_test_doneSrivatsa S. Bhat2012-02-091-5/+5
* PM / Hibernate: Thaw kernel threads in hibernation_snapshot() in error/test pathSrivatsa S. Bhat2012-02-091-2/+4
* PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki2012-01-291-12/+12
* PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat2011-12-081-8/+8
* Merge branch 'pm-freezer' into pm-sleepRafael J. Wysocki2011-12-061-13/+2
|\
| * Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki2011-11-231-13/+2
| |\
| | * freezer: clean up freeze_processes() failure pathTejun Heo2011-11-211-13/+2
* | | PM / Hibernate: Remove deprecated hibernation test modesSrivatsa S. Bhat2011-12-061-29/+4
* | | PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test pathSrivatsa S. Bhat2011-12-061-1/+1
* | | PM / Hibernate: Enable usermodehelpers in software_resume() error pathSrivatsa S. Bhat2011-12-061-1/+3
* | | PM / Hibernate: Refactor and simplify hibernation_snapshot() codeSrivatsa S. Bhat2011-11-231-13/+9
|/ /
* | PM / Hibernate: Do not leak memory in error/test code pathsRafael J. Wysocki2011-11-231-6/+10
|/
* PM / Hibernate: Fix the early termination of test modesSrivatsa S. Bhat2011-11-181-6/+17
* kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-10-311-0/+1
* PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver2011-10-161-0/+3
* PM / Hibernate: Do not initialize static and extern variables to 0Barry Song2011-10-161-5/+5
* PM / Hibernate: Add resumedelay kernel param in addition to resumewaitBarry Song2011-10-161-0/+14
* PM / Hibernate: Add resumewait param to support MMC-like devices as resume fileBarry Song2011-10-161-0/+16
* PM / Hibernate: Fix typo in a kerneldoc commentBarry Song2011-10-161-1/+1
* PM / Hibernate: Freeze kernel threads after preallocating memoryRafael J. Wysocki2011-10-161-4/+8
* PM / Hibernate: Update kerneldoc comments in hibernate.cRafael J. Wysocki2011-05-241-90/+104
* PM / Hibernate: Remove arch_prepare_suspend()Rafael J. Wysocki2011-05-241-5/+0
* PM / Hibernate: Update some comments in core hibernate codeRafael J. Wysocki2011-05-241-14/+7
* PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki2011-05-171-4/+13
OpenPOWER on IntegriCloud