summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* o In vm_object_madvise() and vm_object_page_remove() replacealc2002-07-301-15/+10
* o Lock page queue accesses by vm_page_free().alc2002-07-281-2/+8
* o Require that the page queues lock is held on entry to vm_pageout_clean()alc2002-07-271-1/+2
* o Remove a vm_page_deactivate() that is immediately followed by aalc2002-07-251-3/+0
* o Lock page queue accesses by vm_page_dontneed().alc2002-07-231-3/+4
* o Lock accesses to the page queues in vm_object_terminate().alc2002-07-091-1/+3
* o Traverse the object's memq rather than repeatedly calling vm_page_lookup()alc2002-07-071-5/+2
* Change the type of `tscan' in vm_object_page_clean() to vm_pindex_t,iedowse2002-06-291-1/+1
* Avoid using the 64-bit vm_pindex_t in a few places where 64-bitiedowse2002-06-261-2/+2
* At long last, commit the zero copy sockets code.ken2002-06-261-5/+20
* Complete the initial set of VM changes required to support fulliedowse2002-06-251-4/+4
* o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition andalc2002-06-191-6/+8
* o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming italc2002-06-021-0/+91
* o Condition vm_object_pmap_copy_1()'s compilation on the kernelalc2002-06-021-0/+2
* Further work on pushing Giant out of the vm_map layer and downalc2002-05-311-6/+13
* o Remove GIANT_REQUIRED from vm_map_madvise(). Instead, acquire andalc2002-05-181-1/+3
* o Acquire and release Giant in vm_object_reference() andalc2002-05-121-8/+7
* o Condition the compilation and use of vm_freeze_copyopts()alc2002-05-061-1/+10
* o Some improvements to the page coloring of vm objects, particularly,alc2002-05-061-9/+17
* o Move vm_freeze_copyopts() from vm_map.{c.h} to vm_object.{c,h}. It's plainlyalc2002-05-061-0/+77
* o Make _vm_object_allocate() and vm_object_allocate() callablealc2002-05-041-20/+16
* Reintroduce locking on accesses to vm_object_list.alc2002-04-201-1/+5
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-5/+5
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-11/+45
* Remove vm_object_count: It's unused, incorrectly maintained and duplicatesalc2002-03-171-4/+1
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-39/+17
* Add a sequential iteration optimization to vm_object_page_clean(). Thisdillon2002-03-061-75/+194
* Move recently added procedure which was incorrectly placed within andillon2001-10-261-17/+16
* Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has adillon2001-10-261-2/+39
* KSE Milestone 2julian2001-09-121-1/+1
* Remove the use of atomic ops to manipulate vm_object and vm_page flags.jake2001-07-311-11/+6
* Change inlines back into mainline code in preparation for mutexing. Also,dillon2001-07-041-90/+107
* whitespace / register cleanupdillon2001-07-041-8/+8
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-49/+22
* Introduce numerous SMP friendly changes to the mbuf allocator. Namely,bmilekic2001-06-221-2/+0
* - Assert that the vm lock is held for all of _vm_object_allocate().jhb2001-05-231-31/+48
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-7/+51
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+5
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* use TAILQ_FOREACH, fix a comment's locationalfred2001-04-151-10/+5
* if/panic -> KASSERTalfred2001-04-131-7/+8
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-281-3/+5
* Simplify vm_object_deallocate(), by decrementing the refcount first.alfred2001-03-041-18/+13
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-3/+3
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-6/+5
* - If swap metadata does not fit into the KVM, reduce the number oftanimura2000-12-131-1/+1
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-3/+3
OpenPOWER on IntegriCloud