aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/vmparam.h
Commit message (Expand)AuthorAgeFilesLines
* correct range in commentKip Macy2009-05-161-1/+1
* update vm map commentKip Macy2009-05-161-1/+0
* Increase default kernel map to 512GBKip Macy2009-05-161-2/+2
* Eliminate pmap_growkernel()'s dependence on create_pagetables() preallocatingAlan Cox2008-07-081-2/+2
* Increase the kernel map's size to 7GB, making room for a kmem map of sizeAlan Cox2008-07-051-2/+2
* Increase the ceiling on the kmem map's size to 3.6GB. Also, define theAlan Cox2008-07-031-1/+2
* Document the layout of the address space, borrowing heavily fromAlan Cox2008-06-301-2/+12
* Strictly speaking, the definition of VM_MAX_KERNEL_ADDRESS is wrong. However,Alan Cox2008-06-291-1/+1
* Ensure that KERNBASE is no less than the virtual address -2GB.Alan Cox2008-06-231-1/+1
* Add configuration knobs for the superpage reservation system. Initially,Alan Cox2007-12-271-0/+14
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-2/+3
* Add the machine-specific definitions for configuring the new physicalAlan Cox2007-06-031-0/+38
* Define every architecture as either VM_PHYSSEG_DENSE orAlan Cox2007-05-051-0/+5
* Add support for specifying a minimal size for vm.kmem_size in the loader viaStephane E. Potvin2007-04-211-1/+2
* Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choicePeter Wemm2004-10-271-1/+1
* Increase VM_KMEM_SIZE_MAX from 200MB to 400MB.Alan Cox2003-12-071-1/+1
* Update the graffiti.Peter Wemm2003-11-081-0/+2
* Re-raise the default datasize and stacksize now that the 32 bit execPeter Wemm2003-09-251-2/+2
* Oops. back out last commit. The data and stack limits are used by thePeter Wemm2003-09-231-2/+2
* Increase the default data size limit from 512MB to 8GB. Increase defaultPeter Wemm2003-09-221-2/+2
* Fix the VADDR() macros to use either KVADDR() or UVADDR(), dependingPeter Wemm2003-07-091-8/+8
* Typo fix. oops.Peter Wemm2003-05-231-1/+1
* Major pmap rework to take advantage of the larger address space on amd64Peter Wemm2003-05-231-12/+24
* Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm2003-05-011-16/+9
* Better fix for previous previous which still allows the 4megs of kva atJake Burkholder2003-04-071-1/+1
* - Removed UMAXPTDI and UMAXPTEOFF.Jake Burkholder2003-02-241-1/+1
* Make sysv-style shared memory tuneable params fully runtime adjustablePeter Wemm2000-03-301-7/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Increased max kmem to 200MB. This should fix some out-of-kmem panics onDavid Greenman1999-07-241-2/+2
* Increased MAXTSIZ to 128MB...there are binaries that get quite large.David Greenman1998-06-121-3/+3
* Try to dynamically size the VM_KMEM_SIZE (but is still able to be overriddenJohn Dyson1998-02-231-2/+18
* 1) Start using a cleaner and more consistant page allocator insteadJohn Dyson1998-02-051-1/+6
* Bump MAXDSIZ to 512MB so that soft limits have a chance to actuallyJordan K. Hubbard1997-10-271-2/+2
* Allow the kernel configuration file to override the amount of memoryTor Egge1997-06-251-1/+3
* Use UPAGES_HOLE instead of UPAGES in case it's changed some time.Peter Wemm1997-04-071-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Let the VM system know that on certain arch's that VM_PROT_READJohn Dyson1996-12-301-1/+3
* removed:Poul-Henning Kamp1996-05-021-3/+3
* pte.h: Add the VADDR(pdi,pti) macro to construct virtual address fromPoul-Henning Kamp1996-04-301-14/+21
* Killed some historical #define cruft that we've never used in FreeBSD:David Greenman1996-03-121-22/+1
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"David Greenman1995-05-251-2/+1
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-3/+3
* Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kernelDavid Greenman1994-09-231-2/+2
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemDavid Greenman1994-09-121-111/+7
* Got rid of some old, unused junk.David Greenman1994-09-011-26/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-14/+0
* Changed dynamic stack grow code to grow by "SGROWSIZ" amount. InitiallyDavid Greenman1994-03-211-2/+5
* "New" VM system from John Dyson & myself. For a run-down of theDavid Greenman1994-01-141-10/+19
* Increased maximum and default 'size' limits to more reasonable values.David Greenman1994-01-031-5/+5