summaryrefslogtreecommitdiffstats
path: root/sys/vm/phys_pager.c
Commit message (Expand)AuthorAgeFilesLines
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-1/+4
* Set the phys_pager_alloc_lock to 1 when it is acquired so that it isjhb2001-05-231-1/+2
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-6/+10
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+2
* Protect pager object creation with sx locks.alfred2001-04-181-12/+16
* Really fix phys_pager:alfred2000-12-061-31/+36
* need to adjust allocation size to properly deal with non PAGE_SIZEalfred2000-12-051-1/+1
* Minor cleanups:peter2000-07-281-44/+19
* This is a cleanup patch to Peter's new OBJT_PHYS VM object typedillon2000-05-291-18/+3
* Checkpoint of a new physical memory backed object type, that does notpeter2000-05-211-0/+222
OpenPOWER on IntegriCloud