summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
Commit message (Expand)AuthorAgeFilesLines
* Reduce the size of the vm object on 64-bit architectures by movingalc2003-08-121-1/+1
* - Add VM_OBJECT_TRYLOCK().alc2003-06-041-0/+1
* - Add vm object locking to vm_object_deallocate(). (Still morealc2003-06-041-5/+0
* Change kernel_object and kmem_object to (&kernel_object_store) andalc2003-06-011-2/+5
* Reduce the size of a vm object by converting its shadow list from a TAILQalc2003-05-181-2/+2
* - Define VM_OBJECT_LOCK_INIT().alc2003-04-281-0/+2
* - Convert vm_object_pip_wait() from using tsleep() to msleep().alc2003-04-261-1/+1
* Add VM_OBJECT_LOCKED().alc2003-04-221-0/+1
* - Lock the vm_object when performing vm_object_pip_wakeupn().alc2003-04-191-0/+2
* Add new macros for locking and unlocking a vm object.alc2003-04-131-0/+3
* Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.alc2003-03-061-4/+0
* Fuse two #ifdefs with identical conditions.alc2003-02-251-3/+0
* - Remove vm_object_init2(). It is unused.alc2002-12-291-1/+0
* Add a mutex to struct vm_object. Initialize and destroy that mutexalc2002-12-201-2/+7
* Remove the hash_rand field from struct vm_object. As of revision 1.215 ofalc2002-12-191-1/+0
* Remove dead code that hasn't been needed since the demise of share mapsalc2002-11-131-2/+0
* Replace the vm_page hash table with a per-vmobject splay tree. There shoulddillon2002-10-181-0/+1
* Reduce namespace pollution.alc2002-09-211-3/+0
* o Resurrect vm_object_lock() and vm_object_unlock() from revision 1.19.alc2002-08-241-0/+6
* At long last, commit the zero copy sockets code.ken2002-06-261-0/+1
* Complete the initial set of VM changes required to support fulliedowse2002-06-251-3/+3
* o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming italc2002-06-021-0/+1
* o Move vm_freeze_copyopts() from vm_map.{c.h} to vm_object.{c,h}. It's plainlyalc2002-05-061-0/+1
* o Make _vm_object_allocate() and vm_object_allocate() callablealc2002-05-041-2/+5
* Reintroduce locking on accesses to vm_object_list.alc2002-04-201-0/+1
* Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has adillon2001-10-261-0/+1
* Oops. Last commit to vm_object.c should have got these files too.jake2001-07-311-1/+0
* Change inlines back into mainline code in preparation for mutexing. Also,dillon2001-07-041-95/+26
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-28/+20
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-7/+28
* use TAILQ_FOREACH, fix a comment's locationalfred2001-04-151-2/+0
* Make the arguments match the functionality of the functions.obrien2000-08-261-5/+5
* Minor cleanups:peter2000-07-281-11/+0
* This is a cleanup patch to Peter's new OBJT_PHYS VM object typedillon2000-05-291-0/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-8/+8
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-8/+8
* Checkpoint of a new physical memory backed object type, that does notpeter2000-05-211-1/+11
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC todillon1999-12-121-2/+3
* Shrink "struct vm_object" by not spending a full 32 bitsalc1999-10-271-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Move the memory access behavior information provided by madvisealc1999-08-011-6/+1
* Remove vm_object::last_read. It is used by the old swap pager, butalc1999-07-161-2/+1
* Change the data type used to represent page color in the vm_objectalc1999-07-101-2/+2
* Remove vm_object::cache_count and vm_object::wired_count. They arealc1999-06-201-3/+1
* Remove some unused function and variable declarations.alc1999-06-191-4/+1
* Revamp vm_object_[q]collapse(). Despite the complexity of this patch,dillon1999-02-081-2/+1
* The vm_object structure is now somewhat smaller due to the removaldillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-16/+43
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-9/+24
OpenPOWER on IntegriCloud