summaryrefslogtreecommitdiffstats
path: root/sys/arm64/include/vmparam.h
Commit message (Expand)AuthorAgeFilesLines
* ARM64: fix DMAP calculationwma2016-06-301-2/+2
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-0/+2
* Set the upper limit of the DMAP region to the limit of RAM as was found inandrew2016-04-141-3/+5
* Document the memory ranges within the kernel region to help with debuggingandrew2016-04-131-6/+11
* Increase the arm64 kernel address space to 512GB, and the DMAP region toandrew2016-04-131-13/+14
* Allow vmparam.h to be included from assembly files on arm64.andrew2016-04-061-1/+5
* Add support for 4 level pagetables. The userland address space has beenandrew2016-03-311-1/+1
* Add support for usermode (vdso-like) gettimeofday(2) andkib2015-12-071-1/+2
* Add support for moving the DMAP range. This is needed as some AMD SoCsandrew2015-11-241-5/+7
* Add support for uma_small_alloc and uma_small_free, and make use of these.andrew2015-07-311-0/+2
* Add VIRT_IN_DMAP to check if a virtual address is from the DMAP range.andrew2015-07-311-1/+4
* Increase DMAP (Direct Map) size on ARM64zbb2015-07-171-2/+2
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* Renumber clauses to avoid missing 3emaste2015-03-231-1/+1
* Add the start of the arm64 machine headers. This is the subset needed toandrew2015-03-231-0/+231
OpenPOWER on IntegriCloud