aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_fault.c
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>Alan Cox1999-02-251-2/+3
* Submitted by: Luoqi Chen <luoqi@watermarkgroup.com>Matthew Dillon1999-02-171-1/+12
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used toMatthew Dillon1999-02-071-4/+3
* Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALLMatthew Dillon1999-01-241-2/+2
* Get rid of unused old_m in vm_fault. Add INVARIANTS to test whetherMatthew Dillon1999-01-241-4/+13
* Reenable John Dyson's low-memory VM_WAIT code for page reactivations outMatthew Dillon1999-01-231-7/+13
* Mainly cleanup. Removed some inappropriate low-memory handling codeMatthew Dillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-37/+84
* 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