summaryrefslogtreecommitdiff
path: root/kernel/power
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-07[PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki4-72/+80
2006-12-07[PATCH] swsusp: rearrange swap-handling codeRafael J. Wysocki1-109/+112
2006-12-07[PATCH] swsusp: use partition device and offset to identify swap areasRafael J. Wysocki2-3/+4
2006-12-07[PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode")Stefan Seyfried2-1/+34
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-2/+2
2006-11-03[PATCH] swsusp: debuggingRafael J. Wysocki1-9/+28
2006-11-01ACPI: S4: Use "platform" rather than "shutdown" mode by defaultRafael J. Wysocki2-4/+6
2006-10-17[PATCH] swsusp: fix memory leaksAndrew Morton1-1/+2
2006-10-11[PATCH] swsusp: Use suspend_consoleRafael J. Wysocki2-1/+15
2006-10-07[PATCH] swsusp: Make userland suspend work on SMP againRafael J. Wysocki1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-5/+5
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds4-4/+22
2006-09-26[PATCH] PM: Add pm_trace switchRafael J. Wysocki1-0/+30
2006-09-26[PATCH] PM: make it possible to disable console suspendingRafael J. Wysocki1-0/+11
2006-09-26[PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki4-246/+186
2006-09-26[PATCH] swsusp: Introduce memory bitmapsRafael J. Wysocki3-70/+540
2006-09-26[PATCH] swsusp: Introduce some helpful constantsRafael J. Wysocki1-9/+15
2006-09-26[PATCH] Change the name of pagedir_nosaveRafael J. Wysocki2-14/+14
2006-09-26[PATCH] swsusp: Fix alloc_pagedirRafael J. Wysocki1-15/+17
2006-09-26[PATCH] swsusp: Reorder memory-allocating functionsRafael J. Wysocki1-40/+53
2006-09-26[PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki1-14/+13
2006-09-26[PATCH] Disable CPU hotplug during suspendRafael J. Wysocki5-76/+19
2006-09-26[PATCH] swsusp: struct snapshot_handle cleanupRafael J. Wysocki2-28/+76