summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* Add vm object locking to vm_object_madvise().alc2003-05-311-9/+17
* Reduce the size of a vm object by converting its shadow list from a TAILQalc2003-05-181-22/+10
* 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-061-1/+1
* Extend the scope of the vm_object lock in vm_object_terminate().alc2003-05-041-4/+4
* 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-031-1/+0
* 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
* - Define VM_OBJECT_LOCK_INIT().alc2003-04-281-5/+4
* - 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-261-5/+9
* - Extend the scope of two existing vm_object locks to coveralc2003-04-261-1/+1
* - Acquire the vm_object's lock when performing vm_object_page_clean().alc2003-04-241-8/+4
* - Assert that the vm_object is locked in vm_object_clear_flag(),alc2003-04-211-5/+7
* - Lock the vm_object when performing either vm_object_clear_flag() oralc2003-04-201-1/+13
* - Lock the vm_object when performing vm_object_pip_add().alc2003-04-201-1/+6
* - Lock the vm_object when performing vm_object_pip_subtract().alc2003-04-191-0/+1
* - Lock the vm_object when performing vm_object_pip_wakeupn().alc2003-04-191-0/+1
* Lock some manipulations of the vm object's flags.alc2003-04-131-0/+2
* Lock some manipulations of the vm object's flags.alc2003-04-131-0/+2
* Permit vm_object_pip_add() and vm_object_pip_wakeup() on the kmem_objectalc2003-04-131-2/+4
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.alc2003-03-061-134/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Simplify vm_object_page_remove(): The object's memq is now ordered. Thealc2003-01-271-62/+31
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Use vm_object_lock() and vm_object_unlock() in vm_object_deallocate().alc2003-01-041-5/+5
* Refine the assertion in vm_object_clear_flag() to allow operation on thealc2003-01-031-1/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* - Remove vm_object_init2(). It is unused.alc2002-12-291-6/+3
* Reduce the number of times that we acquire and release the page queuesalc2002-12-291-2/+2
* Allow the VM object flushing code to cluster. When the filesystem syncerdillon2002-12-281-3/+10
* - Change vm_object_page_collect_flush() to assert rather thanalc2002-12-271-6/+5
* - Hold the page queues lock around vm_page_wakeup().alc2002-12-241-3/+6
* Add a mutex to struct vm_object. Initialize and destroy that mutexalc2002-12-201-0/+4
* Remove the hash_rand field from struct vm_object. As of revision 1.215 ofalc2002-12-191-12/+1
* - Hold the page queues lock when performing vm_page_busy().alc2002-12-181-2/+5
* As per the comments, vm_object_page_remove() now expects its caller to lockalc2002-12-151-8/+2
* Hold the page queues lock while performing pmap_page_protect().alc2002-11-271-2/+4
* Extend the scope of the page queues/fields locking in vm_freeze_copyopts()alc2002-11-241-1/+3
* Remove vm_page_protect(). Instead, use pmap_page_protect() directly.alc2002-11-181-4/+4
* Now that pmap_remove_all() is exported by our pmap implementationsalc2002-11-161-7/+7
OpenPOWER on IntegriCloud