| Age | Commit message (Expand) | Author |
| 2025-11-28 | sys: remove comment for armv5/6 | Minsoo Choo |
| 2024-05-25 | vm: Simplify startup page dumping conditional | Bojan Novković |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2021-01-09 | arm: revert MAXDSIZ change from 202aea9c82ea | Kyle Evans |
| 2020-12-31 | arm: tune vmparam.h towards a little more modern | Kyle Evans |
| 2020-09-23 | Add a vmparam.h constant indicating pmap support for large pages. | Mark Johnston |
| 2020-09-21 | Move vm_page_dump bitset array definition to MI code | D Scott Phillips |
| 2018-01-19 | Define PHYS_TO_DMAP() and DMAP_TO_PHYS() as panics on the architectures | Nathan Whitehorn |
| 2018-01-19 | Remove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replacing them across the | Nathan Whitehorn |
| 2017-12-30 | Make kernel option KERNVIRTADDR optional, remove it from std.<platform> | Ian Lepore |
| 2017-11-20 | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-05-19 | Increase maximum text segment size. | Michal Meloun |
| 2016-04-26 | Move arm's devmap to some generic place, so it can be used | Ruslan Bukin |
| 2015-12-07 | Add support for usermode (vdso-like) gettimeofday(2) and | Konstantin Belousov |
| 2015-06-08 | Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages. | Alan Cox |
| 2015-03-26 | New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it. | Ian Lepore |
| 2015-03-20 | Allow to override default kernel virtual address assignment on ARM | Zbigniew Bodek |
| 2014-08-05 | Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c | Gleb Smirnoff |
| 2014-04-06 | Tell VM we now have ARM platforms with physically discontiguous memory. | Ian Lepore |
| 2014-04-04 | We don't support any ARM systems with an ISA bus and don't need a freelist | Ian Lepore |
| 2014-02-08 | Remove the ARM_USE_SMALL_ALLOC option and code related to it. | Ian Lepore |
| 2013-11-08 | As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In other | Alan Cox |
| 2013-11-02 | Don't create a distinct free page pool for segregating allocations that are | Alan Cox |
| 2013-08-26 | Provide settings for superpage reservation system on ARM. | Rafal Jaworowski |
| 2013-08-09 | Instead of just trying to do it for arm, make sure vm_kmem_size is properly | Olivier Houchard |
| 2013-08-09 | Make sure vm_kmem_size is aligned on a page boundary, since that's what vmem | Olivier Houchard |
| 2013-05-07 | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | Attilio Rao |
| 2013-03-02 | Move some virtual memory constants to the top of the file where they are on | Andrew Turner |
| 2013-03-01 | Increase the maximum text size on ARM to 64MiB. Without this clang would be | Andrew Turner |
| 2013-03-01 | Copy the definition of VM_MAX_AUTOTUNE_MAXUSERS from i386. (See r242847.) | Alan Cox |
| 2013-02-26 | Be more conservative in auto-sizing and capping the kmem submap. In | Alan Cox |
| 2013-02-18 | Place a cap on the size of the kernel's heap, also known as the kmem | Alan Cox |
| 2013-02-18 | On arm, like sparc64, the end of the kernel map varies from one type of | Alan Cox |
| 2013-02-01 | Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms. | Andre Oppermann |
| 2012-08-15 | Merging projects/armv6, part 1 | Oleksandr Tymoshenko |
| 2012-06-13 | trim trailing whitespace | Warner Losh |
| 2011-10-04 | Properly guard definitions of DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ and | Marcel Moolenaar |
| 2011-05-13 | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | Matthew D Fleming |
| 2011-01-09 | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | Konstantin Belousov |
| 2010-07-27 | Very rough first cut at NUMA support for the physical page allocator. For | John Baldwin |
| 2009-04-04 | Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization, | Alan Cox |
| 2009-01-22 | Add a comment explaining what ARM_KERN_DIRECTMAP is all about. | Olivier Houchard |
| 2007-12-27 | Add configuration knobs for the superpage reservation system. Initially, | Alan Cox |
| 2007-09-25 | Change the management of cached pages (PQ_CACHE) in two fundamental | Alan Cox |
| 2007-06-04 | Add the machine-specific definitions for configuring the new physical | Alan Cox |
| 2007-05-28 | Eliminate some unused definitions that came from NetBSD. | Alan Cox |
| 2007-05-05 | Define every architecture as either VM_PHYSSEG_DENSE or | Alan Cox |
| 2006-08-25 | Eliminate unused definitions. (They came from NetBSD.) | Alan Cox |
| 2006-08-08 | Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps | Olivier Houchard |
| 2005-06-07 | Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it provides | Olivier Houchard |