| Commit message (Expand) | Author | Age | Files | Lines |
| * | say that we are unhibernating.. |  deraadt | 2012-07-19 | 1 | -1/+3 |
| * | Back out my workaround from r1.43 now that jsing has committed a better fix. |  stsp | 2012-07-16 | 1 | -5/+3 |
| * | Make sure we have a swap partition before trying to read or write |  jsing | 2012-07-16 | 1 | -1/+6 |
| * | Don't panic in hibernate resume if no swap partition exists on the root disk. |  stsp | 2012-07-15 | 1 | -3/+5 |
| * | Temporarily don't do RLE page encoding in hibernate to fix some unpacking |  mlarkin | 2012-07-12 | 1 | -101/+12 |
| * | Enable the swap checker for hibernate |  mlarkin | 2012-07-11 | 1 | -2/+13 |
| * | DVACT_SUSPEND must be done at cold with interrupts disabled. Failure |  deraadt | 2012-07-09 | 1 | -9/+15 |
| * | Quiesce and suspend devices in the resuming kernel for hibernate. |  mlarkin | 2012-07-08 | 1 | -1/+7 |
| * | Make hibernate_free() safe to be called even if hibernate areas |  deraadt | 2012-07-08 | 1 | -7/+20 |
| * | Reorganize some hibernate functions for easier readability. |  mlarkin | 2012-07-08 | 1 | -90/+114 |
| * | use regular i/o functions in the hibernate resume path. ahci(4) hibernate |  jmatthew | 2012-06-21 | 1 | -34/+36 |
| * | Fix some hibernate issues on machines with > 3.5GB phys mem |  mlarkin | 2012-06-20 | 1 | -46/+79 |
| * | hibernate: fix lock/unlock mismatch |  ariane | 2012-04-12 | 1 | -2/+2 |
| * | Fix an integer math error when using the result of uvm_page_rle, and |  mlarkin | 2012-03-26 | 1 | -13/+12 |
| * | ready this for big-endian support later on |  deraadt | 2011-11-29 | 1 | -23/+22 |
| * | Only free the piglet on hibernate fail if we are suspending. |  mlarkin | 2011-11-29 | 1 | -2/+4 |
| * | clamp uvm_page_rle() to 255 pages at a time |  deraadt | 2011-11-23 | 1 | -4/+5 |
| * | Ensure we are unpacking the right source address after skipping a range of |  mlarkin | 2011-11-22 | 1 | -23/+37 |
| * | no need to zero all the free pages since we will be skipping them with |  mlarkin | 2011-11-18 | 1 | -4/+1 |
| * | - fix a few trailing whitespaces and a spello |  jasper | 2011-11-18 | 1 | -10/+10 |
| * | fix a corner case in rle processing where the rle byte was the last byte |  mlarkin | 2011-11-18 | 1 | -1/+27 |
| * | physmem run length encoding (rle) for hibernate - don't compress or write |  mlarkin | 2011-11-17 | 1 | -9/+84 |
| * | Reduce use of globals in hibernate code. |  mlarkin | 2011-11-16 | 1 | -76/+43 |
| * | on failure, hibernate io functions return an errno. not 1. |  deraadt | 2011-11-15 | 1 | -4/+4 |
| * | Use a fixed io_page for all hibernate I/O, which is needed for |  mlarkin | 2011-11-14 | 1 | -46/+35 |
| * | Add some #defines for the various hibernate I/O modes, some of the |  mlarkin | 2011-11-13 | 1 | -7/+7 |
| * | In hibernate resume, free the piglet and other VAs we allocated during |  mlarkin | 2011-11-13 | 1 | -2/+22 |
| * | Fix a handful of bugs that were causing reboots and other bad behavior |  mlarkin | 2011-11-13 | 1 | -41/+60 |
| * | KNF of mlarkin's code, requested by him. Some improvements to the interface |  deraadt | 2011-09-22 | 1 | -201/+171 |
| * | Cleanup page calculation for final memory chunk ordering list for |  mlarkin | 2011-09-21 | 1 | -6/+7 |
| * | 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 |