summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_anon.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add uvm_anfree_list() to free anons as a list of pages. Use this inbeck2020-01-041-1/+2
* Wait for RAM in uvm_fault when allocating uvm structures failsstefan2016-05-081-1/+2
* Remove the unused loan_count field and the related uvm logic. Most ofvisa2015-08-211-2/+1
* Chuck Cranor rescinded clauses in his licensejsg2014-07-111-8/+1
* remove lots of comments about locking per beck's requesttedu2013-05-301-5/+4
* remove simple_locks from uvm code. ok beck deraadttedu2013-05-301-3/+1
* tidy this file up a bit. reorder a few comments,thib2010-06-141-25/+18
* Bring back Mickey's UVM anon change. Testing by thib@, beck@ andpedro2007-06-181-15/+8
* Back out the anon change. Apparently it was tested by a few, but most ofderaadt2006-07-131-8/+15
* from netbsd: make anons dynamically allocated from pool.mickey2006-06-211-15/+8
* First round of __P removal in sysmillert2002-03-141-9/+9
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-5/+5
* Sync in more uvm from NetBSD. Mostly just cosmetic stuff.art2001-11-281-5/+5
* Sync in more stuff from NetBSD.art2001-11-111-3/+3
* Add support for disabling swap devices (swapctl -d).art2001-07-261-3/+4
* Protect protypes, certain macros, and inlines from userland. Checked userlandsmart2001-03-091-2/+6
* $OpenBSD$niklas2001-01-291-0/+1
* Fix the NetBSD id strings.art2000-03-151-2/+1
* sync with NetBSD from 1999.05.24 (there is a reason for this date)art1999-08-231-1/+2
* add OpenBSD tagsart1999-02-261-0/+1
* Import of uvm from NetBSD. Some local changes, some code disabledart1999-02-261-0/+105