summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Several cleanups for the r209686:kib2010-07-041-13/+6
* Reimplement vm_object_page_clean(), using the fact that vm object memqkib2010-07-041-189/+73
* Introduce a helper function vm_page_find_least(). Use it in several places,kib2010-07-041-14/+2
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-29/+6
* Add a comment about the proper use of vm_object_page_remove().alc2010-05-161-1/+2
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-14/+1
* Eliminate acquisitions of the page queues lock that are no longer needed.alc2010-05-071-9/+2
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-061-2/+0
* Acquire the page lock around all remaining calls to vm_page_free() onalc2010-05-051-4/+0
* Correct an error in r207410: Remove an unlock of a lock that is no longeralc2010-05-021-1/+0
* push up dropping of the page queue lock to avoid holding it in vm_pageout_flushkmacy2010-04-301-29/+17
* don't call vm_pageout_flush with the page queue mutex heldkmacy2010-04-301-0/+2
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-12/+77
* Change vm_object_madvise() so that it checks whether the page is invalidalc2010-04-281-10/+6
* There is no justification for vm_object_split() setting PG_REFERENCED on aalc2010-04-181-1/+0
* In vm_object_madvise() setting PG_REFERENCED on a page before sleeping onalc2010-04-171-2/+9
OpenPOWER on IntegriCloud