aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm64/armv8/mmu.c
AgeCommit message (Expand)Author
2015-09-28arm64: mmu: Prevent CPU prefetch instructions from device memoryJimmy Huang
2015-06-02arm64: correct cacheable/non-cacheable tag string in print_tagJimmy Huang
2015-06-02arm64: Guard prints in mmu.cFurquan Shaikh
2015-06-02arm64: Decouple MMU functions from memrangesJulius Werner
2015-04-27arch/arm64: update mmu translation table granule size, logic and macrosJimmy Huang
2015-04-22arm64: Correct shareability option for normal memoryFurquan Shaikh
2015-03-28arm64: Reinit free_idx to 1 in mmu_initFurquan Shaikh
2015-03-27arm64: remove printk() before console_init()Aaron Durbin
2015-03-27arm64: make mmu_enable() use previous ttb from mmu_init()Aaron Durbin
2015-03-26arm64: handle non-cacheable normal memoryAaron Durbin
2015-03-13armv8: Add mmu supportFurquan Shaikh