summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_fault.c
Commit message (Expand)AuthorAgeFilesLines
* KSE Milestone 2julian2001-09-121-1/+1
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-041-1/+1
* whitespace / register cleanupdillon2001-07-041-6/+6
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-38/+11
* Take a more conservative approach and still lock Giant around VM faultsjhb2001-05-231-8/+6
* Sort includes.jhb2001-05-221-3/+3
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-4/+61
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+2
* Fix a lock reversal problem in the VM subsystem related to threadeddillon2001-03-141-0/+6
* If we intend to make the page writable without requiring another fault,dillon2001-02-281-6/+6
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* - Catch up to proc flag changes.jhb2001-01-241-1/+3
* Add the splvm()'s suggested in PR 20609 to protect vm_pager_page_unswapped().dillon2000-11-181-0/+3
* This is a cleanup patch to Peter's new OBJT_PHYS VM object typedillon2000-05-291-1/+1
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-3/+2
* Revert spelling mistake I made in the previous commitcharnier2000-03-271-2/+2
* Spellingcharnier2000-03-261-4/+4
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC todillon1999-12-121-2/+16
* useracc() the prequel:phk1999-10-291-1/+0
* Final commit to remove vnode->v_lastr. vm_fault now handles readdillon1999-09-211-36/+43
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Move the memory access behavior information provided by madvisealc1999-08-011-3/+4
* Convert a "page not busy" warning to an assertion.alc1999-07-201-7/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-5/+25
* Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>alc1999-02-251-2/+3
* Submitted by: Luoqi Chen <luoqi@watermarkgroup.com>dillon1999-02-171-1/+12
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used todillon1999-02-071-4/+3
* Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALLdillon1999-01-241-2/+2
* Get rid of unused old_m in vm_fault. Add INVARIANTS to test whetherdillon1999-01-241-4/+13
* Reenable John Dyson's low-memory VM_WAIT code for page reactivations outdillon1999-01-231-7/+13
* Mainly cleanup. Removed some inappropriate low-memory handling codedillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-37/+84
* KNFize, by bde.eivind1999-01-101-2/+1
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-5/+3
* Add missing splvm protection around unqueue call. Without this, the pagedg1998-11-251-4/+4
* Added a second argument, "activate" to the vm_page_unwire() call so thatdg1998-10-281-3/+3
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-2/+1
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-12/+12
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-10/+11
* Protect all modifications to paging_in_progress with splvm(). The i386dfr1998-08-061-3/+3
* Improved pager input failure message.dg1998-07-221-3/+3
* Fixed printf format errors.bde1998-07-111-2/+2
* Work around some VM bugs, the worst being an overly aggressivedyson1998-05-041-2/+3
* Make vm_fault much cleaner by removing the evil macro inlines, anddyson1998-03-071-220/+208
* 1) Use a more consistent page wait methodology.dyson1998-03-011-6/+7
* Staticize.eivind1998-02-091-3/+4
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Change the busy page mgmt, so that when pages are freed, theydyson1998-01-311-14/+5
* VM level code cleanups.dyson1998-01-221-170/+89
OpenPOWER on IntegriCloud