summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* A few more whitespace fixes.jhb2008-07-301-1/+0
* Allow VM object creation in ufs_lookup. (If vfs.vmiodirenable is set)ups2008-05-201-11/+25
* - Use vm_object_reference_locked() directly fromjeff2008-03-291-15/+2
* Correct a long-standing error in vm_object_page_remove(). Specifically,alc2008-02-261-6/+25
* Correct a long-standing error in vm_object_deallocate(). Specifically,alc2008-02-241-1/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Add the superpage reservation system. This is "part 2 of 2" of thealc2007-12-291-0/+45
* Prevent the leakage of wired pages in the following circumstances:alc2007-11-171-1/+13
* The previous revision, updating vm_object_page_remove() for the new pagealc2007-10-181-1/+2
* Correct an error of omission in the reimplementation of the pagealc2007-09-271-2/+4
* Correct an error in the previous revision, specifically,alc2007-09-251-1/+2
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-14/+30
* Enable the new physical memory allocator.alc2007-06-161-33/+3
* Optimize vmmeter locking.attilio2007-06-101-1/+1
* Do proper "locking" for missing vmmeters part.attilio2007-06-041-1/+1
* Revert VMCNT_* operations introduction.attilio2007-05-311-1/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-1/+1
OpenPOWER on IntegriCloud