aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/vmparam.h
Commit message (Expand)AuthorAgeFilesLines
* Remove stray whitespaces from sys/amd64/Joshua Rogers2024-09-211-1/+1
* vm_phys: Fix a typoMark Johnston2024-06-161-1/+1
* vm_page: Implement lazy page initializationMark Johnston2024-06-141-7/+9
* vm: Simplify startup page dumping conditionalBojan Novković2024-05-251-1/+2
* uma: Deduplicate uma_small_allocBojan Novković2024-05-251-3/+3
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* vm: centralize VM_BATCHQUEUE_SIZE definitionAndrew Gallatin2023-01-211-6/+0
* vm: reduce lock contention when processing vm batchqueuesAndrew Gallatin2022-12-141-1/+1
* amd64: -m32 support for machine/vmparam.hBrooks Davis2022-06-131-0/+6
* amd64: provide PHYS_IN_DMAP() and VIRT_IN_DMAP()Mitchell Horne2021-11-191-3/+6
* amd64: Populate the KMSAN shadow maps and integrate with the VMMark Johnston2021-08-111-1/+1
* amd64: Define KVA regions for KMSAN shadow mapsMark Johnston2021-08-111-2/+11
* amd64: do not assume that kernel is loaded at 2M physicalKonstantin Belousov2021-07-311-2/+14
* amd64: Implement a KASAN shadow mapMark Johnston2021-04-131-1/+7
* Unobfuscate "KERNLOAD" parameter on amd64. This change lines-up amd64 with theMaxim Sobolev2020-11-251-0/+8
* Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston2020-09-231-0/+5
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-211-0/+5
* amd64: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* amd64 pmap: LA57 AKA 5-level pagingKonstantin Belousov2020-08-231-12/+19
* Fix some nits in pmap_page_array_startup().Mark Johnston2019-09-031-2/+0
* Map the vm_page array into KVA on amd64.Mark Johnston2019-09-031-6/+5
* Allocate amd64's page array using pages and page directory pages from theJeff Roberson2019-08-181-1/+11
* Provide pmap_large_map() KPI on amd64.Konstantin Belousov2018-10-161-1/+6
* Rename VM_FREELIST_ISADMA to VM_FREELIST_LOWMEM.Warner Losh2018-07-271-1/+3
* Improve VM page queue scalability.Mark Johnston2018-04-241-0/+6
* Remove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replacing them across theNathan Whitehorn2018-01-191-0/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Bump default MAXTSIZ (kern.maxtsiz) from 128MB to 32GB. The old limitEdward Tomasz Napierala2017-05-171-1/+1
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.Alan Cox2015-06-081-3/+2
* Revert r276600: PHYS_TO_DMAP_RAW() and DMAP_TO_PHYS_RAW() are noKonstantin Belousov2015-01-121-4/+2
* For /dev/mem and /dev/kmem accesses, avoid asserting that addressesKonstantin Belousov2015-01-031-2/+4
* The physical memory allocator supports the use of distinct free lists forAlan Cox2014-12-311-6/+14
* Add workaround for vt efifb's early use of PHYS_TO_DMAPEd Maste2014-11-111-1/+7
* amd64: make uiomove_fromphys functional for pages not mapped by the DMAPRoger Pau Monné2014-10-241-2/+12
* Increase max number of physical segments on amd64 to 63.Konstantin Belousov2014-08-201-1/+1
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otherAlan Cox2013-11-081-10/+3
* Bump up the maximum addressable memory on amd64 systems from 1TB to 4TB.Neel Natu2013-08-171-6/+7
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-071-7/+0
* Increase DFLDSIZ from 128 MiB to 32 GiB. On amd64 there's plenty of virtualRobert Millan2012-04-271-1/+1
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manyMatthew D Fleming2011-05-131-0/+2
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.Konstantin Belousov2011-01-091-11/+0
* Create shared (readonly) page. Each ABI may specify the use of page byKonstantin Belousov2011-01-081-1/+2
* Make the size of the direct map easily configurable. Changing NDMPML4EAlan Cox2010-11-261-3/+4
* amd64: reduce VM_KMEM_SIZE_SCALE to 1 allowing kernel to use more memoryAndriy Gapon2010-09-171-1/+1
* Very rough first cut at NUMA support for the physical page allocator. ForJohn Baldwin2010-07-271-0/+7
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-301-0/+4
* correct range in commentKip Macy2009-05-161-1/+1
* update vm map commentKip Macy2009-05-161-1/+0
* Increase default kernel map to 512GBKip Macy2009-05-161-2/+2