summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_fault.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Tie up some loose ends in vnode/object management. Remove an unneededdyson1998-01-171-40/+52
* Fix some vnode management problems, and better mgmt of vnode free list.dyson1998-01-121-1/+3
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-11/+10
* Some performance improvements, and code cleanups (including changing ourdyson1997-12-191-2/+7
* Removed unused #includes.bde1997-09-011-5/+1
* Fixed type mismatches for functions with args of type vm_prot_t and/orbde1997-08-251-6/+2
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-05-191-2/+2
* Commit a typo fix that's been sitting in my tree for ages, quite forgotten.peter1997-04-061-2/+2
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-061-9/+11
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-2/+3
* Change the map entry flags from bitfields to bitmasks. Allowsdyson1997-01-161-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Undo the collapse breakage (swap space usage problem.)dyson1997-01-031-3/+1
* Guess what? We left alot of the old collapse code that is not neededdyson1997-01-011-1/+3
* Superficial cleanup of comment.dyson1996-12-291-2/+2
* Implement closer-to POSIX mlock semantics. The major difference isdyson1996-12-141-2/+69
* Implement a new totally dynamic (up to MAXPHYS) buffer kva allocationdyson1996-11-301-8/+7
* Addition of page coloring support. Various levels of coloring are afforded.dyson1996-09-081-2/+2
* Backed out the recent changes/enhancements to the VM code. Thedyson1996-07-301-6/+13
* Undo part of the scalability commit. Many of the changesdyson1996-07-281-29/+15
* This commit is meant to solve a couple of VM system problems ordyson1996-07-271-27/+34
OpenPOWER on IntegriCloud