Age | Commit message (Expand) | Author |
2019-12-08 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
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-05-09 | stop using B_AGE, it was effectively retired some time ago. | Ted Unangst |
2014-05-08 | Fix some potential integer overflows caused by converting a page number into | Mark Kettenis |
2014-04-13 | compress code by turning four line comments into one line comments. | Ted Unangst |
2013-11-02 | No need to cast constants or simple variables to (daddr_t). Use | Kenneth R Westerback |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
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 |
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 |
2010-07-24 | Don't sleep while holding the uvm_psel_lck mutex. Should fix "locking against | Mark Kettenis |
2010-06-27 | Kill another #ifdef UBC chunk that was annoying me while doing something | Owain Ainsworth |
2010-02-12 | introduce a uvm_km_valloc_try function that won't get a lower level lock | Ted Unangst |
2009-07-22 | Put the PG_RELEASED changes diff back in. | Owain Ainsworth |
2009-06-17 | date based reversion of uvm to the 4th May. | Owain Ainsworth |
2009-06-16 | Backout all the PG_RELEASED changes. | Owain Ainsworth |
2009-05-23 | More PG_RELEASED cleaning. | Owain Ainsworth |
2009-05-04 | Instead of keeping two ints in the uvm structure specifically just to | Owain Ainsworth |
2009-04-06 | Instead of doing splbio(); simple_lock(&uvm.aiodoned_lock); just replace | Owain Ainsworth |
2009-03-25 | Move all of the pseudo-inline functions in uvm into C files. | Owain Ainsworth |
2009-03-20 | While working on some stuff in uvm I've gotten REALLY sick of reading | Owain Ainsworth |
2009-01-27 | Simplify page-out/page-in map management; fix rare pager deadlock. | Ariane van der Steldt |
2008-11-24 | garbage collect uvm_errno2vmerror(); | Thordur I. Bjornsson |
2007-11-26 | In uvm_aio_aiodone(), kill the variable-sized array on stack, and use a | Miod Vallat |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
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 |
2007-03-25 | remove KERN_SUCCESS and use 0 instead. | 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 |
2005-07-26 | - Make a UVM_OBJ_IS_DEVICE macro. | Artur Grabowski |
2005-05-24 | add a new field to vm_space and use it to track the number of anon | Ted Unangst |
2004-02-23 | sync of pmap_update() calls with NetBSD. pmap_update is defined away on | Dale Rahn |
2003-03-29 | ubchist is not a fully cooked kadaver and though use the other well formed pd... | Michael Shalayeff |
2002-10-29 | Since memory deallocation can't fail, remove the error return from | Artur Grabowski |
2002-05-24 | Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO)... | Artur Grabowski |
2002-05-22 | splassert(IPL_BIO) in the b_iodone handlers. | Artur Grabowski |
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-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
2001-11-30 | Call buf_cleanout, which handles wakeups | Constantine Sapuntzakis |
2001-11-29 | Correctly handle b_vp with bgetvp and brelvp in {get,put}pages. | 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 |