Sign in
android-kvm
/
linux
/
5ca1bb5aceb0bccf532ffc21588585a925cdee20
/
kernel
/
power
938cfed
perf: Add calls to suspend trace point
by Jean Pihet
· 14 years ago
be8cd64
PM / Hibernate: Restore old swap signature to avoid user space breakage
by Rafael J. Wysocki
· 14 years ago
1497dd1
PM / Hibernate: Fix PM_POST_* notification with user-space suspend
by Takashi Iwai
· 14 years ago
c9e664f
PM / Hibernate: Fix memory corruption related to swap
by Rafael J. Wysocki
· 14 years ago
9f339ca
PM / Hibernate: Use async I/O when reading compressed hibernation image
by Bojan Smojver
· 14 years ago
43e6086
PM / OPP: Hide OPP configuration when SoCs do not provide an implementation
by Mark Brown
· 14 years ago
3ecb01d
use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages
by Jan Beulich
· 14 years ago
61ecdb80
mm: strictly nested kmap_atomic()
by Peter Zijlstra
· 14 years ago
e1f60b2
PM: Introduce library for device-specific OPPs (v7)
by Nishanth Menon
· 14 years ago
d33ac60
PM: Add sysfs attr for rechecking dev hash from PM trace
by James Hogan
· 14 years ago
3624eb0
PM / Hibernate: Modify signature used to mark swap
by Rafael J. Wysocki
· 14 years ago
dbeeec5
PM: Allow wakeup events to abort freezing of tasks
by Rafael J. Wysocki
· 14 years ago
d0941ea
PM / Hibernate: Make some boot messages look less scary
by Rafael J. Wysocki
· 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
266f1a2
PM / Hibernate: Improve comments in hibernate_preallocate_memory()
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
ede890c
PM: Fix unmet dependency warning from kconfig
by Rafael J. Wysocki
· 14 years ago
f996fc9
PM / Hibernate: Compress hibernation image with LZO
by Bojan Smojver
· 14 years ago
84e1d83
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 14 years ago
6715045
PM / Hibernate: Avoid hitting OOM during preallocation of memory
by Rafael J. Wysocki
· 14 years ago
910321e
swap: revert special hibernation allocation
by Hugh Dickins
· 14 years ago
1495cc9
Input: sysrq - drop tty argument from sysrq ops handlers
by Dmitry Torokhov
· 14 years ago
2f9e825
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
d2997b1
hibernation: freeze swap at hibernation
by KAMEZAWA Hiroyuki
· 14 years ago
3b7433b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
7b6d91d
block: unify flags for struct bio and struct request
by Christoph Hellwig
· 14 years ago
3cfc2c4
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
d790d4d
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
a253129
update email address
by Pavel Machek
· 14 years ago
ce44101
PM / Suspend: Fix ordering of calls in suspend error paths
by Rafael J. Wysocki
· 14 years ago
d074ee0
PM / Hibernate: Fix snapshot error code path
by Rafael J. Wysocki
· 14 years ago
f6f71f1
PM / Hibernate: Fix hibernation_platform_enter()
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
9013367
PM / Hibernate: Fix typos in comments in kernel/power/swap.c
by Cesar Eduardo Barros
· 15 years ago
a0a1a5f
workqueue: reimplement workqueue freeze using max_active
by Tejun Heo
· 14 years ago
dd4c4f1
suspend: Move NVS save/restore code to generic suspend functionality
by Matthew Garrett
· 15 years ago
0fef8b1
PM / Hibernate: Fix block_io.c printk warning
by Randy Dunlap
· 15 years ago
6f612af
PM / Hibernate: Group swap ops
by Jiri Slaby
· 15 years ago
51fb352
PM / Hibernate: Move the first_sector out of swsusp_write
by Jiri Slaby
· 15 years ago
8a0d613
PM / Hibernate: Separate block_io
by Jiri Slaby
· 15 years ago
d3c1b24
PM / Hibernate: Snapshot cleanup
by Jiri Slaby
· 15 years ago
d88d405
PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handling
by Jiri Slaby
· 15 years ago
336f589
Merge branch 'master' into export-slabh
by Tejun Heo
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
5a7aadf
Freezer: Fix buggy resume test for tasks frozen with cgroup freezer
by Matt Helsley
· 15 years ago
4f59845
Freezer: Only show the state of tasks refusing to freeze
by Xiaotian Feng
· 15 years ago
452aa69
mm/pm: force GFP_NOIO during suspend/hibernation and resume
by Rafael J. Wysocki
· 15 years ago
a9c9b44
PM / Hibernate: Fix preallocating of memory
by Rafael J. Wysocki
· 15 years ago
f8bb0db
PM / Hibernate: Remove swsusp.c finally
by Jiri Slaby
· 15 years ago
07c3bb5
PM / Hibernate: Remove trailing space in message
by Frans Pop
· 15 years ago
09c09bc
PM / Hibernate: Swap, remove useless check from swsusp_read()
by Jiri Slaby
· 15 years ago
b694e52
PM / Hibernate: Really deprecate deprecated user ioctls
by Jiri Slaby
· 15 years ago
5a2eb85
PM: Add facility for advanced testing of async suspend/resume
by Rafael J. Wysocki
· 15 years ago
0e06b4a
PM: Add a switch for disabling/enabling asynchronous suspend/resume
by Rafael J. Wysocki
· 15 years ago
6cbf821
PCI PM: Run-time callbacks for PCI bus type
by Rafael J. Wysocki
· 15 years ago
5ada918
vt: introduce and use vt_kmsg_redirect() function
by Bernhard Walle
· 15 years ago
7b199ca
PM / Runtime: Export the PM runtime workqueue
by Alan Stern
· 15 years ago
66d0ae4d
PM / Hibernate: Swap, use KERN_CONT
by Jiri Slaby
· 15 years ago
8e60c6a
PM / Hibernate: Shift remaining code from swsusp.c to hibernate.c
by Nigel Cunningham
· 15 years ago
0414f2e
PM / Hibernate: Move swap functions to kernel/power/swap.c.
by Nigel Cunningham
· 15 years ago
64357ed
Merge branch 'master' into for-linus
by Rafael J. Wysocki
· 15 years ago
bf9fd67
PM / Hibernate: Add newline to load_image() fail path
by Jiri Slaby
· 15 years ago
4ff277f
PM / Hibernate: Fix error handling in save_image()
by Jiri Slaby
· 15 years ago
76b57e6
PM / Hibernate: Fix blkdev refleaks
by Jiri Slaby
· 15 years ago
be404f0
PM / freezer: Don't get over-anxious while waiting
by Tejun Heo
· 15 years ago
04bf753
PM: Make warning in suspend_test_finish() less likely to happen
by Rafael J. Wysocki
· 15 years ago
2bcd57a
headers: utsname.h redux
by Alexey Dobriyan
· 15 years ago
1a8670a
oom: move oom_killer_enable()/oom_killer_disable to where they belong
by Alexey Dobriyan
· 15 years ago
3c1596e
mm: don't use alloc_bootmem_low() where not strictly needed
by Jan Beulich
· 15 years ago
8d23355
vt: remove power stuff from kernel/power
by Alan Cox
· 15 years ago
8de0307
PM: Trivial fixes
by Wu Fengguang
· 15 years ago
98e73dc
PM / Hibernate / Memory hotplug: Always use for_each_populated_zone()
by Gerald Schaefer
· 15 years ago
ef4aede
PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2)
by Rafael J. Wysocki
· 15 years ago
64a473c
PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)
by Rafael J. Wysocki
· 15 years ago
4bb3343
PM/Hibernate: Rework shrinking of memory
by Rafael J. Wysocki
· 15 years ago
e681c9d
PM: Fix typo in label name s/Platofrm_finish/Platform_finish/
by Thadeu Lima de Souza Cascardo
· 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
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
7f33d49
mm, PM/Freezer: Disable OOM killer when tasks are frozen
by Rafael J. Wysocki
· 16 years ago
489f7ab
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
fce2b111
PM/Hibernate: Move NVS routines into a seperate file (v2).
by Cornelia Huck
· 16 years ago
8b759b8
PM/Hibernate: Rename disk.c to hibernate.c
by Rafael J. Wysocki
· 16 years ago
a9d7052
PM: Separate suspend to RAM functionality from core
by Rafael J. Wysocki
· 16 years ago
fe41953
PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2)
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
1dc492a
trivial: kernel/power/poweroff.c: whitespace fix
by Manish Katiyar
· 16 years ago
32bdfac
PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUs
by Rafael J. Wysocki
· 16 years ago
4484079
PM: check sysdev_suspend(PMSG_FREEZE) return value
by Bjorn Helgaas
· 16 years ago
0c8454f
PM/Hibernate: Fix waiting for image device to appear on resume
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
297dbf5
swap: Remove code handling bio_alloc failure with __GFP_WAIT
by Nikanth Karthikesan
· 16 years ago
c751085
PM/Hibernate: Wait for SCSI devices scan to complete during resume
by Rafael J. Wysocki
· 16 years ago
811158b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
a8af789
pm: rework includes, remove arch ifdefs
by Magnus Damm
· 16 years ago
ee99c71
mm: introduce for_each_populated_zone() macro
by KOSAKI Motohiro
· 16 years ago
4aecd67
PM: Change hibernation code ordering
by Rafael J. Wysocki
· 16 years ago
900af0d
PM: Change suspend code ordering
by Rafael J. Wysocki
· 16 years ago
Next »