aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include/vmparam.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: Support the L3 ATTR_CONTIGUOUS page size in pagesizes[]Alan Cox2024-07-131-8/+17
* 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-0/+1
* uma: Deduplicate uma_small_allocBojan Novković2024-05-251-1/+1
* arm64, riscv: remove unused declarationMitchell Horne2024-05-241-1/+0
* arm64: Check DMAP address is valid in PHYS_IN_DMAPAndrew Turner2024-04-241-3/+15
* arm64: fix free queue and reservation configuration for 16KB pagesEliot Solomon2024-03-241-1/+17
* arm64: Define shadow maps for KMSANMark Johnston2024-02-081-0/+14
* arm64: Add a VM_FREELIST_DMA32 freelistMark Johnston2024-01-251-3/+5
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* arm64 lib32: prepare arm64 headers to redirect to armMike Karels2023-07-251-0/+6
* arm64: make VM_NFREEORDER and the comment describing it matchAlan Cox2023-06-291-7/+8
* arm64: add KASAN supportKyle Evans2023-03-231-1/+10
* Fix the arm64 DMAP start address in a commentAndrew Turner2022-03-101-1/+1
* Add NT_ARM_ADDR_MASKAndrew Turner2022-02-221-0/+3
* Add arm64 pointer authentication supportAndrew Turner2022-01-121-0/+9
* Start to clean up arm64 address space selectionAndrew Turner2021-07-191-0/+7
* Clean up early arm64 pmap codeAndrew Turner2021-05-241-1/+0
* arm64, riscv: Set VM_KMEM_SIZE_SCALE to 1Mark Johnston2021-01-201-8/+1
* 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
* arm64: Increase dmap size to 95 TiBD Scott Phillips2020-08-261-2/+2
* Eliminate an unused declaration. The variable in question is only definedAlan Cox2019-10-071-1/+0
* Remove VM_FREELIST_ISADMA. It's not needed on these architectures.Warner Losh2018-07-171-10/+4
* Remove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replacing them across theNathan Whitehorn2018-01-191-0/+1
* ARM64: fix DMAP calculationWojciech Macek2016-06-301-2/+2
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-0/+2
* Set the upper limit of the DMAP region to the limit of RAM as was found inAndrew Turner2016-04-141-3/+5
* Document the memory ranges within the kernel region to help with debuggingAndrew Turner2016-04-131-6/+11
* Increase the arm64 kernel address space to 512GB, and the DMAP region toAndrew Turner2016-04-131-13/+14
* Allow vmparam.h to be included from assembly files on arm64.Andrew Turner2016-04-061-1/+5
* Add support for 4 level pagetables. The userland address space has beenAndrew Turner2016-03-311-1/+1
* Add support for usermode (vdso-like) gettimeofday(2) andKonstantin Belousov2015-12-071-1/+2
* Add support for moving the DMAP range. This is needed as some AMD SoCsAndrew Turner2015-11-241-5/+7
* Add support for uma_small_alloc and uma_small_free, and make use of these.Andrew Turner2015-07-311-0/+2
* Add VIRT_IN_DMAP to check if a virtual address is from the DMAP range.Andrew Turner2015-07-311-1/+4
* Increase DMAP (Direct Map) size on ARM64Zbigniew Bodek2015-07-171-2/+2
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.Alan Cox2015-06-081-3/+2
* Renumber clauses to avoid missing 3Ed Maste2015-03-231-1/+1
* Add the start of the arm64 machine headers. This is the subset needed toAndrew Turner2015-03-231-0/+231