1. 29bda25 fix(cpus): workaround for Cortex-X925 erratum 2963999 by Govindraj Raja · 6 months ago
  2. 5f32fd2 fix(cpus): workaround for Neoverse-V3 erratum 2970647 by Govindraj Raja · 6 months ago
  3. 09c1edb fix(cpus): workaround for Cortex-X4 erratum 2957258 by Govindraj Raja · 6 months ago
  4. e136223 Merge changes from topic "memory_bank" into integration by Soby Mathew · 6 months ago
  5. fcb80d7 Merge changes I765a7fa0,Ic33f0b6d,I8d1a88c7,I381f96be,I698fa849, ... into integration by Manish Pandey · 6 months ago
  6. b0f1c84 feat(gpt): statically allocate bitlocks array by AlexeiFedorov · 6 months ago
  7. 0d22145 Merge "fix: add support for 128-bit sysregs to EL3 crash handler" into integration by Manish Pandey · 6 months ago
  8. 593ae35 feat(cpus): add ENABLE_ERRATA_ALL flag by Boyan Karatotev · 2 years, 5 months ago
  9. 58fadd6 fix: add support for 128-bit sysregs to EL3 crash handler by Igor Podgainõi · 9 months ago
  10. c9f352c fix(cpus): clear CPUPWRCTLR_EL1.CORE_PWRDN_EN_BIT on reset by Boyan Karatotev · 10 months ago
  11. 697290a Merge changes from topic "us_tc_trng" into integration by Manish V Badarkhe · 6 months ago
  12. 1147a47 feat(psa): add interface with RSE for retrieving entropy by Leo Yan · 6 months ago
  13. 8a41106 fix(psa): guard Crypto APIs with CRYPTO_SUPPORT by Leo Yan · 6 months ago
  14. e25fc9d fix(cpus): workaround for Neoverse-V3 erratum 3701767 by Govindraj Raja · 7 months ago
  15. fded839 fix(cpus): workaround for Neoverse-N3 erratum 3699563 by Govindraj Raja · 7 months ago
  16. adea6e5 fix(cpus): workaround for Neoverse-N2 erratum 3701773 by Govindraj Raja · 7 months ago
  17. 511148e fix(cpus): workaround for Cortex-X925 erratum 3701747 by Govindraj Raja · 7 months ago
  18. 38401c5 fix(cpus): workaround for Cortex-X4 erratum 3701758 by Govindraj Raja · 7 months ago
  19. 77feb74 fix(cpus): workaround for Cortex-X3 erratum 3701769 by Govindraj Raja · 7 months ago
  20. ae6c7c9 fix(cpus): workaround for Cortex-X2 erratum 3701772 by Govindraj Raja · 7 months ago
  21. d732300 fix(cpus): workaround for Cortex-A725 erratum 3699564 by Govindraj Raja · 7 months ago
  22. af5ae9a fix(cpus): workaround for Cortex-A720-AE erratum 3699562 by Govindraj Raja · 7 months ago
  23. 050c4a3 fix(cpus): workaround for Cortex-A720 erratum 3699561 by Govindraj Raja · 7 months ago
  24. 26437af fix(cpus): workaround for Cortex-A715 erratum 3699560 by Govindraj Raja · 7 months ago
  25. 463b5b4 fix(cpus): workaround for Cortex-A710 erratum 3701772 by Govindraj Raja · 7 months ago
  26. 7455cd1 fix(cpus): workaround for accessing ICH_VMCR_EL2 by Govindraj Raja · 6 months ago
  27. db5fe4f chore(docs): drop the "wfi" from `pwr_domain_pwr_down_wfi` by Boyan Karatotev · 10 months ago
  28. dc0bf48 chore(psci): drop skip_wfi variable by Boyan Karatotev · 10 months ago
  29. 45c7328 fix(cpus): avoid SME related loss of context on powerdown by Boyan Karatotev · 11 months ago
  30. 2b5e00d feat(psci): allow cores to wake up from powerdown by Boyan Karatotev · 8 months ago
  31. cc94e71 refactor(cpus): undo errata mitigations by Boyan Karatotev · 10 months ago
  32. bb80185 feat(cpus): add sysreg_bit_toggle by Boyan Karatotev · 7 months ago
  33. 8ae6b1a fix(security): apply SMCCC_ARCH_WORKAROUND_4 to affected cpus by Arvind Ram Prakash · 6 months ago
  34. b0521a1 fix(security): add CVE-2024-7881 mitigation to Cortex-X3 by Arvind Ram Prakash · 11 months ago
  35. 037a15f fix(security): add CVE-2024-7881 mitigation to Neoverse-V3 by Arvind Ram Prakash · 11 months ago
  36. 56bb1d1 fix(security): add CVE-2024-7881 mitigation to Neoverse-V2 by Arvind Ram Prakash · 11 months ago
  37. 520c220 fix(security): add CVE-2024-7881 mitigation to Cortex-X925 by Arvind Ram Prakash · 11 months ago
  38. 6ce6aca fix(security): add CVE-2024-7881 mitigation to Cortex-X4 by Arvind Ram Prakash · 11 months ago
  39. 2372179 fix(security): enable WORKAROUND_CVE_2024_7881 build option by Arvind Ram Prakash · 11 months ago
  40. b53089d Merge "feat(pmuv3): setup per world MDCR_EL3" into integration by Manish Pandey · 6 months ago
  41. c95aa2e feat(pmuv3): setup per world MDCR_EL3 by Mateusz Sulimowicz · 7 months ago
  42. f532cd3 Merge changes I137f69be,Ia2e7168f,I0e569d12,I614272ec,Ib68293f2 into integration by Govindraj Raja · 7 months ago
  43. 6b8df7b feat(mops): enable FEAT_MOPS in EL3 when INIT_UNUSED_NS_EL2=1 by Arvind Ram Prakash · 7 months ago
  44. 3b80210 perf(psci): pass my_core_pos around instead of calling it repeatedly by Boyan Karatotev · 9 months ago
  45. 9b1e800 refactor(psci): move timestamp collection to psci_pwrdown_cpu by Boyan Karatotev · 10 months ago
  46. 44ee771 refactor(psci): factor common code out of the standby finisher by Boyan Karatotev · 10 months ago
  47. 0c83655 refactor(psci): don't use PSCI_INVALID_PWR_LVL to signal OFF state by Boyan Karatotev · 10 months ago
  48. 39fba64 docs(psci): drop outdated cache maintenance comment by Boyan Karatotev · 10 months ago
  49. 13f4a25 fix(cm): change back owning security state when a feature is disabled by Boyan Karatotev · 7 months ago
  50. 79c0c7f refactor(cm): clean up per-world context by Boyan Karatotev · 8 months ago
  51. fc7dca7 refactor(cm): change owning security state when a feature is disabled by Boyan Karatotev · 8 months ago
  52. b41b999 Merge changes from topic "bk/smccc_feature" into integration by Manish Pandey · 8 months ago
  53. fded3a4 Merge changes from topic "hm/heap-info" into integration by Manish V Badarkhe · 8 months ago
  54. 24e1ae2 fix(handoff): fix message formatting of hex values by Harrison Mutai · 8 months ago
  55. f1d9459 feat(handoff): add func to check and init a tl by Harrison Mutai · 9 months ago
  56. ebc090f fix(cpus): workaround for CVE-2024-5660 for Cortex-X925 by Sona Mathew · 1 year, 2 months ago
  57. 5b58142 fix(cpus): workaround for CVE-2024-5660 for Cortex-X2 by Sona Mathew · 1 year, 2 months ago
  58. aed3e8b fix(cpus): workaround for CVE-2024-5660 for Cortex-A77 by Sona Mathew · 1 year, 2 months ago
  59. 85709f6 fix(cpus): workaround for CVE-2024-5660 for Neoverse-V1 by Sona Mathew · 1 year, 2 months ago
  60. 902dc0e fix(cpus): workaround for CVE-2024-5660 for Cortex-A78_AE by Sona Mathew · 1 year, 2 months ago
  61. 46a4cad fix(cpus): workaround for CVE-2024-5660 for Cortex-A78C by Sona Mathew · 1 year, 2 months ago
  62. c818bf1 fix(cpus): workaround for CVE-2024-5660 for Cortex-A78 by Sona Mathew · 1 year, 2 months ago
  63. 26293a7 fix(cpus): workaround for CVE-2024-5660 for Cortex-X1 by Sona Mathew · 1 year, 2 months ago
  64. 26e0ff9 fix(cpus): workaround for CVE-2024-5660 for Neoverse-N2 by Sona Mathew · 1 year, 3 months ago
  65. 0d7b503 fix(cpus): workaround for CVE-2024-5660 for Cortex-A710 by Sona Mathew · 1 year, 3 months ago
  66. 878464f fix(cpus): workaround for CVE-2024-5660 for Neoverse-V2 by Sona Mathew · 1 year, 3 months ago
  67. b0d441b fix(cpus): workaround for CVE-2024-5660 for Cortex-X3 by Sona Mathew · 1 year, 3 months ago
  68. ad3da01 fix(cpus): workaround for CVE-2024-5660 for Neoverse-V3 by Sona Mathew · 1 year, 3 months ago
  69. af65cbb fix(cpus): workaround for CVE-2024-5660 for Cortex-X4 by Sona Mathew · 1 year, 3 months ago
  70. 6595f4c fix(cm): fix context management SYSREG128 write macros by Igor Podgainõi · 8 months ago
  71. 73d98e3 fix(trbe): add a tsb before context switching by Boyan Karatotev · 8 months ago
  72. f808873 fix(spe): add a psb before updating context and remove context saving by Boyan Karatotev · 9 months ago
  73. 62ed5aa Merge "fix(romlib): romlib build without MbedTLS" into integration by Manish V Badarkhe · 8 months ago
  74. f8872c9 Merge "fix(cpus): workaround for Cortex-X4 erratum 2923985" into integration by Manish Pandey · 8 months ago
  75. a57e18e feat(fpmr): disable FPMR trap by Arvind Ram Prakash · 9 months ago
  76. cc46166 fix(cpus): workaround for Cortex-X4 erratum 2923985 by Arvind Ram Prakash · 8 months ago
  77. e372c29 Merge "chore(romlib): remove unused jmptbl.i file" into integration by Manish V Badarkhe · 8 months ago
  78. 8953568 feat(lib): introduce Hob creation library by Levi Yun · 1 year, 3 months ago
  79. 6b68b4a feat(lib): modify Hob creation code imported from edk2 by Levi Yun · 1 year, 3 months ago
  80. 2105831 feat(lib): copy StandaloneMm Hob creation library in edk2 by Levi Yun · 11 months ago
  81. e4a070e fix(romlib): romlib build without MbedTLS by Manish V Badarkhe · 8 months ago
  82. 13a1ec3 chore(romlib): remove unused jmptbl.i file by Manish V Badarkhe · 8 months ago
  83. 940ecd0 feat(cpus): add support for Alto CPU by Igor Podgainõi · 8 months ago
  84. 6e62281 build: use full paths for generated libraries by Chris Kay · 11 months ago
  85. 212993a Merge "feat(cpufeat): add ENABLE_FEAT_LS64_ACCDATA" into integration by Govindraj Raja · 9 months ago
  86. ffbc2b9 Merge "fix(romlib): prevent race condition on the build directory" into integration by Yann Gautier · 9 months ago
  87. 19d52a8 feat(cpufeat): add ENABLE_FEAT_LS64_ACCDATA by Andre Przywara · 12 months ago
  88. 830ed39 Merge "feat(feat_sctlr2): enable FEAT_SCTLR2 for Realm world" into integration by Govindraj Raja · 9 months ago
  89. b17fecd feat(feat_sctlr2): enable FEAT_SCTLR2 for Realm world by Javier Almansa Sobrino · 9 months ago
  90. e01bcfb Merge "build: fix grouped targets on Make <= 4.2" into integration by Manish V Badarkhe · 9 months ago
  91. 25cde5f fix(romlib): prevent race condition on the build directory by Boyan Karatotev · 9 months ago
  92. a57b94e build: fix grouped targets on Make <= 4.2 by Chris Kay · 12 months ago
  93. 3065513 feat(d128): add support for FEAT_D128 by Govindraj Raja · 11 months ago
  94. 190ae70 Merge "feat(cpus): add support for cortex-a720ae" into integration by Olivier Deprez · 9 months ago
  95. 034b919 Merge "chore(cpus): optimise runtime errata applications" into integration by Govindraj Raja · 10 months ago
  96. 2752c2a Merge "feat(cpus): add support for arcadia cpu" into integration by Olivier Deprez · 10 months ago
  97. 8118078 feat(cpus): add support for cortex-a720ae by Ahmed Azeem · 10 months ago
  98. 5ec9ade Merge "fix(brbe): allow RME builds with BRBE" into integration by Olivier Deprez · 10 months ago
  99. 17ef5da Merge "feat(context-mgmt): introduce EL3/root context" into integration by Manish Pandey · 10 months ago
  100. 9890eab fix(brbe): allow RME builds with BRBE by Boyan Karatotev · 10 months ago