Age | Commit message (Expand) | Author |
2011-06-16 | Use the current page not he first page when working out whether to | Owain Ainsworth |
2011-06-06 | Backout vmmap in order to repair virtual address selection algorithms | Ariane van der Steldt |
2011-06-03 | randomness might be broken, but this change | Theo de Raadt |
2011-06-01 | Oops, I broke randomness. (Please upgrade, this is _bad_.) | Ariane van der Steldt |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-30 | for (some; stuff; here) | Owain Ainsworth |
2011-05-30 | s/hart/heart/ to make more sense (another dutchism). | Owain Ainsworth |
2011-05-29 | Replace the lower bound PAGE_SIZE with VMMAP_MIN_ADDR. | Ariane van der Steldt |
2011-05-29 | Fix parameter range clamping in vmmap routines. | Ariane van der Steldt |
2011-05-24 | Reimplement uvm/uvm_map. | Ariane van der Steldt |
2011-05-10 | Don't leak swapslots when doing a uvm_km_pgremove and a page is in swap only. | Owain Ainsworth |
2011-05-10 | Kill vm_page_lookup_freelist. | Owain Ainsworth |
2011-05-07 | Uvm Anonymous Objects depending on size either use an array or a | Owain Ainsworth |
2011-05-07 | So long, uvm_pglist.h | Owain Ainsworth |
2011-04-26 | MMU address space holes are at a fixed position (ofcourse). | Ariane van der Steldt |
2011-04-23 | Fix management of the list of free uvm_km_pages. Seems art@ lost a line | Mark Kettenis |
2011-04-19 | Add missing call to pmap_update() in km_alloc(). | Matthew Dempsky |
2011-04-19 | Free the correct pages when we failed to allocate va. | Artur Grabowski |
2011-04-18 | Put back the change of pool and malloc into the new km_alloc(9) api. | Artur Grabowski |
2011-04-17 | construct a better path to the swapdevice (as seen in pstat/swapctl output) | Theo de Raadt |
2011-04-15 | unused variable on !PMAP_DIRECT | Theo de Raadt |
2011-04-15 | for uvm_pager_dropcluster in the PG_RELEASED case we specifically unbusy the | Owain Ainsworth |
2011-04-15 | move uvm_pageratop from uvm_pager.c local to a general uvm function | Owain Ainsworth |
2011-04-15 | Add a bit of paranoia to uvm_pageinsert. | Owain Ainsworth |
2011-04-15 | When I switched uvm objects to use a per-object page tree instead of the | Owain Ainsworth |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-07 | In uvm_vslock_device(), if uvm_pglistalloc() fails, make sure to not pass | Miod Vallat |
2011-04-06 | Backout the uvm_km_getpage -> km_alloc conversion. Weird things are happening | Artur Grabowski |
2011-04-06 | fix uvm_pmr_alloc_pig to return the proper pig range size | Mike Larkin |
2011-04-05 | Test iterated variable instead of a temporary variable from the previous | Ariane van der Steldt |
2011-04-05 | - Change pool constraints to use kmem_pa_mode instead of uvm_constraint_range | Artur Grabowski |
2011-04-04 | Remove debug code. | Ariane van der Steldt |
2011-04-04 | Few minor ninja fixes while this isn't being used anywhere in -current. | Artur Grabowski |
2011-04-04 | Better. | Artur Grabowski |
2011-04-04 | Make gcc stop whining. pointed out by ariane@. | Artur Grabowski |
2011-04-04 | Some minor fixes: | Artur Grabowski |
2011-04-04 | Disallow swapping to vnd's and return ENOTSUPP back | Thordur I. Bjornsson |
2011-04-04 | New unified allocator of kernel memory. | Artur Grabowski |
2011-04-03 | Helper functions for suspend. | Ariane van der Steldt |
2011-04-03 | Fix an #ifdef: uvm_pmr_isfree() is also used when DEBUG is defined | Philip Guenthe |
2011-04-03 | knf - trailing whitespace flense. | Bob Beck |
2011-04-02 | Constrain the buffer cache to use only the dma reachable region of memory. | Bob Beck |
2011-04-02 | Count the number of physical pages within a memory range. | Ariane van der Steldt |
2011-04-01 | Two problems with vslock_device functions. | Artur Grabowski |
2011-04-01 | Typo in comment. | Kenneth R Westerback |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-24 | add a param to uvm_map_hint to not skip over the heap, and use it as a last | Ted Unangst |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |