Fix minor typoes in kernel/module.c
[safe/jmp/linux-2.6] / kernel / power /
2007-05-08 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-08 Oleg Nesterovfreezer: task->exit_state should be treated as bolean
2007-05-08 Paul MackerrasMerge branch 'linux-2.6'
2007-05-07 Rafael J. Wysockiswsusp: free more memory
2007-05-07 Rafael J. Wysockiswsusp: fix snapshot_release
2007-05-07 David Brownellkconfig: mention 'hibernation' not just swsusp
2007-05-07 Johannes Bergpower management: change /sys/power/disk display
2007-05-07 Johannes Bergremove software_suspend()
2007-05-07 Rafael J. Wysockiswsusp: use rbtree for tracking allocated swap
2007-05-07 Rafael J. Wysockiswsusp: use GFP_KERNEL for creating basic data structures
2007-05-07 Rafael J. Wysockiswsusp: fix error paths in snapshot_open
2007-05-07 Rafael J. Wysockiswsusp: do not use page flags
2007-05-07 Rafael J. Wysockiswsusp: use inline functions for changing page flags
2007-05-07 Oleg Nesterovfix refrigerator() vs thaw_process() race
2007-05-07 Johannes Berg[POWERPC] powermac: Suspend to disk on G5
2007-05-05 Linus TorvaldsMerge branch 'for-linus' of git://one.firstfloor.org...
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-05-02 Vivek Goyal[PATCH] x86-64: do not use virt_to_page on kernel data...
2007-05-02 Vivek Goyal[PATCH] x86: Move swsusp __pa() dependent code to arch...
2007-04-30 Johannes Bergpower management: force pm_ops.valid callback to be...
2007-04-30 Johannes Bergpower management: implement pm_ops.valid for everybody
2007-04-30 Johannes Bergpower management: remove firmware disk mode
2007-04-30 Johannes Bergrework pm_ops pm_disk_mode, kill misuse
2007-04-27 Johannes Bergs2ram: add arch irq disable/enable hooks
2007-04-05 Rafael J. Wysocki[PATCH] swsusp: fix memory shrinker
2007-03-27 Rafael J. Wysocki[PATCH] Revert "swsusp: disable nonboot CPUs before...
2007-03-23 Pavel Machek[PATCH] fix extra BIOS invocation during resume
2007-03-23 Rafael J. Wysocki[PATCH] swsusp: Fix SNAPSHOT_S2RAM ioctl
2007-03-17 Andrew Johnson[PATCH] swsusp: fix suspend when console is in VT_AUTO...
2007-03-17 Rafael J. Wysocki[PATCH] swsusp: disable nonboot CPUs before entering...
2007-03-17 Rafael J. Wysocki[PATCH] swsusp: Fix resume error path in platform mode
2007-03-06 Rafael J. Wysocki[PATCH] kconfig: Update swsusp description
2007-02-23 Johannes Bergpower management: no valid states w/o pm_ops
2007-02-11 Rafael J. Wysocki[PATCH] swsusp: Change pm_ops handling by userland...
2007-02-11 Andrew Morton[PATCH] swsusp-change-code-ordering-in-userc-sanity
2007-02-11 Rafael J. Wysocki[PATCH] swsusp: Change code ordering in user.c
2007-02-11 Rafael J. Wysocki[PATCH] swsusp: Change code ordering in disk.c
2007-02-11 Rafael J. Wysocki[PATCH] PM: Change code ordering in main.c
2007-02-11 Christoph Lameter[PATCH] Drop free_pages()
2007-02-11 Christoph Lameter[PATCH] Use ZVC for free_pages
2007-02-09 Ralf Baechle[APM] Add shared version of APM emulation
2007-01-06 Rafael J. Wysocki[PATCH] swsusp: Do not fail if resume device is not set
2006-12-16 Len BrownPull bugfix into test branch
2006-12-13 David BrownellDriver core: deprecate PM_LEGACY, default it to N
2006-12-13 Rafael J. Wysocki[PATCH] PM: Fix SMP races in the freezer
2006-12-13 Rafael J. Wysocki[PATCH] PM: Fix freezing of stopped tasks
2006-12-07 Helge Deller[PATCH] struct seq_operations and struct file_operation...
2006-12-07 Ralf Baechle[PATCH] Export pm_suspend for the shared APM emulation
2006-12-07 Pavel Machek[PATCH] swsusp: kill write-only variable
2006-12-07 Rafael J. Wysocki[PATCH] PM: Fix swsusp debug mode testproc
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: Fix labels
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: Fix coding style in suspend.c
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: Untangle freeze_processes
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: Untangle thaw_processes
2006-12-07 Stephen Hemminger[PATCH] convert pm_sem to a mutex
2006-12-07 Rafael J. Wysocki[PATCH] suspend to disk fails if gdb is suspended with...
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: Measure memory shrinking time
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: Support i386 systems with PAE or withou...
2006-12-07 Nigel Cunningham[PATCH] swsusp: thaw userspace and kernel space separately
2006-12-07 Nigel Cunningham[PATCH] swsusp: clean up whitespace in freezer output
2006-12-07 Nigel Cunningham[PATCH] swsusp: quieten Freezer if !CONFIG_PM_DEBUG
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-12-07 Stefan Seyfried[PATCH] swsusp: fix platform mode
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: use __GFP_WAIT
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: Improve handling of highmem
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: add ioctl for swap files support
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: add resume_offset command line parameter
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: use block device offsets to identify...
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: rearrange swap-handling code
2006-12-07 Rafael J. Wysocki[PATCH] swsusp: use partition device and offset to...
2006-12-07 Stefan Seyfried[PATCH] uswsusp: add pmops->{prepare,enter,finish}...
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-11-03 Rafael J. Wysocki[PATCH] swsusp: debugging
2006-11-02 Rafael J. WysockiACPI: S4: Use "platform" rather than "shutdown" mode...
2006-10-17 Andrew Morton[PATCH] swsusp: fix memory leaks
2006-10-11 Rafael J. Wysocki[PATCH] swsusp: Use suspend_console
2006-10-07 Rafael J. Wysocki[PATCH] swsusp: Make userland suspend work on SMP again
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-10-02 Serge E. Hallyn[PATCH] namespaces: utsname: use init_utsname when...
2006-09-26 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2006-09-26 Rafael J. Wysocki[PATCH] PM: Add pm_trace switch
2006-09-26 Rafael J. Wysocki[PATCH] PM: make it possible to disable console suspending
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: Use memory bitmaps during resume
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: Introduce memory bitmaps
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: Introduce some helpful constants
2006-09-26 Rafael J. Wysocki[PATCH] Change the name of pagedir_nosave
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: Fix alloc_pagedir
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: Reorder memory-allocating functions
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: Fix mark_free_pages
2006-09-26 Rafael J. Wysocki[PATCH] Disable CPU hotplug during suspend
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: struct snapshot_handle cleanup
2006-09-26 Rafael J. Wysocki[PATCH] swsusp: clean up browsing of pfns
2006-09-26 Andrew Morton[PATCH] swsusp: read speedup
2006-09-26 Andrew Morton[PATCH] swsusp: add read-speed instrumentation
2006-09-26 Andrew Morton[PATCH] swsusp: write speedup
2006-09-26 Andrew Morton[PATCH] swsusp: add write-speed instrumentation
2006-09-26 David BrownellPM: no suspend_prepare() phase
2006-09-26 David BrownellPM: add kconfig option for deprecated .../power/state...
2006-09-26 David BrownellPM: issue PM_EVENT_PRETHAW
next