summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* - Finish vm object and page locking in vnode_pager_setsize().alc2003-06-101-26/+21
* Revert last commit, I have no idea what happened.phk2003-06-091-1/+1
* A white-space nit I noticed.phk2003-06-091-1/+1
* Hold the vm object's lock when performing vm_page_lookup().alc2003-06-091-0/+2
* Don't use vm_object_set_flag() to initialize the vm object's flags.alc2003-06-091-1/+1
* - Properly handle the paging_in_progress case on two vm objects inalc2003-06-081-26/+16
* Lock the kernel object in kmem_alloc().alc2003-06-071-0/+2
* Teach vm_page_grab() how to handle the vm object's lock.alc2003-06-071-4/+16
* Assert that the vm object is locked on entry to swap_pager_freespace().alc2003-06-071-1/+1
* Pass the vm object to vm_object_collapse() with its lock held.alc2003-06-072-10/+7
* Fix NFS file swapping, I broke it 3 months ago it seems.phk2003-06-051-6/+6
* - Extend the scope of the backing object's lock in vm_object_collapse().alc2003-06-051-2/+4
* - Add further vm object locking to vm_object_deallocate(), specifically,alc2003-06-041-2/+12
* - Add VM_OBJECT_TRYLOCK().alc2003-06-041-0/+1
* - Add vm object locking to vm_object_deallocate(). (Still morealc2003-06-042-17/+15
* Add vm object locking to vm_object_coalesce().alc2003-06-031-7/+12
* Change kernel_object and kmem_object to (&kernel_object_store) andalc2003-06-012-8/+8
* Prepend _ to internal union members to avoid ambiguity.phk2003-05-311-4/+4
* Remove unused variablesphk2003-05-311-4/+0
* Add vm object locking to vm_object_madvise().alc2003-05-311-9/+17
* If we seem to be out of VM, don't allow the pagedaemon to killdas2003-05-191-7/+8
* Reduce the size of a vm object by converting its shadow list from a TAILQalc2003-05-182-24/+12
* - Merge struct procsig with struct sigacts.jhb2003-05-131-11/+1
* Give the kmem object's mutex a unique name, instead of "vm object",alc2003-05-091-1/+6
* Lock the vm_object when performing vm_pager_deallocate().alc2003-05-064-6/+11
* Extend the scope of the vm_object lock in vm_object_terminate().alc2003-05-041-4/+4
* Avoid a lock-order reversal and implement vm_object lockingalc2003-05-041-8/+8
* Lock the vm_object on entry to vm_object_vndeallocate().alc2003-05-031-1/+4
* - Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn'talc2003-05-031-4/+6
* Move a declaration to its proper place.alc2003-05-032-1/+1
* Lock the vm_object when updating its shadow list.alc2003-05-021-2/+10
* Simplify the removal of a shadow object in vm_object_collapse().alc2003-05-021-3/+3
* Extend the scope of the vm_object locking in vm_object_split().alc2003-05-011-4/+4
* - Update the vm_object locking in vm_object_reference().alc2003-05-011-10/+8
* Increase the scope of the vm_object lock in vm_map_delete().alc2003-04-301-12/+13
* Eliminate an unused parameter from vm_pageout_object_deactivate_pages().alc2003-04-301-6/+5
* Add vm_object locking to vmspace_swap_count().alc2003-04-301-5/+6
* Remove unused declarations and definitions.alc2003-04-291-6/+0
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* - Lock the vm_object when performing swap_pager_isswapped().alc2003-04-282-14/+17
* uma_zone_set_obj() must perform VM_OBJECT_LOCK_INIT() if the calleralc2003-04-281-2/+3
* - Define VM_OBJECT_LOCK_INIT().alc2003-04-282-5/+6
* - Tell witness that holding two or more vm_object locks is okay.alc2003-04-271-2/+4
* Various changes to vm_object_shadow(): (1) update the vm_object locking,alc2003-04-271-13/+16
* Various changes to vm_object_page_remove():alc2003-04-261-7/+7
* - Lock the vm_object on entry to vm_object_terminate().alc2003-04-261-2/+4
* - Convert vm_object_pip_wait() from using tsleep() to msleep().alc2003-04-264-9/+22
* - Extend the scope of two existing vm_object locks to coveralc2003-04-262-2/+2
* Remove an XXX comment. It is no longer a problem.alc2003-04-261-4/+1
* - Don't bother using the proc lock to test just P_SYSTEM as that is set injhb2003-04-251-8/+6
OpenPOWER on IntegriCloud