summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_pager.c
AgeCommit message (Expand)Author
2019-12-08Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2014-12-17remove lock.h from uvm_extern.h. another holdover from the simpletonlockTed Unangst
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-11Chuck Cranor rescinded clauses in his licenseJonathan Gray
2014-05-09stop using B_AGE, it was effectively retired some time ago.Ted Unangst
2014-05-08Fix some potential integer overflows caused by converting a page number intoMark Kettenis
2014-04-13compress code by turning four line comments into one line comments.Ted Unangst
2013-11-02No need to cast constants or simple variables to (daddr_t). UseKenneth R Westerback
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-05-30remove lots of comments about locking per beck's requestTed Unangst
2013-05-30remove simple_locks from uvm code. ok beck deraadtTed Unangst
2011-07-03Rip out and burn support for UVM_HIST.Owain Ainsworth
2011-04-15for uvm_pager_dropcluster in the PG_RELEASED case we specifically unbusy theOwain Ainsworth
2011-04-15move uvm_pageratop from uvm_pager.c local to a general uvm functionOwain Ainsworth
2010-07-24Don't sleep while holding the uvm_psel_lck mutex. Should fix "locking againstMark Kettenis
2010-06-27Kill another #ifdef UBC chunk that was annoying me while doing somethingOwain Ainsworth
2010-02-12introduce a uvm_km_valloc_try function that won't get a lower level lockTed Unangst
2009-07-22Put the PG_RELEASED changes diff back in.Owain Ainsworth
2009-06-17date based reversion of uvm to the 4th May.Owain Ainsworth
2009-06-16Backout all the PG_RELEASED changes.Owain Ainsworth
2009-05-23More PG_RELEASED cleaning.Owain Ainsworth
2009-05-04Instead of keeping two ints in the uvm structure specifically just toOwain Ainsworth
2009-04-06Instead of doing splbio(); simple_lock(&uvm.aiodoned_lock); just replaceOwain Ainsworth
2009-03-25Move all of the pseudo-inline functions in uvm into C files.Owain Ainsworth
2009-03-20While working on some stuff in uvm I've gotten REALLY sick of readingOwain Ainsworth
2009-01-27Simplify page-out/page-in map management; fix rare pager deadlock.Ariane van der Steldt
2008-11-24garbage collect uvm_errno2vmerror();Thordur I. Bjornsson
2007-11-26In uvm_aio_aiodone(), kill the variable-sized array on stack, and use aMiod Vallat
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-04-13While splitting flags and pqflags might have been a good idea in theoryArtur Grabowski
2007-04-04Mechanically rename the "flags" and "version" fields in struct vm_pageArtur Grabowski
2007-03-25remove KERN_SUCCESS and use 0 instead.Artur Grabowski
2006-07-31fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; n...Michael Shalayeff
2006-07-26fix 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-24add a new field to vm_space and use it to track the number of anonTed Unangst
2004-02-23sync of pmap_update() calls with NetBSD. pmap_update is defined away onDale Rahn
2003-03-29ubchist is not a fully cooked kadaver and though use the other well formed pd...Michael Shalayeff
2002-10-29Since memory deallocation can't fail, remove the error return fromArtur Grabowski
2002-05-24Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO)...Artur Grabowski
2002-05-22splassert(IPL_BIO) in the b_iodone handlers.Artur Grabowski
2002-01-02Back out a few more uvm changes, especially wrt swap usage.Miod Vallat
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-11-30Call buf_cleanout, which handles wakeupsConstantine Sapuntzakis
2001-11-29Correctly handle b_vp with bgetvp and brelvp in {get,put}pages.Artur Grabowski
2001-11-28Sync in more uvm from NetBSD. Mostly just cosmetic stuff.Artur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski