summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_fault.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the inner loop of vm_fault()'s delete-behind heuristic.alc2008-03-161-2/+2
* Eliminate an unnecessary test from vm_fault's delete-behind heuristic.alc2008-03-091-1/+1
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-031-3/+4
* Add the superpage reservation system. This is "part 2 of 2" of thealc2007-12-291-0/+13
* Do not dereference NULL pointer.kib2007-10-081-3/+2
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-21/+8
* Two changes to vm_fault_additional_pages():alc2007-07-201-19/+11
* Eliminate the special case handling of OBJT_DEVICE objects inalc2007-07-081-10/+0
* When a cached page is reactivated in vm_fault(), update the counter thatalc2007-07-061-8/+10
* Initialize reqpage to zero.mjacob2007-06-171-1/+1
* Rework the PCPU_* (MD) interface:attilio2007-06-041-6/+6
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-9/+4
* Revert VMCNT_* operations introduction.attilio2007-05-311-2/+1
* Eliminate the reactivation of cached pages in vm_fault_prefault() andalc2007-05-221-3/+3
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-1/+2
* Fix a problem for file systems that don't implement VOP_BMAP() operation.pjd2007-04-051-0/+2
* vm_page_busy() no longer requires the page queues lock to be held. Reducealc2007-03-231-2/+2
* Use PCPU_LAZY_INC() to update page fault statistics.alc2007-03-051-6/+6
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadalc2006-11-121-7/+2
* The page queues lock is no longer required by vm_page_wakeup().alc2006-10-231-3/+3
* Replace PG_BUSY with VPO_BUSY. In other words, changes to the page'salc2006-10-221-7/+8
* Eliminate unnecessary PG_BUSY tests. They originally served a purposealc2006-10-211-1/+1
* Reimplement the page's NOSYNC flag as an object-synchronized instead of aalc2006-08-131-5/+5
* Eliminate the acquisition and release of the page queues lock around a callalc2006-08-061-4/+2
* Retire debug.mpsafevm. None of the architectures supported in CVS requirealc2006-07-211-7/+1
* Remove mpte optimization from pmap_enter_quick().ups2006-06-151-4/+2
* Simplify the implementation of vm_fault_additional_pages() based upon thealc2006-05-131-12/+5
* Remove leading __ from __(inline|const|signed|volatile). They areimp2006-03-081-2/+2
* Adjust old comment (present in rev 1.1) to match changes in rev 1.82.tegge2006-02-021-1/+1
* Use the new macros abstracting the page coloring/queues implementation.alc2006-01-271-2/+2
* MI changes:netchild2005-12-311-2/+3
* Don't access fs->first_object after dropping reference to it.tegge2005-12-201-1/+3
* Remove unneeded calls to pmap_remove_all(). The given page is not mapped.alc2005-12-111-1/+0
* Eliminate an incorrect cast.alc2005-09-071-1/+1
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-031-1/+2
* Convert a remaining !fs.map->system_map tojhb2005-07-141-1/+1
* The final test in unlock_and_deallocate() to determine if GIANT needs to begrehan2005-05-121-1/+1
* - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if thejeff2005-05-031-4/+9
* - Remove GIANT_REQUIRED where giant is no longer required.jeff2005-01-241-2/+6
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Continue the transition from synchronizing access to the page's PG_BUSYalc2004-12-241-11/+29
* Modify pmap_enter_quick() so that it expects the page queues to be lockedalc2004-12-231-4/+3
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-151-8/+2
* Remove unnecessary check for curthread == NULL.alc2004-10-171-1/+1
* System maps are prohibited from mapping vnode-backed objects. Takealc2004-09-111-8/+8
* Push Giant deep into vm_forkproc(), acquiring it only if the process hasalc2004-09-031-0/+4
* In vm_fault_unwire() eliminate the acquisition and release of Giant in thealc2004-09-011-4/+0
* In the previous revision, I failed to condition an early release of Giantalc2004-08-221-1/+2
* Further reduce the use of Giant by vm_fault(): Giant is held only whenalc2004-08-211-4/+3
* - Introduce and use a new tunable "debug.mpsafevm". At present, settingalc2004-08-161-7/+11
OpenPOWER on IntegriCloud