summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_fault.c
Commit message (Expand)AuthorAgeFilesLines
* o Lock page queue accesses by vm_page_free() and vm_page_deactivate().alc2002-07-211-0/+12
* o Lock page queue accesses by vm_page_cache() in vm_fault() andalc2002-07-201-1/+2
* o Lock some page queue accesses, in particular, those by vm_page_unwire().alc2002-07-131-1/+4
* At long last, commit the zero copy sockets code.ken2002-06-261-0/+14
* o Remove GIANT_REQUIRED from vm_fault_user_wire().alc2002-06-161-5/+1
* o Acquire and release Giant around pmap operations in vm_fault_unwire()alc2002-05-261-1/+2
* o Condition the compilation and use of vm_freeze_copyopts()alc2002-05-061-1/+2
* o Revert vm_fault1() to its original name vm_fault(), eliminating the wrapperalc2002-04-301-16/+11
* Document three synchronization issues in vm_fault().alc2002-04-291-0/+8
* o Introduce and use vm_map_trylock() to replace several direct usesalc2002-04-281-3/+1
* o Move the acquisition of Giant from vm_fault() to the pointalc2002-04-191-12/+8
* Add a comment documenting a race condition in vm_fault(): Specifically, aalc2002-04-181-0/+3
* o Call vm_map_growstack() from vm_fault() if vm_map_lookup() has failedalc2002-04-181-1/+10
* Remove an unused option, VM_FAULT_HOLD, to vm_fault().alc2002-04-171-2/+0
* Remove __P.alfred2002-03-191-3/+2
* Back out the modification of vm_map locks from lockmgr to sx locks. Thegreen2002-03-181-16/+10
* Document faultstate.lookup_still_valid more than none.green2002-03-141-10/+14
* Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate.green2002-03-131-5/+7
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-44/+9
* Changes to make the OOM killer much more effective:silby2002-02-191-2/+2
* Fix deadlock introduced in 1.73 (Jan 1998). The paging-in-progress countdillon2001-11-091-1/+5
* Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has adillon2001-10-261-2/+1
* 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
OpenPOWER on IntegriCloud