summaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* If we seem to be out of VM, don't allow the pagedaemon to killDavid Schultz2003-05-191-7/+8
* Reduce the size of a vm object by converting its shadow list from a TAILQAlan Cox2003-05-182-24/+12
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-131-11/+1
* Give the kmem object's mutex a unique name, instead of "vm object",Alan Cox2003-05-091-1/+6
* Lock the vm_object when performing vm_pager_deallocate().Alan Cox2003-05-064-6/+11
* Extend the scope of the vm_object lock in vm_object_terminate().Alan Cox2003-05-041-4/+4
* Avoid a lock-order reversal and implement vm_object lockingAlan Cox2003-05-041-8/+8
* Lock the vm_object on entry to vm_object_vndeallocate().Alan Cox2003-05-031-1/+4
* - Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn'tAlan Cox2003-05-031-4/+6
* Move a declaration to its proper place.Alan Cox2003-05-032-1/+1
* Lock the vm_object when updating its shadow list.Alan Cox2003-05-021-2/+10
* Simplify the removal of a shadow object in vm_object_collapse().Alan Cox2003-05-021-3/+3
* Extend the scope of the vm_object locking in vm_object_split().Alan Cox2003-05-011-4/+4
* - Update the vm_object locking in vm_object_reference().Alan Cox2003-05-011-10/+8
* Increase the scope of the vm_object lock in vm_map_delete().Alan Cox2003-04-301-12/+13
* Eliminate an unused parameter from vm_pageout_object_deactivate_pages().Alan Cox2003-04-301-6/+5
* Add vm_object locking to vmspace_swap_count().Alan Cox2003-04-301-5/+6
* Remove unused declarations and definitions.Alan Cox2003-04-291-6/+0
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-2/+1
* - Lock the vm_object when performing swap_pager_isswapped().Alan Cox2003-04-282-14/+17
* uma_zone_set_obj() must perform VM_OBJECT_LOCK_INIT() if the callerAlan Cox2003-04-281-2/+3
* - Define VM_OBJECT_LOCK_INIT().Alan Cox2003-04-282-5/+6
* - Tell witness that holding two or more vm_object locks is okay.Alan Cox2003-04-271-2/+4
* Various changes to vm_object_shadow(): (1) update the vm_object locking,Alan Cox2003-04-271-13/+16
* Various changes to vm_object_page_remove():Alan Cox2003-04-261-7/+7
* - Lock the vm_object on entry to vm_object_terminate().Alan Cox2003-04-261-2/+4
* - Convert vm_object_pip_wait() from using tsleep() to msleep().Alan Cox2003-04-264-9/+22
* - Extend the scope of two existing vm_object locks to coverAlan Cox2003-04-262-2/+2
* Remove an XXX comment. It is no longer a problem.Alan Cox2003-04-261-4/+1
* - Don't bother using the proc lock to test just P_SYSTEM as that is set inJohn Baldwin2003-04-251-8/+6
* - Lock the vm_object when iterating over its list of resident pages.Alan Cox2003-04-251-0/+8
* - Relax the Giant required in vm_page_remove().Alan Cox2003-04-251-3/+2
* - Move swap_pager_isswapped()'s prototype to a more logical place.Alan Cox2003-04-242-1/+1
* - Acquire the vm_object's lock when performing vm_object_page_clean().Alan Cox2003-04-245-14/+17
* Fix compiling in the NO_SWAPPING case.John Baldwin2003-04-231-5/+7
* Lock the proc to check p_flag and several other related tests inJohn Baldwin2003-04-221-2/+5
* Prefer the proc lock to sched_lock when testing PS_INMEM now that it isJohn Baldwin2003-04-221-3/+4
* - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes aJohn Baldwin2003-04-221-42/+36
* Revision 1.246 should have also includedAlan Cox2003-04-221-1/+2
* Remove unused declarations.Alan Cox2003-04-221-4/+0
* Revision 1.52 of vm/uma_core.c has led to UMA's obj_alloc() beingAlan Cox2003-04-221-3/+2
* Add VM_OBJECT_LOCKED().Alan Cox2003-04-221-0/+1
* - Assert that the vm_object is locked in vm_object_clear_flag(),Alan Cox2003-04-211-5/+7
* - Lock the vm_object when performing either vm_object_clear_flag() orAlan Cox2003-04-201-1/+13
* - Update the vm_object locking in vm_map_insert().Alan Cox2003-04-201-8/+13
* - Lock the vm_object when performing vm_object_pip_wakeup().Alan Cox2003-04-201-2/+2
* - Lock the vm_object when performing vm_object_pip_wakeup().Alan Cox2003-04-201-0/+10
* - Lock the vm_object when performing vm_object_pip_add().Alan Cox2003-04-201-4/+3
* Update vm_object locking in vm_map_delete().Alan Cox2003-04-201-5/+9
* - Lock the vm_object when performing vm_object_pip_add().Alan Cox2003-04-204-1/+14