| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r318530: | mmel | 2017-05-22 | 1 | -1/+1 |
* | Move arm's devmap to some generic place, so it can be used | br | 2016-04-26 | 1 | -0/+2 |
* | Add support for usermode (vdso-like) gettimeofday(2) and | kib | 2015-12-07 | 1 | -1/+2 |
* | Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages. | alc | 2015-06-08 | 1 | -3/+2 |
* | New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it. | ian | 2015-03-26 | 1 | -5/+2 |
* | Allow to override default kernel virtual address assignment on ARM | zbb | 2015-03-20 | 1 | -0/+2 |
* | Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c | glebius | 2014-08-05 | 1 | -0/+3 |
* | Tell VM we now have ARM platforms with physically discontiguous memory. | ian | 2014-04-06 | 1 | -2/+2 |
* | We don't support any ARM systems with an ISA bus and don't need a freelist | ian | 2014-04-04 | 1 | -7/+2 |
* | Remove the ARM_USE_SMALL_ALLOC option and code related to it. | ian | 2014-02-08 | 1 | -29/+5 |
* | As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In other | alc | 2013-11-08 | 1 | -6/+11 |
* | Don't create a distinct free page pool for segregating allocations that are | alc | 2013-11-02 | 1 | -5/+11 |
* | Provide settings for superpage reservation system on ARM. | raj | 2013-08-26 | 1 | -2/+9 |
* | Instead of just trying to do it for arm, make sure vm_kmem_size is properly | cognet | 2013-08-09 | 1 | -2/+2 |
* | Make sure vm_kmem_size is aligned on a page boundary, since that's what vmem | cognet | 2013-08-09 | 1 | -2/+2 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | attilio | 2013-05-07 | 1 | -7/+0 |
* | Move some virtual memory constants to the top of the file where they are on | andrew | 2013-03-02 | 1 | -21/+25 |
* | Increase the maximum text size on ARM to 64MiB. Without this clang would be | andrew | 2013-03-01 | 1 | -1/+3 |
* | Copy the definition of VM_MAX_AUTOTUNE_MAXUSERS from i386. (See r242847.) | alc | 2013-03-01 | 1 | -0/+4 |
* | Be more conservative in auto-sizing and capping the kmem submap. In | alc | 2013-02-26 | 1 | -3/+3 |
* | Place a cap on the size of the kernel's heap, also known as the kmem | alc | 2013-02-18 | 1 | -0/+8 |
* | On arm, like sparc64, the end of the kernel map varies from one type of | alc | 2013-02-18 | 1 | -1/+3 |
* | Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms. | andre | 2013-02-01 | 1 | -2/+5 |
* | Merging projects/armv6, part 1 | gonzo | 2012-08-15 | 1 | -0/+2 |
* | trim trailing whitespace | imp | 2012-06-13 | 1 | -1/+1 |
* | Properly guard definitions of DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ and | marcel | 2011-10-04 | 1 | -0/+10 |
* | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | mdf | 2011-05-13 | 1 | -0/+3 |
* | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | kib | 2011-01-09 | 1 | -1/+0 |
* | Very rough first cut at NUMA support for the physical page allocator. For | jhb | 2010-07-27 | 1 | -0/+7 |
* | Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization, | alc | 2009-04-04 | 1 | -2/+0 |
* | Add a comment explaining what ARM_KERN_DIRECTMAP is all about. | cognet | 2009-01-22 | 1 | -0/+7 |
* | Add configuration knobs for the superpage reservation system. Initially, | alc | 2007-12-27 | 1 | -0/+7 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -2/+3 |
* | Add the machine-specific definitions for configuring the new physical | alc | 2007-06-04 | 1 | -0/+15 |
* | Eliminate some unused definitions that came from NetBSD. | alc | 2007-05-28 | 1 | -19/+0 |
* | Define every architecture as either VM_PHYSSEG_DENSE or | alc | 2007-05-05 | 1 | -0/+5 |
* | Eliminate unused definitions. (They came from NetBSD.) | alc | 2006-08-25 | 1 | -9/+0 |
* | Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps | cognet | 2006-08-08 | 1 | -0/+7 |
* | Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it provides | cognet | 2005-06-07 | 1 | -0/+4 |
* | Start all license statements with /*- | imp | 2005-01-05 | 1 | -1/+1 |
* | Define VM_PROT_READ_IS_EXEC. | cognet | 2004-09-23 | 1 | -0/+1 |
* | Fix comments. | cognet | 2004-08-02 | 1 | -2/+3 |
* | Import FreeBSD/arm kernel bits. | cognet | 2004-05-14 | 1 | -0/+129 |