aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* MFC: mmap for char device patchGuido van Rooij1998-03-121-7/+38
* MFC: move 'sw' device away from being trampled by 'wfd'.Mike Smith1998-02-191-2/+2
* - MFC:Nate Williams1998-02-141-36/+65
* Fix (finally, I hope) the missing page allocation problem. The modJohn Dyson1997-11-061-1/+1
* Bring some fixes from -current into -stable. A couple of them areJohn Dyson1997-11-041-5/+40
* Make sure that we check properly for what queue a page was on forJohn Dyson1997-11-041-2/+2
* YAMFC (NFS mmap fixes and minor memory leak plugged)Doug Rabson1997-05-282-3/+8
* Merged from -current: Killed exech_map and do image header reads in a FS-David Greenman1997-04-032-4/+2
* 1. Fix the vm_page_zero_count accounting. This should improve theJohn Dyson1997-03-2513-286/+506
* YAMFC (do spl0() in fork1() and not in kernel processes).Bruce Evans1997-02-132-7/+2
* Move forward the inherit fix from copy on write segs from -current.John Dyson1997-01-311-2/+10
* Move a missing object (panic fix) in vmspace_fork from -currentJohn Dyson1997-01-261-2/+13
* Brought in fixes from current: fix for network/map entry alloc panic.David Greenman1997-01-172-15/+5
* YAMFC: Make DFLDSIZ and MAXDSIZ fully-supported options.Joerg Wunsch1996-12-222-2/+6
* Merge from -current: vm_map_entry leak fix, John's vm_map coallesce fixes,David Greenman1996-12-154-40/+65
* Mega-merge from -currentPoul-Henning Kamp1996-11-121-49/+49
* Merge from -currentPoul-Henning Kamp1996-11-091-16/+106
* Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by defaultJohn Dyson1996-10-291-2/+2
* The way we get a vnode for swapdev is not quite kosher. In particularPoul-Henning Kamp1996-10-271-4/+18
* Remove a bogus optimization in the mmap code. It is superfluous,John Dyson1996-10-241-24/+5
* Make processes waken up eligible for immediate swap-in.John Dyson1996-10-171-3/+8
* Clean up the rundown of the object backing a vnode. This should fixJohn Dyson1996-10-172-2/+9
* Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixedBruce Evans1996-10-151-4/+2
* Move much of the machine dependent code from vm_glue.c intoJohn Dyson1996-10-153-110/+12
* Remove a stale comment.Poul-Henning Kamp1996-10-131-2/+1
* Removed __pure's and __pure2's. __pure is a no-op for recent versionsBruce Evans1996-10-122-10/+7
* Make the default cache size optim to be 256K, the old default wasJohn Dyson1996-10-061-9/+10
* Fix a problem with the page coloring code that the system will not alwaysJohn Dyson1996-10-061-3/+7
* Fixed undeclared variables for the !(PQ_L2_SIZE > 1) case.Bruce Evans1996-09-281-4/+3
* Reviewed by:John Dyson1996-09-284-84/+111
* Fixed bug with reversed trunc/round_page() in madvise...start must beDavid Greenman1996-09-191-3/+3
* Removed iprintf(). It was copied to db_iprintf() in ddb.Bruce Evans1996-09-152-40/+2
* Attached vm ddb commands `show map', `show vmochk', `show object',Bruce Evans1996-09-144-105/+113
* The whole issue of not support VOP_LOCK for VBLK devices should beJohn Dyson1996-09-101-3/+10
* Fixed the use of the wrong variable in vm_map_madvise.John Dyson1996-09-081-4/+4
* Addition of page coloring support. Various levels of coloring are afforded.John Dyson1996-09-0810-109/+441
* Improve the scalability of certain pmap operations.John Dyson1996-09-081-2/+1
* Even though this looks like it, this is not a complex code change.John Dyson1996-08-213-7/+14
* Backed out the recent changes/enhancements to the VM code. TheJohn Dyson1996-07-3011-362/+207
* Slight performance tweak for previous commit.David Greenman1996-07-281-2/+3
* Undo part of the scalability commit. Many of the changesJohn Dyson1996-07-281-29/+15
* Allow sequentially created mmap'ed anonymous regions to coalesce. ThereJohn Dyson1996-07-271-23/+33
* Clean up some lint.John Dyson1996-07-271-3/+3
* Remove experimental header file. My test-build must have picked itJohn Dyson1996-07-271-1/+3
* Missing (prototype) change from the previous commit.John Dyson1996-07-271-2/+2
* This commit is meant to solve a couple of VM system problems orJohn Dyson1996-07-2710-209/+365
* Don't use NULL in non-pointer contexts.Bruce Evans1996-07-121-2/+2
* Back-off on the previous commit, specifically remove the look-aheadJohn Dyson1996-07-081-11/+3
* Fix a problem with the pageout daemon RSS limiting, where it degradesJohn Dyson1996-07-081-21/+27
* In all special cases for spl or page_alloc where kmem_map is check for,David Greenman1996-07-071-8/+8