string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / kernel / power / main.c
2009-12-06 Alan SternPM / Runtime: Export the PM runtime workqueue
2009-08-22 Rafael J. WysockiPM: Introduce core framework for run-time PM of I/O...
2009-06-12 Rafael J. WysockiPM: Separate suspend to RAM functionality from core
2009-06-12 Rafael J. WysockiPM/Suspend: Do not shrink memory before suspend
2009-06-12 Alan SternPM core: rename suspend and resume functions
2009-06-12 Magnus DammPM: Rename device_power_down/up()
2009-05-24 Rafael J. WysockiPM: Do not hold dpm_list_mtx while disabling/enabling...
2009-04-19 Rafael J. WysockiPM/Suspend: Introduce two new platform callbacks to...
2009-03-30 Rafael J. WysockiPM: Change suspend code ordering
2009-03-30 Rafael J. WysockiPM: Rework handling of interrupts during suspend-resume
2009-02-22 Rafael J. WysockiPM: Split up sysdev_[suspend|resume] from device_power_...
2009-01-16 Rafael J. WysockiPM: Fix compilation warning in kernel/power/main.c
2009-01-06 Kay Sieverspm: struct device - replace bus_id with dev_name()...
2008-11-23 Ingo Molnartracing: allow tracing of suspend/resume & hibernation...
2008-11-18 Arjan van de Vensuspend: use WARN not WARN_ON to print the message
2008-10-16 Rafael J. Wysockipm: rework disabling of user mode helpers during suspen...
2008-08-27 Steven Rostedtftrace: disable tracing for suspend to ram
2008-07-26 David Brownellpm selftest: rtc paranoia
2008-07-24 David Brownellpm: boot time suspend selftest
2008-06-12 Rafael J. WysockiSuspend-related patches for 2.6.27
2008-06-10 Rafael J. WysockiIntroduce new top level suspend and hibernation callbacks
2008-02-01 Johannes BergSuspend: Invoke suspend notifications after console...
2008-02-01 Johannes BergSuspend: Add config option to disable the freezer if...
2008-02-01 Rafael J. WysockiSuspend: Introduce begin() and end() callbacks
2008-02-01 Rafael J. Wysockisuspend: fix ia64 allmodconfig build
2008-02-01 Rafael J. WysockiSuspend: Use common prefix in messages
2008-02-01 Rafael J. WysockiSuspend: Fix comment in main.c
2008-02-01 Rafael J. WysockiSuspend: Fix compilation warning for CONFIG_SUSPEND...
2008-02-01 Alan SternPM: Convert PM notifiers to out-of-line code
2008-02-01 Rafael J. Wysockisuspend: build fix responding to 2.6.25 kset change
2008-02-01 Rafael J. WysockiSuspend: Testing facility (rev. 2)
2008-01-25 Greg Kroah-Hartmandriver core: make /sys/power a kobject
2008-01-25 Kay SieversDriver Core: switch all dynamic ksets to kobj_sysfs_ops
2008-01-25 Greg Kroah-Hartmankset: convert /sys/power to use kset_create
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2008-01-11 Len BrownPM: ACPI and APM must not be enabled at the same time
2007-10-18 Rafael J. Wysockifreezer: do not sync filesystems from freeze_processes
2007-10-18 Rafael J. WysockiPM: Make suspend_ops static
2007-10-18 Rafael J. WysockiPM: Rework struct platform_suspend_ops
2007-10-18 Rafael J. WysockiPM: Rename struct pm_ops and related things
2007-10-18 Adrian Bunkmake kernel/power/main.c:suspend_enter() static
2007-07-29 Rafael J. WysockiIntroduce CONFIG_SUSPEND for suspend-to-Ram and standby
2007-07-29 Rafael J. WysockiReplace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION
2007-07-19 Pavel MachekPM: Integrate beeping flag with existing acpi_sleep...
2007-07-19 Nigel CunninghamPM: Optional beeping during resume from suspend to RAM
2007-07-19 Rafael J. WysockiPM: Reduce code duplication between main.c and user.c
2007-07-19 Rafael J. WysockiPM: introduce hibernation and suspend notifiers
2007-07-01 Rafael J. WysockiPM: introduce set_target method in pm_ops
2007-05-17 Rafael J. Wysockiswsusp: fix sysfs interface
2007-05-16 Linus TorvaldsFix ACPI suspend / device suspend ordering problem
2007-05-09 Rafael J. WysockiPM: Separate hibernation code from suspend code
2007-05-07 Johannes Bergremove software_suspend()
2007-05-07 Rafael J. Wysockiswsusp: do not use page flags
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
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 Bergrework pm_ops pm_disk_mode, kill misuse
2007-04-27 Johannes Bergs2ram: add arch irq disable/enable hooks
2007-02-23 Johannes Bergpower management: no valid states w/o pm_ops
2007-02-11 Rafael J. Wysocki[PATCH] PM: Change code ordering in main.c
2007-02-11 Christoph Lameter[PATCH] Drop free_pages()
2006-12-16 Len BrownPull bugfix into test branch
2006-12-07 Ralf Baechle[PATCH] Export pm_suspend for the shared APM emulation
2006-12-07 Stephen Hemminger[PATCH] convert pm_sem to a mutex
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-11-02 Rafael J. WysockiACPI: S4: Use "platform" rather than "shutdown" mode...
2006-09-26 Rafael J. Wysocki[PATCH] PM: Add pm_trace switch
2006-09-26 Rafael J. Wysocki[PATCH] Disable CPU hotplug during suspend
2006-09-26 David BrownellPM: no suspend_prepare() phase
2006-09-26 Linus TorvaldsSuspend infrastructure cleanup and extension
2006-06-25 Andreas Mohr[PATCH] constify parts of kernel/power/
2006-06-22 Andrew Morton[PATCH] suspend_console() warning fix
2006-06-20 Linus TorvaldsAdd support for suspending and resuming the whole conso...
2006-04-28 dean gaudet[PATCH] off-by-1 in kernel/power/main.c
2006-03-23 Luca Tettamanti[PATCH] swsusp: add s2ram ioctl to userland interface
2005-12-01 David Shaohua Li[ACPI] SMP S3 resume: evaluate _WAK after INIT
2005-11-30 Pavel Machek[PATCH] fix swsusp on machines not supporting S4
2005-11-09 Pavel Machek[PATCH] sleep: Fix oops in enter_state
2005-10-31 Shaohua Li[PATCH] introduce .valid callback for pm_ops
2005-09-05 Pavel Machek[PATCH] pm: clean up /sys/power/disk
2005-07-12 Len Brown[ACPI] merge acpi-2.6.12 branch into latest Linux 2...
2005-07-12 David Shaohua Li[ACPI] Suspend to RAM fix
2005-07-12 Alexey Starikovskiy[ACPI] ACPI poweroff fix
2005-06-25 Li Shaohua[PATCH] suspend/resume SMP support
2005-05-17 David Brownell[PATCH] Driver Core: pm diagnostics update, check for...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2