summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include/armv8/arch/mmu.h
Commit message (Expand)AuthorAgeFilesLines
* src/arch/arm64: Convert to SPDX license headerPatrick Georgi2020-03-061-12/+2
* AUTHORS: Move src/arch/arm64 copyrights into AUTHORS fileMartin Roth2019-08-261-2/+0
* arm64: Add mmu context save/restore APIsT Michael Turney2018-04-301-0/+9
* arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph2018-03-231-5/+4
* arch/arm64: mmu: Spot check TTB memory attributesJulius Werner2016-02-101-0/+1
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-181-1/+1
* arm64: mmu: Make page table manipulation work across stagesJulius Werner2015-11-111-6/+14
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* arm64: mmu: Prevent CPU prefetch instructions from device memoryJimmy Huang2015-09-281-0/+2
* arm64: Decouple MMU functions from memrangesJulius Werner2015-06-021-0/+2
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* arch/arm64: update mmu translation table granule size, logic and macrosJimmy Huang2015-04-271-41/+17
* arm64: Correct shareability option for normal memoryFurquan Shaikh2015-04-221-0/+6
* arm64: make mmu_enable() use previous ttb from mmu_init()Aaron Durbin2015-03-271-2/+4
* arm64: handle non-cacheable normal memoryAaron Durbin2015-03-261-0/+3
* armv8: Add mmu supportFurquan Shaikh2015-03-131-0/+165