summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Protect the following with a lockmgr lock:jake2000-11-221-1/+5
* This is a cleanup patch to Peter's new OBJT_PHYS VM object typedillon2000-05-291-2/+11
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-1/+1
* vm_object_shadow: Remove an incorrect assertion. In obscure circumstancesalc2000-04-191-3/+0
* Revert spelling mistake I made in the previous commitcharnier2000-03-271-1/+1
* Spellingcharnier2000-03-261-3/+3
* Eliminate the undocumented, experimental, non-delivering and highlyphk2000-03-161-4/+0
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC todillon1999-12-121-4/+31
* useracc() the prequel:phk1999-10-291-1/+0
* Remove the last vestiges of "vm_map_t phys_map". It's been unusedalc1999-10-291-2/+0
* Remove inappropriate VOP_FSYNC from vm_object_page_clean(). The fsyncdillon1999-09-171-2/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Remove the declarations for "vm_map_t io_map". It's been unusedalc1999-08-151-3/+1
* Remove the declarations for "vm_map_t u_map". It's been unusedalc1999-08-151-3/+1
* vm_object_madvise:alc1999-08-121-6/+16
* vm_object_madvise:alc1999-08-121-9/+11
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Move the memory access behavior information provided by madvisealc1999-08-011-2/+1
* Remove vm_object::last_read. It is used by the old swap pager, butalc1999-07-161-2/+1
* Cleanup OBJ_ONEMAPPING management.alc1999-07-111-2/+4
* Fix some int/long printf problems for the Alphapeter1999-07-011-8/+10
* Remove vm_object::cache_count and vm_object::wired_count. They arealc1999-06-201-3/+1
OpenPOWER on IntegriCloud