summaryrefslogtreecommitdiff
path: root/sys/vm/vm_kern.h
AgeCommit message (Expand)Author
2024-07-24vm: Retire kmem_arenaAlan Cox
2024-04-10vm: improve kstack_object pindex calculation to avoid pindex holesBojan Novković
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2020-08-17Remove the VM map zone.Mark Johnston
2020-04-26Use a single VM object for kernel stacks.Mark Johnston
2019-01-16Do not reserve KVA for paging bufs in vm_ksubmap_init(), since nowGleb Smirnoff
2018-09-20Ensure that imports into per-domain kmem arenas are KVA_QUANTUM-aligned.Mark Johnston
2018-06-13Make UMA and malloc(9) return non-executable memory in most cases.Jonathan T. Looney
2017-11-30SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-05Add a small allocator for exec_map entries.Mark Johnston
2013-08-13 - Add a statically allocated memguard arena since it is needed very earlyJeff Roberson
2013-08-07Replace kernel virtual address space allocation with vmem. This providesJeff Roberson
2013-06-28 - Add a general purpose resource allocator, vmem, from NetBSD. It wasJeff Roberson
2008-07-05Enable the creation of a kmem map larger than 4GB.Alan Cox
2006-11-20The clean_map has been made local to vm_init.c long ago.Ruslan Ermilov
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-04-06Remove advertising clause from University of California Regent's license,Warner Losh
2003-08-11More pipe changes:Mike Silbersack
2003-02-15Move kernel_vm_end's declaration to pmap.h; add a comment regarding theAlan Cox
2002-05-22 o Make contigmalloc1() static.Alan Cox
2001-06-22Introduce numerous SMP friendly changes to the mbuf allocator. Namely,Bosko Milekic
2000-02-16 Fix null-pointer dereference crash when the system is intentionallyMatthew Dillon
1999-10-29Remove the last vestiges of "vm_map_t phys_map". It's been unusedAlan Cox
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-15Remove the declarations for "vm_map_t io_map". It's been unusedAlan Cox
1999-08-15Remove the declarations for "vm_map_t u_map". It's been unusedAlan Cox
1997-10-11Attempt to fix the previous fix to the contigmalloc1 prototype.Peter Wemm
1997-10-10Fix contigmalloc() and contigmalloc1() arguments.Poul-Henning Kamp
1997-06-22Kill some stale leftovers from the earlier attempts at SMP per-cpu pagesPeter Wemm
1997-04-26Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm
1997-03-31Changed the way that the exec image header is read to be filesystem-David Greenman
1997-02-22Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm
1997-02-13Provide an alternative interface to contigmalloc() which allows a specificGarrett Wollman
1997-01-15Fix bug related to map entry allocations where a sleep might be attemptedDavid Greenman
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-05-18File mistakenly left out of the previous mega-commit. This providesJohn Dyson
1996-05-10Allocate mbufs from a separate submap so that NMBCLUSTERS works asGarrett Wollman
1995-07-29Eliminate sloppy common-style declarations. There should be none left forBruce Evans
1995-01-09These changes embody the support of the fully coherent merged VM buffer cache,David Greenman
1994-08-18Fix up some sloppy coding practices:Garrett Wollman
1994-08-02Added $Id$David Greenman
1994-05-25The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes
1994-05-24BSD 4.4 Lite Kernel SourcesRodney W. Grimes