summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_pager.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert infinite sleeps to {m,t}sleep_nsec(9).mpi2019-12-081-2/+2
* remove lock.h from uvm_extern.h. another holdover from the simpletonlocktedu2014-12-171-2/+2
* Replace a plethora of historical protection options with justderaadt2014-11-161-4/+4
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Chuck Cranor rescinded clauses in his licensejsg2014-07-111-8/+1
* stop using B_AGE, it was effectively retired some time ago.tedu2014-05-091-4/+1
* Fix some potential integer overflows caused by converting a page number intokettenis2014-05-081-3/+4
* compress code by turning four line comments into one line comments.tedu2014-04-131-49/+8
* No need to cast constants or simple variables to (daddr_t). Usekrw2013-11-021-2/+2
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-9/+9
* remove lots of comments about locking per beck's requesttedu2013-05-301-29/+8
* remove simple_locks from uvm code. ok beck deraadttedu2013-05-301-42/+1
* Rip out and burn support for UVM_HIST.oga2011-07-031-24/+3
* for uvm_pager_dropcluster in the PG_RELEASED case we specifically unbusy theoga2011-04-151-2/+1
* move uvm_pageratop from uvm_pager.c local to a general uvm functionoga2011-04-151-22/+2
* Don't sleep while holding the uvm_psel_lck mutex. Should fix "locking againstkettenis2010-07-241-23/+9
* Kill another #ifdef UBC chunk that was annoying me while doing somethingoga2010-06-271-7/+1
* introduce a uvm_km_valloc_try function that won't get a lower level locktedu2010-02-121-2/+2
* Put the PG_RELEASED changes diff back in.oga2009-07-221-58/+18
* date based reversion of uvm to the 4th May.oga2009-06-171-2/+2
* Backout all the PG_RELEASED changes.oga2009-06-161-18/+58
* More PG_RELEASED cleaning.oga2009-05-231-58/+18
* Instead of keeping two ints in the uvm structure specifically just tooga2009-05-041-2/+2
* Instead of doing splbio(); simple_lock(&uvm.aiodoned_lock); just replaceoga2009-04-061-3/+3
* Move all of the pseudo-inline functions in uvm into C files.oga2009-03-251-28/+35
* While working on some stuff in uvm I've gotten REALLY sick of readingoga2009-03-201-2/+2
* Simplify page-out/page-in map management; fix rare pager deadlock.ariane2009-01-271-101/+191
* garbage collect uvm_errno2vmerror();thib2008-11-241-27/+1
* In uvm_aio_aiodone(), kill the variable-sized array on stack, and use amiod2007-11-261-2/+3
* now that all partition size/offsets are potentially 64-bit, change thederaadt2007-06-061-4/+9
* While splitting flags and pqflags might have been a good idea in theoryart2007-04-131-21/+24
* Mechanically rename the "flags" and "version" fields in struct vm_pageart2007-04-041-18/+18
* remove KERN_SUCCESS and use 0 instead.art2007-03-251-2/+2
* fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no change for normal codemickey2006-07-311-5/+5
* fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod@ okmickey2006-07-261-4/+4
* - Make a UVM_OBJ_IS_DEVICE macro.art2005-07-261-14/+1
* add a new field to vm_space and use it to track the number of anontedu2005-05-241-2/+2
* sync of pmap_update() calls with NetBSD. pmap_update is defined away ondrahn2004-02-231-1/+3
* ubchist is not a fully cooked kadaver and though use the other well formed pdhist one until ubc gaets back. art@ okmickey2003-03-291-6/+6
* Since memory deallocation can't fail, remove the error return fromart2002-10-291-2/+2
* Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO) in all known callers, just to make sure).art2002-05-241-4/+4
* splassert(IPL_BIO) in the b_iodone handlers.art2002-05-221-1/+5
* Back out a few more uvm changes, especially wrt swap usage.miod2002-01-021-26/+24
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-52/+82
* Yet another sync to NetBSD uvm.art2001-12-041-4/+4
* Call buf_cleanout, which handles wakeupscsapuntz2001-11-301-2/+2
* Correctly handle b_vp with bgetvp and brelvp in {get,put}pages.art2001-11-291-3/+6
* Sync in more uvm from NetBSD. Mostly just cosmetic stuff.art2001-11-281-32/+31
* Sync in more uvm changes from NetBSD.art2001-11-281-43/+19
* Merge in the unified buffer cache code as found in NetBSD 2001/03/10. Theart2001-11-271-10/+2