Age | Commit message (Expand) | Author |
2009-06-16 | Backout all changes to uvm after pmemrange (which will be backed out | Owain Ainsworth |
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-04 | Instead of keeping two ints in the uvm structure specifically just to | Owain Ainsworth |
2009-04-28 | Revert pageqlock back from a mutex to a simple_lock, as it needs to be | Miod Vallat |
2009-04-14 | The use of uvm.pagedaemon_lock is incredibly inconsistent. only a | Owain Ainsworth |
2009-04-13 | Convert the page queue lock to a mutex instead of a simplelock. | Owain Ainsworth |
2009-04-06 | Instead of doing splbio(); simple_lock(&uvm.aiodoned_lock); just replace | Owain Ainsworth |
2009-03-26 | Convert splvm() + simplelock(&uvm.hashlock); around the page hash table | Owain Ainsworth |
2009-03-25 | Move all of the pseudo-inline functions in uvm into C files. | Owain Ainsworth |
2009-01-27 | Get rid of the last traces of uvm.pager_[se]va | Miod Vallat |
2008-06-09 | Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry of | Miod Vallat |
2008-05-05 | retire ltsleep(); The only refrence left too it is in an | Thordur I. Bjornsson |
2007-11-29 | use a working mutex for the freepage list. ok art deraadt | Ted Unangst |
2007-06-18 | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and | Pedro Martelletto |
2006-07-13 | Back out the anon change. Apparently it was tested by a few, but most of | Theo de Raadt |
2006-06-21 | from netbsd: make anons dynamically allocated from pool. | Michael Shalayeff |
2006-01-16 | add another uvm histroy for physpage alloc/free and propagate a debugging pgf... | Michael Shalayeff |
2003-03-29 | ubchist is not a fully cooked kadaver and though use the other well formed pd... | Michael Shalayeff |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-11-28 | Sync in more uvm from NetBSD. Mostly just cosmetic stuff. | Artur Grabowski |
2001-11-10 | Merge in some parts of the ubc work that has been done in NetBSD that are not | Artur Grabowski |
2001-11-05 | Minor sync to NetBSD. | Artur Grabowski |
2001-08-11 | Various random fixes from NetBSD. | Artur Grabowski |
2001-07-18 | Unconfuse UVM_UNLOCK_AND_WAIT. From NetBSD. | Artur Grabowski |
2001-06-23 | Sync with NetBSD 19990911 (just before PMAP_NEW was required) | smart |
2001-04-10 | Fix for machines which need to enlarge the kernel address space, at least | Niklas Hallqvist |
2001-03-22 | Sync style, typo, and comments a little closer to NetBSD. art@ ok | smart |
2001-03-09 | Protect protypes, certain macros, and inlines from userland. Checked userland | smart |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2000-05-27 | use rijndael instead of blowfish because of faster key setup. | Niels Provos |
2000-03-15 | Fix the NetBSD id strings. | Artur Grabowski |
1999-08-23 | sync with NetBSD from 1999.05.24 (there is a reason for this date) | Artur Grabowski |
1999-02-26 | add OpenBSD tags | Artur Grabowski |
1999-02-26 | Import of uvm from NetBSD. Some local changes, some code disabled | Artur Grabowski |