aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include/vmparam.h
Commit message (Expand)AuthorAgeFilesLines
* 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