summaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* MFCAlan Cox2005-02-231-2/+0
* MFC revisions 1.333 and 1.334Alan Cox2005-02-231-12/+12
* MFC: /*- and related license changesWarner Losh2005-01-311-1/+1
* MFC revision 1.332Alan Cox2004-12-121-8/+23
* * Add a "how" argument to uma_zone constructors and initialization functionsBrian Feldman2004-08-021-3/+4
* Fix handling of msync(2) for character special files.Doug Rabson2004-07-301-1/+3
* Correct a very old error in both vm_object_madvise() (originating inAlan Cox2004-07-281-2/+2
* Remove spl calls.Alan Cox2004-07-251-11/+0
* Make the code and comments for vm_object_coalesce() consistent.Alan Cox2004-07-251-6/+3
* - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead ofAlan Cox2004-07-221-8/+3
* Initialize result->backing_object_offset before linking result onto the list ofTor Egge2004-06-281-5/+5
* MFS: vm_map.c rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATEDag-Erling Smørgrav2004-05-251-1/+5
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-061-4/+0
* Implement a work around for the deadlock avoidance case inAlan Cox2004-03-081-0/+7
* Correct a long-standing race condition in vm_object_page_remove() thatAlan Cox2004-02-221-1/+1
* Don't acquire Giant in vm_object_deallocate() unless the object is vnode-Alan Cox2004-01-181-8/+12
* Revision 1.74 of vm_meter.c ("Avoid lock-order reversal") makes the releaseAlan Cox2004-01-021-2/+0
* - Modify vm_object_split() to expect a locked vm object on entry andAlan Cox2003-12-301-15/+10
* - Rename vm_map_clean() to vm_map_sync(). This better reflects the factAlan Cox2003-11-091-0/+69
* - Increase the scope of two vm object locks in vm_object_split().Alan Cox2003-11-021-2/+2
* - Introduce and use vm_object_reference_locked(). UnlikeAlan Cox2003-11-021-2/+24
* - Increase the scope of two vm object locks in vm_object_collapse().Alan Cox2003-11-011-12/+4
* - Modify swap_pager_copy() and its callers such that the source andAlan Cox2003-11-011-23/+6
* - Additional vm object locking in vm_object_split()Alan Cox2003-11-011-2/+11
* - Revert a part of revision 1.73: Make vm_object_set_flag() an inlineAlan Cox2003-10-311-6/+0
* - Take advantage of the swap pager locking: Eliminate the use of GiantAlan Cox2003-10-311-9/+0
* - Simplify vm_object_collapse()'s collapse case, reducing the numberAlan Cox2003-10-261-14/+9
* - Increase the object lock's scope in vm_contig_launder() so that accessAlan Cox2003-10-181-1/+1
* - Use the UMA_ZONE_VM flag on the fakepg and object zones to preventJeff Roberson2003-10-041-1/+1
* Remove GIANT_REQUIRED from vm_object_shadow().Alan Cox2003-09-171-2/+0
* Eliminate the use of Giant from vm_object_reference().Alan Cox2003-09-151-11/+11
* There is no need for an atomic increment on the vm object's generationAlan Cox2003-09-131-2/+1
* Remove an unused variable.Poul-Henning Kamp2003-08-061-3/+0
* Allow vm_object_reference() on kernel_object without Giant.Alan Cox2003-07-271-2/+4
* Don't inline very large functions.Poul-Henning Kamp2003-07-221-1/+1
* Complete the vm object locking in vm_object_backing_scan(); specifically,Alan Cox2003-06-221-5/+12
* - Increase the scope of the vm object lock in vm_object_collapse().Alan Cox2003-06-211-3/+4
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Don't use vm_object_set_flag() to initialize the vm object's flags.Alan Cox2003-06-091-1/+1
* - Properly handle the paging_in_progress case on two vm objects inAlan Cox2003-06-081-26/+16
* Pass the vm object to vm_object_collapse() with its lock held.Alan Cox2003-06-071-8/+5
* - Extend the scope of the backing object's lock in vm_object_collapse().Alan Cox2003-06-051-2/+4
* - Add further vm object locking to vm_object_deallocate(), specifically,Alan Cox2003-06-041-2/+12
* - Add vm object locking to vm_object_deallocate(). (Still moreAlan Cox2003-06-041-12/+15
* Add vm object locking to vm_object_coalesce().Alan Cox2003-06-031-7/+12
* Change kernel_object and kmem_object to (&kernel_object_store) andAlan Cox2003-06-011-6/+3
* Add vm object locking to vm_object_madvise().Alan Cox2003-05-311-9/+17
* Reduce the size of a vm object by converting its shadow list from a TAILQAlan Cox2003-05-181-22/+10
* 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-061-1/+1