summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unnecessary PG_BUSY tests. They originally served a purposealc2006-10-211-1/+1
* Retire debug.mpsafevm. None of the architectures supported in CVS requirealc2006-07-211-8/+2
* Use ptoa(psize) instead of size to compute the end of the mapping inalc2006-06-171-3/+3
* Correct an error in the previous revision that could lead to a panic:alc2006-06-141-0/+1
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-051-5/+15
* Close race between vmspace_exitfree() and exit1() and races betweentegge2006-05-291-16/+91
* Remove leading __ from __(inline|const|signed|volatile). They areimp2006-03-081-3/+3
* Use the new macros abstracting the page coloring/queues implementation.alc2006-01-271-1/+1
* Simplify vmspace_dofree().alc2005-12-041-3/+1
* Eliminate unneeded preallocation at initialization.alc2005-12-031-1/+0
* Eliminate pmap_init2(). It's no longer used.alc2005-11-201-1/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-031-2/+2
* Eliminate an incorrect (and unnecessary) cast.alc2005-07-201-1/+1
* Remove GIANT_REQUIRED from vmspace_exec().alc2005-05-021-1/+0
* Add checks to vm_map_findspace() to test for address wrap. The conditionsalc2005-01-181-4/+8
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Modify pmap_enter_quick() so that it expects the page queues to be lockedalc2004-12-231-3/+8
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-151-9/+4
* Push Giant deep into vm_forkproc(), acquiring it only if the process hasalc2004-09-031-3/+0
* - Introduce and use a new tunable "debug.mpsafevm". At present, settingalc2004-08-161-4/+4
* Rather than bringing back all of the changes to make VM map deletiongreen2004-08-161-1/+5
* Remove spl calls.alc2004-08-141-19/+2
* Replace the linear search in vm_map_findspace() with an O(log n)alc2004-08-131-97/+211
* The vm map lock is needed in vm_fault() after the page has been found,tegge2004-08-121-6/+102
* Re-delete the comment from r1.352.green2004-08-121-3/+0
* Back out all behavioral chnages.green2004-08-101-32/+17
* Revamp VM map wiring.green2004-08-091-14/+32
* Remove a stale comment from vm_map_lookup() that pertains to share maps.alc2004-08-091-3/+0
* - Push down the acquisition and release of Giant into pmap_enter_quick()alc2004-08-041-2/+0
* * Add a "how" argument to uma_zone constructors and initialization functionsgreen2004-08-021-7/+9
* - Push down the acquisition and release of Giant into pmap_protect() onalc2004-07-301-2/+0
* Get rid of another lockmgr(9) consumer by using sx locks for the usermux2004-07-301-25/+17
* - Use atomic ops for updating the vmspace's refcnt and exitingcnt.alc2004-07-271-6/+11
* Make the code and comments for vm_object_coalesce() consistent.alc2004-07-251-2/+2
* Simplify vmspace initialization. The bcopy() of fields from the oldalc2004-07-241-11/+8
* Semi-gratuitous change. Move two refcount operations to their own linespeter2004-07-211-2/+4
* Move the initialization and teardown of pmaps to the vmspace zone'speter2004-07-211-3/+2
* Push down the acquisition and release of the page queues lock intoalc2004-07-151-8/+0
* Use MIN() macro rather than ulmin() inline, and fix stray tabgallatin2004-06-281-3/+3
* Fix alpha - the use of min() on longs was loosing the high bits andgallatin2004-06-281-3/+3
* Correct the tracking of various bits of the process's vmspace and vm_mapgreen2004-06-241-3/+44
* Back out previous commit; it went to the wrong file.des2004-05-251-8/+1
* MFS: rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATE semantics butdes2004-05-251-1/+8
* Correct two error cases in vm_map_unwire():alc2004-05-251-4/+5
* To date, unwiring a fictitious page has produced a panic. The reasonalc2004-05-221-5/+13
* Properly remove MAP_FUTUREWIRE when a vm_map_entry gets torn down.green2004-05-071-0/+1
* In cases where a file was resident in memory mmap(..., PROT_NONE, ...)alc2004-04-241-4/+5
* Remove advertising clause from University of California Regent's license,imp2004-04-061-4/+0
* Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). Copyingtjr2004-03-231-1/+2
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,alc2004-03-071-2/+0
OpenPOWER on IntegriCloud