aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-211-2/+2
* o Assert that the page queues lock is held in vm_page_activate().Alan Cox2002-08-111-1/+1
* o Lock page queue accesses by vm_page_activate().Alan Cox2002-08-111-0/+2
* o Lock page queue accesses by vm_page_activate().Alan Cox2002-08-101-0/+4
* o Move a call to vm_page_wakeup() inside the scope of the page queues lock.Alan Cox2002-08-101-1/+1
* o Remove the setting and clearing of the PG_MAPPED flag from the alpha andAlan Cox2002-08-101-1/+0
* o Remove the setting and clearing of the PG_MAPPED flag. (This flag isAlan Cox2002-08-103-4/+4
* o Use pmap_page_is_mapped() in vm_page_protect() rather than the PG_MAPPEDAlan Cox2002-08-081-1/+1
* o Acquire the page queues lock before checking the page's busy statusAlan Cox2002-08-041-2/+4
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-044-24/+37
* o Extend the scope of the page queues lock in contigmalloc1().Alan Cox2002-08-041-8/+8
* o Remove the setting of PG_MAPPED from vm_page_wire() andAlan Cox2002-08-031-2/+0
* o Convert two instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()Alan Cox2002-08-021-6/+9
* o Lock page queue accesses in nwfs and smbfs.Alan Cox2002-08-021-1/+1
* o Lock page queue accesses by vm_page_deactivate().Alan Cox2002-08-021-0/+2
* o Acquire the page queues lock before calling vm_page_io_finish().Alan Cox2002-08-011-1/+2
* o Setting PG_MAPPED and PG_WRITEABLE on pages that are mapped and unmappedAlan Cox2002-07-311-2/+0
* o Lock page accesses by vm_page_io_start() with the page queues lock.Alan Cox2002-07-311-1/+2
* o In vm_object_madvise() and vm_object_page_remove() replaceAlan Cox2002-07-301-15/+10
* - Optimize wakeup() and its friends; if a thread waken up is beingSeigo Tanimura2002-07-301-64/+65
* o Introduce vm_page_sleep_if_busy() as an eventual replacement forAlan Cox2002-07-292-0/+23
* Remove a XXXKSE comment. the code is no longer a problem..Julian Elischer2002-07-291-1/+1
* Create a new thread state to describe threads that would be ready to runJulian Elischer2002-07-291-16/+66
* o Pass VM_ALLOC_WIRED to vm_page_grab() rather than calling vm_page_wire()Alan Cox2002-07-291-7/+2
* o Modify vm_page_grab() to accept VM_ALLOC_WIRED.Alan Cox2002-07-282-1/+5
* o Lock page queue accesses by vm_page_free().Alan Cox2002-07-281-14/+19
* o Lock page queue accesses by vm_page_free().Alan Cox2002-07-281-2/+8
* o Lock page queue accesses by vm_page_free().Alan Cox2002-07-281-2/+3
* o Lock page queue accesses by vm_page_free().Alan Cox2002-07-281-0/+2
* o Require that the page queues lock is held on entry to vm_pageout_clean()Alan Cox2002-07-273-5/+9
* o Lock page queue accesses by vm_page_activate().Alan Cox2002-07-271-0/+6
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate()Alan Cox2002-07-271-7/+6
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().Alan Cox2002-07-271-0/+2
* o Remove a vm_page_deactivate() that is immediately followed by aAlan Cox2002-07-251-3/+0
* o Merge vm_fault_wire() and vm_fault_user_wire() by adding a new parameter,Alan Cox2002-07-243-56/+11
* o Lock page queue accesses by vm_page_dontneed().Alan Cox2002-07-232-4/+5
* o Extend the scope of the page queues lock in vm_pageout_scan()Alan Cox2002-07-231-2/+1
* Change struct vmspace->vm_shm from void * to struct shmmap_state *, thisAlfred Perlstein2002-07-221-1/+1
* Remove caddr_t.Alfred Perlstein2002-07-221-1/+1
* o Lock page queue accesses by vm_page_free() and vm_page_deactivate().Alan Cox2002-07-211-0/+12
* o Lock page queue accesses by vm_page_free().Alan Cox2002-07-211-0/+2
* Do not pass a thread with the state TDS_RUNQ to setrunqueue(), otherwiseSeigo Tanimura2002-07-211-1/+4
* o Lock page queue accesses by vm_page_try_to_cache(). (The accessesAlan Cox2002-07-203-1/+5
* o Assert that the page queues lock is held in vm_page_try_to_free().Alan Cox2002-07-201-0/+2
* o Lock page queue accesses by vm_page_cache() in vm_fault() andAlan Cox2002-07-203-2/+5
* o Lock accesses to the active page queue in vm_pageout_scan() andAlan Cox2002-07-201-2/+4
* o Lock page queue accesses by vm_page_cache() in vm_contig_launder().Alan Cox2002-07-201-2/+4
* o Remove dead and/or unused code.Alan Cox2002-07-202-17/+1
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-202-4/+3
* Set P_NOLOAD on the pagezero kthread so that it doesn't artificially skewPeter Wemm2002-07-191-1/+7