Age | Commit message (Expand) | Author |
2024-08-03 | arch/arm64/armv8/mmu: Improve log format | Yu-Ping Wu |
2024-07-27 | arch/arm64/armv8/mmu: Add missing header arch/barrier.h | Yu-Ping Wu |
2024-04-22 | arch/arm64: Add EL1/EL2/EL3 support for arm64 | David Milosevic |
2023-11-15 | arch/arm64: Avoid GCC warning about out of bounds array access | Zebreus |
2023-02-08 | arch/arm64/armv8/mmu.c: Add a space before the ternary operator | Yuchen He |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-03-06 | src/arch/arm64: Convert to SPDX license header | Patrick Georgi |
2019-12-19 | src/arch: Remove unused <stdlib.h> | Elyes HAOUAS |
2018-08-13 | arm64: mmu: Spot check security state for TTB mapping | Julius Werner |
2018-08-10 | arm64: Drop checks for current exception level, hardcode EL3 assumption | Julius Werner |
2018-06-26 | arm64: Reimplement mmu_disable() in assembly | Julius Werner |
2018-04-30 | arm64: Add mmu context save/restore APIs | T Michael Turney |
2018-03-23 | arch/arm64/armv8/mmu: Add support for 48bit VA | Patrick Rudolph |
2017-05-30 | arm64: Align cache maintenance code with libpayload and ARM32 | Julius Werner |
2016-02-10 | arch/arm64: mmu: Spot check TTB memory attributes | Julius Werner |
2015-11-11 | arm64: mmu: Make page table manipulation work across stages | Julius Werner |
2015-09-28 | arm64: mmu: Prevent CPU prefetch instructions from device memory | Jimmy Huang |
2015-06-02 | arm64: correct cacheable/non-cacheable tag string in print_tag | Jimmy Huang |
2015-06-02 | arm64: Guard prints in mmu.c | Furquan Shaikh |
2015-06-02 | arm64: Decouple MMU functions from memranges | Julius Werner |
2015-04-27 | arch/arm64: update mmu translation table granule size, logic and macros | Jimmy Huang |
2015-04-22 | arm64: Correct shareability option for normal memory | Furquan Shaikh |
2015-03-28 | arm64: Reinit free_idx to 1 in mmu_init | Furquan Shaikh |
2015-03-27 | arm64: remove printk() before console_init() | Aaron Durbin |
2015-03-27 | arm64: make mmu_enable() use previous ttb from mmu_init() | Aaron Durbin |
2015-03-26 | arm64: handle non-cacheable normal memory | Aaron Durbin |
2015-03-13 | armv8: Add mmu support | Furquan Shaikh |