summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/vmparam.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r280278, r280402:ian2015-05-231-0/+2
* MFC 264203, 264204, 264206, 264218:ian2014-05-171-2/+2
* MFC 264128, 264129, 264130, 264135,ian2014-05-171-7/+2
* MFC r257854 (discussed with alc@)ian2014-05-161-6/+11
* MFC r257549, r261642ian2014-05-151-25/+7
* Provide settings for superpage reservation system on ARM.raj2013-08-261-2/+9
* Instead of just trying to do it for arm, make sure vm_kmem_size is properlycognet2013-08-091-2/+2
* Make sure vm_kmem_size is aligned on a page boundary, since that's what vmemcognet2013-08-091-2/+2
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-071-7/+0
* Move some virtual memory constants to the top of the file where they are onandrew2013-03-021-21/+25
* Increase the maximum text size on ARM to 64MiB. Without this clang would beandrew2013-03-011-1/+3
* Copy the definition of VM_MAX_AUTOTUNE_MAXUSERS from i386. (See r242847.)alc2013-03-011-0/+4
* Be more conservative in auto-sizing and capping the kmem submap. Inalc2013-02-261-3/+3
* Place a cap on the size of the kernel's heap, also known as the kmemalc2013-02-181-0/+8
* On arm, like sparc64, the end of the kernel map varies from one type ofalc2013-02-181-1/+3
* Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms.andre2013-02-011-2/+5
* Merging projects/armv6, part 1gonzo2012-08-151-0/+2
* trim trailing whitespaceimp2012-06-131-1/+1
* Properly guard definitions of DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ andmarcel2011-10-041-0/+10
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+3
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-1/+0
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
* Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization,alc2009-04-041-2/+0
* Add a comment explaining what ARM_KERN_DIRECTMAP is all about.cognet2009-01-221-0/+7
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+7
* 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-041-0/+15
* Eliminate some unused definitions that came from NetBSD.alc2007-05-281-19/+0
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Eliminate unused definitions. (They came from NetBSD.)alc2006-08-251-9/+0
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapscognet2006-08-081-0/+7
* Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it providescognet2005-06-071-0/+4
* Start all license statements with /*-imp2005-01-051-1/+1
* Define VM_PROT_READ_IS_EXEC.cognet2004-09-231-0/+1
* Fix comments.cognet2004-08-021-2/+3
* Import FreeBSD/arm kernel bits.cognet2004-05-141-0/+129
OpenPOWER on IntegriCloud