1. 5362beb refactor(context mgmt): refactor EL2 context save and restore functions by Zelalem Aweke · 2 years, 3 months ago
  2. 4dd7603 Merge "fix(lib/psa): fix Null pointer dereference error" into integration by Madhukar Pappireddy · 2 years, 1 month ago
  3. ed13c8c fix(cpus/denver): use CPU_NO_EXTRA3_FUNC for all variants by Varun Wadekar · 2 years, 1 month ago
  4. ffaf558 fix(lib/psa): fix Null pointer dereference error by David Vincze · 2 years, 1 month ago
  5. 2012600 refactor(context mgmt): refactor initialization of EL1 context registers by Zelalem Aweke · 2 years, 3 months ago
  6. e752b2d Merge changes from topic "rss/mboot-attest" into integration by Sandrine Bailleux · 2 years, 2 months ago
  7. 098b26d Merge "fix(security): workaround for CVE-2022-23960" into integration by Madhukar Pappireddy · 2 years, 2 months ago
  8. 32464ba fix(security): workaround for CVE-2022-23960 by Bipin Ravi · 2 years, 2 months ago
  9. af40d69 fix(errata): workaround for DSU-110 erratum 2313941 by Bipin Ravi · 2 years, 6 months ago
  10. c9ccc27 feat(lib/psa): mock PSA APIs by Tamas Ban · 2 years, 5 months ago
  11. c034b73 feat(lib/psa): add initial attestation API by Tamas Ban · 2 years, 5 months ago
  12. f549275 feat(lib/psa): add measured boot API by Tamas Ban · 2 years, 5 months ago
  13. bc6167c fix(security): workaround for CVE-2022-23960 for Cortex-X1 by Okash Khawaja · 2 years, 2 months ago
  14. baee390 fix(errata): workarounds for cortex-x1 errata by Okash Khawaja · 2 years, 2 months ago
  15. f5445fd feat(cpu): add support for Cortex-X1 by Okash Khawaja · 2 years, 2 months ago
  16. 67259f8 Merge "fix(errata): workaround for Cortex-A710 erratum 2008768" into integration by Bipin Ravi · 2 years, 2 months ago
  17. 0c01ab6 Merge "fix(errata): workaround for Cortex-A78 erratum 2395406" into integration by Bipin Ravi · 2 years, 2 months ago
  18. 53a18a8 Merge "fix(security): report CVE 2022 23960 missing for aarch32 A57 and A72" into integration by Bipin Ravi · 2 years, 2 months ago
  19. 51e862c Merge "feat(snprintf): add support for length specifiers" into integration by Madhukar Pappireddy · 2 years, 2 months ago
  20. 6a9f83f Merge "fix(errata): workaround for Cortex-A78 erratum 2376745" into integration by Joanna Farley · 2 years, 2 months ago
  21. 8a48954 Merge "fix(amu): limit virtual offset register access to NS world" into integration by Joanna Farley · 2 years, 2 months ago
  22. e43ba98 Merge "fix(cm): add barrier before el3 ns exit" into integration by Olivier Deprez · 2 years, 2 months ago
  23. 76c3f5b feat(snprintf): add support for length specifiers by kadabi · 2 years, 4 months ago
  24. a93b7e5 fix(errata): workaround for Cortex-A78 erratum 2395406 by John Powell · 2 years, 2 months ago
  25. 7d52a8f fix(errata): workaround for Cortex-A710 erratum 2008768 by johpow01 · 2 years, 4 months ago
  26. 12bc0de fix(errata): workaround for Cortex-A78 erratum 2376745 by John Powell · 2 years, 2 months ago
  27. e4793dd fix(cm): add barrier before el3 ns exit by Olivier Deprez · 2 years, 2 months ago
  28. 8186596 feat(brbe): add BRBE support for NS world by johpow01 · 2 years, 5 months ago
  29. 7550aa2 fix(security): report CVE 2022 23960 missing for aarch32 A57 and A72 by John Powell · 2 years, 2 months ago
  30. 9b4b71d Merge changes from topic "refactor-hw-config-load" into integration by Lauren Wehrmeister · 2 years, 2 months ago
  31. 7f7c6fa fix(security): update Cortex-A15 CPU lib files for CVE-2022-23960 by John Powell · 2 years, 3 months ago
  32. cc79927 fix(amu): limit virtual offset register access to NS world by John Powell · 2 years, 3 months ago
  33. 7a1e7be Merge "refactor(twed): improve TWED enablement in EL-3" into integration by Manish Pandey · 2 years, 2 months ago
  34. b33c243 Merge "fix(bakery_lock): add __unused for clang" into integration by Lauren Wehrmeister · 2 years, 2 months ago
  35. 16a47b1 Merge changes from topic "ffa_el3_spmc" into integration by Olivier Deprez · 2 years, 2 months ago
  36. e6db6f1 Merge "fix(errata): workaround for Cortex-X2 erratum 2147715" into integration by Joanna Farley · 2 years, 2 months ago
  37. 4b5489c refactor(twed): improve TWED enablement in EL-3 by Jayanth Dodderi Chidanand · 2 years, 3 months ago
  38. 01987ee feat(spmc): prevent read only xlat tables with the EL3 SPMC by Sayanta Pattanayak · 3 years, 4 months ago
  39. f92c0cb refactor(context mgmt): add cm_prepare_el3_exit_ns function by Zelalem Aweke · 2 years, 5 months ago
  40. 14dbc70 refactor(mpam): remove initialization of EL2 registers when EL2 is used by Zelalem Aweke · 2 years, 5 months ago
  41. 4240111 refactor(context mgmt): refactor the cm_setup_context function by Zelalem Aweke · 2 years, 6 months ago
  42. bd17eae refactor(context mgmt): remove registers accessible only from secure state from EL2 context by Zelalem Aweke · 2 years, 8 months ago
  43. c6b6521 fix(errata): workaround for Cortex-X2 erratum 2147715 by Bipin Ravi · 2 years, 4 months ago
  44. 66b7fdc fix(bakery_lock): add __unused for clang by Okash Khawaja · 2 years, 3 months ago
  45. 72b69b8 refactor(el3-runtime): replace ARM_ARCH_AT_LEAST macro with FEAT flags by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  46. ac6bf2e fix(errata): workaround for Cortex A78 AE erratum 2395408 by Varun Wadekar · 2 years, 4 months ago
  47. 9030a6c fix(errata): workaround for Cortex A78 AE erratum 2376748 by Varun Wadekar · 2 years, 4 months ago
  48. eb4d12b fix(security): workaround for CVE-2022-23960 for A76AE, A78AE, A78C by Bipin Ravi · 2 years, 4 months ago
  49. 95c8df1 Merge changes from topic "spectre_bhb" into integration by Madhukar Pappireddy · 2 years, 4 months ago
  50. caa2e05 fix(security): apply SMCCC_ARCH_WORKAROUND_3 to A73/A75/A72/A57 by Bipin Ravi · 2 years, 4 months ago
  51. cf4d50a fix(security): workaround for CVE-2022-23960 for Cortex-A57, Cortex-A72 by Bipin Ravi · 2 years, 5 months ago
  52. 4c15642 feat(fconf): add NS load address in configuration DTB nodes by Manish V Badarkhe · 2 years, 4 months ago
  53. da4573e Merge changes from topic "spectre_bhb" into integration by Madhukar Pappireddy · 2 years, 4 months ago
  54. 26ad6aa Merge "fix(security): workaround for CVE-2022-23960" into integration by Madhukar Pappireddy · 2 years, 4 months ago
  55. ee56a8a fix(security): loop workaround for CVE-2022-23960 for Cortex-A76 by Bipin Ravi · 2 years, 5 months ago
  56. f267b37 refactor(el3-runtime): change Cortex-A76 implementation of CVE-2018-3639 by Bipin Ravi · 2 years, 5 months ago
  57. 8649974 fix(security): workaround for CVE-2022-23960 by Bipin Ravi · 2 years, 5 months ago
  58. 48e6b57 fix(gpt_rme): rework delegating/undelegating sequence by Robert Wakim · 2 years, 8 months ago
  59. 7249fd0 fix(errata): workaround for Cortex-A710 2282622 by johpow01 · 2 years, 4 months ago
  60. abf1b8d refactor(mbedtls): allow platform to specify their config file by Manish V Badarkhe · 2 years, 5 months ago
  61. e95bc3e Merge changes I1784d643,Icb6e3699,I7805756e into integration by Bipin Ravi · 2 years, 4 months ago
  62. ac55c01 fix(errata): workaround for Cortex-A510 erratum 2172148 by johpow01 · 2 years, 5 months ago
  63. 3ead295 fix(errata): workaround for Cortex-A510 erratum 2218950 by johpow01 · 2 years, 5 months ago
  64. 3ba9cb2 fix(errata): workaround for Cortex-A510 erratum 2250311 by johpow01 · 2 years, 5 months ago
  65. 7f620fb Merge changes I7b1498fa,I1d2ebee3,I875519ff,I8c427ef2 into integration by Bipin Ravi · 2 years, 4 months ago
  66. 5a99300 fix(errata): workaround for Cortex-A510 erratum 2041909 by johpow01 · 2 years, 6 months ago
  67. 8276f25 fix(errata): workaround for Cortex-A510 erratum 2042739 by johpow01 · 2 years, 6 months ago
  68. 49f60dd fix(errata): workaround for Cortex-A510 erratum 2288014 by johpow01 · 2 years, 6 months ago
  69. de7b524 fix(errata): workaround for Cortex-A510 erratum 1922240 by johpow01 · 2 years, 6 months ago
  70. b3c9f42 Merge changes from topic "x2_errata" into integration by Madhukar Pappireddy · 2 years, 4 months ago
  71. 507e0cd fix(psci): correct parent_node type in messages by Yann Gautier · 2 years, 5 months ago
  72. eee1959 fix(libc): correct some messages by Yann Gautier · 2 years, 5 months ago
  73. 3f17563 fix(fconf): correct image_id type in messages by Yann Gautier · 2 years, 5 months ago
  74. 401f211 Merge changes from topic "snprintf-fix" into integration by Joanna Farley · 2 years, 5 months ago
  75. 94faff8 fix(libc): snprintf: include stdint.h by Andre Przywara · 2 years, 5 months ago
  76. 933cc5d fix(libc): limit snprintf radix value by Andre Przywara · 2 years, 5 months ago
  77. 67fec3e feat(spe): add support for FEAT_SPEv1p2 by Manish V Badarkhe · 2 years, 6 months ago
  78. 3d95909 fix(libc): fix snprintf corner cases by Andre Przywara · 2 years, 6 months ago
  79. d53069b fix(errata): workaround for Cortex-A710 erratum 2136059 by Bipin Ravi · 2 years, 5 months ago
  80. 32705b1 fix(errata): workaround for Cortex-A710 erratum 2267065 by Bipin Ravi · 2 years, 5 months ago
  81. 78b7208 fix(errata): workaround for Cortex-X2 erratum 2216384 by Bipin Ravi · 2 years, 5 months ago
  82. 9ad5478 fix(errata): workaround for Cortex-X2 errata 2081180 by Bipin Ravi · 2 years, 5 months ago
  83. 2f73d97 fix(errata): workaround for Cortex-X2 errata 2017096 by Bipin Ravi · 2 years, 5 months ago
  84. 928747f fix(el3-runtime): set unset pstate bits to default by Daniel Boulby · 3 years, 1 month ago
  85. 95fb1aa refactor(el3-runtime): add prepare_el3_entry func by Daniel Boulby · 2 years, 5 months ago
  86. 37de916 feat(cpu): add library support for Poseidon CPU by Jayanth Dodderi Chidanand · 2 years, 7 months ago
  87. b787595 fix(errata): workaround for Rainier erratum 1868343 by Manoj Kumar · 2 years, 6 months ago
  88. 567833f Merge "feat(ccidx): update the do_dcsw_op function to support FEAT_CCIDX" into integration by Joanna Farley · 2 years, 6 months ago
  89. f6c37de fix(errata): workaround for Cortex X2 erratum 2058056 by johpow01 · 2 years, 7 months ago
  90. 0afef36 fix(errata): workaround for Cortex X2 erratum 2002765 by johpow01 · 2 years, 7 months ago
  91. 15f10bd fix(errata): workaround for Cortex X2 erratum 2083908 by johpow01 · 2 years, 7 months ago
  92. 74b7e44 feat(ccidx): update the do_dcsw_op function to support FEAT_CCIDX by johpow01 · 2 years, 7 months ago
  93. 5a57e25 feat(fconf): add a helper to get image index by Yann Gautier · 2 years, 7 months ago
  94. 13ae0f4 fix(amu): fault handling on EL2 context switch by Jayanth Dodderi Chidanand · 2 years, 7 months ago
  95. 9773f38 Merge "fix(xlat): fix bug on VERBOSE trace" into integration by Madhukar Pappireddy · 2 years, 7 months ago
  96. 2a8af48 fix(xlat): fix bug on VERBOSE trace by Javier Almansa Sobrino · 2 years, 7 months ago
  97. 8c25dc7 fix(pie): align fixup_gdt_reloc() for aarch64 by Yann Gautier · 2 years, 8 months ago
  98. 016c426 fix(pie): do not skip __RW_END__ address during relocation by Yann Gautier · 2 years, 8 months ago
  99. b984bc4 fix(rme): fixes a shift by 64 bits bug in the RME GPT library by johpow01 · 2 years, 9 months ago
  100. 9baade3 feat(sme): enable SME functionality by johpow01 · 3 years ago