summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/vmparam.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r327367:ian2018-01-071-0/+13
* MFC r318530:mmel2017-05-221-1/+1
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-0/+2
* Add support for usermode (vdso-like) gettimeofday(2) andkib2015-12-071-1/+2
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.ian2015-03-261-5/+2
* Allow to override default kernel virtual address assignment on ARMzbb2015-03-201-0/+2
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-051-0/+3
* Tell VM we now have ARM platforms with physically discontiguous memory.ian2014-04-061-2/+2
* We don't support any ARM systems with an ISA bus and don't need a freelistian2014-04-041-7/+2
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.ian2014-02-081-29/+5
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otheralc2013-11-081-6/+11
* Don't create a distinct free page pool for segregating allocations that arealc2013-11-021-5/+11
* 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