summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
Commit message (Expand)AuthorAgeFilesLines
* Use #ifdef __alpha__, not __alpha.alc2003-06-151-2/+2
* Migrate the thread stack management functions from the machine-dependentalc2003-06-141-4/+172
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-141-0/+31
* Add vm object locking to various pagers' "get pages" methods, i386 stackalc2003-06-131-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* GC unused cpu_wait() functionpeter2003-06-111-1/+0
* Remove unused variablesphk2003-05-311-4/+0
* - Merge struct procsig with struct sigacts.jhb2003-05-131-11/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* - Lock the vm_object when performing swap_pager_isswapped().alc2003-04-281-14/+16
* - Don't bother using the proc lock to test just P_SYSTEM as that is set injhb2003-04-251-8/+6
* - Lock the vm_object when iterating over its list of resident pages.alc2003-04-251-0/+8
* Fix compiling in the NO_SWAPPING case.jhb2003-04-231-5/+7
* - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes ajhb2003-04-221-42/+36
* Add some tunable descriptions.trhodes2003-04-171-2/+2
* Pre-content whitespace commit.trhodes2003-04-171-4/+4
* use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.alfred2003-01-211-4/+4
* Close the remaining user address mapping races for physicaldillon2003-01-201-0/+12
* - Hold the page queues lock around vm_page_wakeup().alc2002-12-241-0/+2
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-151-0/+40
* - Check that a process isn't a new process (p_state == PRS_NEW) beforejhb2002-10-221-20/+23
* Remove old useless debugging codejulian2002-10-141-5/+0
* 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
OpenPOWER on IntegriCloud