1. a61c330 Merge "fix(mte): use ATA bit with FEAT_MTE2" into integration by Manish Pandey · 2 months ago
  2. 6cab6c0 refactor(cm): minor update on conditions used in prepare_el3_exit by Jayanth Dodderi Chidanand · 3 months ago
  3. 73e1d80 fix(mte): use ATA bit with FEAT_MTE2 by Govindraj Raja · 3 months ago
  4. fbbee6b refactor(cm): couple el2 registers with dependent feature flags by Jayanth Dodderi Chidanand · 4 months ago
  5. 9618883 Merge "fix(cm): update gic el2 sysregs save/restore mechanism" into integration by Olivier Deprez · 3 months ago
  6. 1facfb1 refactor(context-mgmt): move EL1 save/restore routines into C by Jayanth Dodderi Chidanand · 5 months ago
  7. 238262f fix(cm): update gic el2 sysregs save/restore mechanism by Manish Pandey · 4 months ago
  8. d7b63ac feat(mte): add mte2 feat by Govindraj Raja · 4 months ago
  9. 3b84c96 feat(cpufeat): add feature detection for FEAT_CSV2_3 by Sona Mathew · 7 months ago
  10. 77922ca fix(mte): remove CTX_INCLUDE_MTE_REGS usage by Govindraj Raja · 4 months ago
  11. 24d3a4e refactor(mte): deprecate CTX_INCLUDE_MTE_REGS by Govindraj Raja · 5 months ago
  12. b5ec138 feat(context-mgmt): report context memory usage by Juan Pablo Conde · 7 months ago
  13. 4851b49 build(mpam): add new build option CTX_INCLUDE_MPAM_REGS by Arvind Ram Prakash · 8 months ago
  14. b5d9559 refactor(cm): move MPAM3_EL3 reg to per world context by Arvind Ram Prakash · 7 months ago
  15. 56aa382 refactor(cm): reset the cptr_el3 before perworld context setup by Jayanth Dodderi Chidanand · 6 months ago
  16. 8bd27c9 refactor(cm): introduce INIT_UNUSED_NS_EL2 macro by Arvind Ram Prakash · 10 months ago
  17. 6b5721f feat(ras): use FEAT_IESB for error synchronization by Manish Pandey · 11 months ago
  18. 07952fb feat(el3-runtime): modify vector entry paths by Manish Pandey · 1 year ago
  19. 4fc00d2 refactor(cm): move EL3 registers to global context by Elizabeth Ho · 11 months ago
  20. ab28d4b fix(mpam): refine MPAM initialization and enablement process by Arvind Ram Prakash · 8 months ago
  21. f870cf6 refactor(cm): enable S-EL2 globally for all contexts by Jayanth Dodderi Chidanand · 8 months ago
  22. 2e9e6f0 refactor(cm): remove world differentiation for EL2 context restore by Boyan Karatotev · 1 year ago
  23. ef25db3 fix(cm): make ICC_SRE_EL2 fixup generic to all worlds by Boyan Karatotev · 1 year ago
  24. 8ae58f0 refactor(cm): clean up SCR_EL3 and CPTR_EL3 initialization by Boyan Karatotev · 1 year, 1 month ago
  25. c3d68fc Merge "feat(cpufeat): initialize HFG*_EL2 registers" into integration by Manish Pandey · 9 months ago
  26. a698989 refactor(cm): move remaining EL2 save/restore into C by Boyan Karatotev · 1 year, 1 month ago
  27. eee28e7 chore: update to use Arm word across TF-A by Govindraj Raja · 10 months ago
  28. f725298 feat(cpufeat): initialize HFG*_EL2 registers by Juan Pablo Conde · 11 months ago
  29. 919d3c8 refactor(cm): set MDCR_EL3/CPTR_EL3 bits in respective feat_init_el3() only by Boyan Karatotev · 1 year, 4 months ago
  30. fe1cd94 refactor(cm): factor out EL2 register setting when EL2 is unused by Boyan Karatotev · 1 year, 3 months ago
  31. 1e966f3 refactor(amu): separate the EL2 and EL3 enablement code by Boyan Karatotev · 1 year, 2 months ago
  32. 6468d4a refactor(cpufeat): separate the EL2 and EL3 enablement code by Boyan Karatotev · 1 year, 4 months ago
  33. 05504ba feat(pmu): introduce pmuv3 lib/extensions folder by Boyan Karatotev · 1 year, 4 months ago
  34. 36cebf9 refactor(cm): introduce a real manage_extensions_nonsecure() by Boyan Karatotev · 1 year, 3 months ago
  35. 28249ea Merge "fix(pmu): unconditionally save PMCR_EL0" into integration by Manish Pandey · 1 year, 1 month ago
  36. 9b468c3 Merge changes I1bfa797e,I0ec7a70e into integration by Manish Pandey · 1 year, 1 month ago
  37. ed32bfc Merge changes from topic "mp/feat_ras" into integration by Manish Pandey · 1 year, 1 month ago
  38. 2be03c0 fix(tree): correct some typos by Elyes Haouas · 1 year, 4 months ago
  39. 870627e refactor(cpufeat): enable FEAT_RAS for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 4 months ago
  40. d419e22 refactor(ras): replace RAS_EXTENSION with FEAT_RAS by Manish Pandey · 1 year, 4 months ago
  41. ed85cf7 fix(pmu): unconditionally save PMCR_EL0 by Boyan Karatotev · 1 year, 6 months ago
  42. 7f5dcc7 refactor(cm): make SVE and SME build dependencies logical by Boyan Karatotev · 1 year, 3 months ago
  43. 1f55c41 refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 4 months ago
  44. 326f295 feat(gcs): support guarded control stack by Mark Brown · 1 year, 3 months ago
  45. d4d7167 Merge "feat(hcx): initialize HCRX_EL2 to its default value" into integration by Manish Pandey · 1 year, 2 months ago
  46. 72e0da1 feat(hcx): initialize HCRX_EL2 to its default value by Juan Pablo Conde · 1 year, 3 months ago
  47. 293a661 feat(pie/por): support permission indirection and overlay by Mark Brown · 1 year, 3 months ago
  48. d62c681 feat(cpufeat): enable FEAT_SVE for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 1 year, 3 months ago
  49. 605419a feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 1 year, 3 months ago
  50. 906776e refactor(amu): use new AMU feature check routines by Andre Przywara · 1 year, 3 months ago
  51. 0b7f1b0 refactor(amu): unify ENABLE_AMU and ENABLE_FEAT_AMUv1 by Andre Przywara · 1 year, 2 months ago
  52. 6dd2d06 refactor(cpufeat): align FEAT_SEL2 to new feature handling by Andre Przywara · 1 year, 3 months ago
  53. edc449d refactor(cpufeat): enable FEAT_NV2 for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 4 months ago
  54. 0cf7740 refactor(cpufeat): enable FEAT_TWED for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 4 months ago
  55. 902c902 refactor(cpufeat): enable FEAT_CSV2_2 for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 7 months ago
  56. c346418 refactor(cpufeat): enable FEAT_ECV for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 7 months ago
  57. 44e33e0 refactor(cpufeat): enable SYS_REG_TRACE for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 7 months ago
  58. 98908b3 refactor(cpufeat): enable FEAT_VHE for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 7 months ago
  59. 84b8653 refactor(mpam): enable FEAT_MPAM for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 7 months ago
  60. f3e8cfc refactor(spe): enable FEAT_SPE for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 7 months ago
  61. 30661a9 refactor(cpufeat): rename ENABLE_SPE_FOR_LOWER_ELS to ENABLE_SPE_FOR_NS by Andre Przywara · 1 year, 4 months ago
  62. ef948dc fix(spe): drop SPE EL2 context switch code by Andre Przywara · 1 year, 4 months ago
  63. c37eee7 feat(tcr2): support FEAT_TCR2 by Mark Brown · 1 year, 3 months ago
  64. 06ea44e refactor(trf): enable FEAT_TRF for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 7 months ago
  65. c97c551 refactor(brbe): enable FEAT_BRBE for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 7 months ago
  66. 191eff6 refactor(trbe): enable FEAT_TRBE for FEAT_STATE_CHECKED by Andre Przywara · 1 year, 7 months ago
  67. 8258f14 fix(cpufeat): context-switch: move FGT availability check to callers by Andre Przywara · 1 year, 4 months ago
  68. 9f65721 Merge "fix(context-mgmt): enable SCXTNUM access" into integration by Manish Pandey · 1 year, 4 months ago
  69. 1e25c5b fix(context-mgmt): enable SCXTNUM access by Maksims Svecovs · 1 year, 4 months ago
  70. 3dc3cad fix(mpam): run-time checks for mpam save/restore routines by Rohit Mathew · 1 year, 7 months ago
  71. 27d45ca Merge changes from topic "feat_state_rework" into integration by Manish Pandey · 1 year, 5 months ago
  72. 1d8795e refactor(context-mgmt): move FEAT_HCX save/restore into C by Andre Przywara · 1 year, 7 months ago
  73. 5d6d2ab refactor(context-mgmt): move FEAT_FGT save/restore code into C by Andre Przywara · 1 year, 7 months ago
  74. e8920f6 refactor(cpufeat): decouple FGT feature detection and build flags by Andre Przywara · 1 year, 7 months ago
  75. ca91d27 fix(mpam): remove unwanted param for "endfunc" macro by Rohit Mathew · 1 year, 8 months ago
  76. 62d532a fix(el3_runtime): allow SErrors when executing in EL3 by Manish Pandey · 1 year, 7 months ago
  77. 53bc59a fix(el3_runtime): restore SPSR/ELR/SCR after esb by Manish Pandey · 1 year, 7 months ago
  78. 181dafb Merge "fix(pmu): add sensible default for MDCR_EL2" into integration by Manish Pandey · 1 year, 7 months ago
  79. ecd9f08 fix(pmu): add sensible default for MDCR_EL2 by Boyan Karatotev · 1 year, 7 months ago
  80. 0e3379d fix(ras): restrict RAS support for NS world by Manish Pandey · 1 year, 8 months ago
  81. b2458b2 Merge "build(changelog): add new scope for Performance Monitor Extensions" into integration by Manish V Badarkhe · 1 year, 8 months ago
  82. 4ec78ad build(changelog): add new scope for Performance Monitor Extensions by Jayanth Dodderi Chidanand · 1 year, 9 months ago
  83. 7c6fcb4 fix(ras): trap "RAS error record" accesses only for NS by Manish Pandey · 1 year, 8 months ago
  84. 785e66c refactor(libc): clean up dependencies in libc by Claus Pedersen · 1 year, 9 months ago
  85. cc238bb fix(context mgmt): remove explicit ICC_SRE_EL2 register read by Varun Wadekar · 1 year, 9 months ago
  86. 42305f2 feat(rng-trap): add EL3 support for FEAT_RNG_TRAP by Juan Pablo Conde · 1 year, 11 months ago
  87. 5362beb refactor(context mgmt): refactor EL2 context save and restore functions by Zelalem Aweke · 2 years, 2 months ago
  88. 2012600 refactor(context mgmt): refactor initialization of EL1 context registers by Zelalem Aweke · 2 years, 2 months ago
  89. 8a48954 Merge "fix(amu): limit virtual offset register access to NS world" into integration by Joanna Farley · 2 years, 1 month ago
  90. e43ba98 Merge "fix(cm): add barrier before el3 ns exit" into integration by Olivier Deprez · 2 years, 1 month ago
  91. e4793dd fix(cm): add barrier before el3 ns exit by Olivier Deprez · 2 years, 1 month ago
  92. 8186596 feat(brbe): add BRBE support for NS world by johpow01 · 2 years, 4 months ago
  93. cc79927 fix(amu): limit virtual offset register access to NS world by John Powell · 2 years, 2 months ago
  94. 4b5489c refactor(twed): improve TWED enablement in EL-3 by Jayanth Dodderi Chidanand · 2 years, 2 months ago
  95. f92c0cb refactor(context mgmt): add cm_prepare_el3_exit_ns function by Zelalem Aweke · 2 years, 4 months ago
  96. 4240111 refactor(context mgmt): refactor the cm_setup_context function by Zelalem Aweke · 2 years, 5 months ago
  97. bd17eae refactor(context mgmt): remove registers accessible only from secure state from EL2 context by Zelalem Aweke · 2 years, 7 months ago
  98. 72b69b8 refactor(el3-runtime): replace ARM_ARCH_AT_LEAST macro with FEAT flags by Jayanth Dodderi Chidanand · 2 years, 4 months ago
  99. 928747f fix(el3-runtime): set unset pstate bits to default by Daniel Boulby · 3 years ago
  100. 95fb1aa refactor(el3-runtime): add prepare_el3_entry func by Daniel Boulby · 2 years, 5 months ago