Age | Commit message (Expand) | Author |
2012-10-18 | Wiring map entries with VM_PROT_NONE only waists RAM and bears no | Gerhard Roth |
2012-06-14 | Remove uvm_km_kmem_grow printf. | Ariane van der Steldt |
2012-06-14 | fix typo in comment | Jasper Lievisse Adriaanse |
2012-06-03 | Make sure uvm_map_extract() entesr mappings at an address that doesn't | Mark Kettenis |
2012-06-01 | Correct handling of mlock()/munlock() with len==0 to return success | Philip Guenthe |
2012-04-19 | Backout misplaced optimization in vmmap. | Ariane van der Steldt |
2012-04-17 | uvmspace_exec: Remove disfunctional "optimization". | Ariane van der Steldt |
2012-04-11 | vmmap: speed up allocations | Ariane van der Steldt |
2012-03-15 | Fix vmmap SMALL_KERNEL introduced bug. | Ariane van der Steldt |
2012-03-15 | Reduce installmedia pressure from new vmmap. | Ariane van der Steldt |
2012-03-09 | New vmmap implementation. | Ariane van der Steldt |
2011-11-24 | Fix spelling and remove question | Philip Guenthe |
2011-11-08 | In ddb `show page', print the address of the vm_page_md substruct if | Miod Vallat |
2011-07-05 | allow option KVA_GUARDPAGES to compile. | David Hill |
2011-07-03 | endodoify UVM_CNT too. | Owain Ainsworth |
2011-07-03 | Rip out and burn support for UVM_HIST. | Owain Ainsworth |
2011-06-30 | finish ansi in uvm. ok ariane oga | Ted Unangst |
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-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-04-26 | MMU address space holes are at a fixed position (ofcourse). | Ariane van der Steldt |
2011-04-18 | Put back the change of pool and malloc into the new km_alloc(9) api. | Artur Grabowski |
2011-04-06 | Backout the uvm_km_getpage -> km_alloc conversion. Weird things are happening | Artur Grabowski |
2011-04-05 | - Change pool constraints to use kmem_pa_mode instead of uvm_constraint_range | Artur Grabowski |
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-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-12-06 | Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to | Miod Vallat |
2010-09-29 | Band-aid to prevent uvm_mapent_alloc() sleeping with the pseg mutex held | Thordur I. Bjornsson |
2010-06-17 | aligment -> alignment | Miod Vallat |
2010-04-26 | cut down simple locks (so simple that they don't even lock) to the point | Theo de Raadt |
2010-04-23 | remove unnecessary temp_entry variables and hoist simple check out of a loop. | Ted Unangst |
2010-04-22 | Committing on behalf or ariane@. | Owain Ainsworth |
2009-08-28 | kva_guardpages: make guard pages separate map entries | Ariane van der Steldt |
2009-08-24 | Properly check for VM_MAX_KERNEL_ADDRESS wraparound in the guard pages code. | Miod Vallat |
2009-08-13 | Enable guard pages and slow recycling of kva. | Ariane van der Steldt |
2009-08-06 | reintroduce the uvm_tree commit. | Owain Ainsworth |
2009-07-25 | Add an extra argument to uvm_unmap_remove(), for the caller to tell it | Miod Vallat |
2009-06-17 | date based reversion of uvm to the 4th May. | Owain Ainsworth |
2009-06-16 | Backout pmemrange (which to most people is more well known as physmem | Ariane van der Steldt |
2009-06-16 | Backout all changes to uvm after pmemrange (which will be backed out | Owain Ainsworth |
2009-06-14 | Noone else ever saw this diff except oga and ariane, so that is an | Theo de Raadt |
2009-06-09 | correct loop in debug code to not use an uninitialised page. it was | Owain Ainsworth |
2009-06-06 | Since all callers of uvm_pagedeactivate did pmap_page_protect(.., VM_PROT_NONE) | Artur Grabowski |
2009-06-02 | Instead of the global hash table with the terrible hashfunction and a | Owain Ainsworth |
2009-06-01 | physmem allocator: change the view of free memory from single free pages | Ariane van der Steldt |
2009-05-02 | a few more memset changes. | Owain Ainsworth |
2009-03-25 | Move all of the pseudo-inline functions in uvm into C files. | Owain Ainsworth |