summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_object.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move the vm_page struct from being stored in RB macro trees to RBT functionsdlg2016-09-161-2/+2
* Remove the unused loan_count field and the related uvm logic. Most ofvisa2015-08-211-17/+1
* remove lock.h from uvm_extern.h. another holdover from the simpletonlocktedu2014-12-171-1/+2
* Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterguenther2014-12-171-2/+2
* Replace a plethora of historical protection options with justderaadt2014-11-161-2/+3
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Fix some potential integer overflows caused by converting a page number intokettenis2014-05-081-6/+6
* remove simple_locks from uvm code. ok beck deraadttedu2013-05-301-8/+1
* Unbreak ramdisks.oga2010-05-011-1/+3
* Right now, if anything internal changes with a uvm object, diverseoga2010-04-301-1/+13
* the atomic primitives are still impossible to get at without using proc.hderaadt2010-04-211-3/+2
* something hairy happened with cvs so this file didn't get added.oga2009-11-251-0/+159
* Backout all changes to uvm after pmemrange (which will be backed outoga2009-06-161-159/+0
* Add uvm_objwire() and uvm_objunwire(), I need this for some of my crazyoga2009-06-061-0/+159