aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-02[PATCH] x86-64: do not use virt_to_page on kernel data addressVivek Goyal1-15/+27
2007-05-02[PATCH] x86: Move swsusp __pa() dependent code to arch portionVivek Goyal2-14/+2
2007-04-30power management: force pm_ops.valid callback to be assignedJohannes Berg1-2/+2
2007-04-30power management: implement pm_ops.valid for everybodyJohannes Berg1-0/+13
2007-04-30power management: remove firmware disk modeJohannes Berg1-16/+11
2007-04-30rework pm_ops pm_disk_mode, kill misuseJohannes Berg2-22/+44
2007-04-27s2ram: add arch irq disable/enable hooksJohannes Berg1-3/+15
2007-04-04[PATCH] swsusp: fix memory shrinkerRafael J. Wysocki1-1/+1
2007-03-27[PATCH] Revert "swsusp: disable nonboot CPUs before entering platform suspend"Rafael J. Wysocki2-3/+1
2007-03-22[PATCH] fix extra BIOS invocation during resumePavel Machek1-8/+0
2007-03-22[PATCH] swsusp: Fix SNAPSHOT_S2RAM ioctlRafael J. Wysocki1-3/+6
2007-03-16[PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS modeAndrew Johnson1-1/+9
2007-03-16[PATCH] swsusp: disable nonboot CPUs before entering platform suspendRafael J. Wysocki2-1/+3
2007-03-16[PATCH] swsusp: Fix resume error path in platform modeRafael J. Wysocki1-0/+1
2007-03-06[PATCH] kconfig: Update swsusp descriptionRafael J. Wysocki1-16/+21
2007-02-23power management: no valid states w/o pm_opsJohannes Berg1-1/+4
2007-02-11[PATCH] swsusp: Change pm_ops handling by userland interfaceRafael J. Wysocki1-12/+59
2007-02-11[PATCH] swsusp-change-code-ordering-in-userc-sanityAndrew Morton1-2/+2
2007-02-11[PATCH] swsusp: Change code ordering in user.cRafael J. Wysocki1-34/+58
2007-02-11[PATCH] swsusp: Change code ordering in disk.cRafael J. Wysocki1-57/+58
2007-02-11[PATCH] PM: Change code ordering in main.cRafael J. Wysocki1-15/+19
2007-02-11[PATCH] Drop free_pages()Christoph Lameter1-1/+3
2007-02-11[PATCH] Use ZVC for free_pagesChristoph Lameter2-4/+5
2007-02-09[APM] Add shared version of APM emulationRalf Baechle1-0/+26
2007-01-05[PATCH] swsusp: Do not fail if resume device is not setRafael J. Wysocki2-7/+9
2006-12-16Pull bugfix into test branchLen Brown2-4/+6
2006-12-13Driver core: deprecate PM_LEGACY, default it to NDavid Brownell1-4/+5
2006-12-13[PATCH] PM: Fix SMP races in the freezerRafael J. Wysocki1-7/+10
2006-12-13[PATCH] PM: Fix freezing of stopped tasksRafael J. Wysocki1-6/+6
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-1/+1
2006-12-07[PATCH] Export pm_suspend for the shared APM emulationRalf Baechle1-1/+2
2006-12-07[PATCH] swsusp: kill write-only variablePavel Machek1-3/+1
2006-12-07[PATCH] PM: Fix swsusp debug mode testprocRafael J. Wysocki1-1/+1
2006-12-07[PATCH] swsusp: Fix labelsRafael J. Wysocki5-11/+11
2006-12-07[PATCH] swsusp: Fix coding style in suspend.cRafael J. Wysocki1-1/+2
2006-12-07[PATCH] swsusp: Untangle freeze_processesRafael J. Wysocki1-30/+54
2006-12-07[PATCH] swsusp: Untangle thaw_processesRafael J. Wysocki1-22/+27
2006-12-07[PATCH] convert pm_sem to a mutexStephen Hemminger4-26/+28
2006-12-07[PATCH] suspend to disk fails if gdb is suspended with a traced childRafael J. Wysocki1-1/+3
2006-12-07[PATCH] swsusp: Measure memory shrinking timeRafael J. Wysocki3-22/+39
2006-12-07[PATCH] swsusp: Support i386 systems with PAE or without PSERafael J. Wysocki1-1/+1
2006-12-07[PATCH] swsusp: thaw userspace and kernel space separatelyNigel Cunningham1-7/+18
2006-12-07[PATCH] swsusp: clean up whitespace in freezer outputNigel Cunningham1-8/+8
2006-12-07[PATCH] swsusp: quieten Freezer if !CONFIG_PM_DEBUGNigel Cunningham1-1/+0
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham4-0/+4
2006-12-07[PATCH] swsusp: fix platform modeStefan Seyfried1-0/+22
2006-12-07[PATCH] swsusp: use __GFP_WAITRafael J. Wysocki1-3/+3
2006-12-07[PATCH] swsusp: Improve handling of highmemRafael J. Wysocki5-239/+671
2006-12-07[PATCH] swsusp: add ioctl for swap files supportRafael J. Wysocki2-1/+44
2006-12-07[PATCH] swsusp: add resume_offset command line parameterRafael J. Wysocki3-5/+26