summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* In vm_object_backing_scan(), setting PG_REFERENCED on a page beforealc2010-04-171-3/+0
* VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm objectkib2009-12-211-21/+5
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+1
* Add support to the virtual memory system for configuring machine-alc2009-07-121-0/+31
* Eliminiate code duplication by calling vm_object_destroy()kib2009-06-281-18/+4
* The bits set in a page's dirty mask are a subset of the bits set in itsalc2009-06-241-6/+6
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-3/+70
* Long, long ago in r27464 special case code for mapping device-backedalc2009-06-141-0/+49
* Change vm_object_page_remove() such that it clears the page's dirty bitsalc2009-05-281-1/+3
* Do not call vm_page_lookup() from the ddb routine, namely from "showkib2009-04-231-19/+13
* Reduce the scope of the page queues lock in vm_object_page_remove().alc2009-02-211-1/+1
* Eliminate OBJ_NEEDGIANT. After r188331, OBJ_NEEDGIANT's only use is by aalc2009-02-081-4/+1
* Fix printing of KASSERT message missed in r163604.rnoland2008-12-211-1/+1
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-1/+1
* Fill in a few sysctl descriptions.trhodes2008-08-031-2/+2
* One more whitespace nit.jhb2008-07-301-2/+0
OpenPOWER on IntegriCloud