1. 527b06e fix(cpus): fix clang compilation issue by Govindraj Raja · 4 months ago
  2. 4f7f634 fix(cpus): remove errata setting PF_MODE to conservative by Govindraj Raja · 4 months ago
  3. 4fa822e fix(errata): workaround for Cortex-A510 erratum 2971420 by John Powell · 6 months ago
  4. a33ee00 fix(cpus): workaround for Cortex-A715 erratum 2804830 by John Powell · 6 months ago
  5. fd2df32 fix(errata-abi): add support for handling split workarounds by Arvind Ram Prakash · 5 months ago
  6. 3bfa5a0 perf(cpus): make reset errata do fewer branches by Boyan Karatotev · 7 months ago
  7. b4a921c perf(cpus): inline the init_cpu_data_ptr function by Boyan Karatotev · 9 months ago
  8. 39f7d02 perf(cpus): inline the reset function by Boyan Karatotev · 9 months ago
  9. f0e00d7 perf(cpus): inline the cpu_get_rev_var call by Boyan Karatotev · 8 months ago
  10. 4d7430c perf(cpus): inline cpu_rev_var checks by Boyan Karatotev · 7 months ago
  11. 6c32b19 refactor(cpus): register DSU errata with the errata framework's wrappers by Boyan Karatotev · 6 months ago
  12. 12f84db refactor(cpus): undo errata mitigations by Boyan Karatotev · 10 months ago
  13. 2bef6ba feat(cpus): add sysreg_bit_toggle by Boyan Karatotev · 7 months ago
  14. 3809359 fix(cpus): workaround for Neoverse-V3 erratum 3701767 by Govindraj Raja · 7 months ago
  15. 4a9ff09 fix(cpus): workaround for Neoverse-N3 erratum 3699563 by Govindraj Raja · 7 months ago
  16. 7e41b70 fix(cpus): workaround for Neoverse-N2 erratum 3701773 by Govindraj Raja · 7 months ago
  17. 15300ac fix(cpus): workaround for Cortex-X925 erratum 3701747 by Govindraj Raja · 7 months ago
  18. 6e0efc7 fix(cpus): workaround for Cortex-X4 erratum 3701758 by Govindraj Raja · 7 months ago
  19. 8299c12 fix(cpus): workaround for Cortex-X3 erratum 3701769 by Govindraj Raja · 7 months ago
  20. fa6c987 fix(cpus): workaround for Cortex-X2 erratum 3701772 by Govindraj Raja · 7 months ago
  21. 4e78288 fix(cpus): workaround for Cortex-A725 erratum 3699564 by Govindraj Raja · 7 months ago
  22. ae6edfd fix(cpus): workaround for Cortex-A720-AE erratum 3699562 by Govindraj Raja · 7 months ago
  23. 2452627 fix(cpus): workaround for Cortex-A720 erratum 3699561 by Govindraj Raja · 7 months ago
  24. a7b3227 fix(cpus): workaround for Cortex-A715 erratum 3699560 by Govindraj Raja · 7 months ago
  25. d482688 fix(cpus): workaround for Cortex-A710 erratum 3701772 by Govindraj Raja · 7 months ago
  26. 9d6143e fix(cpus): workaround for accessing ICH_VMCR_EL2 by Govindraj Raja · 6 months ago
  27. 7e4bf04 chore(cpus): fix incorrect header macro by Govindraj Raja · 7 months ago
  28. 9427c06 fix(security): apply SMCCC_ARCH_WORKAROUND_4 to affected cpus by Arvind Ram Prakash · 6 months ago
  29. bea64fd fix(security): add support in cpu_ops for CVE-2024-7881 by Arvind Ram Prakash · 11 months ago
  30. 427c33b fix(security): add CVE-2024-7881 mitigation to Neoverse-V3 by Arvind Ram Prakash · 11 months ago
  31. 192a152 fix(security): add CVE-2024-7881 mitigation to Neoverse-V2 by Arvind Ram Prakash · 11 months ago
  32. 3e4d94c fix(security): add CVE-2024-7881 mitigation to Cortex-X925 by Arvind Ram Prakash · 11 months ago
  33. 41a52ef fix(security): add CVE-2024-7881 mitigation to Cortex-X4 by Arvind Ram Prakash · 11 months ago
  34. 19d52a8 feat(cpufeat): add ENABLE_FEAT_LS64_ACCDATA by Andre Przywara · 12 months ago
  35. 3065513 feat(d128): add support for FEAT_D128 by Govindraj Raja · 11 months ago
  36. 190ae70 Merge "feat(cpus): add support for cortex-a720ae" into integration by Olivier Deprez · 10 months ago
  37. fa5fc59 Merge "fix(el3-runtime): correct CASSERT for cpu data size" into integration by Olivier Deprez · 10 months ago
  38. 034b919 Merge "chore(cpus): optimise runtime errata applications" into integration by Govindraj Raja · 10 months ago
  39. 8118078 feat(cpus): add support for cortex-a720ae by Ahmed Azeem · 10 months ago
  40. 8fa5460 feat(cpus): add support for arcadia cpu by Govindraj Raja · 10 months ago
  41. db9ee83 chore(cpus): optimise runtime errata applications by Boyan Karatotev · 10 months ago
  42. 483dc2e fix(el3-runtime): correct CASSERT for cpu data size by Omkar Anand Kulkarni · 1 year, 7 months ago
  43. 4ec4e54 feat(sctlr2): add support for FEAT_SCTLR2 by Jayanth Dodderi Chidanand · 11 months ago
  44. 6d0433f feat(the): add support for FEAT_THE by Jayanth Dodderi Chidanand · 11 months ago
  45. 5765e0c Merge "fix(cpus): modify the fix for Cortex-A75 erratum 764081" into integration by Mark Dykes · 10 months ago
  46. 7f152ea fix(cpus): modify the fix for Cortex-A75 erratum 764081 by Sona Mathew · 1 year, 1 month ago
  47. db7eb68 fix(cpus): workaround for Cortex-X4 erratum 3076789 by Ryan Everett · 1 year, 3 months ago
  48. 609d08a fix(cpus): workaround for Cortex-X4 erratum 2897503 by Arvind Ram Prakash · 11 months ago
  49. f4303d0 feat(cm): handle asymmetry for FEAT_TCR2 by Jayanth Dodderi Chidanand · 11 months ago
  50. cc4f383 Merge changes from topic "clean-up-errata-compatibility" into integration by Manish V Badarkhe · 11 months ago
  51. a0674ab refactor(cm): remove el1 context when SPMD_SPM_AT_SEL2=1 by Jayanth Dodderi Chidanand · 1 year, 3 months ago
  52. a0d9a97 chore(cm): reorganise sctlr_el1 and tcr_el1 ctx code by Jayanth Dodderi Chidanand · 1 year ago
  53. 4b6e4e6 Merge changes from topic "mp/simd_ctxt_mgmt" into integration by Manish V Badarkhe · 12 months ago
  54. 3e840ec chore(simd): remove unused macros and utilities for FP by Madhukar Pappireddy · 1 year, 3 months ago
  55. 308ebfa feat(simd): introduce simd context helper APIs by Madhukar Pappireddy · 1 year, 2 months ago
  56. 6d5319a feat(simd): add routines to save, restore sve state by Madhukar Pappireddy · 1 year, 2 months ago
  57. 4242262 feat(simd): add sve state to simd ctxt struct by Madhukar Pappireddy · 1 year, 2 months ago
  58. 841533d feat(simd): add data struct for simd ctxt management by Madhukar Pappireddy · 1 year, 2 months ago
  59. 4a97ff5 feat(cpus): workaround for Cortex-A520(2938996) and Cortex-X4(2726228) by Arvind Ram Prakash · 1 year ago
  60. 2f41c9a feat(cm): support for asymmetric feature among cores by Manish Pandey · 1 year, 1 month ago
  61. abeb8ad Merge "fix(cpus): workaround for Cortex-A720 erratum 2844092" into integration by Mark Dykes · 12 months ago
  62. 28e4ec1 Merge "fix(cpus): workaround for Cortex-X4 erratum 2816013" into integration by Mark Dykes · 12 months ago
  63. 1baf624 Merge changes from topic "ar/asymmetricSupport" into integration by Manish V Badarkhe · 1 year ago
  64. 1214090 fix(cpus): workaround for Cortex-A720 erratum 2844092 by Sona Mathew · 1 year, 1 month ago
  65. 1e4480b fix(cpus): workaround for Cortex-X4 erratum 2816013 by Sona Mathew · 1 year, 1 month ago
  66. b36e975 feat(trbe): introduce trbe_disable() function by Arvind Ram Prakash · 1 year, 1 month ago
  67. 651fe50 feat(spe): introduce spe_disable() function by Manish Pandey · 1 year, 1 month ago
  68. 4de07b4 chore(spe): rename spe_disable() to spe_stop() by Manish Pandey · 1 year, 1 month ago
  69. 42e35d2 refactor(cm): convert el1-ctx assembly offset entries to c structure by Jayanth Dodderi Chidanand · 1 year, 4 months ago
  70. 59b7c0a feat(cm): add explicit context entries for ERRATA_SPECULATIVE_AT by Jayanth Dodderi Chidanand · 1 year, 2 months ago
  71. 3fb52e4 refactor(cpus): remove cpu specific errata funcs by Ryan Everett · 1 year, 3 months ago
  72. 1c20f05 refactor(cpus): directly invoke errata reporter by Ryan Everett · 1 year, 3 months ago
  73. a3939b1 Merge "feat(handoff): fix register convention r1/x1 value on transfer list" into integration by Manish Pandey · 1 year ago
  74. 07354cf Merge "fix(xlat): correct attribute retrieval in a RME enabled system" into integration by Olivier Deprez · 1 year ago
  75. e7c060d Merge "feat(fgt2): add support for FEAT_FGT2" into integration by Manish Pandey · 1 year ago
  76. e1b76cb feat(tc): enable Last-level cache (LLC) by Jagdish Gediya · 1 year ago
  77. ad8b514 feat(cpus): add sysreg_bitfield_insert_from_gpr macro by Jagdish Gediya · 1 year ago
  78. 7475815 feat(handoff): fix register convention r1/x1 value on transfer list by levi.yun · 1 year, 3 months ago
  79. e3c0869 fix(xlat): correct attribute retrieval in a RME enabled system by Manish V Badarkhe · 1 year, 1 month ago
  80. 33e6aaa feat(fgt2): add support for FEAT_FGT2 by Arvind Ram Prakash · 1 year, 2 months ago
  81. 83271d5 feat(debugv8p9): add support for FEAT_Debugv8p9 by Arvind Ram Prakash · 1 year, 3 months ago
  82. 759994a fix(arm): correct RSE_CRYPTO_EXPORT_PUBLIC_KEY_SID by Leo Yan · 1 year, 1 month ago
  83. 2e0efb3 Merge "feat(cm): context switch MDCR_EL3 register" into integration by Manish Pandey · 1 year, 1 month ago
  84. 8f375e4 refactor(lib): rename GENMASK parameters by Ghennadi Procopciuc · 1 year, 1 month ago
  85. 1f0b6e7 fix(lib): avoid CWE-190 for GENMASK macros by Ghennadi Procopciuc · 1 year, 2 months ago
  86. 0605b7e fix(lib): fix MISRA 12.2 violations for BIT32 and BIT64 macros by Ghennadi Procopciuc · 1 year, 2 months ago
  87. 123002f feat(cm): context switch MDCR_EL3 register by Jayanth Dodderi Chidanand · 1 year, 2 months ago
  88. 378025e Merge changes from topic "nrd3_support" into integration by Manish V Badarkhe · 1 year, 2 months ago
  89. 98d36e5 feat(psa): introduce generic library for CCA attestation by Vivek Gautam · 2 years, 4 months ago
  90. 9fd9f1d feat(rockchip): add RK3566/RK3568 Socs support by shengfei Xu · 2 years, 10 months ago
  91. 55c7efc Merge "refactor(cm): move mpam registers into el2 context" into integration by Manish Pandey · 1 year, 2 months ago
  92. bbe94cd chore: rename Blackhawk to Cortex-X925 by Govindraj Raja · 1 year, 3 months ago
  93. 16aacab chore: rename Chaberton to Cortex-A725 by Govindraj Raja · 1 year, 3 months ago
  94. 7d930c7 refactor(cm): move mpam registers into el2 context by Jayanth Dodderi Chidanand · 1 year, 2 months ago
  95. 332b62e Merge "feat(cpus): support to update External LLC presence in Neoverse N3" into integration by Olivier Deprez · 1 year, 3 months ago
  96. 88d48bc Merge "fix(smc): correctly find pmf version" into integration by Olivier Deprez · 1 year, 3 months ago
  97. 421f3e3 Merge "feat(cpus): support to update External LLC presence in Neoverse V2" into integration by Manish Pandey · 1 year, 3 months ago
  98. 62865b4 fix(smc): correctly find pmf version by Govindraj Raja · 1 year, 3 months ago
  99. 6fbc98b feat(cpus): support to update External LLC presence in Neoverse N3 by Younghyun Park · 1 year, 3 months ago
  100. ba6b694 chore: rename hermes to neoverse-n3 by Govindraj Raja · 1 year, 3 months ago