| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC Revs 1.357, 1.355 | Jeff Roberson | 2006-03-13 | 1 | -6/+8 |
| * | MFC: Eliminate a deadlock when creating snapshots. Blocking | Tor Egge | 2006-03-09 | 1 | -0/+3 |
| * | MFC (by alc) changesets that addresses several race conditions that can | Xin LI | 2005-10-26 | 1 | -4/+12 |
| * | MFC: Don't allow pagedaemon to skip pages while scanning active and | Tor Egge | 2005-08-12 | 1 | -0/+5 |
| * | - We need to inhert the OBJ_NEEDGIANT flag from the original object in | Jeff Roberson | 2005-05-04 | 1 | -0/+1 |
| * | - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the | Jeff Roberson | 2005-05-03 | 1 | -0/+1 |
| * | Eliminate (now) unnecessary acquisition and release of the global page | Alan Cox | 2005-03-30 | 1 | -5/+1 |
| * | - Don't lock the vnode interlock in vm_object_set_writeable_dirty() if | Jeff Roberson | 2005-03-17 | 1 | -2/+4 |
| * | Update the text of an assertion to reflect changes made in revision 1.148. | Alan Cox | 2005-01-30 | 1 | -5/+1 |
| * | - Remove GIANT_REQUIRED where giant is no longer required. | Jeff Roberson | 2005-01-24 | 1 | -7/+11 |
| * | Consider three objects, O, BO, and BBO, where BO is O's backing object | Alan Cox | 2005-01-15 | 1 | -1/+8 |
| * | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | Poul-Henning Kamp | 2005-01-14 | 1 | -1/+1 |
| * | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -1/+1 |
| * | Move the acquisition and release of the page queues lock outside of a loop | Alan Cox | 2005-01-08 | 1 | -2/+3 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Eliminate another unnecessary call to vm_page_busy(). (See revision 1.333 | Alan Cox | 2004-12-17 | 1 | -5/+0 |
| * | With the removal of kern/uipc_jumbo.c and sys/jumbo.h, | Alan Cox | 2004-12-08 | 1 | -21/+5 |
| * | Eliminate an unnecessary atomic operation. Articulate the rationale in | Alan Cox | 2004-11-06 | 1 | -4/+11 |
| * | Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc() | Alan Cox | 2004-11-06 | 1 | -2/+0 |
| * | Eliminate another unnecessary call to vm_page_busy() that immediately | Alan Cox | 2004-11-05 | 1 | -1/+0 |
| * | The synchronization provided by vm object locking has eliminated the | Alan Cox | 2004-11-03 | 1 | -3/+0 |
| * | Move the acquisition and release of the lock on the object at the head of | Alan Cox | 2004-08-29 | 1 | -4/+12 |
| * | * Add a "how" argument to uma_zone constructors and initialization functions | Brian Feldman | 2004-08-02 | 1 | -3/+4 |
| * | Fix handling of msync(2) for character special files. | Doug Rabson | 2004-07-30 | 1 | -1/+3 |
| * | Correct a very old error in both vm_object_madvise() (originating in | Alan Cox | 2004-07-28 | 1 | -2/+2 |
| * | Remove spl calls. | Alan Cox | 2004-07-25 | 1 | -11/+0 |
| * | Make the code and comments for vm_object_coalesce() consistent. | Alan Cox | 2004-07-25 | 1 | -6/+3 |
| * | - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead of | Alan Cox | 2004-07-22 | 1 | -8/+3 |
| * | Initialize result->backing_object_offset before linking result onto the list of | Tor Egge | 2004-06-28 | 1 | -5/+5 |
| * | MFS: vm_map.c rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATE | Dag-Erling Smørgrav | 2004-05-25 | 1 | -1/+5 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-06 | 1 | -4/+0 |
| * | Implement a work around for the deadlock avoidance case in | Alan Cox | 2004-03-08 | 1 | -0/+7 |
| * | Correct a long-standing race condition in vm_object_page_remove() that | Alan Cox | 2004-02-22 | 1 | -1/+1 |
| * | Don't acquire Giant in vm_object_deallocate() unless the object is vnode- | Alan Cox | 2004-01-18 | 1 | -8/+12 |
| * | Revision 1.74 of vm_meter.c ("Avoid lock-order reversal") makes the release | Alan Cox | 2004-01-02 | 1 | -2/+0 |
| * | - Modify vm_object_split() to expect a locked vm object on entry and | Alan Cox | 2003-12-30 | 1 | -15/+10 |
| * | - Rename vm_map_clean() to vm_map_sync(). This better reflects the fact | Alan Cox | 2003-11-09 | 1 | -0/+69 |
| * | - Increase the scope of two vm object locks in vm_object_split(). | Alan Cox | 2003-11-02 | 1 | -2/+2 |
| * | - Introduce and use vm_object_reference_locked(). Unlike | Alan Cox | 2003-11-02 | 1 | -2/+24 |
| * | - Increase the scope of two vm object locks in vm_object_collapse(). | Alan Cox | 2003-11-01 | 1 | -12/+4 |
| * | - Modify swap_pager_copy() and its callers such that the source and | Alan Cox | 2003-11-01 | 1 | -23/+6 |
| * | - Additional vm object locking in vm_object_split() | Alan Cox | 2003-11-01 | 1 | -2/+11 |
| * | - Revert a part of revision 1.73: Make vm_object_set_flag() an inline | Alan Cox | 2003-10-31 | 1 | -6/+0 |
| * | - Take advantage of the swap pager locking: Eliminate the use of Giant | Alan Cox | 2003-10-31 | 1 | -9/+0 |
| * | - Simplify vm_object_collapse()'s collapse case, reducing the number | Alan Cox | 2003-10-26 | 1 | -14/+9 |
| * | - Increase the object lock's scope in vm_contig_launder() so that access | Alan Cox | 2003-10-18 | 1 | -1/+1 |
| * | - Use the UMA_ZONE_VM flag on the fakepg and object zones to prevent | Jeff Roberson | 2003-10-04 | 1 | -1/+1 |
| * | Remove GIANT_REQUIRED from vm_object_shadow(). | Alan Cox | 2003-09-17 | 1 | -2/+0 |
| * | Eliminate the use of Giant from vm_object_reference(). | Alan Cox | 2003-09-15 | 1 | -11/+11 |
| * | There is no need for an atomic increment on the vm object's generation | Alan Cox | 2003-09-13 | 1 | -2/+1 |