1. aaaf2cc refactor(cpufeat): add macro to simplify is_feat_xx_present by Sona Mathew · 1 year, 5 months ago
  2. d6c76e6 fix(cm): add more feature registers to EL1 context mgmt by Madhukar Pappireddy · 1 year, 4 months ago
  3. 85658c5 Merge "fix(pmu): fix breakage on ARMv7 CPUs with SP_min as BL32" into integration by Yann Gautier · 1 year, 4 months ago
  4. d3604b3 Merge changes from topic "lto-fixes" into integration by Manish Pandey · 1 year, 4 months ago
  5. a796d5a fix(cm): remove ENABLE_FEAT_MTE usage by Jayanth Dodderi Chidanand · 1 year, 4 months ago
  6. a6b3643 fix(cm): hide `cm_init_context_by_index` from BL1 by Chris Kay · 1 year, 6 months ago
  7. ed9bb82 fix(cm): add more system registers to EL1 context mgmt by Madhukar Pappireddy · 1 year, 4 months ago
  8. e6f8fc7 fix(pmu): fix breakage on ARMv7 CPUs with SP_min as BL32 by Ahmad Fatoum · 1 year, 5 months ago
  9. 6aae3ac fix(cm): save guarded control stack registers by Madhukar Pappireddy · 1 year, 4 months ago
  10. c282384 refactor(mte): remove mte, mte_perm by Govindraj Raja · 1 year, 5 months ago
  11. 869ee08 Merge "fix(mte): use ATA bit with FEAT_MTE2" into integration by Manish Pandey · 1 year, 4 months ago
  12. d39b123 refactor(cm): minor update on conditions used in prepare_el3_exit by Jayanth Dodderi Chidanand · 1 year, 5 months ago
  13. ef0d0e5 fix(mte): use ATA bit with FEAT_MTE2 by Govindraj Raja · 1 year, 5 months ago
  14. d6af234 refactor(cm): couple el2 registers with dependent feature flags by Jayanth Dodderi Chidanand · 1 year, 6 months ago
  15. 885e93f Merge "fix(cm): update gic el2 sysregs save/restore mechanism" into integration by Olivier Deprez · 1 year, 5 months ago
  16. 59f8882 refactor(context-mgmt): move EL1 save/restore routines into C by Jayanth Dodderi Chidanand · 1 year, 7 months ago
  17. 937d6fd fix(cm): update gic el2 sysregs save/restore mechanism by Manish Pandey · 1 year, 6 months ago
  18. 8e39788 feat(mte): add mte2 feat by Govindraj Raja · 1 year, 6 months ago
  19. 30019d8 feat(cpufeat): add feature detection for FEAT_CSV2_3 by Sona Mathew · 1 year, 9 months ago
  20. 30788a8 fix(mte): remove CTX_INCLUDE_MTE_REGS usage by Govindraj Raja · 1 year, 6 months ago
  21. 0a33adc refactor(mte): deprecate CTX_INCLUDE_MTE_REGS by Govindraj Raja · 1 year, 8 months ago
  22. bfef8b9 feat(context-mgmt): report context memory usage by Juan Pablo Conde · 1 year, 9 months ago
  23. 9acff28 build(mpam): add new build option CTX_INCLUDE_MPAM_REGS by Arvind Ram Prakash · 1 year, 10 months ago
  24. ac4f6aa refactor(cm): move MPAM3_EL3 reg to per world context by Arvind Ram Prakash · 1 year, 9 months ago
  25. 4087ed6 refactor(cm): reset the cptr_el3 before perworld context setup by Jayanth Dodderi Chidanand · 1 year, 8 months ago
  26. 183329a refactor(cm): introduce INIT_UNUSED_NS_EL2 macro by Arvind Ram Prakash · 2 years ago
  27. 6597fcf feat(ras): use FEAT_IESB for error synchronization by Manish Pandey · 2 years, 1 month ago
  28. d04c04a feat(el3-runtime): modify vector entry paths by Manish Pandey · 2 years, 2 months ago
  29. 461c0a5 refactor(cm): move EL3 registers to global context by Elizabeth Ho · 2 years, 1 month ago
  30. edebefb fix(mpam): refine MPAM initialization and enablement process by Arvind Ram Prakash · 1 year, 10 months ago
  31. 9f4b625 refactor(cm): enable S-EL2 globally for all contexts by Jayanth Dodderi Chidanand · 1 year, 11 months ago
  32. 5c52d7e refactor(cm): remove world differentiation for EL2 context restore by Boyan Karatotev · 2 years, 2 months ago
  33. 5e8cc72 fix(cm): make ICC_SRE_EL2 fixup generic to all worlds by Boyan Karatotev · 2 years, 2 months ago
  34. f0c96a2 refactor(cm): clean up SCR_EL3 and CPTR_EL3 initialization by Boyan Karatotev · 2 years, 4 months ago
  35. 6a62ddf Merge "feat(cpufeat): initialize HFG*_EL2 registers" into integration by Manish Pandey · 1 year, 11 months ago
  36. ac58e57 refactor(cm): move remaining EL2 save/restore into C by Boyan Karatotev · 2 years, 3 months ago
  37. 4c700c1 chore: update to use Arm word across TF-A by Govindraj Raja · 2 years ago
  38. 4a530b4 feat(cpufeat): initialize HFG*_EL2 registers by Juan Pablo Conde · 2 years, 1 month ago
  39. ece8f7d refactor(cm): set MDCR_EL3/CPTR_EL3 bits in respective feat_init_el3() only by Boyan Karatotev · 2 years, 6 months ago
  40. b48bd79 refactor(cm): factor out EL2 register setting when EL2 is unused by Boyan Karatotev · 2 years, 5 months ago
  41. 4085a02 refactor(amu): separate the EL2 and EL3 enablement code by Boyan Karatotev · 2 years, 4 months ago
  42. 60d330d refactor(cpufeat): separate the EL2 and EL3 enablement code by Boyan Karatotev · 2 years, 6 months ago
  43. c73686a feat(pmu): introduce pmuv3 lib/extensions folder by Boyan Karatotev · 2 years, 6 months ago
  44. 24a7073 refactor(cm): introduce a real manage_extensions_nonsecure() by Boyan Karatotev · 2 years, 5 months ago
  45. c84200e Merge "fix(pmu): unconditionally save PMCR_EL0" into integration by Manish Pandey · 2 years, 3 months ago
  46. 4bd8c92 Merge changes I1bfa797e,I0ec7a70e into integration by Manish Pandey · 2 years, 3 months ago
  47. 269f3da Merge changes from topic "mp/feat_ras" into integration by Manish Pandey · 2 years, 3 months ago
  48. 1b491ee fix(tree): correct some typos by Elyes Haouas · 2 years, 6 months ago
  49. 6503ff2 refactor(cpufeat): enable FEAT_RAS for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  50. 9202d51 refactor(ras): replace RAS_EXTENSION with FEAT_RAS by Manish Pandey · 2 years, 6 months ago
  51. 1d6d680 fix(pmu): unconditionally save PMCR_EL0 by Boyan Karatotev · 2 years, 8 months ago
  52. 0d12294 refactor(cm): make SVE and SME build dependencies logical by Boyan Karatotev · 2 years, 5 months ago
  53. 88727fc refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  54. 688ab57 feat(gcs): support guarded control stack by Mark Brown · 2 years, 5 months ago
  55. 4a24538 Merge "feat(hcx): initialize HCRX_EL2 to its default value" into integration by Manish Pandey · 2 years, 4 months ago
  56. ddb615b feat(hcx): initialize HCRX_EL2 to its default value by Juan Pablo Conde · 2 years, 5 months ago
  57. 062b6c6 feat(pie/por): support permission indirection and overlay by Mark Brown · 2 years, 5 months ago
  58. 2b0bc4e feat(cpufeat): enable FEAT_SVE for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  59. 45007ac feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  60. b57e16a refactor(amu): use new AMU feature check routines by Andre Przywara · 2 years, 5 months ago
  61. d23acc9 refactor(amu): unify ENABLE_AMU and ENABLE_FEAT_AMUv1 by Andre Przywara · 2 years, 5 months ago
  62. 623f614 refactor(cpufeat): align FEAT_SEL2 to new feature handling by Andre Przywara · 2 years, 5 months ago
  63. d5384b6 refactor(cpufeat): enable FEAT_NV2 for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  64. 1223d2a refactor(cpufeat): enable FEAT_TWED for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  65. 7db710f refactor(cpufeat): enable FEAT_CSV2_2 for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  66. b8f03d2 refactor(cpufeat): enable FEAT_ECV for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  67. 603a0c6 refactor(cpufeat): enable SYS_REG_TRACE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  68. ea735bf refactor(cpufeat): enable FEAT_VHE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  69. 9448f2b refactor(mpam): enable FEAT_MPAM for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  70. 6437a09 refactor(spe): enable FEAT_SPE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  71. 90118bb refactor(cpufeat): rename ENABLE_SPE_FOR_LOWER_ELS to ENABLE_SPE_FOR_NS by Andre Przywara · 2 years, 6 months ago
  72. 16e3ddb fix(spe): drop SPE EL2 context switch code by Andre Przywara · 2 years, 6 months ago
  73. d333160 feat(tcr2): support FEAT_TCR2 by Mark Brown · 2 years, 5 months ago
  74. fc8d2d3 refactor(trf): enable FEAT_TRF for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  75. ff49103 refactor(brbe): enable FEAT_BRBE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  76. f5360cf refactor(trbe): enable FEAT_TRBE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  77. de8c489 fix(cpufeat): context-switch: move FGT availability check to callers by Andre Przywara · 2 years, 6 months ago
  78. 904da6f Merge "fix(context-mgmt): enable SCXTNUM access" into integration by Manish Pandey · 2 years, 6 months ago
  79. 01cf14d fix(context-mgmt): enable SCXTNUM access by Maksims Svecovs · 2 years, 6 months ago
  80. ed80440 fix(mpam): run-time checks for mpam save/restore routines by Rohit Mathew · 2 years, 9 months ago
  81. 344e5e8 Merge changes from topic "feat_state_rework" into integration by Manish Pandey · 2 years, 7 months ago
  82. c5a3ebb refactor(context-mgmt): move FEAT_HCX save/restore into C by Andre Przywara · 2 years, 9 months ago
  83. bb7b85a refactor(context-mgmt): move FEAT_FGT save/restore code into C by Andre Przywara · 2 years, 9 months ago
  84. ce48595 refactor(cpufeat): decouple FGT feature detection and build flags by Andre Przywara · 2 years, 9 months ago
  85. 0e0bd25 fix(mpam): remove unwanted param for "endfunc" macro by Rohit Mathew · 2 years, 10 months ago
  86. 1cbe42a fix(el3_runtime): allow SErrors when executing in EL3 by Manish Pandey · 2 years, 9 months ago
  87. ff1d2ef fix(el3_runtime): restore SPSR/ELR/SCR after esb by Manish Pandey · 2 years, 9 months ago
  88. 2f54614 Merge "fix(pmu): add sensible default for MDCR_EL2" into integration by Manish Pandey · 2 years, 9 months ago
  89. 7f85619 fix(pmu): add sensible default for MDCR_EL2 by Boyan Karatotev · 2 years, 9 months ago
  90. 46cc41d fix(ras): restrict RAS support for NS world by Manish Pandey · 2 years, 10 months ago
  91. cdade4d Merge "build(changelog): add new scope for Performance Monitor Extensions" into integration by Manish V Badarkhe · 2 years, 10 months ago
  92. d64bfef build(changelog): add new scope for Performance Monitor Extensions by Jayanth Dodderi Chidanand · 2 years, 11 months ago
  93. 00e8f79 fix(ras): trap "RAS error record" accesses only for NS by Manish Pandey · 2 years, 10 months ago
  94. 885e268 refactor(libc): clean up dependencies in libc by Claus Pedersen · 2 years, 11 months ago
  95. 2b28727 fix(context mgmt): remove explicit ICC_SRE_EL2 register read by Varun Wadekar · 2 years, 11 months ago
  96. ff86e0b feat(rng-trap): add EL3 support for FEAT_RNG_TRAP by Juan Pablo Conde · 3 years, 1 month ago
  97. d20052f refactor(context mgmt): refactor EL2 context save and restore functions by Zelalem Aweke · 3 years, 4 months ago
  98. b515f54 refactor(context mgmt): refactor initialization of EL1 context registers by Zelalem Aweke · 3 years, 4 months ago
  99. 926224e Merge "fix(amu): limit virtual offset register access to NS world" into integration by Joanna Farley · 3 years, 3 months ago
  100. 18c3320 Merge "fix(cm): add barrier before el3 ns exit" into integration by Olivier Deprez · 3 years, 3 months ago