summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/vmparam.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r318398:trasz2017-06-061-1/+1
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* Revert r276600: PHYS_TO_DMAP_RAW() and DMAP_TO_PHYS_RAW() are nokib2015-01-121-4/+2
* For /dev/mem and /dev/kmem accesses, avoid asserting that addresseskib2015-01-031-2/+4
* The physical memory allocator supports the use of distinct free lists foralc2014-12-311-6/+14
* Add workaround for vt efifb's early use of PHYS_TO_DMAPemaste2014-11-111-1/+7
* amd64: make uiomove_fromphys functional for pages not mapped by the DMAProyger2014-10-241-2/+12
* Increase max number of physical segments on amd64 to 63.kib2014-08-201-1/+1
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otheralc2013-11-081-10/+3
* Bump up the maximum addressable memory on amd64 systems from 1TB to 4TB.neel2013-08-171-6/+7
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-071-7/+0
* Increase DFLDSIZ from 128 MiB to 32 GiB. On amd64 there's plenty of virtualrmh2012-04-271-1/+1
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-11/+0
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-081-1/+2
* Make the size of the direct map easily configurable. Changing NDMPML4Ealc2010-11-261-3/+4
* amd64: reduce VM_KMEM_SIZE_SCALE to 1 allowing kernel to use more memoryavg2010-09-171-1/+1
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+4
* correct range in commentkmacy2009-05-161-1/+1
* update vm map commentkmacy2009-05-161-1/+0
* Increase default kernel map to 512GBkmacy2009-05-161-2/+2
* Eliminate pmap_growkernel()'s dependence on create_pagetables() preallocatingalc2008-07-081-2/+2
* Increase the kernel map's size to 7GB, making room for a kmem map of sizealc2008-07-051-2/+2
* Increase the ceiling on the kmem map's size to 3.6GB. Also, define thealc2008-07-031-1/+2
* Document the layout of the address space, borrowing heavily fromalc2008-06-301-2/+12
* Strictly speaking, the definition of VM_MAX_KERNEL_ADDRESS is wrong. However,alc2008-06-291-1/+1
* Ensure that KERNBASE is no less than the virtual address -2GB.alc2008-06-231-1/+1
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+14
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* Add the machine-specific definitions for configuring the new physicalalc2007-06-031-0/+38
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Add support for specifying a minimal size for vm.kmem_size in the loader viasepotvin2007-04-211-1/+2
* Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choicepeter2004-10-271-1/+1
* Increase VM_KMEM_SIZE_MAX from 200MB to 400MB.alc2003-12-071-1/+1
* Update the graffiti.peter2003-11-081-0/+2
* Re-raise the default datasize and stacksize now that the 32 bit execpeter2003-09-251-2/+2
* Oops. back out last commit. The data and stack limits are used by thepeter2003-09-231-2/+2
* Increase the default data size limit from 512MB to 8GB. Increase defaultpeter2003-09-221-2/+2
* Fix the VADDR() macros to use either KVADDR() or UVADDR(), dependingpeter2003-07-091-8/+8
* Typo fix. oops.peter2003-05-231-1/+1
* Major pmap rework to take advantage of the larger address space on amd64peter2003-05-231-12/+24
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-16/+9
* Better fix for previous previous which still allows the 4megs of kva atjake2003-04-071-1/+1
* - Removed UMAXPTDI and UMAXPTEOFF.jake2003-02-241-1/+1
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-301-7/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Increased max kmem to 200MB. This should fix some out-of-kmem panics ondg1999-07-241-2/+2
* Increased MAXTSIZ to 128MB...there are binaries that get quite large.dg1998-06-121-3/+3
* Try to dynamically size the VM_KMEM_SIZE (but is still able to be overriddendyson1998-02-231-2/+18
OpenPOWER on IntegriCloud