Age | Commit message (Expand) | Author | Files | Lines |
2008-02-02 | Suspend: Invoke suspend notifications after console switch | Johannes Berg | 1 | -4/+4 |
2008-02-02 | Suspend: Add config option to disable the freezer if architecture wants that | Johannes Berg | 1 | -3/+3 |
2008-02-02 | Suspend: Introduce begin() and end() callbacks | Rafael J. Wysocki | 1 | -3/+6 |
2008-02-02 | suspend: fix ia64 allmodconfig build | Rafael J. Wysocki | 1 | -5/+2 |
2008-02-02 | Suspend: Use common prefix in messages | Rafael J. Wysocki | 1 | -3/+3 |
2008-02-02 | Suspend: Fix comment in main.c | Rafael J. Wysocki | 1 | -2/+2 |
2008-02-02 | Suspend: Fix compilation warning for CONFIG_SUSPEND unset | Rafael J. Wysocki | 1 | -0/+2 |
2008-02-02 | PM: Convert PM notifiers to out-of-line code | Alan Stern | 1 | -2/+26 |
2008-02-02 | suspend: build fix responding to 2.6.25 kset change | Rafael J. Wysocki | 1 | -2/+5 |
2008-02-02 | Suspend: Testing facility (rev. 2) | Rafael J. Wysocki | 1 | -9/+99 |
2008-01-25 | driver core: make /sys/power a kobject | Greg Kroah-Hartman | 1 | -4/+4 |
2008-01-25 | Driver Core: switch all dynamic ksets to kobj_sysfs_ops | Kay Sievers | 1 | -4/+8 |
2008-01-25 | kset: convert /sys/power to use kset_create | Greg Kroah-Hartman | 1 | -6/+5 |
2008-01-25 | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 1 | -1/+1 |
2008-01-11 | PM: ACPI and APM must not be enabled at the same time | Len Brown | 1 | -0/+3 |
2007-10-19 | freezer: do not sync filesystems from freeze_processes | Rafael J. Wysocki | 1 | -0/+6 |
2007-10-19 | PM: Make suspend_ops static | Rafael J. Wysocki | 1 | -1/+1 |
2007-10-19 | PM: Rework struct platform_suspend_ops | Rafael J. Wysocki | 1 | -9/+3 |
2007-10-19 | PM: Rename struct pm_ops and related things | Rafael J. Wysocki | 1 | -17/+17 |
2007-10-19 | make kernel/power/main.c:suspend_enter() static | Adrian Bunk | 1 | -1/+1 |
2007-07-30 | Introduce CONFIG_SUSPEND for suspend-to-Ram and standby | Rafael J. Wysocki | 1 | -8/+18 |
2007-07-30 | Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION | Rafael J. Wysocki | 1 | -1/+1 |
2007-07-19 | PM: Integrate beeping flag with existing acpi_sleep flags | Pavel Machek | 1 | -23/+0 |
2007-07-19 | PM: Optional beeping during resume from suspend to RAM | Nigel Cunningham | 1 | -0/+23 |
2007-07-19 | PM: Reduce code duplication between main.c and user.c | Rafael J. Wysocki | 1 | -44/+55 |
2007-07-19 | PM: introduce hibernation and suspend notifiers | Rafael J. Wysocki | 1 | -0/+9 |
2007-07-01 | PM: introduce set_target method in pm_ops | Rafael J. Wysocki | 1 | -1/+5 |
2007-05-17 | swsusp: fix sysfs interface | Rafael J. Wysocki | 1 | -2/+2 |
2007-05-17 | Fix ACPI suspend / device suspend ordering problem | Linus Torvalds | 1 | -7/+8 |
2007-05-09 | PM: Separate hibernation code from suspend code | Rafael J. Wysocki | 1 | -26/+16 |
2007-05-07 | remove software_suspend() | Johannes Berg | 1 | -14/+7 |
2007-05-07 | swsusp: do not use page flags | Rafael J. Wysocki | 1 | -0/+2 |
2007-05-03 | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman | 1 | -5/+5 |
2007-05-01 | power management: force pm_ops.valid callback to be assigned | Johannes Berg | 1 | -2/+2 |
2007-05-01 | power management: implement pm_ops.valid for everybody | Johannes Berg | 1 | -0/+13 |
2007-05-01 | rework pm_ops pm_disk_mode, kill misuse | Johannes Berg | 1 | -1/+5 |
2007-04-27 | s2ram: add arch irq disable/enable hooks | Johannes Berg | 1 | -3/+15 |
2007-02-24 | power management: no valid states w/o pm_ops | Johannes Berg | 1 | -1/+4 |
2007-02-11 | [PATCH] PM: Change code ordering in main.c | Rafael J. Wysocki | 1 | -15/+19 |
2007-02-11 | [PATCH] Drop free_pages() | Christoph Lameter | 1 | -1/+3 |
2006-12-16 | Pull bugfix into test branch | Len Brown | 1 | -1/+1 |
2006-12-07 | [PATCH] Export pm_suspend for the shared APM emulation | Ralf Baechle | 1 | -1/+2 |
2006-12-07 | [PATCH] convert pm_sem to a mutex | Stephen Hemminger | 1 | -5/+5 |
2006-12-07 | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 1 | -0/+1 |
2006-11-02 | ACPI: S4: Use "platform" rather than "shutdown" mode by default | Rafael J. Wysocki | 1 | -1/+1 |
2006-09-26 | [PATCH] PM: Add pm_trace switch | Rafael J. Wysocki | 1 | -0/+30 |
2006-09-26 | [PATCH] Disable CPU hotplug during suspend | Rafael J. Wysocki | 1 | -6/+4 |
2006-06-25 | [PATCH] constify parts of kernel/power/ | Andreas Mohr | 1 | -2/+2 |
2006-06-23 | [PATCH] suspend_console() warning fix | Andrew Morton | 1 | -1/+1 |
2006-06-20 | Add support for suspending and resuming the whole console subsystem | Linus Torvalds | 1 | -0/+2 |