aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm.h
Commit message (Expand)AuthorAgeFilesLines
* rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LASTAndriy Gapon2013-07-241-0/+1
* - Add a general purpose resource allocator, vmem, from NetBSD. It wasJeff Roberson2013-06-281-4/+0
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichKonstantin Belousov2013-03-191-0/+2
* - Fix locked memory accounting for maps with MAP_WIREFUTURE flag.Andrey Zonov2012-12-181-0/+2
* Add new pager type, OBJT_MGTDEVICE. It provides the device pagerKonstantin Belousov2012-05-121-1/+1
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"Edward Tomasz Napierala2010-12-021-3/+3
* Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE hasAlan Cox2009-11-261-1/+1
* Extend the device pager to support different memory attributes on differentJohn Baldwin2009-08-281-6/+6
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-1/+1
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-121-3/+3
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-261-0/+8
* Implement global and per-uid accounting of the anonymous memory. AddKonstantin Belousov2009-06-231-0/+7
* Add the superpage reservation type.Alan Cox2007-12-271-0/+3
* Retire debug.mpsafevm. None of the architectures supported in CVS requireAlan Cox2006-07-211-13/+0
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingJohn Baldwin2005-04-011-0/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* - Introduce and use a new tunable "debug.mpsafevm". At present, settingAlan Cox2004-08-161-0/+13
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-061-4/+0
* Change the way ELF coredumps are handled. Instead of unconditionallyMatthew Dillon2002-12-161-0/+1
* - Remove a number of extra newlines that do not belong here according toEivind Eklund2002-03-101-1/+1
* Remove a parameter name from a prototype.David Malone2002-01-251-1/+1
* Move most of the kernel submap initialization code, including theMatthew Dillon2001-08-221-0/+17
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-4/+0
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+44
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Removed vestiges of Mach lock types.Bruce Evans1997-02-181-11/+0
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-0/+11
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Moved the declaration of boolean_t from <vm/vm_param.h> toBruce Evans1995-12-101-1/+10
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-35/+2
* Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h>Bruce Evans1995-12-051-1/+7
* Fix pollution of application namespace by declarations of kernelBruce Evans1995-10-051-2/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-4/+1
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-11/+12
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+3
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+91