Age | Commit message (Expand) | Author |
2012-06-20 | Fix some hibernate issues on machines with > 3.5GB phys mem | Mike Larkin |
2012-04-12 | hibernate: fix lock/unlock mismatch | Ariane van der Steldt |
2012-03-26 | Fix an integer math error when using the result of uvm_page_rle, and | Mike Larkin |
2011-11-29 | ready this for big-endian support later on | Theo de Raadt |
2011-11-29 | Only free the piglet on hibernate fail if we are suspending. | Mike Larkin |
2011-11-23 | clamp uvm_page_rle() to 255 pages at a time | Theo de Raadt |
2011-11-22 | Ensure we are unpacking the right source address after skipping a range of | Mike Larkin |
2011-11-18 | no need to zero all the free pages since we will be skipping them with | Mike Larkin |
2011-11-18 | - fix a few trailing whitespaces and a spello | Jasper Lievisse Adriaanse |
2011-11-18 | fix a corner case in rle processing where the rle byte was the last byte | Mike Larkin |
2011-11-17 | physmem run length encoding (rle) for hibernate - don't compress or write | Mike Larkin |
2011-11-16 | Reduce use of globals in hibernate code. | Mike Larkin |
2011-11-15 | on failure, hibernate io functions return an errno. not 1. | Theo de Raadt |
2011-11-14 | Use a fixed io_page for all hibernate I/O, which is needed for | Mike Larkin |
2011-11-13 | Add some #defines for the various hibernate I/O modes, some of the | Mike Larkin |
2011-11-13 | In hibernate resume, free the piglet and other VAs we allocated during | Mike Larkin |
2011-11-13 | Fix a handful of bugs that were causing reboots and other bad behavior | Mike Larkin |
2011-09-22 | KNF of mlarkin's code, requested by him. Some improvements to the interface | Theo de Raadt |
2011-09-21 | Cleanup page calculation for final memory chunk ordering list for | Mike Larkin |
2011-09-21 | Perform most of the remaining refactoring of hibernate code into | Mike Larkin |
2011-07-18 | Allocations fit if [the end of free space] >= [the end of allocated space]. | Ariane van der Steldt |
2011-07-18 | Fix uvm_pmr_alloc_piglet. | Ariane van der Steldt |
2011-07-11 | Add hibernate_read_block and fix a couple of typos in the previous commit. | Mike Larkin |
2011-07-09 | Call (temporarily, until we have RLE page encoding) uvm_pmr_zero_everything | Mike Larkin |
2011-07-09 | Extract hibernate_write_signature and hibernate_clear_signature to the MI | Mike Larkin |
2011-07-09 | Extract MI pmap function hibernate_enter_resume_mapping, refactor old i386 | Mike Larkin |
2011-07-09 | Add zlib reset, alloc, and free functions for hibernate image compression | Mike Larkin |
2011-07-09 | Separate some MD and MI bits and a bit of refactoring to make subsequent | Mike Larkin |
2011-07-08 | no reason to zero pages we are about to mark dirty | Ariane van der Steldt |
2011-07-08 | Ensure all pages in pmemrange can be marked as dirty. | Ariane van der Steldt |
2011-07-08 | Put in RLE logic for hibernate compressor. | Ariane van der Steldt |
2011-07-08 | Change pig allocator to a highest-address selection. | Ariane van der Steldt |
2011-07-08 | Move uvm_pmr_alloc_pig to kern/subr_hibernate.c | Ariane van der Steldt |
2011-07-08 | Move uvm_pmr_zero_everything() to subr_hibernate. | Ariane van der Steldt |
2011-07-08 | Move hiballoc to hibernate.h, subr_hibernate.c | Ariane van der Steldt |