summaryrefslogtreecommitdiffstats
path: root/kernel/power
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] swsusp: fix breakage with swap on LVMRafael J. Wysocki2006-02-171-3/+1Star
* [PATCH] swsusp: nuke noisy messageAndrew Morton2006-02-161-3/+1Star
* [PATCH] Fix build failure in recent pm_prepare_* changes.Rafael J. Wysocki2006-02-082-17/+3Star
* [PATCH] swsusp: kill unneeded/unbalanced bio_getPavel Machek2006-02-081-4/+2Star
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-02-022-10/+3Star
|\
| *-----. [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran...Len Brown2006-01-242-10/+3Star
| |\ \ \ \
| | | | | * [ACPI] SMP S3 resume: evaluate _WAK after INITDavid Shaohua Li2005-12-011-2/+2
| | | | |/
| | | * / [ACPI] fix reboot upon suspend-to-diskAlexey Starikovskiy2005-12-151-8/+1Star
| | | |/
* | | | [PATCH] swsusp: do not change log level during suspend/resumeRafael J. Wysocki2006-02-012-11/+6Star
* | | | [PATCH] swsusp: use bytes as image size unitsRafael J. Wysocki2006-02-013-9/+9
|/ / /
* / / SOFTWARE_SUSPEND: fix a typo in the dependenciesAdrian Bunk2006-01-151-1/+1
|/ /
* | [PATCH] swsusp: save image header firstRafael J. Wysocki2006-01-062-126/+65Star
* | [PATCH] swsusp: improve handling of swap partitionsRafael J. Wysocki2006-01-061-92/+36Star
* | [PATCH] swsusp: make image size limit tunableRafael J. Wysocki2006-01-063-6/+31
* | [PATCH] swsusp: limit image sizeRafael J. Wysocki2006-01-062-14/+11Star
* | [PATCH] swsusp: Drop duplicate prototypesPavel Machek2006-01-061-3/+0Star
* | [PATCH] swsusp: fix enough_free_memRafael J. Wysocki2006-01-061-2/+8
* | [PATCH] swsusp: improve freeing of memoryRafael J. Wysocki2006-01-064-36/+125
* | [PATCH] swsusp: introduce the swap map structureRafael J. Wysocki2006-01-064-176/+417
* | [PATCH] swsusp: remove encryptionRafael J. Wysocki2006-01-061-159/+4Star
* | [PATCH] swsusp: resume_store() retval fixAndrew Morton2006-01-061-18/+16Star
|/
* [PATCH] fix swsusp on machines not supporting S4Pavel Machek2005-11-301-5/+16
* [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik2005-11-143-1/+12
* [PATCH] swsusp: rework swsusp_suspendRafael J. Wysocki2005-11-093-49/+47Star
* [PATCH] swsusp: simplify pagedir relocationRafael J. Wysocki2005-11-093-53/+28Star
* [PATCH] swsusp: reduce code duplicationRafael J. Wysocki2005-11-093-70/+52Star
* [PATCH] sleep: Fix oops in enter_statePavel Machek2005-11-091-1/+1
* [PATCH] swsusp: remove unused variablePavel Machek2005-11-071-8/+1Star
* [PATCH] swsusp cleanupsPavel Machek2005-11-072-28/+27Star
* [PATCH] introduce .valid callback for pm_opsShaohua Li2005-10-311-1/+4
* [PATCH] swsusp: two simplificationsRafael J. Wysocki2005-10-312-7/+3Star
* [PATCH] swsusp: get rid of unnecessary wrapper functionRafael J. Wysocki2005-10-311-7/+1Star
* [PATCH] swsusp: cleanupsPavel Machek2005-10-311-12/+10Star
* [PATCH] swsusp: remove unneccessary includesPavel Machek2005-10-312-31/+3Star
* [PATCH] swsusp: rework memory freeing on resumeRafael J. Wysocki2005-10-314-83/+45Star
* [PATCH] swsusp: reduce the use of global variablesRafael J. Wysocki2005-10-313-43/+43
* [PATCH] swsusp: move snapshot functionality to separate fileRafael J. Wysocki2005-10-314-437/+486
* [PATCH] swsusp: rework image freeingRafael J. Wysocki2005-10-311-84/+75Star
* [PATCH] core remove PageReservedNick Piggin2005-10-301-9/+16
* [PATCH] gfp_t: kernel/*Al Viro2005-10-281-1/+1
* [PATCH] x86_64: Set up safe page tables during resumeRafael J. Wysocki2005-10-101-3/+4
* [PATCH] swsusp: avoid problems if there are too many pages to saveRafael J. Wysocki2005-09-282-1/+8
* [PATCH] swsusp: prevent possible memory leakRafael J. Wysocki2005-09-281-3/+3
* [PATCH] swsusp: remove wrong code from data_freeRafael J. Wysocki2005-09-281-4/+3Star
* [PATCH] swsusp: fix commentsPavel Machek2005-09-232-4/+8
* [PATCH] swsusp: do not trigger BUG_ON() if there is not enough memoryRafael J. Wysocki2005-09-231-1/+1
* [PATCH] SOFTWARE_SUSPEND needs HOTPLUG_CPU on SMPRandy Dunlap2005-09-231-1/+1
* [PATCH] suspend: cleanup calling of power off methods.Eric W. Biederman2005-09-231-4/+2Star
* Merge linux-2.6 with linux-acpi-2.6Len Brown2005-09-086-68/+240
|\
| * [PATCH] introduce and use kzallocPekka J Enberg2005-09-081-2/+1Star