aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/vmparam.h
Commit message (Expand)AuthorAgeFilesLines
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-0/+2
* Add support for usermode (vdso-like) gettimeofday(2) andKonstantin Belousov2015-12-071-1/+2
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.Alan Cox2015-06-081-3/+2
* New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.Ian Lepore2015-03-261-5/+2
* Allow to override default kernel virtual address assignment on ARMZbigniew Bodek2015-03-201-0/+2
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cGleb Smirnoff2014-08-051-0/+3
* Tell VM we now have ARM platforms with physically discontiguous memory.Ian Lepore2014-04-061-2/+2
* We don't support any ARM systems with an ISA bus and don't need a freelistIan Lepore2014-04-041-7/+2
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.Ian Lepore2014-02-081-29/+5
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otherAlan Cox2013-11-081-6/+11
* Don't create a distinct free page pool for segregating allocations that areAlan Cox2013-11-021-5/+11
* Provide settings for superpage reservation system on ARM.Rafal Jaworowski2013-08-261-2/+9
* Instead of just trying to do it for arm, make sure vm_kmem_size is properlyOlivier Houchard2013-08-091-2/+2
* Make sure vm_kmem_size is aligned on a page boundary, since that's what vmemOlivier Houchard2013-08-091-2/+2
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-071-7/+0
* Move some virtual memory constants to the top of the file where they are onAndrew Turner2013-03-021-21/+25
* Increase the maximum text size on ARM to 64MiB. Without this clang would beAndrew Turner2013-03-011-1/+3
* Copy the definition of VM_MAX_AUTOTUNE_MAXUSERS from i386. (See r242847.)Alan Cox2013-03-011-0/+4
* Be more conservative in auto-sizing and capping the kmem submap. InAlan Cox2013-02-261-3/+3
* Place a cap on the size of the kernel's heap, also known as the kmemAlan Cox2013-02-181-0/+8
* On arm, like sparc64, the end of the kernel map varies from one type ofAlan Cox2013-02-181-1/+3
* Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms.Andre Oppermann2013-02-011-2/+5
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-0/+2
* trim trailing whitespaceWarner Losh2012-06-131-1/+1
* Properly guard definitions of DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ andMarcel Moolenaar2011-10-041-0/+10
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manyMatthew D Fleming2011-05-131-0/+3
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.Konstantin Belousov2011-01-091-1/+0
* Very rough first cut at NUMA support for the physical page allocator. ForJohn Baldwin2010-07-271-0/+7
* Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization,Alan Cox2009-04-041-2/+0
* Add a comment explaining what ARM_KERN_DIRECTMAP is all about.Olivier Houchard2009-01-221-0/+7
* Add configuration knobs for the superpage reservation system. Initially,Alan Cox2007-12-271-0/+7
* 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-041-0/+15
* Eliminate some unused definitions that came from NetBSD.Alan Cox2007-05-281-19/+0
* Define every architecture as either VM_PHYSSEG_DENSE orAlan Cox2007-05-051-0/+5
* Eliminate unused definitions. (They came from NetBSD.)Alan Cox2006-08-251-9/+0
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapsOlivier Houchard2006-08-081-0/+7
* Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it providesOlivier Houchard2005-06-071-0/+4
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
* Define VM_PROT_READ_IS_EXEC.Olivier Houchard2004-09-231-0/+1
* Fix comments.Olivier Houchard2004-08-021-2/+3
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+129