aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/swsusp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-28[PATCH] swsusp: kill swsusp_restorePavel Machek1-11/+5
2005-03-28[PATCH] swsusp: small updatesPavel Machek1-4/+3
2005-03-13[PATCH] swsusp: enable resume from initrdPavel Machek1-26/+75
2005-03-13[PATCH] swsusp: use non-contiguous memory on resumePavel Machek1-98/+239
2005-03-07[PATCH] swsusp: do not use higher order memory allocations on suspendPavel Machek1-83/+92
2005-01-20[PATCH] swsusp: remove O(n^2) algorithm in page relocationPavel Machek1-14/+24
2005-01-14[PATCH] swsusp/dm: Use right levels for device_suspend()Pavel Machek1-2/+2
2005-01-14[PATCH] swsusp: more small fixesPavel Machek1-7/+7
2005-01-10[PATCH] swsusp: properly suspend and resume all devicesBarry K. Nathan1-0/+2
2005-01-10[PATCH] swsusp: device power management fixBarry K. Nathan1-0/+11
2005-01-04[PATCH] VM routine fixesDavid Howells1-0/+1
2005-01-04[PATCH] GP-REL data supportDavid Howells1-1/+1
2005-01-03[PATCH] swsusp: Kill O(n^2) algorithm in swsuspPavel Machek1-75/+56
2005-01-03[PATCH] swsusp: Small cleanupsPavel Machek1-3/+3
2005-01-03[PATCH] swsusp: kill one-line helpers, handle read errorsPavel Machek1-15/+8
2005-01-03[PATCH] swsusp: kill unused variablePavel Machek1-2/+0
2005-01-03[PATCH] fix naming in swsuspPavel Machek1-2/+2
2004-12-12[PATCH] swsusp fixes: fix confusing printkPavel Machek1-1/+1
2004-12-12[PATCH] swsusp bugfixes: fix memory leakPavel Machek1-1/+2
2004-12-12[PATCH] swsusp bugfixes: do not oops when not enough memory during resumePavel Machek1-0/+2
2004-10-27[PATCH] swsusp: print error message when swapping is disabledYi Zhu1-1/+4
2004-10-18[PATCH] swsusp: progress in percentPavel Machek1-7/+15
2004-10-02[PATCH] swsusp: fix highmemStefan Seyfried1-0/+7
2004-09-24[PATCH] swsusp: kill crash when too much memory is freeAndrew Morton1-2/+2
2004-09-24[PATCH] swsusp: another simplificationAndrew Morton1-15/+5
2004-09-24[PATCH] Small cleanups for swsuspAndrew Morton1-31/+30
2004-09-24[PATCH] swsusp: do not oops after allocation failureAndrew Morton1-3/+6
2004-09-24[PATCH] -mm swsusp: copy_page is harmfullAndrew Morton1-6/+2
2004-08-01[swsusp] Make sure we call restore_highmem().Patrick Mochel1-7/+13
2004-08-01[swsusp] Kill unneeded write_header().Patrick Mochel1-20/+5
2004-08-01[Power Mgmt] Add CONFIG_PM_DEBUG optionPatrick Mochel1-39/+12
2004-08-01[swsusp] Add big fat comment to calc_order().Patrick Mochel1-5/+30
2004-07-17[swsusp] Fix nasty typo.Patrick Mochel1-5/+5
2004-07-17[Power Mgmt] Merge swsusp entry points with the PM core.Patrick Mochel1-199/+1
2004-07-16[swsusp] Remove unneeded suspend_pagedir_lock.Patrick Mochel1-6/+0
2004-07-16[Power Mgmt] Make default partition config option part of swsusp.Patrick Mochel1-1/+1
2004-07-16[Power Mgmt] Remove pmdisk_free()Patrick Mochel1-4/+5
2004-07-16[Power Mgmt] Merge pmdisk and swsusp write wrappers.Patrick Mochel1-13/+15
2004-07-16[Power Mgmt] Merge pmdisk and swsusp read wrappers.Patrick Mochel1-14/+19
2004-07-16[Power Mgmt] Merge pmdisk and swsusp pagedir handling.Patrick Mochel1-99/+96
2004-07-16[Power Mgmt] Merge pmdisk and swsusp signature handling.Patrick Mochel1-81/+84
2004-07-16[swsusp] Fix nasty bug in calculating next address to read from.Patrick Mochel1-1/+1
2004-07-16[Power Mgmt] Merge swsusp and pmdisk info headers.Patrick Mochel1-68/+107
2004-07-16[Power Mgmt] Merge pmdisk/swsusp image reading code.Patrick Mochel1-15/+33
2004-07-16[Power Mgmt] Consolidate pmdisk and swsusp early swap access.Patrick Mochel1-73/+96
2004-07-16[Power Mgmt] Consolidate pmdisk and swsusp low-level handling.Patrick Mochel1-69/+46
2004-07-16[swsusp] Add helper suspend_finish, move common code there.Patrick Mochel1-31/+25
2004-07-16[Power Mgmt] Consolidate page count/copy code of pmdisk and swsusp.Patrick Mochel1-44/+75
2004-07-16[Power Mgmt] Consolidate code for allocating image pages in pmdisk and swsuspPatrick Mochel1-58/+138
2004-07-16[Power Mgmt] Merge first part of image writing code.Patrick Mochel1-53/+95