1. 4c700c1 chore: update to use Arm word across TF-A by Govindraj Raja · 2 years ago
  2. 24a7073 refactor(cm): introduce a real manage_extensions_nonsecure() by Boyan Karatotev · 2 years, 5 months ago
  3. 6503ff2 refactor(cpufeat): enable FEAT_RAS for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  4. 9202d51 refactor(ras): replace RAS_EXTENSION with FEAT_RAS by Manish Pandey · 2 years, 6 months ago
  5. 688ab57 feat(gcs): support guarded control stack by Mark Brown · 2 years, 5 months ago
  6. 062b6c6 feat(pie/por): support permission indirection and overlay by Mark Brown · 2 years, 5 months ago
  7. d5384b6 refactor(cpufeat): enable FEAT_NV2 for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  8. 7db710f refactor(cpufeat): enable FEAT_CSV2_2 for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  9. b8f03d2 refactor(cpufeat): enable FEAT_ECV for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  10. ea735bf refactor(cpufeat): enable FEAT_VHE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  11. 9448f2b refactor(mpam): enable FEAT_MPAM for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  12. 16e3ddb fix(spe): drop SPE EL2 context switch code by Andre Przywara · 2 years, 6 months ago
  13. d333160 feat(tcr2): support FEAT_TCR2 by Mark Brown · 2 years, 5 months ago
  14. 9a90d72 style: remove useless trailing semicolon and line continuations by Elyes Haouas · 2 years, 6 months ago
  15. fc8d2d3 refactor(trf): enable FEAT_TRF for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  16. da04341 build: always prefix section names with `.` by Chris Kay · 2 years, 6 months ago
  17. c5a3ebb refactor(context-mgmt): move FEAT_HCX save/restore into C by Andre Przywara · 2 years, 9 months ago
  18. bb7b85a refactor(context-mgmt): move FEAT_FGT save/restore code into C by Andre Przywara · 2 years, 9 months ago
  19. d20052f refactor(context mgmt): refactor EL2 context save and restore functions by Zelalem Aweke · 3 years, 4 months ago
  20. 8b95e84 refactor(context mgmt): add cm_prepare_el3_exit_ns function by Zelalem Aweke · 3 years, 6 months ago
  21. 7f41bcc refactor(context mgmt): remove registers accessible only from secure state from EL2 context by Zelalem Aweke · 3 years, 9 months ago
  22. 0ce220a refactor(el3-runtime): replace ARM_ARCH_AT_LEAST macro with FEAT flags by Jayanth Dodderi Chidanand · 3 years, 6 months ago
  23. f74cb0b fix(amu): fault handling on EL2 context switch by Jayanth Dodderi Chidanand · 3 years, 8 months ago
  24. c5ea4f8 feat(rme): add context management changes for FEAT_RME by Zelalem Aweke · 4 years, 1 month ago
  25. cb4ec47 feat(hcx): add build option to enable FEAT_HCX by johpow01 · 4 years ago
  26. b4f8d44 fix(el3_runtime): correct CASSERT for pauth by Olivier Deprez · 4 years ago
  27. 0c5e7d1 feat(sve): enable SVE for the secure world by Max Shvetsov · 4 years, 5 months ago
  28. a7cf274 Fix: Remove save/restore of EL2 timer registers by Max Shvetsov · 4 years, 4 months ago
  29. c2d32a5 Fix exception handlers in BL31: Use DSB to synchronize pending EA by Madhukar Pappireddy · 5 years ago
  30. cb55615 el3_runtime: Rearrange context offset of EL1 sys registers by Manish V Badarkhe · 5 years ago
  31. 30ee375 Fix exception in save/restore of EL2 registers. by Max Shvetsov · 5 years ago
  32. 25d819a include: fixup 'cm_setup_context' prototype by Varun Wadekar · 5 years ago
  33. 7f164a8 context: TPIDR_EL2 register not saved/restored by Olivier Deprez · 5 years ago
  34. 2825946 SPMD: Adds partially supported EL2 registers. by Max Shvetsov · 5 years ago
  35. 28f39f0 SPMD: save/restore EL2 system registers. by Max Shvetsov · 5 years ago
  36. 2fe75a2 coverity: fix MISRA violations by Zelalem · 5 years ago
  37. f1be00d Use correct type when reading SCR register by Louis Mayencourt · 6 years ago
  38. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
  39. 9dd9438 Enable MTE support in both secure and non-secure worlds by Justin Chadwell · 6 years ago
  40. e290a8f AArch64: Disable Secure Cycle Counter by Alexei Fedorov · 6 years ago
  41. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
  42. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  43. a4acc7f Merge pull request #1751 from vwadekar/tegra-scatter-file-support by Antonio Niño Díaz · 6 years ago
  44. 7330861 Minor changes to documentation and comments by Antonio Nino Diaz · 6 years ago
  45. c2ad38c Tegra: Support for scatterfile for the BL31 image by Varun Wadekar · 7 years ago
  46. 5283962 Add ARMv8.3-PAuth registers to CPU context by Antonio Nino Diaz · 7 years ago
  47. 4d1ccf0 Cleanup context handling library by Antonio Nino Diaz · 7 years ago
  48. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  49. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  50. a0fee74 context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 7 years ago
  51. 4353499 Fix MISRA defects in workaround and errata framework by Antonio Nino Diaz · 7 years ago
  52. 7dab0ea context_mgmt: Remove deprecated interfaces by Antonio Nino Diaz · 7 years ago
  53. ba6e5ca SDEI: MISRA fixes by Jeenu Viswambharan · 7 years ago
  54. 6f03bc7 SDEI: Ensure SDEI handler executes with CVE-2018-3639 mitigation enabled by Dimitris Papastamos · 7 years ago
  55. d003b19 Merge pull request #1392 from dp-arm/dp/cve_2018_3639 by Dimitris Papastamos · 7 years ago
  56. 1634cae context_mgmt: Make cm_init_context_common public by Antonio Nino Diaz · 7 years ago
  57. fe007b2 Add support for dynamic mitigation for CVE-2018-3639 by Dimitris Papastamos · 7 years ago
  58. 76454ab AArch64: Introduce External Abort handling by Jeenu Viswambharan · 8 years ago
  59. 7fabe1a Fix MISRA rule 8.4 in common code by Roberto Vargas · 7 years ago
  60. d9bd656 Optimize/cleanup BPIALL workaround by Dimitris Papastamos · 8 years ago
  61. 5f3c7ce Merge pull request #1197 from dp-arm/dp/amu by davidcunado-arm · 8 years ago
  62. 7593252 Add PubSub events for CPU powerdown/powerup by Dimitris Papastamos · 8 years ago
  63. a1781a2 Workaround for CVE-2017-5715 on Cortex A73 and A75 by Dimitris Papastamos · 8 years ago
  64. 281a08c Refactor Statistical Profiling Extensions implementation by Dimitris Papastamos · 8 years ago
  65. 91089f3 Move FPEXC32_EL2 to FP Context by David Cunado · 8 years ago
  66. 21b818c BL31: Introduce Exception Handling Framework by Jeenu Viswambharan · 8 years ago
  67. f9a6db0 Merge pull request #1151 from JoelHutton/jh/MISRA-Mandatory by davidcunado-arm · 8 years ago
  68. 2614ea3 Change sizeof to use type of struct not function by Joel Hutton · 8 years ago
  69. 17b4c0d aarch64: Add PubSub events to capture security state transitions by Dimitris Papastamos · 8 years ago
  70. bd0c347 PSCI: Publish CPU ON event by Jeenu Viswambharan · 8 years ago
  71. 8e743bc BL31: Introduce Publish and Subscribe framework by Jeenu Viswambharan · 8 years ago
  72. 3e61b2b Init and save / restore of PMCR_EL0 / PMCR by David Cunado · 8 years ago
  73. 86606eb cpu log buffer size depends on cache line size by Etienne Carriere · 8 years ago
  74. d70a7d0 Merge pull request #978 from etienne-lms/minor-build by danh-arm · 8 years ago
  75. 2ed7b71 context_mgmt: declare extern cm_set_next_context() for AArch32 by Etienne Carriere · 8 years ago
  76. d832aee aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · 8 years ago
  77. 030567e include: add U()/ULL() macros for constants by Varun Wadekar · 8 years ago
  78. d6104f5 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 8 years ago
  79. b10d449 Introduce ARM SiP service to switch execution state by Jeenu Viswambharan · 8 years ago
  80. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  81. aa61368 Control inclusion of helper code used for asserts by Antonio Nino Diaz · 8 years ago
  82. 5dffb46 Re-factor header files for easier PSCI library integration by Soby Mathew · 8 years ago
  83. 872be88 Add PMF instrumentation points in TF by dp-arm · 9 years ago
  84. f3b4914 AArch32: Add generic changes in BL1 by Yatharth Kochar · 9 years ago
  85. e33b78a AArch32: Add support in TF libraries by Soby Mathew · 9 years ago
  86. 532ed61 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 9 years ago