index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
power
/
snapshot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: don't use alloc_bootmem_low() where not strictly needed
Jan Beulich
2009-09-22
1
-1
/
+1
*
PM: Trivial fixes
Wu Fengguang
2009-09-14
1
-2
/
+2
*
PM / Hibernate / Memory hotplug: Always use for_each_populated_zone()
Gerald Schaefer
2009-09-14
1
-6
/
+6
*
PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2)
Rafael J. Wysocki
2009-09-14
1
-4
/
+39
*
PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)
Rafael J. Wysocki
2009-09-14
1
-67
/
+135
*
PM/Hibernate: Rework shrinking of memory
Rafael J. Wysocki
2009-09-14
1
-47
/
+158
*
PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2)
Rafael J. Wysocki
2009-06-12
1
-2
/
+78
*
mm: introduce for_each_populated_zone() macro
KOSAKI Motohiro
2009-04-01
1
-6
/
+3
*
Hibernate: Replace unnecessary evaluation of pfn_to_page()
Rafael J. Wysocki
2008-12-19
1
-1
/
+1
*
Hibernate: Take overlapping zones into account (rev. 2)
Rafael J. Wysocki
2008-12-19
1
-159
/
+166
*
Hibernate: Do not oops on resume if image data are incorrect
Rafael J. Wysocki
2008-12-19
1
-11
/
+32
*
pm: hibernation: simplify memory bitmap
Akinobu Mita
2008-07-24
1
-67
/
+21
*
Hibernation: Fix mark_nosave_pages()
Rafael J. Wysocki
2008-03-11
1
-7
/
+34
*
Hibernation: Handle DEBUG_PAGEALLOC on x86
Rafael J. Wysocki
2008-02-21
1
-13
/
+29
*
Page allocator: clean up pcp draining functions
Christoph Lameter
2008-02-05
1
-2
/
+2
*
Hibernation: Update messages
Rafael J. Wysocki
2008-02-01
1
-11
/
+12
*
Hibernation: Move function prototypes to header
Adrian Bunk
2008-02-01
1
-1
/
+0
*
Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctl
Rafael J. Wysocki
2008-02-01
1
-1
/
+6
*
trivial copy_data_pages() tidy up
Fengguang Wu
2007-10-20
1
-4
/
+5
*
Hibernation: Arbitrary boot kernel support - generic code
Rafael J. Wysocki
2007-10-18
1
-18
/
+35
*
Hibernation: do not try to mark invalid PFNs as nosave
Rafael J. Wysocki
2007-08-11
1
-1
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
2007-05-09
1
-3
/
+9
|
\
|
*
[POWERPC] swsusp: Introduce register_nosave_region_late
Johannes Berg
2007-05-09
1
-3
/
+9
*
|
swsusp: clean up printk
Andrew Morton
2007-05-09
1
-1
/
+1
|
/
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
swsusp: use GFP_KERNEL for creating basic data structures
Rafael J. Wysocki
2007-05-07
1
-4
/
+4
*
swsusp: do not use page flags
Rafael J. Wysocki
2007-05-07
1
-16
/
+234
*
swsusp: use inline functions for changing page flags
Rafael J. Wysocki
2007-05-07
1
-23
/
+25
*
[PATCH] x86: Move swsusp __pa() dependent code to arch portion
Vivek Goyal
2007-05-02
1
-11
/
+0
*
[PATCH] Use ZVC for free_pages
Christoph Lameter
2007-02-11
1
-2
/
+2
*
[PATCH] swsusp: Fix labels
Rafael J. Wysocki
2006-12-07
1
-4
/
+4
*
[PATCH] swsusp: Fix coding style in suspend.c
Rafael J. Wysocki
2006-12-07
1
-1
/
+2
*
[PATCH] swsusp: Improve handling of highmem
Rafael J. Wysocki
2006-12-07
1
-214
/
+637
*
[PATCH] namespaces: utsname: use init_utsname when appropriate
Serge E. Hallyn
2006-10-02
1
-5
/
+5
*
[PATCH] swsusp: Use memory bitmaps during resume
Rafael J. Wysocki
2006-09-26
1
-234
/
+182
*
[PATCH] swsusp: Introduce memory bitmaps
Rafael J. Wysocki
2006-09-26
1
-66
/
+536
*
[PATCH] swsusp: Introduce some helpful constants
Rafael J. Wysocki
2006-09-26
1
-9
/
+15
*
[PATCH] Change the name of pagedir_nosave
Rafael J. Wysocki
2006-09-26
1
-12
/
+14
*
[PATCH] swsusp: Fix alloc_pagedir
Rafael J. Wysocki
2006-09-26
1
-15
/
+17
*
[PATCH] swsusp: Reorder memory-allocating functions
Rafael J. Wysocki
2006-09-26
1
-40
/
+53
*
[PATCH] swsusp: Fix mark_free_pages
Rafael J. Wysocki
2006-09-26
1
-14
/
+13
*
[PATCH] swsusp: struct snapshot_handle cleanup
Rafael J. Wysocki
2006-09-26
1
-20
/
+20
*
[PATCH] swsusp: clean up browsing of pfns
Rafael J. Wysocki
2006-09-26
1
-30
/
+32
*
[PATCH] swsusp: read speedup
Andrew Morton
2006-09-26
1
-3
/
+8
*
[PATCH] swsusp: do not use memcpy for snapshotting memory
Rafael J. Wysocki
2006-07-10
1
-2
/
+8
*
Revert "swsusp special saveable pages support" commits
Linus Torvalds
2006-06-25
1
-108
/
+4
*
[PATCH] swsusp: use less memory during resume
Rafael J. Wysocki
2006-06-23
1
-57
/
+84
*
[PATCH] kernel/power/snapshot.c: cleanups
Adrian Bunk
2006-06-23
1
-7
/
+8
*
[PATCH] swsusp: add architecture special saveable pages support
Shaohua Li
2006-06-23
1
-1
/
+109
*
[PATCH] swsusp: prevent possible image corruption on resume
Rafael J. Wysocki
2006-04-19
1
-4
/
+5
[next]