index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_hibernate.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Perform most of the remaining refactoring of hibernate code into
mlarkin
2011-09-21
1
-81
/
+897
*
Allocations fit if [the end of free space] >= [the end of allocated space].
ariane
2011-07-18
1
-2
/
+2
*
Fix uvm_pmr_alloc_piglet.
ariane
2011-07-18
1
-5
/
+1
*
Add hibernate_read_block and fix a couple of typos in the previous commit.
mlarkin
2011-07-11
1
-1
/
+67
*
Call (temporarily, until we have RLE page encoding) uvm_pmr_zero_everything
mlarkin
2011-07-09
1
-1
/
+32
*
Extract hibernate_write_signature and hibernate_clear_signature to the MI
mlarkin
2011-07-09
1
-1
/
+123
*
Extract MI pmap function hibernate_enter_resume_mapping, refactor old i386
mlarkin
2011-07-09
1
-7
/
+83
*
Add zlib reset, alloc, and free functions for hibernate image compression
mlarkin
2011-07-09
1
-1
/
+28
*
Separate some MD and MI bits and a bit of refactoring to make subsequent
mlarkin
2011-07-09
1
-2
/
+74
*
no reason to zero pages we are about to mark dirty
ariane
2011-07-08
1
-5
/
+2
*
Ensure all pages in pmemrange can be marked as dirty.
ariane
2011-07-08
1
-1
/
+42
*
Put in RLE logic for hibernate compressor.
ariane
2011-07-08
1
-1
/
+34
*
Change pig allocator to a highest-address selection.
ariane
2011-07-08
1
-27
/
+172
*
Move uvm_pmr_alloc_pig to kern/subr_hibernate.c
ariane
2011-07-08
1
-1
/
+45
*
Move uvm_pmr_zero_everything() to subr_hibernate.
ariane
2011-07-08
1
-1
/
+41
*
Move hiballoc to hibernate.h, subr_hibernate.c
ariane
2011-07-08
1
-0
/
+224
[prev]