summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
Commit message (Expand)AuthorAgeFilesLines
* Be consistent about "static" functions: if the function is markedphk2002-09-281-2/+2
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-14/+6
* Completely redo thread states.julian2002-09-111-10/+15
* - Do not swap out a process if it is in creation. The process may have notanimura2002-09-091-0/+24
* Use UMA as a complex object allocator.julian2002-09-061-5/+0
* s/SGNL/SIG/davidxu2002-09-051-1/+2
* o Setting PG_MAPPED and PG_WRITEABLE on pages that are mapped and unmappedalc2002-07-311-2/+0
* - Optimize wakeup() and its friends; if a thread waken up is beingtanimura2002-07-301-64/+65
* Remove a XXXKSE comment. the code is no longer a problem..julian2002-07-291-1/+1
* Create a new thread state to describe threads that would be ready to runjulian2002-07-291-16/+66
* o Pass VM_ALLOC_WIRED to vm_page_grab() rather than calling vm_page_wire()alc2002-07-291-7/+2
* Do not pass a thread with the state TDS_RUNQ to setrunqueue(), otherwisetanimura2002-07-211-1/+4
* o Lock page queue accesses by vm_page_wire().alc2002-07-141-0/+2
* o Lock some page queue accesses, in particular, those by vm_page_unwire().alc2002-07-131-0/+4
* Avoid a vm_page_lookup() - that uses a spinlock protected hash. We canpeter2002-07-121-2/+5
* Avoid vm_page_lookup() [grabs a spinlock] and just process the upagepeter2002-07-081-14/+9
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-071-7/+152
* A small cleanup.julian2002-07-041-1/+0
* Don;t call teh thread setup routines from here..julian2002-07-041-1/+0
* Part 1 of KSE-IIIjulian2002-06-291-17/+31
* o Remove GIANT_REQUIRED from vslock().alc2002-06-221-1/+10
* o Remove GIANT_REQUIRED from useracc() and vsunlock(). Neitheralc2002-06-151-3/+4
* o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() andalc2002-06-141-4/+3
* o Introduce and use vm_map_trylock() to replace several direct usesalc2002-04-281-3/+1
* Remove __P.alfred2002-03-191-3/+3
* Fix a gcc-3.1+ warning.peter2002-03-191-0/+1
* Back out the modification of vm_map locks from lockmgr to sx locks. Thegreen2002-03-181-1/+3
* Undo part of revision 1.57: Now that (o)sendsig() doesn't call useracc(),alc2002-03-171-13/+3
* Acquire a read lock on the map inside of vm_map_check_protection() ratheralc2002-03-171-4/+1
* Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate.green2002-03-131-3/+1
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-2/+0
* Remove unused variable (td)peter2002-02-261-1/+0
* In a threaded world, differnt priorirites become properties ofjulian2002-02-111-2/+3
* Pre-KSE/M3 commit.julian2002-02-071-4/+5
* Fix a race with free'ing vmspaces at process exit when vmspaces arealfred2002-02-051-1/+1
* Don't declare vm_swapout() in the NO_SWAPPING case when it is not defined.bde2002-01-171-6/+4
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-1/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-5/+4
* KSE Milestone 2julian2001-09-121-61/+94
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-101-1/+17
* whitespace / register cleanupdillon2001-07-041-7/+7
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-35/+10
* Put the scheduler, vmdaemon, and pagedaemon kthreads back under Giant forjhb2001-06-201-3/+0
* - Lock the VM around the pmap_swapin_proc() call in faultin().jhb2001-05-231-15/+16
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-3/+35
* - Use a timeout for the tsleep in scheduler() instead of having vmmeter()jhb2001-05-181-2/+21
* - Use PROC_LOCK_ASSERT instead of a direct mtx_assert.jhb2001-05-151-8/+6
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+2
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-281-4/+5
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-2/+2
OpenPOWER on IntegriCloud