1. 9726775 build(bl31): support separated memory for RW DATA by Ye Li · 2 years, 3 months ago
  2. b459065 feat(context-mgmt): introduce EL3/root context by Jayanth Dodderi Chidanand · 1 year, 4 months ago
  3. 34060b4 feat(cm): handle asymmetry for FEAT_TCR2 by Jayanth Dodderi Chidanand · 3 months ago
  4. 4231000 Merge changes from topic "mp/simd_ctxt_mgmt" into integration by Manish V Badarkhe · 3 months ago
  5. 5c1b8d9 feat(simd): introduce simd context helper APIs by Madhukar Pappireddy · 5 months ago
  6. df0b426 feat(cm): asymmetric feature support for trbe by Arvind Ram Prakash · 4 months ago
  7. 62d87e7 feat(fgt2): add support for FEAT_FGT2 by Arvind Ram Prakash · 6 months ago
  8. 05b4763 feat(debugv8p9): add support for FEAT_Debugv8p9 by Arvind Ram Prakash · 6 months ago
  9. 1cf3d12 Merge changes from topic "early_console" into integration by Manish Pandey · 7 months ago
  10. 902c82a refactor(console): consolidate console runtime switch by Salman Nabi · 9 months ago
  11. 365232e Merge changes from topic "makefile-cleanup" into integration by Manish V Badarkhe · 7 months ago
  12. 874f6e9 Merge changes from topic "sm/feat_detect" into integration by Manish Pandey · 7 months ago
  13. 80c57e2 refactor(smccc): refactor vendor-el3 build by Govindraj Raja · 7 months ago
  14. bedf4ef feat(smccc): add vendor-specific el3 service by Govindraj Raja · 9 months ago
  15. ff69a6a refactor(cpus): replace adr with adr_l by developer · 9 months ago
  16. 9e505f9 refactor(cpufeat): add macro to simplify is_feat_xx_present by Sona Mathew · 8 months ago
  17. 99b5b2e build: remove `MAKE_BUILD_STRINGS` function by Chris Kay · 9 months ago
  18. 5ae29c0 feat(console): introduce EARLY_CONSOLE by Yann Gautier · 10 months ago
  19. c1be66f refactor(mte): remove mte, mte_perm by Govindraj Raja · 9 months ago
  20. def74ec Merge "refactor(sdei): use common create_spsr() in SDEI library" into integration by Lauren Wehrmeister · 8 months ago
  21. 4c178ca Merge "fix(misra): fix MISRA defects" into integration by Manish Pandey · 9 months ago
  22. df8200d refactor(sdei): use common create_spsr() in SDEI library by Arvind Ram Prakash · 9 months ago
  23. 29670e6 fix(misra): fix MISRA defects by Arvind Ram Prakash · 9 months ago
  24. 579a23c fix(gic600): workaround for Part 1 of GIC600 erratum 2384374 by Arvind Ram Prakash · 10 months ago
  25. 067087f feat(el3-runtime): introduce UNDEF injection to lower EL by Manish Pandey · 12 months ago
  26. cfba645 build: use toolchain identifiers in conditions by Chris Kay · 12 months ago
  27. 523e864 build: use new toolchain variables for tools by Chris Kay · 12 months ago
  28. 097051f feat(cros_widevine): add ChromeOS widevine SMC handler by Yi Chou · 1 year, 8 months ago
  29. a47a61a fix(ehf): restrict secure world FIQ routing model to SPM_MM by Manish Pandey · 1 year ago
  30. b5ec138 feat(context-mgmt): report context memory usage by Juan Pablo Conde · 1 year, 1 month ago
  31. fb1dd16 Merge changes from topic "fix-lto-build" into integration by André Przywara · 12 months ago
  32. 31808af fix(el3-spmc): remove experimental flag by Olivier Deprez · 1 year, 1 month ago
  33. 08526ad feat(build): check that .text section starts at page boundary by Andrey Skvortsov · 1 year, 3 months ago
  34. a4752e2 fix(el3-runtime): restrict lower el EA handlers in FFH mode by Manish Pandey · 1 year, 1 month ago
  35. f90a73c fix(ras): remove RAS_FFH_SUPPORT and introduce FFH_SUPPORT by Manish Pandey · 1 year, 2 months ago
  36. 6b5721f feat(ras): use FEAT_IESB for error synchronization by Manish Pandey · 1 year, 5 months ago
  37. 07952fb feat(el3-runtime): modify vector entry paths by Manish Pandey · 1 year, 6 months ago
  38. 4fc00d2 refactor(cm): move EL3 registers to global context by Elizabeth Ho · 1 year, 4 months ago
  39. ab28d4b fix(mpam): refine MPAM initialization and enablement process by Arvind Ram Prakash · 1 year, 1 month ago
  40. 341b311 feat(bl31): reuse SPM_MM specific defines for SPMC_AT_EL3 by Nishant Sharma · 1 year, 1 month ago
  41. 67ac77c refactor(el3-runtime): plat_ic_has_interrupt_type returns bool by Madhukar Pappireddy · 1 year, 3 months ago
  42. 81e4687 fix(el3-runtime): leverage generic interrupt controller helpers by Madhukar Pappireddy · 1 year, 4 months ago
  43. 6805e8d feat(fvp): capture timestamps in bl stages by thagon01-arm · 1 year, 4 months ago
  44. 1f9ecfe fix(bl31): resolve runtime console garbage in next stage by Prasad Kummari · 1 year, 3 months ago
  45. 62040f4 refactor(el3-runtime): move interrupt exception handler from macro to a function by Manish Pandey · 1 year, 4 months ago
  46. 677ed8a refactor(pmu): convert FEAT_MTPMU to C and move to persistent register init by Boyan Karatotev · 1 year, 9 months ago
  47. 36cebf9 refactor(cm): introduce a real manage_extensions_nonsecure() by Boyan Karatotev · 1 year, 9 months ago
  48. 62cc109 fix: pass SMCCCv1.3 SVE hint to internal flags by Olivier Deprez · 1 year, 6 months ago
  49. 80c530e chore(bl): add UNALIGNED symbols for TEXT/RODATA by Michal Simek · 1 year, 7 months ago
  50. 8d6b741 build(bl31): add symbols for memory layout by Harrison Mutai · 1 year, 7 months ago
  51. 28249ea Merge "fix(pmu): unconditionally save PMCR_EL0" into integration by Manish Pandey · 1 year, 7 months ago
  52. ed32bfc Merge changes from topic "mp/feat_ras" into integration by Manish Pandey · 1 year, 7 months ago
  53. ad32501 Merge changes from topic "srm/Errata_ABI_El3" into integration by Madhukar Pappireddy · 1 year, 7 months ago
  54. d419e22 refactor(ras): replace RAS_EXTENSION with FEAT_RAS by Manish Pandey · 1 year, 9 months ago
  55. 7fe0352 feat(errata_abi): errata management firmware interface by Sona Mathew · 2 years ago
  56. ed85cf7 fix(pmu): unconditionally save PMCR_EL0 by Boyan Karatotev · 2 years ago
  57. 7f5dcc7 refactor(cm): make SVE and SME build dependencies logical by Boyan Karatotev · 1 year, 9 months ago
  58. 67d38d9 Merge "feat(el3-runtime): handle traps for IMPDEF registers accesses" into integration by Manish Pandey · 1 year, 7 months ago
  59. 0a46eb1 feat(el3-runtime): handle traps for IMPDEF registers accesses by Varun Wadekar · 1 year, 7 months ago
  60. 60f805a build(bl31): sort sections by alignment by default by Chris Kay · 1 year, 10 months ago
  61. b18e6f9 Merge changes from topic "mb/rst-to-bl31-update" into integration by Manish V Badarkhe · 1 year, 8 months ago
  62. 3e0e789 fix(fvp): work around BL31 progbits exceeded by Boyan Karatotev · 1 year, 8 months ago
  63. d62c681 feat(cpufeat): enable FEAT_SVE for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 1 year, 9 months ago
  64. 605419a feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 1 year, 9 months ago
  65. 0b7f1b0 refactor(amu): unify ENABLE_AMU and ENABLE_FEAT_AMUv1 by Andre Przywara · 1 year, 8 months ago
  66. 1be0f93 Merge changes from topic "feat_state_part4" into integration by Manish Pandey · 1 year, 8 months ago
  67. 44e33e0 refactor(cpufeat): enable SYS_REG_TRACE for FEAT_STATE_CHECKED by Andre Przywara · 2 years ago
  68. e6407a5 Merge "fix(smccc): check smc_fid [23:17] bits" into integration by Manish V Badarkhe · 1 year, 8 months ago
  69. 84b8653 refactor(mpam): enable FEAT_MPAM for FEAT_STATE_CHECKED by Andre Przywara · 2 years ago
  70. f3e8cfc refactor(spe): enable FEAT_SPE for FEAT_STATE_CHECKED by Andre Przywara · 2 years ago
  71. 30661a9 refactor(cpufeat): rename ENABLE_SPE_FOR_LOWER_ELS to ENABLE_SPE_FOR_NS by Andre Przywara · 1 year, 10 months ago
  72. 3e474f7 fix(smccc): check smc_fid [23:17] bits by Jayanth Dodderi Chidanand · 1 year, 9 months ago
  73. 936f3d2 fix(bl31): avoid clearing of argument registers in RESET_TO_BL31 case by Manish V Badarkhe · 1 year, 9 months ago
  74. a8d03f1 Revert "feat(bl31): aarch64: RESET_TO_BL31_WITH_PARAMS" by Manish V Badarkhe · 1 year, 9 months ago
  75. 06ea44e refactor(trf): enable FEAT_TRF for FEAT_STATE_CHECKED by Andre Przywara · 2 years ago
  76. c97c551 refactor(brbe): enable FEAT_BRBE for FEAT_STATE_CHECKED by Andre Przywara · 2 years ago
  77. 191eff6 refactor(trbe): enable FEAT_TRBE for FEAT_STATE_CHECKED by Andre Przywara · 2 years ago
  78. 259b6d0 Merge changes from topic "panic_cleanup" into integration by Bipin Ravi · 1 year, 9 months ago
  79. b6709b0 refactor(bl31): use elx_panic for sysreg_handler64 by Govindraj Raja · 1 year, 9 months ago
  80. 77cfcf8 Merge changes I51c13c52,I3358c51e into integration by Manish Pandey · 1 year, 9 months ago
  81. a796b1b refactor(aarch64): rename do_panic and el3_panic by Govindraj Raja · 1 year, 10 months ago
  82. 6eeadb3 refactor(aarch64): remove weak links to el3_panic by Govindraj Raja · 1 year, 10 months ago
  83. abf9fb9 refactor(aarch64): refactor usage of elx_panic by Govindraj Raja · 1 year, 10 months ago
  84. 1ac5353 Merge changes I63b584cf,I617f3d41 into integration by Manish V Badarkhe · 1 year, 9 months ago
  85. 33bfc5e build: always prefix section names with `.` by Chris Kay · 1 year, 9 months ago
  86. c918c18 refactor(el3_runtime): unify handle/enter_lower_el_async_ea by Manish Pandey · 1 year, 11 months ago
  87. 66a056e refactor(el3_runtime): introduce save_x30 macro by Manish Pandey · 1 year, 11 months ago
  88. 68d2836 build: clarify linker script generation by Chris Kay · 1 year, 10 months ago
  89. 4b7660a style: normalize linker script code style by Chris Kay · 2 years, 2 months ago
  90. 27d45ca Merge changes from topic "feat_state_rework" into integration by Manish Pandey · 1 year, 10 months ago
  91. 1d8795e refactor(context-mgmt): move FEAT_HCX save/restore into C by Andre Przywara · 2 years ago
  92. f20ad90 refactor(cpufeat): convert FEAT_HCX to new scheme by Andre Przywara · 2 years ago
  93. b3c6198 refactor(el3_runtime): remove unnecessary assembly macros by Manish Pandey · 1 year, 11 months ago
  94. bdc76f1 feat(fvp): emulate trapped RNDR by Andre Przywara · 2 years ago
  95. fa914d8 feat(el3-runtime): introduce system register trap handler by Andre Przywara · 2 years ago
  96. 70bbdbd fix(el3_runtime): do not save scr_el3 during EL3 entry by Manish Pandey · 2 years ago
  97. d38d427 Merge changes from topic "mp/ras_refactoring" into integration by Manish Pandey · 2 years ago
  98. 33dd845 feat: pass SMCCCv1.3 SVE hint bit to dispatchers by Olivier Deprez · 2 years, 1 month ago
  99. ef54fba fix(bl31): harden check in delegate_async_ea by Manish Pandey · 2 years, 1 month ago
  100. 39dd555 feat(drtm): add remediation driver support in DRTM by Manish V Badarkhe · 2 years, 5 months ago