aboutsummaryrefslogtreecommitdiff
path: root/include/arch
AgeCommit message (Expand)Author
2020-08-18Add wrapper for AT instructionManish V Badarkhe
2020-08-18runtime_exceptions: Update AT speculative workaroundManish V Badarkhe
2020-08-10TF-A AMU extension: fix detection of group 1 counters.Alexei Fedorov
2020-06-12Prevent RAS register access from lower ELsVarun Wadekar
2020-06-02Enable ARMv8.6-ECV Self-Synch when booting to EL2Jimmy Brisson
2020-06-02Enable ARMv8.6-FGT when booting to EL2Jimmy Brisson
2020-05-26TF-A: Fix wrong register read for MPAM extensionAlexei Fedorov
2020-05-19Enable v8.6 WFE trap delaysjohpow01
2020-05-16Fix compilation error when ENABLE_PIE=1Varun Wadekar
2020-05-14Implement workaround for AT speculative behaviourManish V Badarkhe
2020-05-13SPMD: code/comments cleanupOlivier Deprez
2020-04-15Provide a hint to power controller for DSU cluster power downMadhukar Pappireddy
2020-04-07locks: bakery: use is_dcache_enabled() helperMasahiro Yamada
2020-04-03Fix MISRA C issues in BL1/BL2/BL31John Powell
2020-03-31Add get_current_el_maybe_constant()Masahiro Yamada
2020-03-19Merge "el3_entrypoint_common: avoid overwriting arg3" into integrationManish Pandey
2020-03-12Merge "Use Speculation Barrier instruction for v8.5 cores" into integrationMark Dykes
2020-03-11Use Speculation Barrier instruction for v8.5 coresMadhukar Pappireddy
2020-03-11Merge "Fix crash dump for lower EL" into integrationMark Dykes
2020-03-09Merge "aarch32: stop speculative execution past exception returns" into integ...Mark Dykes
2020-03-06Fix crash dump for lower ELAlexei Fedorov
2020-03-03SPMD: Adds partially supported EL2 registers.Max Shvetsov
2020-03-02SPMD: save/restore EL2 system registers.Max Shvetsov
2020-03-01aarch32: stop speculative execution past exception returnsMadhukar Pappireddy
2020-02-21el3_entrypoint_common: avoid overwriting arg3Yann Gautier
2020-02-20Tegra: delay_timer: support for physical secure timerVarun Wadekar
2020-02-07Make PAC demangling more genericAlexei Fedorov
2020-01-22Prevent speculative execution past ERETAnthony Steinhauser
2019-12-29bl31: Split into two separate memory regionsSamuel Holland
2019-12-13Merge changes from topic "aa/sel2_support" into integrationOlivier Deprez
2019-12-12PIE: make call to GDT relocation fixup generalizedManish Pandey
2019-12-06S-EL2 Support: Check for AArch64Artsem Artsemenka
2019-12-06Add support for enabling S-EL2Achin Gupta
2019-11-26Changes to support updated register usage in SMCCC v1.2Madhukar Pappireddy
2019-10-07Explicitly disable the SPME bit in MDCR_EL3Petre-Ionut Tudor
2019-10-02Add missing support for BL2_AT_EL3 in XIP memoryLionel Debieve
2019-09-26AArch32: Disable Secure Cycle CounterAlexei Fedorov
2019-09-13Merge "Refactor ARMv8.3 Pointer Authentication support code" into integrationSoby Mathew
2019-09-13Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov
2019-09-12Invalidate dcache build option for bl2 entry at EL3Hadi Asyrafi
2019-09-12Merge changes from topic "jc/mte_enable" into integrationSoby Mathew
2019-09-11Add UBSAN support and handlersJustin Chadwell
2019-09-09Enable MTE support in both secure and non-secure worldsJustin Chadwell
2019-08-23Merge "AArch64: Disable Secure Cycle Counter" into integrationPaul Beesley
2019-08-21AArch64: Disable Secure Cycle CounterAlexei Fedorov
2019-08-16FVP_Base_AEMv8A platform: Fix cache maintenance operationsAlexei Fedorov
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-07-25Merge changes from topic "jts/spsr" into integrationSoby Mathew
2019-07-24SSBS: init SPSR register with default SSBS valueJohn Tsichritzis
2019-07-23Merge "Enable MTE support unilaterally for Normal World" into integrationSoby Mathew