Sign in
android-kvm
/
linux
/
e6bee325e49f17c65c1fd66e9e8b348c85788341
/
kernel
/
power
/
main.c
6831c6e
PM: Drop pm_flags that is not necessary
by Rafael J. Wysocki
· 14 years ago
cd51e61c
PM / ACPI: Remove references to pm_flags from bus.c
by Rafael J. Wysocki
· 14 years ago
58a69cb
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
by Tejun Heo
· 14 years ago
d33ac60
PM: Add sysfs attr for rechecking dev hash from PM trace
by James Hogan
· 14 years ago
074037e
PM / Wakeup: Introduce wakeup source objects and event statistics (v3)
by Rafael J. Wysocki
· 14 years ago
ac5c24ec
PM / Hibernate: Make default image size depend on total RAM size
by Rafael J. Wysocki
· 14 years ago
bcb5ba8
PM / Runtime: Use alloc_workqueue() for creating the PM workqueue
by Rafael J. Wysocki
· 14 years ago
c125e96
PM: Make it possible to avoid races between wakeup and system sleep
by Rafael J. Wysocki
· 14 years ago
0e06b4a
PM: Add a switch for disabling/enabling asynchronous suspend/resume
by Rafael J. Wysocki
· 15 years ago
7b199ca
PM / Runtime: Export the PM runtime workqueue
by Alan Stern
· 15 years ago
5e928f7
PM: Introduce core framework for run-time PM of I/O devices (rev. 17)
by Rafael J. Wysocki
· 15 years ago
a9d7052
PM: Separate suspend to RAM functionality from core
by Rafael J. Wysocki
· 16 years ago
c6f37f1
PM/Suspend: Do not shrink memory before suspend
by Rafael J. Wysocki
· 16 years ago
d161630
PM core: rename suspend and resume functions
by Alan Stern
· 16 years ago
e39a71e
PM: Rename device_power_down/up()
by Magnus Damm
· 16 years ago
32bdfac
PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUs
by Rafael J. Wysocki
· 16 years ago
6a7c7ea
PM/Suspend: Introduce two new platform callbacks to avoid breakage
by Rafael J. Wysocki
· 16 years ago
900af0d
PM: Change suspend code ordering
by Rafael J. Wysocki
· 16 years ago
2ed8d2b
PM: Rework handling of interrupts during suspend-resume
by Rafael J. Wysocki
· 16 years ago
770824b
PM: Split up sysdev_[suspend|resume] from device_power_[down|up]
by Rafael J. Wysocki
· 16 years ago
091d71e
PM: Fix compilation warning in kernel/power/main.c
by Rafael J. Wysocki
· 16 years ago
81ff86a
pm: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
cbe2f5a
tracing: allow tracing of suspend/resume & hibernation code again
by Ingo Molnar
· 16 years ago
a6a0c4c
suspend: use WARN not WARN_ON to print the message
by Arjan van de Ven
· 16 years ago
1bfcf13
pm: rework disabling of user mode helpers during suspend/hibernation
by Rafael J. Wysocki
· 16 years ago
f42ac38
ftrace: disable tracing for suspend to ram
by Steven Rostedt
· 16 years ago
a2e2e35
pm selftest: rtc paranoia
by David Brownell
· 16 years ago
77437fd
pm: boot time suspend selftest
by David Brownell
· 16 years ago
d8f3de0
Suspend-related patches for 2.6.27
by Rafael J. Wysocki
· 17 years ago
1eede07
Introduce new top level suspend and hibernation callbacks
by Rafael J. Wysocki
· 17 years ago
af258f5
Suspend: Invoke suspend notifications after console switch
by Johannes Berg
· 17 years ago
b28f508
Suspend: Add config option to disable the freezer if architecture wants that
by Johannes Berg
· 17 years ago
c697eec
Suspend: Introduce begin() and end() callbacks
by Rafael J. Wysocki
· 17 years ago
7671b8a
suspend: fix ia64 allmodconfig build
by Rafael J. Wysocki
· 17 years ago
465d2b4
Suspend: Use common prefix in messages
by Rafael J. Wysocki
· 17 years ago
9628c0e
Suspend: Fix comment in main.c
by Rafael J. Wysocki
· 17 years ago
2ed43b6
Suspend: Fix compilation warning for CONFIG_SUSPEND unset
by Rafael J. Wysocki
· 17 years ago
8252575
PM: Convert PM notifiers to out-of-line code
by Alan Stern
· 17 years ago
039a75c
suspend: build fix responding to 2.6.25 kset change
by Rafael J. Wysocki
· 17 years ago
0e7d56e
Suspend: Testing facility (rev. 2)
by Rafael J. Wysocki
· 17 years ago
d76e15f
driver core: make /sys/power a kobject
by Greg Kroah-Hartman
· 17 years ago
386f275
Driver Core: switch all dynamic ksets to kobj_sysfs_ops
by Kay Sievers
· 17 years ago
039a5dc
kset: convert /sys/power to use kset_create
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
9f9adec
PM: ACPI and APM must not be enabled at the same time
by Len Brown
· 17 years ago
232b143
freezer: do not sync filesystems from freeze_processes
by Rafael J. Wysocki
· 17 years ago
f242d91
PM: Make suspend_ops static
by Rafael J. Wysocki
· 17 years ago
e6c5eb9
PM: Rework struct platform_suspend_ops
by Rafael J. Wysocki
· 17 years ago
26398a7
PM: Rename struct pm_ops and related things
by Rafael J. Wysocki
· 17 years ago
a065c86
make kernel/power/main.c:suspend_enter() static
by Adrian Bunk
· 17 years ago
296699d
Introduce CONFIG_SUSPEND for suspend-to-Ram and standby
by Rafael J. Wysocki
· 17 years ago
b0cb1a1
Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION
by Rafael J. Wysocki
· 17 years ago
77afcf7
PM: Integrate beeping flag with existing acpi_sleep flags
by Pavel Machek
· 17 years ago
5a60d62
PM: Optional beeping during resume from suspend to RAM
by Nigel Cunningham
· 17 years ago
6c961df
PM: Reduce code duplication between main.c and user.c
by Rafael J. Wysocki
· 17 years ago
b10d911
PM: introduce hibernation and suspend notifiers
by Rafael J. Wysocki
· 17 years ago
2391dae
PM: introduce set_target method in pm_ops
by Rafael J. Wysocki
· 17 years ago
8d98a69
swsusp: fix sysfs interface
by Rafael J. Wysocki
· 18 years ago
52ade9b
Fix ACPI suspend / device suspend ordering problem
by Linus Torvalds
· 18 years ago
a3d25c2
PM: Separate hibernation code from suspend code
by Rafael J. Wysocki
· 18 years ago
ab3bfca
remove software_suspend()
by Johannes Berg
· 18 years ago
74dfd66
swsusp: do not use page flags
by Rafael J. Wysocki
· 18 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
9684e51
power management: force pm_ops.valid callback to be assigned
by Johannes Berg
· 18 years ago
e8c9c50
power management: implement pm_ops.valid for everybody
by Johannes Berg
· 18 years ago
fe0c935a
rework pm_ops pm_disk_mode, kill misuse
by Johannes Berg
· 18 years ago
a53c46d
s2ram: add arch irq disable/enable hooks
by Johannes Berg
· 18 years ago
9c372d0
power management: no valid states w/o pm_ops
by Johannes Berg
· 18 years ago
e3c7db62
[PATCH] PM: Change code ordering in main.c
by Rafael J. Wysocki
· 18 years ago
9617729
[PATCH] Drop free_pages()
by Christoph Lameter
· 18 years ago
cfee47f
Pull bugfix into test branch
by Len Brown
· 18 years ago
4cf3034
[PATCH] Export pm_suspend for the shared APM emulation
by Ralf Baechle
· 18 years ago
a6d7098
[PATCH] convert pm_sem to a mutex
by Stephen Hemminger
· 18 years ago
7dfb710
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
by Nigel Cunningham
· 18 years ago
9185cfa
ACPI: S4: Use "platform" rather than "shutdown" mode by default
by Rafael J. Wysocki
· 18 years ago
c5c6ba4
[PATCH] PM: Add pm_trace switch
by Rafael J. Wysocki
· 18 years ago
e3920fb
[PATCH] Disable CPU hotplug during suspend
by Rafael J. Wysocki
· 18 years ago
3b364b8
[PATCH] constify parts of kernel/power/
by Andreas Mohr
· 19 years ago
6cc0719
[PATCH] suspend_console() warning fix
by Andrew Morton
· 19 years ago
557240b
Add support for suspending and resuming the whole console subsystem
by Linus Torvalds
· 19 years ago
47bb789
[PATCH] off-by-1 in kernel/power/main.c
by dean gaudet
· 19 years ago
9b23820
[PATCH] swsusp: add s2ram ioctl to userland interface
by Luca Tettamanti
· 19 years ago
1a38416
[ACPI] SMP S3 resume: evaluate _WAK after INIT
by David Shaohua Li
· 19 years ago
123d3c1
[PATCH] fix swsusp on machines not supporting S4
by Pavel Machek
· 19 years ago
969e9af
[PATCH] sleep: Fix oops in enter_state
by Pavel Machek
· 19 years ago
eb9289e
[PATCH] introduce .valid callback for pm_ops
by Shaohua Li
· 19 years ago
57c4ce3
[PATCH] pm: clean up /sys/power/disk
by Pavel Machek
· 19 years ago
5028770
[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...
by Len Brown
· 19 years ago
5ae947e
[ACPI] Suspend to RAM fix
by David Shaohua Li
· 20 years ago
e2a5b42
[ACPI] ACPI poweroff fix
by Alexey Starikovskiy
· 20 years ago
5a72e04
[PATCH] suspend/resume SMP support
by Li Shaohua
· 20 years ago
82428b6
[PATCH] Driver Core: pm diagnostics update, check for errors
by David Brownell
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago
v2.6.12-rc2