summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent a race between vm_object_collapse() and vm_object_split() fromalc2007-03-271-0/+8
* Change the order of lock reacquisition in vm_object_split() in order toalc2007-03-221-2/+5
* Use pause() in vm_object_deallocate() to yield the CPU to the lock holderjhb2007-02-271-1/+1
* Change the way that unmanaged pages are created. Specifically,alc2007-02-251-3/+4
* Change the page's CLEANCHK flag from being a page queue mutex synchronizedalc2007-02-221-15/+15
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-171-1/+1
* Optimize vm_object_split(). Specifically, make the number of iterationsalc2006-12-171-9/+14
* Simplify the computation of the new object's size in vm_object_split().alc2006-12-161-3/+2
* The page queues lock is no longer required by vm_page_busy() oralc2006-10-221-2/+0
* Replace PG_BUSY with VPO_BUSY. In other words, changes to the page'salc2006-10-221-7/+7
* Add _vm_stats and _vm_stats_misc to the sysctl declarations in sysctl.h andalc2006-08-211-1/+0
* Reimplement the page's NOSYNC flag as an object-synchronized instead of aalc2006-08-131-4/+4
* Introduce a field to struct vm_page for storing flags that arealc2006-08-091-4/+6
* When sleeping on a busy page, use the lock from the containing objectalc2006-08-031-6/+6
* Complete the transition from pmap_page_protect() to pmap_remove_write().alc2006-08-011-3/+3
* Export the number of object bypasses and collapses through sysctl.alc2006-07-221-0/+8
* Eliminate OBJ_WRITEABLE. It hasn't been used in a long time.alc2006-07-211-4/+3
* Ensure that vm_object_deallocate() doesn't dereference a stale objectalc2006-07-171-6/+13
OpenPOWER on IntegriCloud