1. cc94e71 refactor(cpus): undo errata mitigations by Boyan Karatotev · 10 months ago
  2. bb80185 feat(cpus): add sysreg_bit_toggle by Boyan Karatotev · 7 months ago
  3. 8ae6b1a fix(security): apply SMCCC_ARCH_WORKAROUND_4 to affected cpus by Arvind Ram Prakash · 6 months ago
  4. b0521a1 fix(security): add CVE-2024-7881 mitigation to Cortex-X3 by Arvind Ram Prakash · 11 months ago
  5. 037a15f fix(security): add CVE-2024-7881 mitigation to Neoverse-V3 by Arvind Ram Prakash · 11 months ago
  6. 56bb1d1 fix(security): add CVE-2024-7881 mitigation to Neoverse-V2 by Arvind Ram Prakash · 11 months ago
  7. 520c220 fix(security): add CVE-2024-7881 mitigation to Cortex-X925 by Arvind Ram Prakash · 11 months ago
  8. 6ce6aca fix(security): add CVE-2024-7881 mitigation to Cortex-X4 by Arvind Ram Prakash · 11 months ago
  9. 2372179 fix(security): enable WORKAROUND_CVE_2024_7881 build option by Arvind Ram Prakash · 11 months ago
  10. b53089d Merge "feat(pmuv3): setup per world MDCR_EL3" into integration by Manish Pandey · 6 months ago
  11. c95aa2e feat(pmuv3): setup per world MDCR_EL3 by Mateusz Sulimowicz · 7 months ago
  12. f532cd3 Merge changes I137f69be,Ia2e7168f,I0e569d12,I614272ec,Ib68293f2 into integration by Govindraj Raja · 7 months ago
  13. 6b8df7b feat(mops): enable FEAT_MOPS in EL3 when INIT_UNUSED_NS_EL2=1 by Arvind Ram Prakash · 7 months ago
  14. 3b80210 perf(psci): pass my_core_pos around instead of calling it repeatedly by Boyan Karatotev · 9 months ago
  15. 9b1e800 refactor(psci): move timestamp collection to psci_pwrdown_cpu by Boyan Karatotev · 10 months ago
  16. 44ee771 refactor(psci): factor common code out of the standby finisher by Boyan Karatotev · 10 months ago
  17. 0c83655 refactor(psci): don't use PSCI_INVALID_PWR_LVL to signal OFF state by Boyan Karatotev · 10 months ago
  18. 39fba64 docs(psci): drop outdated cache maintenance comment by Boyan Karatotev · 10 months ago
  19. 13f4a25 fix(cm): change back owning security state when a feature is disabled by Boyan Karatotev · 7 months ago
  20. 79c0c7f refactor(cm): clean up per-world context by Boyan Karatotev · 8 months ago
  21. fc7dca7 refactor(cm): change owning security state when a feature is disabled by Boyan Karatotev · 8 months ago
  22. b41b999 Merge changes from topic "bk/smccc_feature" into integration by Manish Pandey · 8 months ago
  23. fded3a4 Merge changes from topic "hm/heap-info" into integration by Manish V Badarkhe · 8 months ago
  24. 24e1ae2 fix(handoff): fix message formatting of hex values by Harrison Mutai · 8 months ago
  25. f1d9459 feat(handoff): add func to check and init a tl by Harrison Mutai · 9 months ago
  26. ebc090f fix(cpus): workaround for CVE-2024-5660 for Cortex-X925 by Sona Mathew · 1 year, 2 months ago
  27. 5b58142 fix(cpus): workaround for CVE-2024-5660 for Cortex-X2 by Sona Mathew · 1 year, 2 months ago
  28. aed3e8b fix(cpus): workaround for CVE-2024-5660 for Cortex-A77 by Sona Mathew · 1 year, 2 months ago
  29. 85709f6 fix(cpus): workaround for CVE-2024-5660 for Neoverse-V1 by Sona Mathew · 1 year, 2 months ago
  30. 902dc0e fix(cpus): workaround for CVE-2024-5660 for Cortex-A78_AE by Sona Mathew · 1 year, 2 months ago
  31. 46a4cad fix(cpus): workaround for CVE-2024-5660 for Cortex-A78C by Sona Mathew · 1 year, 2 months ago
  32. c818bf1 fix(cpus): workaround for CVE-2024-5660 for Cortex-A78 by Sona Mathew · 1 year, 2 months ago
  33. 26293a7 fix(cpus): workaround for CVE-2024-5660 for Cortex-X1 by Sona Mathew · 1 year, 2 months ago
  34. 26e0ff9 fix(cpus): workaround for CVE-2024-5660 for Neoverse-N2 by Sona Mathew · 1 year, 3 months ago
  35. 0d7b503 fix(cpus): workaround for CVE-2024-5660 for Cortex-A710 by Sona Mathew · 1 year, 3 months ago
  36. 878464f fix(cpus): workaround for CVE-2024-5660 for Neoverse-V2 by Sona Mathew · 1 year, 3 months ago
  37. b0d441b fix(cpus): workaround for CVE-2024-5660 for Cortex-X3 by Sona Mathew · 1 year, 3 months ago
  38. ad3da01 fix(cpus): workaround for CVE-2024-5660 for Neoverse-V3 by Sona Mathew · 1 year, 3 months ago
  39. af65cbb fix(cpus): workaround for CVE-2024-5660 for Cortex-X4 by Sona Mathew · 1 year, 3 months ago
  40. 6595f4c fix(cm): fix context management SYSREG128 write macros by Igor Podgainõi · 8 months ago
  41. 73d98e3 fix(trbe): add a tsb before context switching by Boyan Karatotev · 8 months ago
  42. f808873 fix(spe): add a psb before updating context and remove context saving by Boyan Karatotev · 9 months ago
  43. 62ed5aa Merge "fix(romlib): romlib build without MbedTLS" into integration by Manish V Badarkhe · 8 months ago
  44. f8872c9 Merge "fix(cpus): workaround for Cortex-X4 erratum 2923985" into integration by Manish Pandey · 8 months ago
  45. a57e18e feat(fpmr): disable FPMR trap by Arvind Ram Prakash · 9 months ago
  46. cc46166 fix(cpus): workaround for Cortex-X4 erratum 2923985 by Arvind Ram Prakash · 8 months ago
  47. e372c29 Merge "chore(romlib): remove unused jmptbl.i file" into integration by Manish V Badarkhe · 8 months ago
  48. 8953568 feat(lib): introduce Hob creation library by Levi Yun · 1 year, 3 months ago
  49. 6b68b4a feat(lib): modify Hob creation code imported from edk2 by Levi Yun · 1 year, 3 months ago
  50. 2105831 feat(lib): copy StandaloneMm Hob creation library in edk2 by Levi Yun · 11 months ago
  51. e4a070e fix(romlib): romlib build without MbedTLS by Manish V Badarkhe · 8 months ago
  52. 13a1ec3 chore(romlib): remove unused jmptbl.i file by Manish V Badarkhe · 8 months ago
  53. 940ecd0 feat(cpus): add support for Alto CPU by Igor Podgainõi · 8 months ago
  54. 6e62281 build: use full paths for generated libraries by Chris Kay · 11 months ago
  55. 212993a Merge "feat(cpufeat): add ENABLE_FEAT_LS64_ACCDATA" into integration by Govindraj Raja · 9 months ago
  56. ffbc2b9 Merge "fix(romlib): prevent race condition on the build directory" into integration by Yann Gautier · 9 months ago
  57. 19d52a8 feat(cpufeat): add ENABLE_FEAT_LS64_ACCDATA by Andre Przywara · 12 months ago
  58. 830ed39 Merge "feat(feat_sctlr2): enable FEAT_SCTLR2 for Realm world" into integration by Govindraj Raja · 9 months ago
  59. b17fecd feat(feat_sctlr2): enable FEAT_SCTLR2 for Realm world by Javier Almansa Sobrino · 9 months ago
  60. e01bcfb Merge "build: fix grouped targets on Make <= 4.2" into integration by Manish V Badarkhe · 9 months ago
  61. 25cde5f fix(romlib): prevent race condition on the build directory by Boyan Karatotev · 9 months ago
  62. a57b94e build: fix grouped targets on Make <= 4.2 by Chris Kay · 12 months ago
  63. 3065513 feat(d128): add support for FEAT_D128 by Govindraj Raja · 11 months ago
  64. 190ae70 Merge "feat(cpus): add support for cortex-a720ae" into integration by Olivier Deprez · 9 months ago
  65. 034b919 Merge "chore(cpus): optimise runtime errata applications" into integration by Govindraj Raja · 10 months ago
  66. 2752c2a Merge "feat(cpus): add support for arcadia cpu" into integration by Olivier Deprez · 10 months ago
  67. 8118078 feat(cpus): add support for cortex-a720ae by Ahmed Azeem · 10 months ago
  68. 5ec9ade Merge "fix(brbe): allow RME builds with BRBE" into integration by Olivier Deprez · 10 months ago
  69. 17ef5da Merge "feat(context-mgmt): introduce EL3/root context" into integration by Manish Pandey · 10 months ago
  70. 9890eab fix(brbe): allow RME builds with BRBE by Boyan Karatotev · 10 months ago
  71. 8fa5460 feat(cpus): add support for arcadia cpu by Govindraj Raja · 10 months ago
  72. db9ee83 chore(cpus): optimise runtime errata applications by Boyan Karatotev · 10 months ago
  73. 40e5f7a feat(context-mgmt): introduce EL3/root context by Jayanth Dodderi Chidanand · 2 years ago
  74. 4ec4e54 feat(sctlr2): add support for FEAT_SCTLR2 by Jayanth Dodderi Chidanand · 11 months ago
  75. 6d0433f feat(the): add support for FEAT_THE by Jayanth Dodderi Chidanand · 11 months ago
  76. 5765e0c Merge "fix(cpus): modify the fix for Cortex-A75 erratum 764081" into integration by Mark Dykes · 10 months ago
  77. 7f152ea fix(cpus): modify the fix for Cortex-A75 erratum 764081 by Sona Mathew · 1 year, 1 month ago
  78. db7eb68 fix(cpus): workaround for Cortex-X4 erratum 3076789 by Ryan Everett · 1 year, 3 months ago
  79. e6f7929 Merge "fix(cpus): workaround for Cortex-X4 erratum 2897503" into integration by Mark Dykes · 10 months ago
  80. 1297a45 Merge changes from topic "dynamic-toolchain" into integration by Manish V Badarkhe · 10 months ago
  81. 609d08a fix(cpus): workaround for Cortex-X4 erratum 2897503 by Arvind Ram Prakash · 11 months ago
  82. 670150b chore(gpt): fix typo in comment by Moritz Fischer · 12 months ago
  83. 3789c3c build: determine toolchain tools dynamically by Chris Kay · 1 year, 2 months ago
  84. f4303d0 feat(cm): handle asymmetry for FEAT_TCR2 by Jayanth Dodderi Chidanand · 11 months ago
  85. cc4f383 Merge changes from topic "clean-up-errata-compatibility" into integration by Manish V Badarkhe · 11 months ago
  86. 021cdbf Merge changes from topic "jc/refact_el1_ctx" into integration by Madhukar Pappireddy · 12 months ago
  87. 781e1a4 feat(cm): enhance the cpu_context memory report by Jayanth Dodderi Chidanand · 1 year, 3 months ago
  88. a0674ab refactor(cm): remove el1 context when SPMD_SPM_AT_SEL2=1 by Jayanth Dodderi Chidanand · 1 year, 3 months ago
  89. 31826ba Merge "fix(cpus): workaround for Cortex-A720 erratum 2792132" into integration by Mark Dykes · 12 months ago
  90. a0d9a97 chore(cm): reorganise sctlr_el1 and tcr_el1 ctx code by Jayanth Dodderi Chidanand · 1 year ago
  91. 4b6e4e6 Merge changes from topic "mp/simd_ctxt_mgmt" into integration by Manish V Badarkhe · 12 months ago
  92. b1bde25 fix(cpus): workaround for Cortex-A720 erratum 2792132 by Arvind Ram Prakash · 1 year, 1 month ago
  93. 308ebfa feat(simd): introduce simd context helper APIs by Madhukar Pappireddy · 1 year, 2 months ago
  94. 6d5319a feat(simd): add routines to save, restore sve state by Madhukar Pappireddy · 1 year, 2 months ago
  95. 553b70c Merge changes from topic "ar/asymmetricSupport" into integration by Manish V Badarkhe · 12 months ago
  96. 721249b feat(cm): asymmetric feature support for trbe by Arvind Ram Prakash · 12 months ago
  97. 4a97ff5 feat(cpus): workaround for Cortex-A520(2938996) and Cortex-X4(2726228) by Arvind Ram Prakash · 12 months ago
  98. 188f8c4 feat(cm): handle asymmetry for SPE feature by Manish Pandey · 1 year, 1 month ago
  99. 2f41c9a feat(cm): support for asymmetric feature among cores by Manish Pandey · 1 year, 1 month ago
  100. 43d1d95 feat(cpufeat): add new feature state for asymmetric features by Manish Pandey · 1 year, 1 month ago