aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_kern.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r1.75 - don't deadlock if the system is low on physical memory andTor Egge2002-03-121-0/+12
* MFC: pmap interface optimizations, optionally physically backed SYSVSHM.Peter Wemm2000-08-041-2/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Remove the last vestiges of "vm_map_t phys_map". It's been unusedAlan Cox1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove the declarations for "vm_map_t io_map". It's been unusedAlan Cox1999-08-151-2/+1
* Remove the declarations for "vm_map_t u_map". It's been unusedAlan Cox1999-08-151-2/+1
* Fix some int/long printf problems for the AlphaPeter Wemm1999-07-011-3/+3
* Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), butDmitrij Tejblum1999-06-081-1/+25
* Correct a problem in kmem_malloc: A kmem_malloc allowing "wait" mayAlan Cox1999-03-161-3/+5
* Remove vm_page_frees from kmem_malloc that are performedAlan Cox1999-03-121-7/+1
* Potential bug fix, do not just clear PG_BUSY... call vm_page_wakeup()Matthew Dillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-24/+54
* Cosmetic changes to the PAGE_XXX macros to make them consistent withDoug Rabson1998-09-041-5/+5
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-241-4/+4
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* Changed the log() of "Out of mbuf clusters - increase maxusers" to aDavid Greenman1998-06-051-2/+2
* 1) Use a more consistent page wait methodology.John Dyson1998-03-011-2/+2
* Significantly improve the efficiency of the swap pager, which appears toJohn Dyson1998-02-231-5/+6
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* 1) Start using a cleaner and more consistant page allocator insteadJohn Dyson1998-02-051-6/+4
* 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-2/+1
* VM level code cleanups.John Dyson1998-01-221-5/+4
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofJohn Dyson1997-08-051-1/+2
* Removed unused #includes.Bruce Evans1997-08-021-5/+1
* Kill some stale leftovers from the earlier attempts at SMP per-cpu pagesPeter Wemm1997-06-221-6/+1
* Update the #include "opt_smpxxx.h" includes - opt_smp.h isn't neededPeter Wemm1997-05-291-2/+1
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-1/+7
* Changed the way that the exec image header is read to be filesystem-David Greenman1997-03-311-2/+1
* 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-1/+1
* Fix bug related to map entry allocations where a sleep might be attemptedDavid Greenman1997-01-151-11/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Eliminate the redundancy due to the similarity between the routinesJohn Dyson1996-12-281-7/+3
* Improve the locality of reference for variables in vm_page andJohn Dyson1996-11-171-14/+14
* Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potentialJohn Dyson1996-07-021-1/+2
* Eliminate a vm_page_free, busy panic, in kern_malloc.John Dyson1996-05-231-1/+2
* This set of commits to the VM system does the following, and containJohn Dyson1996-05-181-18/+11
* Allocate mbufs from a separate submap so that NMBCLUSTERS works asGarrett Wollman1996-05-101-4/+12
* This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K).John Dyson1996-04-241-2/+2
* Print a more descriptive message when the mb_map is filled (out of mbufDavid Greenman1996-01-311-2/+2
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-9/+11
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-5/+8
* Restored used includes of <vm/vm_extern.h>.Bruce Evans1995-12-101-1/+2
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+9
* Fixed up a comment and removed some #if 0'd code.David Greenman1995-11-131-8/+2
* Machine independent changes to support pre-zeroed free pages. ThisJohn Dyson1995-09-031-8/+6
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-3/+2
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-14/+4