summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-1/+8
* Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() arealc2011-02-051-1/+2
* Remove OBJ_CLEANING flag. The vfs_setdirty_locked_object() is the onlykib2010-12-291-1/+0
* Move vm_object_print()'s prototype to the expected place.alc2010-12-271-0/+1
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"trasz2010-12-021-1/+1
* VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm objectkib2009-12-211-1/+1
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+9
* Add support to the virtual memory system for configuring machine-alc2009-07-121-0/+2
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-1/+4
* Long, long ago in r27464 special case code for mapping device-backedalc2009-06-141-0/+1
* Eliminate OBJ_NEEDGIANT. After r188331, OBJ_NEEDGIANT's only use is by aalc2009-02-081-1/+0
* Allow VM object creation in ufs_lookup. (If vfs.vmiodirenable is set)ups2008-05-201-0/+1
* Add a list of reservations to the vm object structure.alc2007-12-271-0/+2
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-0/+1
* Eliminate OBJ_WRITEABLE. It hasn't been used in a long time.alc2006-07-211-1/+0
* Make vm_object_vndeallocate() static. The external calls to it werealc2006-01-221-1/+0
* - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if thejeff2005-05-031-0/+1
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-4/+0
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* With the removal of kern/uipc_jumbo.c and sys/jumbo.h,alc2004-12-081-1/+0
* Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc()alc2004-11-061-0/+1
* Make the code and comments for vm_object_coalesce() consistent.alc2004-07-251-1/+1
* - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead ofalc2004-07-221-2/+3
* Remove advertising clause from University of California Regent's license,imp2004-04-061-4/+0
* - Rename vm_map_clean() to vm_map_sync(). This better reflects the factalc2003-11-091-0/+2
* - Introduce and use vm_object_reference_locked(). Unlikealc2003-11-021-0/+1
* - Revert a part of revision 1.73: Make vm_object_set_flag() an inlinealc2003-10-311-1/+10
* 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
OpenPOWER on IntegriCloud