1. 067087f feat(el3-runtime): introduce UNDEF injection to lower EL by Manish Pandey · 7 months ago
  2. 5cfe515 feat(cpufeat): added few helper functions by Manish Pandey · 6 months ago
  3. 3b84c96 feat(cpufeat): add feature detection for FEAT_CSV2_3 by Sona Mathew · 8 months ago
  4. a4752e2 fix(el3-runtime): restrict lower el EA handlers in FFH mode by Manish Pandey · 9 months ago
  5. 696ed4f Merge "feat(cpufeat): add memory retention bit define for CLUSTERPWRDN" into integration by Madhukar Pappireddy · 8 months ago
  6. ab28d4b fix(mpam): refine MPAM initialization and enablement process by Arvind Ram Prakash · 9 months ago
  7. dc4ed33 feat(cpufeat): add memory retention bit define for CLUSTERPWRDN by Jacky Bai · 10 months ago
  8. c3d68fc Merge "feat(cpufeat): initialize HFG*_EL2 registers" into integration by Manish Pandey · 10 months ago
  9. efdfe36 fix(cpus): check for SME presence in Gelas by Juan Pablo Conde · 11 months ago
  10. 0dda424 refactor(cpufeat): introduce wrapper macro for read_feat_...() functions by Andre Przywara · 1 year, 3 months ago
  11. f725298 feat(cpufeat): initialize HFG*_EL2 registers by Juan Pablo Conde · 12 months ago
  12. 919d3c8 refactor(cm): set MDCR_EL3/CPTR_EL3 bits in respective feat_init_el3() only by Boyan Karatotev · 1 year, 5 months ago
  13. 6e2fd8b fix(cm): set MDCR_EL3.{NSPBE, STE} explicitly by Boyan Karatotev · 1 year, 5 months ago
  14. df4ad84 feat(mte): adds feature detection for MTE_PERM by Maksims Svecovs · 1 year, 3 months ago
  15. 677ed8a refactor(pmu): convert FEAT_MTPMU to C and move to persistent register init by Boyan Karatotev · 1 year, 5 months ago
  16. 05504ba feat(pmu): introduce pmuv3 lib/extensions folder by Boyan Karatotev · 1 year, 5 months ago
  17. b7e7443 fix(pmu): make MDCR_EL3.MTPME=1 out of reset by Boyan Karatotev · 1 year, 1 month ago
  18. 8c8107e feat(xlat): detect 4KB and 16KB page support when FEAT_LPA2 is present by Javier Almansa Sobrino · 1 year, 2 months ago
  19. 9b468c3 Merge changes I1bfa797e,I0ec7a70e into integration by Manish Pandey · 1 year, 2 months ago
  20. 2be03c0 fix(tree): correct some typos by Elyes Haouas · 1 year, 5 months ago
  21. 870627e refactor(cpufeat): enable FEAT_RAS for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 5 months ago
  22. cfe053a feat(sme): enable SME2 functionality for NS world by Jayanth Dodderi Chidanand · 1 year, 8 months ago
  23. 326f295 feat(gcs): support guarded control stack by Mark Brown · 1 year, 4 months ago
  24. d4d7167 Merge "feat(hcx): initialize HCRX_EL2 to its default value" into integration by Manish Pandey · 1 year, 3 months ago
  25. 72e0da1 feat(hcx): initialize HCRX_EL2 to its default value by Juan Pablo Conde · 1 year, 4 months ago
  26. 293a661 feat(pie/por): support permission indirection and overlay by Mark Brown · 1 year, 4 months ago
  27. 3edbfa7 fix(aarch64): allow build with ARM_ARCH_MINOR=4 by Andre Przywara · 1 year, 3 months ago
  28. 605419a feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 1 year, 4 months ago
  29. edc449d refactor(cpufeat): enable FEAT_NV2 for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 5 months ago
  30. c735f1c refactor(cpufeat): use alternative encoding for "SB" barrier by Andre Przywara · 1 year, 7 months ago
  31. 98908b3 refactor(cpufeat): enable FEAT_VHE for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 8 months ago
  32. 84b8653 refactor(mpam): enable FEAT_MPAM for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 8 months ago
  33. c37eee7 feat(tcr2): support FEAT_TCR2 by Mark Brown · 1 year, 4 months ago
  34. 3dc3cad fix(mpam): run-time checks for mpam save/restore routines by Rohit Mathew · 1 year, 8 months ago
  35. bdc76f1 feat(fvp): emulate trapped RNDR by Andre Przywara · 1 year, 7 months ago
  36. fcb716f Merge "feat(pauth): add/modify helpers to support QARMA3" into integration by Manish Pandey · 1 year, 9 months ago
  37. d4e2503 feat(gic): add APIs to raise NS and S-EL1 SGIs by Florian Lugou · 2 years, 10 months ago
  38. e089a17 feat(pauth): add/modify helpers to support QARMA3 by Juan Pablo Conde · 2 years ago
  39. 42305f2 feat(rng-trap): add EL3 support for FEAT_RNG_TRAP by Juan Pablo Conde · 2 years ago
  40. 423045d fix(include/aarch64): fix encodings for MPAMVPM* registers by Varun Wadekar · 2 years, 1 month ago
  41. 67259f8 Merge "fix(errata): workaround for Cortex-A710 erratum 2008768" into integration by Bipin Ravi · 2 years, 2 months ago
  42. 8a48954 Merge "fix(amu): limit virtual offset register access to NS world" into integration by Joanna Farley · 2 years, 2 months ago
  43. 7d52a8f fix(errata): workaround for Cortex-A710 erratum 2008768 by johpow01 · 2 years, 4 months ago
  44. 8186596 feat(brbe): add BRBE support for NS world by johpow01 · 2 years, 5 months ago
  45. cc79927 fix(amu): limit virtual offset register access to NS world by John Powell · 2 years, 3 months ago
  46. 9461a89 refactor(el3-runtime): add arch-features detection mechanism by Jayanth Dodderi Chidanand · 2 years, 6 months ago
  47. 74b7e44 feat(ccidx): update the do_dcsw_op function to support FEAT_CCIDX by johpow01 · 2 years, 7 months ago
  48. 9baade3 feat(sme): enable SME functionality by johpow01 · 3 years ago
  49. 03be39d feat(mpmm): add support for MPMM by Chris Kay · 3 years, 2 months ago
  50. a40141d refactor(amu): detect architected counters at runtime by Chris Kay · 3 years, 1 month ago
  51. a5fde28 refactor(amu): factor out register accesses by Chris Kay · 3 years, 1 month ago
  52. 88fb9af Merge "feat(fvp_r): configure system registers to boot rich OS" into integration by Joanna Farley · 2 years, 9 months ago
  53. 5693afe feat(fvp_r): configure system registers to boot rich OS by Manish Pandey · 2 years, 9 months ago
  54. 9d13402 refactor(gpt): productize and refactor GPT library by johpow01 · 3 years, 1 month ago
  55. 13dc8f1 feat(rme): add RMM dispatcher (RMMD) by Zelalem Aweke · 3 years ago
  56. 79e3d29 feat(rme): add register definitions and helper functions for FEAT_RME by Zelalem Aweke · 3 years ago
  57. 3d7f654 chore: fvp_r: Initial No-EL3 and MPU Implementation by Gary Morrison · 3 years, 5 months ago
  58. f91e59f feat(hcx): add build option to enable FEAT_HCX by johpow01 · 2 years, 11 months ago
  59. 8ce3394 feat(trf): initialize trap settings of trace filter control registers access by Manish V Badarkhe · 3 years ago
  60. f7ee064 feat(sys_reg_trace): initialize trap settings of trace system registers access by Manish V Badarkhe · 3 years ago
  61. 20df29c feat(trbe): enable access to trace buffer control registers from lower NS EL by Manish V Badarkhe · 3 years ago
  62. e1cccb4 feat(trbe): initialize trap settings of trace buffer control registers access by Manish V Badarkhe · 3 years ago
  63. 44b4333 fix(sdei): set SPSR for SDEI based on TakeException by Daniel Boulby · 3 years, 7 months ago
  64. c450277 feat(sve): enable SVE for the secure world by Max Shvetsov · 3 years, 3 months ago
  65. 307f34b fix(security): Set MDCR_EL3.MCCD bit by Alexei Fedorov · 3 years, 2 months ago
  66. fa59c6f Enable v8.6 AMU enhancements (FEAT_AMUv1p1) by johpow01 · 3 years, 9 months ago
  67. 6fd816e Define registers for FEAT_RNG support by Tomas Pilar · 3 years, 8 months ago
  68. f3a4c54 Add support for FEAT_MTPMU for Armv8.6 by Javier Almansa Sobrino · 3 years, 7 months ago
  69. 9ecc255 Merge "Aarch64: Add support for FEAT_PANx extensions" into integration by Manish Pandey · 3 years, 7 months ago
  70. af54f6e Aarch64: Add support for FEAT_MTE3 by Alexei Fedorov · 3 years, 7 months ago
  71. c082f03 Aarch64: Add support for FEAT_PANx extensions by Alexei Fedorov · 3 years, 7 months ago
  72. ed20207 Increase type widths to satisfy width requirements by Jimmy Brisson · 4 years ago
  73. 7e6306b TF-A AMU extension: fix detection of group 1 counters. by Alexei Fedorov · 4 years ago
  74. 9223485 Prevent RAS register access from lower ELs by Varun Wadekar · 4 years, 1 month ago
  75. 8357389 Enable ARMv8.6-ECV Self-Synch when booting to EL2 by Jimmy Brisson · 4 years, 3 months ago
  76. ecc3c67 Enable ARMv8.6-FGT when booting to EL2 by Jimmy Brisson · 4 years, 3 months ago
  77. 1993355 TF-A: Fix wrong register read for MPAM extension by Alexei Fedorov · 4 years, 1 month ago
  78. 3e24c16 Enable v8.6 WFE trap delays by johpow01 · 4 years, 2 months ago
  79. 2801ed4 Implement workaround for AT speculative behaviour by Manish V Badarkhe · 4 years, 2 months ago
  80. 90d6532 Provide a hint to power controller for DSU cluster power down by Madhukar Pappireddy · 4 years, 8 months ago
  81. a5c6636 Fix MISRA C issues in BL1/BL2/BL31 by John Powell · 4 years, 3 months ago
  82. 813c9f9 Fix crash dump for lower EL by Alexei Fedorov · 4 years, 4 months ago
  83. c9e2c92 SPMD: Adds partially supported EL2 registers. by Max Shvetsov · 4 years, 5 months ago
  84. bdf502d SPMD: save/restore EL2 system registers. by Max Shvetsov · 4 years, 4 months ago
  85. 787a129 Tegra: delay_timer: support for physical secure timer by Varun Wadekar · 6 years ago
  86. a533447 S-EL2 Support: Check for AArch64 by Artsem Artsemenka · 4 years, 7 months ago
  87. 023c155 Add support for enabling S-EL2 by Achin Gupta · 4 years, 9 months ago
  88. c235b12 Merge changes from topic "jc/mte_enable" into integration by Soby Mathew · 4 years, 10 months ago
  89. 83e0488 Add UBSAN support and handlers by Justin Chadwell · 4 years, 11 months ago
  90. 1c7c13a Enable MTE support in both secure and non-secure worlds by Justin Chadwell · 5 years ago
  91. c7a7cc3 Merge "AArch64: Disable Secure Cycle Counter" into integration by Paul Beesley · 4 years, 10 months ago
  92. 503bbf3 AArch64: Disable Secure Cycle Counter by Alexei Fedorov · 4 years, 11 months ago
  93. a95a589 FVP_Base_AEMv8A platform: Fix cache maintenance operations by Alexei Fedorov · 5 years ago
  94. c97455a Merge changes from topic "jts/spsr" into integration by Soby Mathew · 5 years ago
  95. 5553417 SSBS: init SPSR register with default SSBS value by John Tsichritzis · 5 years ago
  96. 4bf6afa Merge "Enable MTE support unilaterally for Normal World" into integration by Soby Mathew · 5 years ago
  97. 830f0ad Enable MTE support unilaterally for Normal World by Soby Mathew · 5 years ago
  98. c31ab38 Aarch64: Fix SCTLR bit definitions by Alexei Fedorov · 5 years ago
  99. 007d745 arch: add some defines for generic timer registers by Yann Gautier · 5 years ago
  100. 90f2e88 Add support for Branch Target Identification by Alexei Fedorov · 5 years ago