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