Age | Commit message (Expand) | Author |
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 |
2008-11-10 | typo: be -> by in comment | Owain Ainsworth |
2008-11-04 | uvmspace_unshare() is never used; ok miod | Theo de Raadt |
2008-10-23 | a better fix for the "uvm_km thread runs out of memory" problem. | Ted Unangst |
2008-10-08 | Don't extend amaps beyond what their supposed maximum. This code path is | Artur Grabowski |
2008-09-23 | Do not merge userland map entries. | Artur Grabowski |
2008-07-25 | Correct printing of the pg_flags for ddb. | Artur Grabowski |
2008-07-25 | some splassert paranoia. | Artur Grabowski |
2008-07-18 | Add new uvm function called uvm_map_pie() which takes align as a | Kurt Miller |
2008-06-09 | Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry of | Miod Vallat |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-07-18 | Indentation nit. | Artur Grabowski |
2007-06-18 | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and | Pedro Martelletto |