| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate OBJ_WRITEABLE. It hasn't been used in a long time. | alc | 2006-07-21 | 1 | -1/+0 |
* | Make vm_object_vndeallocate() static. The external calls to it were | alc | 2006-01-22 | 1 | -1/+0 |
* | - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the | jeff | 2005-05-03 | 1 | -0/+1 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 1 | -4/+0 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | With the removal of kern/uipc_jumbo.c and sys/jumbo.h, | alc | 2004-12-08 | 1 | -1/+0 |
* | Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc() | alc | 2004-11-06 | 1 | -0/+1 |
* | Make the code and comments for vm_object_coalesce() consistent. | alc | 2004-07-25 | 1 | -1/+1 |
* | - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead of | alc | 2004-07-22 | 1 | -2/+3 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | - Rename vm_map_clean() to vm_map_sync(). This better reflects the fact | alc | 2003-11-09 | 1 | -0/+2 |
* | - Introduce and use vm_object_reference_locked(). Unlike | alc | 2003-11-02 | 1 | -0/+1 |
* | - Revert a part of revision 1.73: Make vm_object_set_flag() an inline | alc | 2003-10-31 | 1 | -1/+10 |
* | Reduce the size of the vm object on 64-bit architectures by moving | alc | 2003-08-12 | 1 | -1/+1 |
* | - Add VM_OBJECT_TRYLOCK(). | alc | 2003-06-04 | 1 | -0/+1 |
* | - Add vm object locking to vm_object_deallocate(). (Still more | alc | 2003-06-04 | 1 | -5/+0 |
* | Change kernel_object and kmem_object to (&kernel_object_store) and | alc | 2003-06-01 | 1 | -2/+5 |
* | Reduce the size of a vm object by converting its shadow list from a TAILQ | alc | 2003-05-18 | 1 | -2/+2 |
* | - Define VM_OBJECT_LOCK_INIT(). | alc | 2003-04-28 | 1 | -0/+2 |
* | - Convert vm_object_pip_wait() from using tsleep() to msleep(). | alc | 2003-04-26 | 1 | -1/+1 |
* | Add VM_OBJECT_LOCKED(). | alc | 2003-04-22 | 1 | -0/+1 |
* | - Lock the vm_object when performing vm_object_pip_wakeupn(). | alc | 2003-04-19 | 1 | -0/+2 |
* | Add new macros for locking and unlocking a vm object. | alc | 2003-04-13 | 1 | -0/+3 |
* | Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress. | alc | 2003-03-06 | 1 | -4/+0 |
* | Fuse two #ifdefs with identical conditions. | alc | 2003-02-25 | 1 | -3/+0 |
* | - Remove vm_object_init2(). It is unused. | alc | 2002-12-29 | 1 | -1/+0 |
* | Add a mutex to struct vm_object. Initialize and destroy that mutex | alc | 2002-12-20 | 1 | -2/+7 |
* | Remove the hash_rand field from struct vm_object. As of revision 1.215 of | alc | 2002-12-19 | 1 | -1/+0 |
* | Remove dead code that hasn't been needed since the demise of share maps | alc | 2002-11-13 | 1 | -2/+0 |
* | Replace the vm_page hash table with a per-vmobject splay tree. There should | dillon | 2002-10-18 | 1 | -0/+1 |
* | Reduce namespace pollution. | alc | 2002-09-21 | 1 | -3/+0 |
* | o Resurrect vm_object_lock() and vm_object_unlock() from revision 1.19. | alc | 2002-08-24 | 1 | -0/+6 |
* | At long last, commit the zero copy sockets code. | ken | 2002-06-26 | 1 | -0/+1 |
* | Complete the initial set of VM changes required to support full | iedowse | 2002-06-25 | 1 | -3/+3 |
* | o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming it | alc | 2002-06-02 | 1 | -0/+1 |
* | o Move vm_freeze_copyopts() from vm_map.{c.h} to vm_object.{c,h}. It's plainly | alc | 2002-05-06 | 1 | -0/+1 |
* | o Make _vm_object_allocate() and vm_object_allocate() callable | alc | 2002-05-04 | 1 | -2/+5 |
* | Reintroduce locking on accesses to vm_object_list. | alc | 2002-04-20 | 1 | -0/+1 |
* | Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has a | dillon | 2001-10-26 | 1 | -0/+1 |
* | Oops. Last commit to vm_object.c should have got these files too. | jake | 2001-07-31 | 1 | -1/+0 |
* | Change inlines back into mainline code in preparation for mutexing. Also, | dillon | 2001-07-04 | 1 | -95/+26 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -28/+20 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -7/+28 |
* | use TAILQ_FOREACH, fix a comment's location | alfred | 2001-04-15 | 1 | -2/+0 |
* | Make the arguments match the functionality of the functions. | obrien | 2000-08-26 | 1 | -5/+5 |
* | Minor cleanups: | peter | 2000-07-28 | 1 | -11/+0 |
* | This is a cleanup patch to Peter's new OBJT_PHYS VM object type | dillon | 2000-05-29 | 1 | -0/+2 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -8/+8 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -8/+8 |
* | Checkpoint of a new physical memory backed object type, that does not | peter | 2000-05-21 | 1 | -1/+11 |