summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* Switch the vm_object mutex to be a rwlock. This will enable in theattilio2013-03-091-103/+104
|\
| * MFCattilio2013-03-081-5/+5
| |\
| * | Fix compiling.attilio2013-02-261-2/+2
| * | MFCattilio2013-02-261-4/+4
| * | MFCattilio2013-02-261-2/+2
| * | MFCattilio2013-02-261-1/+1
| * | As VM_OBJECT_SLEEP() is a vm_object_t specific function, makeattilio2013-02-261-3/+3
| * | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-21/+21
| * | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-78/+78
| * | Switch vm_object lock to be a rwlock.attilio2013-02-201-33/+32
* | | Merge from vmc-playground:attilio2013-03-091-5/+6
| |/ |/|
* | Merge from vmcontention:attilio2013-03-041-4/+5
* | The value held by the vm object's field pg_color is only consideredalc2013-03-021-1/+0
* | Merge from vmc-playground branch:attilio2013-02-261-4/+4
* | Remove white spaces.attilio2013-02-261-2/+2
* | Wrap the sleeps synchronized by the vm_object lock into the specificattilio2013-02-261-7/+5
|/
* In the past four years, we've added two new vm object types. Each time,alc2012-12-091-8/+27
* Add support for the (relatively) new object type OBJT_MGTDEVICE toalc2012-11-281-0/+4
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-32/+1
* Eliminate the conditional for releasing the page queues lock inalc2012-10-131-2/+0
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-281-1/+1
* Plug the accounting leak for the wired pages when msync(MS_INVALIDATE)kib2012-09-201-2/+7
* Document the object type movements, related to swp_pager_copy(),attilio2012-07-111-0/+9
* Fix madvise(MADV_WILLNEED) to properly handle individual mappings largerjhb2012-03-191-3/+3
* In vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRTY object flagkib2012-03-171-18/+38
* Do not restart the scan in vm_object_page_clean() on the objectkib2012-01-041-4/+12
* Optimize vm_object_split()'s handling of reservations.alc2011-12-281-0/+15
* Optimize the common case of msyncing the whole file mapping withkib2011-12-231-3/+18
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-041-0/+54
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-3/+1
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-091-1/+3
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-58/+65
* In the VOP_PUTPAGES() implementations, change the default error fromkib2011-06-011-0/+15
* Another long standing vm bug found at Isilon:mlaier2011-05-091-0/+18
* Fix two bugs in r218670.kib2011-04-231-4/+11
* Lock the vnode around clearing of VV_TEXT flag. Remove mp_fixme() notekib2011-02-131-9/+14
* Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() arealc2011-02-051-9/+7
* Since the last parameter to vm_object_shadow() is a vm_size_t and not aalc2011-02-041-1/+1
* For consistency, use kernel_object instead of &kernel_object_storekib2011-01-151-2/+2
* Make a couple refinements to r216799 and r216810. In particular, revisealc2011-01-011-10/+8
* Remove OBJ_CLEANING flag. The vfs_setdirty_locked_object() is the onlykib2010-12-291-3/+0
* Move the increment of vm object generation count intokib2010-12-291-31/+34
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"trasz2010-12-021-16/+16
* After the sleep caused by encountering a busy page, relookup the page.kib2010-11-241-1/+3
* Eliminate the mab, maf arrays and related variables.kib2010-11-211-32/+15
* Optimize vm_object_terminate().alc2010-11-201-9/+28
* The runlen returned from vm_pageout_flush() might be zero legitimately,kib2010-11-201-1/+0
* vm_pageout_flush() might cache the pages that finished write to thekib2010-11-181-24/+3
* Only increment object generation count when inserting the page intokib2010-11-181-7/+0
OpenPOWER on IntegriCloud