- f99a69c feat(dsu): save/restore DSU PMU register by Arvind Ram Prakash · 1 year, 8 months ago
- 9e51f15 chore: simplify the macro names in ENABLE_FEAT mechanism by Sona Mathew · 1 year, 5 months ago
- d6c76e6 fix(cm): add more feature registers to EL1 context mgmt by Madhukar Pappireddy · 1 year, 4 months ago
- ed9bb82 fix(cm): add more system registers to EL1 context mgmt by Madhukar Pappireddy · 1 year, 4 months ago
- 33c665a fix(cpus): workaround for Cortex-A715 erratum 2344187 by Harrison Mutai · 1 year, 7 months ago
- 3c789bf feat(el3-runtime): introduce UNDEF injection to lower EL by Manish Pandey · 1 year, 8 months ago
- 30f05b4 feat(cpufeat): added few helper functions by Manish Pandey · 1 year, 7 months ago
- 30019d8 feat(cpufeat): add feature detection for FEAT_CSV2_3 by Sona Mathew · 1 year, 9 months ago
- 6d22b08 fix(el3-runtime): restrict lower el EA handlers in FFH mode by Manish Pandey · 1 year, 10 months ago
- 33bb578 Merge "feat(cpufeat): add memory retention bit define for CLUSTERPWRDN" into integration by Madhukar Pappireddy · 1 year, 9 months ago
- edebefb fix(mpam): refine MPAM initialization and enablement process by Arvind Ram Prakash · 1 year, 10 months ago
- 278beb8 feat(cpufeat): add memory retention bit define for CLUSTERPWRDN by Jacky Bai · 1 year, 11 months ago
- 6a62ddf Merge "feat(cpufeat): initialize HFG*_EL2 registers" into integration by Manish Pandey · 2 years ago
- 0bbd432 fix(cpus): check for SME presence in Gelas by Juan Pablo Conde · 2 years ago
- a8d5d3d refactor(cpufeat): introduce wrapper macro for read_feat_...() functions by Andre Przywara · 2 years, 4 months ago
- 4a530b4 feat(cpufeat): initialize HFG*_EL2 registers by Juan Pablo Conde · 2 years, 1 month ago
- ece8f7d refactor(cm): set MDCR_EL3/CPTR_EL3 bits in respective feat_init_el3() only by Boyan Karatotev · 2 years, 6 months ago
- 99506fa fix(cm): set MDCR_EL3.{NSPBE, STE} explicitly by Boyan Karatotev · 2 years, 6 months ago
- 4d0b663 feat(mte): adds feature detection for MTE_PERM by Maksims Svecovs · 2 years, 4 months ago
- 83a4dae refactor(pmu): convert FEAT_MTPMU to C and move to persistent register init by Boyan Karatotev · 2 years, 6 months ago
- c73686a feat(pmu): introduce pmuv3 lib/extensions folder by Boyan Karatotev · 2 years, 6 months ago
- 33815eb fix(pmu): make MDCR_EL3.MTPME=1 out of reset by Boyan Karatotev · 2 years, 2 months ago
- bff074d feat(xlat): detect 4KB and 16KB page support when FEAT_LPA2 is present by Javier Almansa Sobrino · 2 years, 3 months ago
- 4bd8c92 Merge changes I1bfa797e,I0ec7a70e into integration by Manish Pandey · 2 years, 3 months ago
- 1b491ee fix(tree): correct some typos by Elyes Haouas · 2 years, 6 months ago
- 6503ff2 refactor(cpufeat): enable FEAT_RAS for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
- 03d3c0d feat(sme): enable SME2 functionality for NS world by Jayanth Dodderi Chidanand · 2 years, 9 months ago
- 688ab57 feat(gcs): support guarded control stack by Mark Brown · 2 years, 5 months ago
- 4a24538 Merge "feat(hcx): initialize HCRX_EL2 to its default value" into integration by Manish Pandey · 2 years, 4 months ago
- ddb615b feat(hcx): initialize HCRX_EL2 to its default value by Juan Pablo Conde · 2 years, 5 months ago
- 062b6c6 feat(pie/por): support permission indirection and overlay by Mark Brown · 2 years, 5 months ago
- 78f56ee fix(aarch64): allow build with ARM_ARCH_MINOR=4 by Andre Przywara · 2 years, 4 months ago
- 45007ac feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 2 years, 5 months ago
- d5384b6 refactor(cpufeat): enable FEAT_NV2 for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
- 387b880 refactor(cpufeat): use alternative encoding for "SB" barrier by Andre Przywara · 2 years, 8 months ago
- ea735bf refactor(cpufeat): enable FEAT_VHE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
- 9448f2b refactor(mpam): enable FEAT_MPAM for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
- d333160 feat(tcr2): support FEAT_TCR2 by Mark Brown · 2 years, 5 months ago
- ed80440 fix(mpam): run-time checks for mpam save/restore routines by Rohit Mathew · 2 years, 9 months ago
- 1ae7552 feat(fvp): emulate trapped RNDR by Andre Przywara · 2 years, 9 months ago
- 93910a7 Merge "feat(pauth): add/modify helpers to support QARMA3" into integration by Manish Pandey · 2 years, 11 months ago
- dcb31ff feat(gic): add APIs to raise NS and S-EL1 SGIs by Florian Lugou · 4 years ago
- 9ff5f75 feat(pauth): add/modify helpers to support QARMA3 by Juan Pablo Conde · 3 years, 1 month ago
- ff86e0b feat(rng-trap): add EL3 support for FEAT_RNG_TRAP by Juan Pablo Conde · 3 years, 1 month ago
- e926558 fix(include/aarch64): fix encodings for MPAMVPM* registers by Varun Wadekar · 3 years, 2 months ago
- aeef2c2 Merge "fix(errata): workaround for Cortex-A710 erratum 2008768" into integration by Bipin Ravi · 3 years, 3 months ago
- 926224e Merge "fix(amu): limit virtual offset register access to NS world" into integration by Joanna Farley · 3 years, 3 months ago
- af220eb fix(errata): workaround for Cortex-A710 erratum 2008768 by johpow01 · 3 years, 5 months ago
- 744ad97 feat(brbe): add BRBE support for NS world by johpow01 · 3 years, 6 months ago
- a4c3945 fix(amu): limit virtual offset register access to NS world by John Powell · 3 years, 4 months ago
- 6a0da73 refactor(el3-runtime): add arch-features detection mechanism by Jayanth Dodderi Chidanand · 3 years, 7 months ago
- d0ec1cc feat(ccidx): update the do_dcsw_op function to support FEAT_CCIDX by johpow01 · 3 years, 8 months ago
- dc78e62 feat(sme): enable SME functionality by johpow01 · 4 years, 1 month ago
- 6812078 feat(mpmm): add support for MPMM by Chris Kay · 4 years, 3 months ago
- 81e2ff1 refactor(amu): detect architected counters at runtime by Chris Kay · 4 years, 2 months ago
- 33b9be6 refactor(amu): factor out register accesses by Chris Kay · 4 years, 2 months ago
- ae720ac Merge "feat(fvp_r): configure system registers to boot rich OS" into integration by Joanna Farley · 3 years, 10 months ago
- 28bbbf3 feat(fvp_r): configure system registers to boot rich OS by Manish Pandey · 3 years, 10 months ago
- f19dc62 refactor(gpt): productize and refactor GPT library by johpow01 · 4 years, 2 months ago
- 77c2775 feat(rme): add RMM dispatcher (RMMD) by Zelalem Aweke · 4 years, 1 month ago
- 81c272b feat(rme): add register definitions and helper functions for FEAT_RME by Zelalem Aweke · 4 years, 1 month ago
- 5fb061e chore: fvp_r: Initial No-EL3 and MPU Implementation by Gary Morrison · 4 years, 6 months ago
- cb4ec47 feat(hcx): add build option to enable FEAT_HCX by johpow01 · 4 years ago
- 5de20ec feat(trf): initialize trap settings of trace filter control registers access by Manish V Badarkhe · 4 years, 1 month ago
- 2031d61 feat(sys_reg_trace): initialize trap settings of trace system registers access by Manish V Badarkhe · 4 years, 1 month ago
- 813524e feat(trbe): enable access to trace buffer control registers from lower NS EL by Manish V Badarkhe · 4 years, 1 month ago
- 40ff907 feat(trbe): initialize trap settings of trace buffer control registers access by Manish V Badarkhe · 4 years, 1 month ago
- 37596fc fix(sdei): set SPSR for SDEI based on TakeException by Daniel Boulby · 4 years, 8 months ago
- 0c5e7d1 feat(sve): enable SVE for the secure world by Max Shvetsov · 4 years, 5 months ago
- 12f6c06 fix(security): Set MDCR_EL3.MCCD bit by Alexei Fedorov · 4 years, 3 months ago
- 873d424 Enable v8.6 AMU enhancements (FEAT_AMUv1p1) by johpow01 · 4 years, 10 months ago
- 7c802c7 Define registers for FEAT_RNG support by Tomas Pilar · 4 years, 9 months ago
- 0063dd1 Add support for FEAT_MTPMU for Armv8.6 by Javier Almansa Sobrino · 4 years, 9 months ago
- 99ddfc0 Merge "Aarch64: Add support for FEAT_PANx extensions" into integration by Manish Pandey · 4 years, 8 months ago
- 0563ab0 Aarch64: Add support for FEAT_MTE3 by Alexei Fedorov · 4 years, 8 months ago
- a83103c Aarch64: Add support for FEAT_PANx extensions by Alexei Fedorov · 4 years, 8 months ago
- d7b5f40 Increase type widths to satisfy width requirements by Jimmy Brisson · 5 years ago
- f3ccf03 TF-A AMU extension: fix detection of group 1 counters. by Alexei Fedorov · 5 years ago
- fbc44bd Prevent RAS register access from lower ELs by Varun Wadekar · 5 years ago
- 29d0ee5 Enable ARMv8.6-ECV Self-Synch when booting to EL2 by Jimmy Brisson · 5 years ago
- 110ee43 Enable ARMv8.6-FGT when booting to EL2 by Jimmy Brisson · 5 years ago
- dbcc44a TF-A: Fix wrong register read for MPAM extension by Alexei Fedorov · 5 years ago
- 6cac724 Enable v8.6 WFE trap delays by johpow01 · 5 years ago
- 45aecff Implement workaround for AT speculative behaviour by Manish V Badarkhe · 5 years ago
- 9cf7f35 Provide a hint to power controller for DSU cluster power down by Madhukar Pappireddy · 6 years ago
- 3443a70 Fix MISRA C issues in BL1/BL2/BL31 by John Powell · 5 years ago
- b4292bc Fix crash dump for lower EL by Alexei Fedorov · 5 years ago
- 2825946 SPMD: Adds partially supported EL2 registers. by Max Shvetsov · 5 years ago
- 28f39f0 SPMD: save/restore EL2 system registers. by Max Shvetsov · 5 years ago
- dd4f088 Tegra: delay_timer: support for physical secure timer by Varun Wadekar · 7 years ago
- db3ae85 S-EL2 Support: Check for AArch64 by Artsem Artsemenka · 6 years ago
- 0376e7c Add support for enabling S-EL2 by Achin Gupta · 6 years ago
- 91624b7 Merge changes from topic "jc/mte_enable" into integration by Soby Mathew · 6 years ago
- 1f46197 Add UBSAN support and handlers by Justin Chadwell · 6 years ago
- 9dd9438 Enable MTE support in both secure and non-secure worlds by Justin Chadwell · 6 years ago
- 3056091 Merge "AArch64: Disable Secure Cycle Counter" into integration by Paul Beesley · 6 years ago
- e290a8f AArch64: Disable Secure Cycle Counter by Alexei Fedorov · 6 years ago
- ef430ff FVP_Base_AEMv8A platform: Fix cache maintenance operations by Alexei Fedorov · 6 years ago
- f7fb88f Merge changes from topic "jts/spsr" into integration by Soby Mathew · 6 years ago
- c250cc3 SSBS: init SPSR register with default SSBS value by John Tsichritzis · 6 years ago