1. c73686a feat(pmu): introduce pmuv3 lib/extensions folder by Boyan Karatotev · 2 years, 6 months ago
  2. 24a7073 refactor(cm): introduce a real manage_extensions_nonsecure() by Boyan Karatotev · 2 years, 5 months ago
  3. 098312e Merge changes from topic "ms/cpu_errata" into integration by Lauren Wehrmeister · 2 years, 1 month ago
  4. a00e907 feat(cpus): add support for hermes cpu by Govindraj Raja · 2 years, 1 month ago
  5. f337f39 refactor(cpus): add Cortex-A72 errata information by Maksims Svecovs · 2 years, 4 months ago
  6. e8b30c2 refactor(cpus): convert Rainier to use errata framework by Maksims Svecovs · 2 years, 4 months ago
  7. e5cc52d refactor(cpus): convert QEMU Max to use the errata framework by Maksims Svecovs · 2 years, 4 months ago
  8. 0452359 refactor(cpus): add Cortex-A32 errata framework information by Kathleen Capella · 2 years, 2 months ago
  9. 83fde9f Merge "feat(cpus): conform DSU errata to errata framework PCS" into integration by Lauren Wehrmeister · 2 years, 2 months ago
  10. 3a95b5d Merge "feat(lib): implement memcpy_s in lib" into integration by Manish Pandey · 2 years, 2 months ago
  11. aa1055e Merge "fix(cpus): reduce generic_errata_report()'s size" into integration by Lauren Wehrmeister · 2 years, 2 months ago
  12. f43e09a fix(cpus): reduce generic_errata_report()'s size by Boyan Karatotev · 2 years, 2 months ago
  13. f328bff feat(lib): implement memcpy_s in lib by Jit Loon Lim · 2 years, 2 months ago
  14. f4d011b Merge changes from topic "psci-osi" into integration by Manish Pandey · 2 years, 2 months ago
  15. ee6d04d feat(cpus): conform DSU errata to errata framework PCS by Kathleen Capella · 2 years, 2 months ago
  16. ab23061 Merge changes from topic "bk/clearups" into integration by Olivier Deprez · 2 years, 2 months ago
  17. 8dadc1e chore(fconf): rename last occurences of set_fw_config_info() by Sandrine Bailleux · 2 years, 2 months ago
  18. a0f3b55 Merge "chore: rename Makalu to Cortex-A715" into integration by Manish Pandey · 2 years, 2 months ago
  19. bff074d feat(xlat): detect 4KB and 16KB page support when FEAT_LPA2 is present by Javier Almansa Sobrino · 2 years, 3 months ago
  20. 463655c Merge "fix(measured-boot): don't strip last non-0 char" into integration by Sandrine Bailleux · 2 years, 2 months ago
  21. d348861 fix(psci): add optional pwr_domain_validate_suspend to plat_psci_ops_t by Wing Li · 2 years, 3 months ago
  22. b85bcb8 fix(measured-boot): don't strip last non-0 char by Jimmy Brisson · 2 years, 5 months ago
  23. 15889d1 chore: rename Makalu to Cortex-A715 by Harrison Mutai · 2 years, 2 months ago
  24. 4f748cc feat(cpus): add a way to automatically report errata by Boyan Karatotev · 2 years, 6 months ago
  25. dd9fae1 refactor(cpus): convert print_errata_status to C by Boyan Karatotev · 2 years, 6 months ago
  26. 6bb96fa refactor(cpus): rename errata_report.h to errata.h by Boyan Karatotev · 2 years, 6 months ago
  27. 007433d refactor(cpus): move cpu_ops field defines to a header by Boyan Karatotev · 2 years, 6 months ago
  28. 44d9706 feat(libc): add %c to printf/snprintf by Maksims Svecovs · 2 years, 3 months ago
  29. 658ce7a feat(compiler-rt): update source files by Maksims Svecovs · 2 years, 3 months ago
  30. 058e017 chore(libfdt): update to v1.7.0 source files by Maksims Svecovs · 2 years, 4 months ago
  31. f4bbf43 feat(optee): add device tree for coreboot table by Jeffrey Kardatzke · 2 years, 6 months ago
  32. 8700c6f Merge "fix(psci): do not panic on illegal MPIDR" into integration by Manish Pandey · 2 years, 3 months ago
  33. c84200e Merge "fix(pmu): unconditionally save PMCR_EL0" into integration by Manish Pandey · 2 years, 3 months ago
  34. 4bd8c92 Merge changes I1bfa797e,I0ec7a70e into integration by Manish Pandey · 2 years, 3 months ago
  35. 269f3da Merge changes from topic "mp/feat_ras" into integration by Manish Pandey · 2 years, 3 months ago
  36. fdf9d76 Merge changes from topic "srm/Errata_ABI_El3" into integration by Madhukar Pappireddy · 2 years, 3 months ago
  37. 1b491ee fix(tree): correct some typos by Elyes Haouas · 2 years, 6 months ago
  38. 6503ff2 refactor(cpufeat): enable FEAT_RAS for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  39. 9202d51 refactor(ras): replace RAS_EXTENSION with FEAT_RAS by Manish Pandey · 2 years, 6 months ago
  40. ab062f0 fix(cpus): workaround platforms non-arm interconnect by Sona Mathew · 2 years, 5 months ago
  41. 1d6d680 fix(pmu): unconditionally save PMCR_EL0 by Boyan Karatotev · 2 years, 8 months ago
  42. 0d12294 refactor(cm): make SVE and SME build dependencies logical by Boyan Karatotev · 2 years, 5 months ago
  43. 8a6d0d2 fix(psci): do not panic on illegal MPIDR by Andre Przywara · 2 years, 3 months ago
  44. 11ccf5d build(psci): move `runtime_errata.S` to PSCI by Chris Kay · 2 years, 4 months ago
  45. f50107d Merge changes I9d06e0ee,I6980e84f into integration by Manish Pandey · 2 years, 3 months ago
  46. baeaf29 refactor(cpus): use BIT macro in a consistent manner by Okash Khawaja · 2 years, 3 months ago
  47. 1d2706d chore(pauth): remove redundant pauth_disable_el3() call by Boyan Karatotev · 2 years, 5 months ago
  48. 03d3c0d feat(sme): enable SME2 functionality for NS world by Jayanth Dodderi Chidanand · 2 years, 9 months ago
  49. 6cf4ae9 feat(psci): introduce 'pwr_domain_off_early' hook by Varun Wadekar · 2 years, 3 months ago
  50. 0df3824 Merge "refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKED" into integration by Manish Pandey · 2 years, 3 months ago
  51. 88727fc refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  52. 50e609f Merge "fix(cpus): do not put RAS check before using esb" into integration by Manish Pandey · 2 years, 3 months ago
  53. 9ec2ca2 fix(cpus): do not put RAS check before using esb by Manish Pandey · 2 years, 4 months ago
  54. 688ab57 feat(gcs): support guarded control stack by Mark Brown · 2 years, 5 months ago
  55. b516a6f Merge "fix(cpus): use hint instruction for "tsb csync"" into integration by Bipin Ravi · 2 years, 4 months ago
  56. 4a24538 Merge "feat(hcx): initialize HCRX_EL2 to its default value" into integration by Manish Pandey · 2 years, 4 months ago
  57. ddb615b feat(hcx): initialize HCRX_EL2 to its default value by Juan Pablo Conde · 2 years, 5 months ago
  58. 15db503 Merge "feat(pie/por): support permission indirection and overlay" into integration by André Przywara · 2 years, 4 months ago
  59. 062b6c6 feat(pie/por): support permission indirection and overlay by Mark Brown · 2 years, 5 months ago
  60. 6632741 fix(psci): potential array overflow with cpu on by Olivier Deprez · 2 years, 4 months ago
  61. 6578343 feat(cpus): add support for blackhawk cpu by Govindraj Raja · 2 years, 5 months ago
  62. 516a52f feat(cpus): add support for chaberton cpu by Govindraj Raja · 2 years, 5 months ago
  63. ad27f4b fix(psci): remove unreachable switch/case blocks by Andre Przywara · 2 years, 4 months ago
  64. 2b0bc4e feat(cpufeat): enable FEAT_SVE for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  65. 45007ac feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  66. 92e9325 Merge changes from topic "psci-osi" into integration by Manish Pandey · 2 years, 4 months ago
  67. b57e16a refactor(amu): use new AMU feature check routines by Andre Przywara · 2 years, 5 months ago
  68. d23acc9 refactor(amu): unify ENABLE_AMU and ENABLE_FEAT_AMUv1 by Andre Przywara · 2 years, 5 months ago
  69. 82f5b50 Merge changes from topic "feat_state_part4" into integration by Manish Pandey · 2 years, 4 months ago
  70. bafd657 Merge "refactor(fvp): use RSS API to retrieve attestation token and key" into integration by Sandrine Bailleux · 2 years, 5 months ago
  71. 7a181b7 fix(cpus): use hint instruction for "tsb csync" by Andre Przywara · 2 years, 5 months ago
  72. d679cde refactor(fvp): use RSS API to retrieve attestation token and key by Manish V Badarkhe · 2 years, 5 months ago
  73. 623f614 refactor(cpufeat): align FEAT_SEL2 to new feature handling by Andre Przywara · 2 years, 5 months ago
  74. d5384b6 refactor(cpufeat): enable FEAT_NV2 for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  75. 1223d2a refactor(cpufeat): enable FEAT_TWED for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  76. 7db710f refactor(cpufeat): enable FEAT_CSV2_2 for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  77. b8f03d2 refactor(cpufeat): enable FEAT_ECV for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  78. 603a0c6 refactor(cpufeat): enable SYS_REG_TRACE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  79. b01a59e fix(cpus): workaround for Cortex-A78C erratum 1827440 by Bipin Ravi · 2 years, 5 months ago
  80. 672eb21 fix(cpus): workaround for Cortex-A78C erratum 1827430 by Bipin Ravi · 2 years, 5 months ago
  81. 9a70e69 feat(psci): update PSCI_FEATURES by Wing Li · 2 years, 11 months ago
  82. 606b743 feat(psci): add support for OS-initiated mode by Wing Li · 2 years, 11 months ago
  83. b88a441 feat(psci): add support for PSCI_SET_SUSPEND_MODE by Wing Li · 2 years, 11 months ago
  84. 7419b7a Merge changes from topic "feat_state_part3" into integration by Manish Pandey · 2 years, 5 months ago
  85. a59cddf Merge changes from topic "bk/errata_refactor" into integration by Manish Pandey · 2 years, 5 months ago
  86. ea735bf refactor(cpufeat): enable FEAT_VHE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  87. 9448f2b refactor(mpam): enable FEAT_MPAM for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  88. 6437a09 refactor(spe): enable FEAT_SPE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  89. 90118bb refactor(cpufeat): rename ENABLE_SPE_FOR_LOWER_ELS to ENABLE_SPE_FOR_NS by Andre Przywara · 2 years, 6 months ago
  90. 16e3ddb fix(spe): drop SPE EL2 context switch code by Andre Przywara · 2 years, 6 months ago
  91. c41b8e9 Merge "feat(tcr2): support FEAT_TCR2" into integration by Manish Pandey · 2 years, 5 months ago
  92. d333160 feat(tcr2): support FEAT_TCR2 by Mark Brown · 2 years, 5 months ago
  93. 7c25a3a chore(cpus): remove redundant asserts by Boyan Karatotev · 2 years, 6 months ago
  94. e444763 refactor(cpus): shorten errata flag defines by Boyan Karatotev · 2 years, 9 months ago
  95. a4c6958 Merge "refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3" into integration by Manish Pandey · 2 years, 5 months ago
  96. 42d4d3b refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 by Arvind Ram Prakash · 2 years, 9 months ago
  97. 4c985e8 Merge "fix(cpus): workaround for Neoverse V1 errata 2743233" into integration by Bipin Ravi · 2 years, 5 months ago
  98. 2535e20 style: fix functions definitions by Elyes Haouas · 2 years, 6 months ago
  99. 521d4fe Merge "style: remove useless trailing semicolon and line continuations" into integration by Manish Pandey · 2 years, 5 months ago
  100. f1c3eae fix(cpus): workaround for Neoverse V1 errata 2743233 by Sona Mathew · 2 years, 5 months ago