Age | Commit message (Expand) | Author |
2014-12-23 | convert pool_init nointr to waitok | Ted Unangst |
2014-12-17 | remove lock.h from uvm_extern.h. another holdover from the simpletonlock | Ted Unangst |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-11 | Chuck Cranor rescinded clauses in his license | Jonathan Gray |
2014-04-13 | compress code by turning four line comments into one line comments. | Ted Unangst |
2013-05-30 | remove lots of comments about locking per beck's request | Ted Unangst |
2013-05-30 | remove simple_locks from uvm code. ok beck deraadt | Ted Unangst |
2011-07-03 | Rip out and burn support for UVM_HIST. | Owain Ainsworth |
2009-06-16 | date based reversion of uvm to the 4th May. | Owain Ainsworth |
2009-06-16 | Backout all changes to uvm after pmemrange (which will be backed out | Owain Ainsworth |
2009-06-06 | Since all callers of uvm_pagedeactivate did pmap_page_protect(.., VM_PROT_NONE) | Artur Grabowski |
2009-05-30 | in the (currently unused) loaning case for uvm_anfree, zero out anon->an_page | Owain Ainsworth |
2009-03-20 | While working on some stuff in uvm I've gotten REALLY sick of reading | Owain Ainsworth |
2008-04-10 | Correctly amount swap usage for anons, from NetBSD via PR 5772. | Miod Vallat |
2007-06-18 | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and | Pedro Martelletto |
2007-04-13 | While splitting flags and pqflags might have been a good idea in theory | Artur Grabowski |
2007-04-04 | Mechanically rename the "flags" and "version" fields in struct vm_page | Artur Grabowski |
2006-07-31 | fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; n... | Michael Shalayeff |
2006-07-26 | fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod... | Michael Shalayeff |
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 |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-02 | Back out a few more uvm changes, especially wrt swap usage. | Miod Vallat |
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-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-11 | Sync in more stuff from NetBSD. | Artur Grabowski |
2001-11-07 | Another sync of uvm to NetBSD. Just minor fiddling, no major changes. | Artur Grabowski |
2001-11-06 | More sync to NetBSD. | Artur Grabowski |
2001-11-06 | Move the last content from vm/ to uvm/ | Artur Grabowski |
2001-11-05 | Minor sync to NetBSD. | Artur Grabowski |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-07-26 | Add support for disabling swap devices (swapctl -d). | Artur Grabowski |
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski |
2001-06-23 | Sync with NetBSD 19990911 (just before PMAP_NEW was required) | smart |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2000-09-07 | Convert bzero to memset(X, 0..) and bcopy to memcpy. | Artur Grabowski |
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 |