aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
Commit message (Expand)AuthorAgeFilesLines
* - Rename vm_map_clean() to vm_map_sync(). This better reflects the factAlan Cox2003-11-091-0/+2
* - Introduce and use vm_object_reference_locked(). UnlikeAlan Cox2003-11-021-0/+1
* - Revert a part of revision 1.73: Make vm_object_set_flag() an inlineAlan Cox2003-10-311-1/+10
* Reduce the size of the vm object on 64-bit architectures by movingAlan Cox2003-08-121-1/+1
* - Add VM_OBJECT_TRYLOCK().Alan Cox2003-06-041-0/+1
* - Add vm object locking to vm_object_deallocate(). (Still moreAlan Cox2003-06-041-5/+0
* Change kernel_object and kmem_object to (&kernel_object_store) andAlan Cox2003-06-011-2/+5
* Reduce the size of a vm object by converting its shadow list from a TAILQAlan Cox2003-05-181-2/+2
* - Define VM_OBJECT_LOCK_INIT().Alan Cox2003-04-281-0/+2
* - Convert vm_object_pip_wait() from using tsleep() to msleep().Alan Cox2003-04-261-1/+1
* Add VM_OBJECT_LOCKED().Alan Cox2003-04-221-0/+1
* - Lock the vm_object when performing vm_object_pip_wakeupn().Alan Cox2003-04-191-0/+2
* Add new macros for locking and unlocking a vm object.Alan Cox2003-04-131-0/+3
* Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.Alan Cox2003-03-061-4/+0
* Fuse two #ifdefs with identical conditions.Alan Cox2003-02-251-3/+0
* - Remove vm_object_init2(). It is unused.Alan Cox2002-12-291-1/+0
* Add a mutex to struct vm_object. Initialize and destroy that mutexAlan Cox2002-12-201-2/+7
* Remove the hash_rand field from struct vm_object. As of revision 1.215 ofAlan Cox2002-12-191-1/+0
* Remove dead code that hasn't been needed since the demise of share mapsAlan Cox2002-11-131-2/+0
* Replace the vm_page hash table with a per-vmobject splay tree. There shouldMatthew Dillon2002-10-181-0/+1
* Reduce namespace pollution.Alan Cox2002-09-211-3/+0
* o Resurrect vm_object_lock() and vm_object_unlock() from revision 1.19.Alan Cox2002-08-241-0/+6
* At long last, commit the zero copy sockets code.Kenneth D. Merry2002-06-261-0/+1
* Complete the initial set of VM changes required to support fullIan Dowse2002-06-251-3/+3
* o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming itAlan Cox2002-06-021-0/+1
* o Move vm_freeze_copyopts() from vm_map.{c.h} to vm_object.{c,h}. It's plainlyAlan Cox2002-05-061-0/+1
* o Make _vm_object_allocate() and vm_object_allocate() callableAlan Cox2002-05-041-2/+5
* Reintroduce locking on accesses to vm_object_list.Alan Cox2002-04-201-0/+1
* Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has aMatthew Dillon2001-10-261-0/+1
* Oops. Last commit to vm_object.c should have got these files too.Jake Burkholder2001-07-311-1/+0
* Change inlines back into mainline code in preparation for mutexing. Also,Matthew Dillon2001-07-041-95/+26
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-28/+20
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-7/+28
* use TAILQ_FOREACH, fix a comment's locationAlfred Perlstein2001-04-151-2/+0
* Make the arguments match the functionality of the functions.David E. O'Brien2000-08-261-5/+5
* Minor cleanups:Peter Wemm2000-07-281-11/+0
* This is a cleanup patch to Peter's new OBJT_PHYS VM object typeMatthew Dillon2000-05-291-0/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-8/+8
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-8/+8
* Checkpoint of a new physical memory backed object type, that does notPeter Wemm2000-05-211-1/+11
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-4/+4
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC toMatthew Dillon1999-12-121-2/+3
* Shrink "struct vm_object" by not spending a full 32 bitsAlan Cox1999-10-271-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Move the memory access behavior information provided by madviseAlan Cox1999-08-011-6/+1
* Remove vm_object::last_read. It is used by the old swap pager, butAlan Cox1999-07-161-2/+1
* Change the data type used to represent page color in the vm_objectAlan Cox1999-07-101-2/+2
* Remove vm_object::cache_count and vm_object::wired_count. They areAlan Cox1999-06-201-3/+1
* Remove some unused function and variable declarations.Alan Cox1999-06-191-4/+1
* Revamp vm_object_[q]collapse(). Despite the complexity of this patch,Matthew Dillon1999-02-081-2/+1