summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate a deadlock when creating snapshots. Blocking vn_start_write() musttegge2006-03-021-0/+3
* Lock the vm_object while checking its type to see if it is a vnode-backedjhb2006-02-211-11/+25
* - Install a temporary bandaid in vm_object_reference() that will stopjeff2006-02-011-5/+5
* Use the new macros abstracting the page coloring/queues implementation.alc2006-01-271-4/+4
* - Avoid calling vm_object_backing_scan() when collapsing an object whenjeff2006-01-251-1/+3
* Make vm_object_vndeallocate() static. The external calls to it werealc2006-01-221-1/+2
* MI changes:netchild2005-12-311-11/+8
* Eliminate unneeded preallocation at initialization.alc2005-12-031-2/+0
* Use of the ZERO_COPY_SOCKETS options can result in an unusual state thatalc2005-10-221-4/+12
* Don't allow pagedaemon to skip pages while scanning PQ_ACTIVE or PQ_INACTIVEtegge2005-08-101-0/+5
* - We need to inhert the OBJ_NEEDGIANT flag from the original object injeff2005-05-041-0/+1
* - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if thejeff2005-05-031-0/+1
* Eliminate (now) unnecessary acquisition and release of the global pagealc2005-03-301-5/+1
* - Don't lock the vnode interlock in vm_object_set_writeable_dirty() ifjeff2005-03-171-2/+4
* Update the text of an assertion to reflect changes made in revision 1.148.alc2005-01-301-5/+1
* - Remove GIANT_REQUIRED where giant is no longer required.jeff2005-01-241-7/+11
* Consider three objects, O, BO, and BBO, where BO is O's backing objectalc2005-01-151-1/+8
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-1/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-1/+1
* Move the acquisition and release of the page queues lock outside of a loopalc2005-01-081-2/+3
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Eliminate another unnecessary call to vm_page_busy(). (See revision 1.333alc2004-12-171-5/+0
* With the removal of kern/uipc_jumbo.c and sys/jumbo.h,alc2004-12-081-21/+5
* Eliminate an unnecessary atomic operation. Articulate the rationale inalc2004-11-061-4/+11
* Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc()alc2004-11-061-2/+0
* Eliminate another unnecessary call to vm_page_busy() that immediatelyalc2004-11-051-1/+0
* The synchronization provided by vm object locking has eliminated thealc2004-11-031-3/+0
* Move the acquisition and release of the lock on the object at the head ofalc2004-08-291-4/+12
* * Add a "how" argument to uma_zone constructors and initialization functionsgreen2004-08-021-3/+4
* Fix handling of msync(2) for character special files.dfr2004-07-301-1/+3
* Correct a very old error in both vm_object_madvise() (originating inalc2004-07-281-2/+2
* Remove spl calls.alc2004-07-251-11/+0
* Make the code and comments for vm_object_coalesce() consistent.alc2004-07-251-6/+3
* - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead ofalc2004-07-221-8/+3
* Initialize result->backing_object_offset before linking result onto the list oftegge2004-06-281-5/+5
* MFS: vm_map.c rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATEdes2004-05-251-1/+5
* Remove advertising clause from University of California Regent's license,imp2004-04-061-4/+0
* Implement a work around for the deadlock avoidance case inalc2004-03-081-0/+7
* Correct a long-standing race condition in vm_object_page_remove() thatalc2004-02-221-1/+1
* Don't acquire Giant in vm_object_deallocate() unless the object is vnode-alc2004-01-181-8/+12
* Revision 1.74 of vm_meter.c ("Avoid lock-order reversal") makes the releasealc2004-01-021-2/+0
* - Modify vm_object_split() to expect a locked vm object on entry andalc2003-12-301-15/+10
* - Rename vm_map_clean() to vm_map_sync(). This better reflects the factalc2003-11-091-0/+69
* - Increase the scope of two vm object locks in vm_object_split().alc2003-11-021-2/+2
OpenPOWER on IntegriCloud