| Commit message (Expand) | Author | Age | Files | Lines |
* | Save and restore retguard area during hibernate unpack. This copies the |  mlarkin | 2018-06-21 | 1 | -1/+6 |
* | calculate a "sum" based upon pointers to functions all over the kernel, |  deraadt | 2017-06-22 | 1 | -1/+2 |
* | move from RB macros to RBT functions |  dlg | 2016-09-27 | 1 | -2/+2 |
* | New framework that allows hibernate to pass in entropy from it's fresh |  deraadt | 2015-02-07 | 1 | -1/+2 |
* | remove an unused function and some unused variables in hibernate |  mlarkin | 2014-10-09 | 1 | -2/+1 |
* | Rework piglet and pig allocation. Currently the piglet gets allocated |  kettenis | 2014-09-26 | 1 | -2/+3 |
* | Support hibernating to softraid crypto volumes. |  mlarkin | 2014-07-20 | 1 | -2/+2 |
* | Reenable hibernate RLE support and flush+zero all memory after unpack. |  mlarkin | 2014-07-16 | 1 | -2/+2 |
* | Add a function to drop all clean pages on the page daemon queues and call |  kettenis | 2014-07-12 | 1 | -1/+2 |
* | Flush the buffercache to 16MB on hibernate and restore its previous max |  mlarkin | 2014-07-11 | 1 | -1/+3 |
* | Cleanup the chunk placement routine by removing the conflict resolver. |  mlarkin | 2014-07-09 | 1 | -1/+2 |
* | Use suspending kernel's stack smash guard to avoid panicing during unpack. |  mlarkin | 2014-07-09 | 1 | -1/+4 |
* | Remove hibernate_get_next_rle function (unused, and we need to redo it |  mlarkin | 2013-11-09 | 1 | -2/+1 |
* | unbias the chunks and chunktable writing and reading. as a result, it |  deraadt | 2013-11-09 | 1 | -1/+2 |
* | shorten dev_t in hib_info |  deraadt | 2013-11-06 | 1 | -2/+2 |
* | use DEV_BSIZE instead of "secsize" |  deraadt | 2013-11-06 | 1 | -2/+1 |
* | teach the side-effect free drivers about the partition they are dealing |  deraadt | 2013-11-06 | 1 | -2/+1 |
* | Removed some unused code |  mlarkin | 2013-09-29 | 1 | -5/+1 |
* | Add a magic number to the head of the signature block. Check for magic |  mlarkin | 2013-04-09 | 1 | -1/+9 |
* | Add a hibernate HIB_DONE op. After the memory-side-effect driver finishes |  deraadt | 2013-01-17 | 1 | -1/+2 |
* | Reorganize some hibernate functions for easier readability. |  mlarkin | 2012-07-08 | 1 | -2/+7 |
* | use regular i/o functions in the hibernate resume path. ahci(4) hibernate |  jmatthew | 2012-06-21 | 1 | -2/+2 |
* | Fix an integer math error when using the result of uvm_page_rle, and |  mlarkin | 2012-03-26 | 1 | -2/+2 |
* | ready this for big-endian support later on |  deraadt | 2011-11-29 | 1 | -2/+2 |
* | Reduce use of globals in hibernate code. |  mlarkin | 2011-11-16 | 1 | -3/+4 |
* | Use a fixed io_page for all hibernate I/O, which is needed for |  mlarkin | 2011-11-14 | 1 | -1/+2 |
* | Add some #defines for the various hibernate I/O modes, some of the |  mlarkin | 2011-11-13 | 1 | -1/+4 |
* | In hibernate resume, free the piglet and other VAs we allocated during |  mlarkin | 2011-11-13 | 1 | -1/+2 |
* | KNF of mlarkin's code, requested by him. Some improvements to the interface |  deraadt | 2011-09-22 | 1 | -20/+10 |
* | Perform most of the remaining refactoring of hibernate code into |  mlarkin | 2011-09-21 | 1 | -19/+30 |
* | Add hibernate_read_block and fix a couple of typos in the previous commit. |  mlarkin | 2011-07-11 | 1 | -1/+2 |
* | Call (temporarily, until we have RLE page encoding) uvm_pmr_zero_everything |  mlarkin | 2011-07-09 | 1 | -1/+3 |
* | Extract hibernate_write_signature and hibernate_clear_signature to the MI |  mlarkin | 2011-07-09 | 1 | -1/+6 |
* | Extract MI pmap function hibernate_enter_resume_mapping, refactor old i386 |  mlarkin | 2011-07-09 | 1 | -1/+3 |
* | Add zlib reset, alloc, and free functions for hibernate image compression |  mlarkin | 2011-07-09 | 1 | -1/+4 |
* | Separate some MD and MI bits and a bit of refactoring to make subsequent |  mlarkin | 2011-07-09 | 1 | -1/+71 |
* | Ensure all pages in pmemrange can be marked as dirty. |  ariane | 2011-07-08 | 1 | -1/+2 |
* | Put in RLE logic for hibernate compressor. |  ariane | 2011-07-08 | 1 | -1/+2 |
* | Change pig allocator to a highest-address selection. |  ariane | 2011-07-08 | 1 | -2/+3 |
* | Move uvm_pmr_alloc_pig to kern/subr_hibernate.c |  ariane | 2011-07-08 | 1 | -1/+2 |
* | Move uvm_pmr_zero_everything() to subr_hibernate. |  ariane | 2011-07-08 | 1 | -1/+2 |
* | Move hiballoc to hibernate.h, subr_hibernate.c |  ariane | 2011-07-08 | 1 | -0/+42 |