summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* - Remove use of Giant from uma_zone_set_obj().alc2003-11-141-7/+1
* - Remove long dead code.alc2003-11-141-15/+0
* Changes to msync(2)alc2003-11-142-4/+4
* - The Open Group Base Specifications Issue 6 specifies that an munmap(2)alc2003-11-103-20/+18
* NFC: Update stale comments.mini2003-11-102-4/+4
* - Remove Giant from msync(2). Giant is still acquired by the lower layersalc2003-11-092-27/+10
* - Rename vm_map_clean() to vm_map_sync(). This better reflects the factalc2003-11-095-61/+78
* - Move the implementation of OBJ_ONEMAPPING from vm_map_delete() toalc2003-11-051-30/+24
* Update avail_ssize for rstacks after growing them.marcel2003-11-041-0/+1
* Whitespace cleanup.des2003-11-032-33/+33
* - Increase the scope of the source object lock in vm_map_copy_entry().alc2003-11-031-5/+3
* - Increase the scope of two vm object locks in vm_object_split().alc2003-11-021-2/+2
* - Introduce and use vm_object_reference_locked(). Unlikealc2003-11-023-3/+26
* - Increase the scope of two vm object locks in vm_object_collapse().alc2003-11-011-12/+4
* - Modify swap_pager_copy() and its callers such that the source andalc2003-11-012-32/+18
* - Additional vm object locking in vm_object_split()alc2003-11-012-4/+12
* - Revert a part of revision 1.73: Make vm_object_set_flag() an inlinealc2003-10-312-7/+10
* - Take advantage of the swap pager locking: Eliminate the use of Giantalc2003-10-311-9/+0
* Fix two bugs introduced with the rstack functionality and specific tomarcel2003-10-311-1/+2
* - Synchronize access to the swdevt's sw_flags with sw_dev_mtx.alc2003-10-311-2/+3
* - Synchronize access to the swdevt's sw_blist with sw_dev_mtx.alc2003-10-301-20/+20
* - Synchronize access to swdevhd using sw_dev_mtx.alc2003-10-301-7/+7
* - Synchronize updates to nswapdev using sw_dev_mtx.alc2003-10-291-2/+2
* - Avoid a race in swaponsomething(): Calculate the new swdevt's first andalc2003-10-291-17/+14
* - Complete the synchronization of accesses to the swblock hash table.alc2003-10-271-0/+3
* - Introduce and use a mutex synchronizing access to the swblock hash table.alc2003-10-261-4/+20
* - Simplify vm_object_collapse()'s collapse case, reducing the numberalc2003-10-261-14/+9
* - Add some of the required vm object locking, including assertions wherealc2003-10-251-4/+24
* - Align a comment within struct vm_page.alc2003-10-251-5/+5
* - Call vnode_pager_input_old() with the vm object locked.alc2003-10-251-5/+6
* - Push down Giant from vm_pageout() to vm_pageout_scan(), freeingalc2003-10-244-12/+14
* - Retire vm_pageout_page_free(). Instead, use vm_page_select_cache() fromalc2003-10-223-41/+14
* - Assert that every page found in the active queue is an active page.alc2003-10-221-7/+2
* - Assert that the containing vm object is locked inalc2003-10-211-0/+1
* - Remove some long unused code.alc2003-10-202-11/+0
* - Remove comments referring to functions that no longer exist.alc2003-10-201-2/+0
* - Hold the vm object's lock around calls to vm_page_set_validclean().alc2003-10-201-0/+4
* - Synchronize access to a vm page's valid field using the containingalc2003-10-191-43/+45
* - Synchronize access to the page's valid field inalc2003-10-181-1/+2
* - Increase the object lock's scope in vm_contig_launder() so that accessalc2003-10-184-17/+18
* Corrections to revision 1.305alc2003-10-181-22/+36
* DuH!phk2003-10-182-3/+3
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY().phk2003-10-182-1/+3
* - Synchronize access to a vm page's valid field using the containingalc2003-10-171-14/+19
* - vm_fault_copy_entry() should not assume that the source object containsalc2003-10-151-5/+19
* Lock the destination object in vm_fault_copy_entry().alc2003-10-081-2/+7
* Retire vm_page_copy(). Its reason for being ended when peter@ modifiedalc2003-10-083-20/+7
* Only the super-user should be able to wire pages via the mlock() familybms2003-10-061-6/+2
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-063-0/+11
* The addition of a locking assertion to vm_page_zero_invalid() has revealedalc2003-10-051-0/+1
OpenPOWER on IntegriCloud