Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -1/+0 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -1/+4 |
* | Set the phys_pager_alloc_lock to 1 when it is acquired so that it is | jhb | 2001-05-23 | 1 | -1/+2 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -6/+10 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -0/+2 |
* | Protect pager object creation with sx locks. | alfred | 2001-04-18 | 1 | -12/+16 |
* | Really fix phys_pager: | alfred | 2000-12-06 | 1 | -31/+36 |
* | need to adjust allocation size to properly deal with non PAGE_SIZE | alfred | 2000-12-05 | 1 | -1/+1 |
* | Minor cleanups: | peter | 2000-07-28 | 1 | -44/+19 |
* | This is a cleanup patch to Peter's new OBJT_PHYS VM object type | dillon | 2000-05-29 | 1 | -18/+3 |
* | Checkpoint of a new physical memory backed object type, that does not | peter | 2000-05-21 | 1 | -0/+222 |