aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_fault.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* MFC: 1.101Alan Cox1999-03-231-2/+3
* Backport from -4.x, unlock vnode before map lookup to avoid deadlockMatthew Dillon1999-02-181-1/+13
* Backport from -4.x. We are supposed to wait while the page is busy beforeMatthew Dillon1999-01-221-9/+24
* KNFize, by bde.Eivind Eklund1999-01-101-2/+1
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT asEivind Eklund1999-01-081-5/+3
* Add missing splvm protection around unqueue call. Without this, the pageDavid Greenman1998-11-251-4/+4
* Added a second argument, "activate" to the vm_page_unwire() call so thatDavid Greenman1998-10-281-3/+3
* Nitpicking and dusting performed on a train. Removes trivial warningsPoul-Henning Kamp1998-10-251-2/+1
* Cosmetic changes to the PAGE_XXX macros to make them consistent withDoug Rabson1998-09-041-12/+12
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-241-10/+11
* Protect all modifications to paging_in_progress with splvm(). The i386Doug Rabson1998-08-061-3/+3
* Improved pager input failure message.David Greenman1998-07-221-3/+3
* Fixed printf format errors.Bruce Evans1998-07-111-2/+2
* Work around some VM bugs, the worst being an overly aggressiveJohn Dyson1998-05-041-2/+3
* Make vm_fault much cleaner by removing the evil macro inlines, andJohn Dyson1998-03-071-220/+208
* 1) Use a more consistent page wait methodology.John Dyson1998-03-011-6/+7
* Staticize.Eivind Eklund1998-02-091-3/+4
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Change the busy page mgmt, so that when pages are freed, theyJohn Dyson1998-01-311-14/+5
* VM level code cleanups.John Dyson1998-01-221-170/+89
* Tie up some loose ends in vnode/object management. Remove an unneededJohn Dyson1998-01-171-40/+52
* Fix some vnode management problems, and better mgmt of vnode free list.John Dyson1998-01-121-1/+3
* Make our v_usecount vnode reference count work identically to theJohn Dyson1998-01-061-11/+10
* Some performance improvements, and code cleanups (including changing ourJohn Dyson1997-12-191-2/+7
* Removed unused #includes.Bruce Evans1997-09-011-5/+1
* Fixed type mismatches for functions with args of type vm_prot_t and/orBruce Evans1997-08-251-6/+2
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffDoug Rabson1997-05-191-2/+2
* Commit a typo fix that's been sitting in my tree for ages, quite forgotten.Peter Wemm1997-04-061-2/+2
* Fix the gdb executable modify problem. Thanks to the detective workJohn Dyson1997-04-061-9/+11
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-2/+3
* Change the map entry flags from bitfields to bitmasks. AllowsJohn Dyson1997-01-161-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Undo the collapse breakage (swap space usage problem.)John Dyson1997-01-031-3/+1
* Guess what? We left alot of the old collapse code that is not neededJohn Dyson1997-01-011-1/+3
* Superficial cleanup of comment.John Dyson1996-12-291-2/+2
* Implement closer-to POSIX mlock semantics. The major difference isJohn Dyson1996-12-141-2/+69
* Implement a new totally dynamic (up to MAXPHYS) buffer kva allocationJohn Dyson1996-11-301-8/+7
* Addition of page coloring support. Various levels of coloring are afforded.John Dyson1996-09-081-2/+2
* Backed out the recent changes/enhancements to the VM code. TheJohn Dyson1996-07-301-6/+13
* Undo part of the scalability commit. Many of the changesJohn Dyson1996-07-281-29/+15
* This commit is meant to solve a couple of VM system problems orJohn Dyson1996-07-271-27/+34
* Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potentialJohn Dyson1996-07-021-2/+2
* Various bugfixes/cleanups from me and others:John Dyson1996-06-161-13/+19
* Move a case of PG_MAPPED being set before a pmap_enter(). This will likelyDavid Greenman1996-06-141-2/+2
* Keep the vm_fault/vm_pageout from getting into an "infinite paging loop", byJohn Dyson1996-06-101-3/+7
* Adjust the threshold for blocking on movement of pages from the cacheJohn Dyson1996-06-081-5/+4
* Disable madvise optimizations for device pager objects (some of theJohn Dyson1996-06-011-6/+9