index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
power
/
swsusp.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-28
[PATCH] swsusp: kill swsusp_restore
Pavel Machek
1
-11
/
+5
2005-03-28
[PATCH] swsusp: small updates
Pavel Machek
1
-4
/
+3
2005-03-13
[PATCH] swsusp: enable resume from initrd
Pavel Machek
1
-26
/
+75
2005-03-13
[PATCH] swsusp: use non-contiguous memory on resume
Pavel Machek
1
-98
/
+239
2005-03-07
[PATCH] swsusp: do not use higher order memory allocations on suspend
Pavel Machek
1
-83
/
+92
2005-01-20
[PATCH] swsusp: remove O(n^2) algorithm in page relocation
Pavel Machek
1
-14
/
+24
2005-01-14
[PATCH] swsusp/dm: Use right levels for device_suspend()
Pavel Machek
1
-2
/
+2
2005-01-14
[PATCH] swsusp: more small fixes
Pavel Machek
1
-7
/
+7
2005-01-10
[PATCH] swsusp: properly suspend and resume all devices
Barry K. Nathan
1
-0
/
+2
2005-01-10
[PATCH] swsusp: device power management fix
Barry K. Nathan
1
-0
/
+11
2005-01-04
[PATCH] VM routine fixes
David Howells
1
-0
/
+1
2005-01-04
[PATCH] GP-REL data support
David Howells
1
-1
/
+1
2005-01-03
[PATCH] swsusp: Kill O(n^2) algorithm in swsusp
Pavel Machek
1
-75
/
+56
2005-01-03
[PATCH] swsusp: Small cleanups
Pavel Machek
1
-3
/
+3
2005-01-03
[PATCH] swsusp: kill one-line helpers, handle read errors
Pavel Machek
1
-15
/
+8
2005-01-03
[PATCH] swsusp: kill unused variable
Pavel Machek
1
-2
/
+0
2005-01-03
[PATCH] fix naming in swsusp
Pavel Machek
1
-2
/
+2
2004-12-12
[PATCH] swsusp fixes: fix confusing printk
Pavel Machek
1
-1
/
+1
2004-12-12
[PATCH] swsusp bugfixes: fix memory leak
Pavel Machek
1
-1
/
+2
2004-12-12
[PATCH] swsusp bugfixes: do not oops when not enough memory during resume
Pavel Machek
1
-0
/
+2
2004-10-27
[PATCH] swsusp: print error message when swapping is disabled
Yi Zhu
1
-1
/
+4
2004-10-18
[PATCH] swsusp: progress in percent
Pavel Machek
1
-7
/
+15
2004-10-02
[PATCH] swsusp: fix highmem
Stefan Seyfried
1
-0
/
+7
2004-09-24
[PATCH] swsusp: kill crash when too much memory is free
Andrew Morton
1
-2
/
+2
2004-09-24
[PATCH] swsusp: another simplification
Andrew Morton
1
-15
/
+5
2004-09-24
[PATCH] Small cleanups for swsusp
Andrew Morton
1
-31
/
+30
2004-09-24
[PATCH] swsusp: do not oops after allocation failure
Andrew Morton
1
-3
/
+6
2004-09-24
[PATCH] -mm swsusp: copy_page is harmfull
Andrew Morton
1
-6
/
+2
2004-08-01
[swsusp] Make sure we call restore_highmem().
Patrick Mochel
1
-7
/
+13
2004-08-01
[swsusp] Kill unneeded write_header().
Patrick Mochel
1
-20
/
+5
2004-08-01
[Power Mgmt] Add CONFIG_PM_DEBUG option
Patrick Mochel
1
-39
/
+12
2004-08-01
[swsusp] Add big fat comment to calc_order().
Patrick Mochel
1
-5
/
+30
2004-07-17
[swsusp] Fix nasty typo.
Patrick Mochel
1
-5
/
+5
2004-07-17
[Power Mgmt] Merge swsusp entry points with the PM core.
Patrick Mochel
1
-199
/
+1
2004-07-16
[swsusp] Remove unneeded suspend_pagedir_lock.
Patrick Mochel
1
-6
/
+0
2004-07-16
[Power Mgmt] Make default partition config option part of swsusp.
Patrick Mochel
1
-1
/
+1
2004-07-16
[Power Mgmt] Remove pmdisk_free()
Patrick Mochel
1
-4
/
+5
2004-07-16
[Power Mgmt] Merge pmdisk and swsusp write wrappers.
Patrick Mochel
1
-13
/
+15
2004-07-16
[Power Mgmt] Merge pmdisk and swsusp read wrappers.
Patrick Mochel
1
-14
/
+19
2004-07-16
[Power Mgmt] Merge pmdisk and swsusp pagedir handling.
Patrick Mochel
1
-99
/
+96
2004-07-16
[Power Mgmt] Merge pmdisk and swsusp signature handling.
Patrick Mochel
1
-81
/
+84
2004-07-16
[swsusp] Fix nasty bug in calculating next address to read from.
Patrick Mochel
1
-1
/
+1
2004-07-16
[Power Mgmt] Merge swsusp and pmdisk info headers.
Patrick Mochel
1
-68
/
+107
2004-07-16
[Power Mgmt] Merge pmdisk/swsusp image reading code.
Patrick Mochel
1
-15
/
+33
2004-07-16
[Power Mgmt] Consolidate pmdisk and swsusp early swap access.
Patrick Mochel
1
-73
/
+96
2004-07-16
[Power Mgmt] Consolidate pmdisk and swsusp low-level handling.
Patrick Mochel
1
-69
/
+46
2004-07-16
[swsusp] Add helper suspend_finish, move common code there.
Patrick Mochel
1
-31
/
+25
2004-07-16
[Power Mgmt] Consolidate page count/copy code of pmdisk and swsusp.
Patrick Mochel
1
-44
/
+75
2004-07-16
[Power Mgmt] Consolidate code for allocating image pages in pmdisk and swsusp
Patrick Mochel
1
-58
/
+138
2004-07-16
[Power Mgmt] Merge first part of image writing code.
Patrick Mochel
1
-53
/
+95
[next]