1. b1e1f42 Merge changes I005586ef,I0d4d74bc into integration by Govindraj Raja · 3 months ago
  2. bdac600 fix(cpufeat): replace "bti" mnemonic with hint instructions by Andre Przywara · 4 months ago
  3. fd04156 refactor(cpus): optimize CVE checking by Arvind Ram Prakash · 4 months ago
  4. bdaf0d9 fix(cpus): fix clang compilation issue by Govindraj Raja · 4 months ago
  5. ac9f4b4 fix(cpus): remove errata setting PF_MODE to conservative by Govindraj Raja · 4 months ago
  6. f2bd352 fix(errata): workaround for Cortex-A510 erratum 2971420 by John Powell · 6 months ago
  7. fcf2ab7 fix(cpus): workaround for Cortex-A715 erratum 2804830 by John Powell · 6 months ago
  8. bbff267 fix(errata-abi): add support for handling split workarounds by Arvind Ram Prakash · 5 months ago
  9. 98c6516 chore: rename arcadia to Cortex-A320 by Govindraj Raja · 5 months ago
  10. 2590e81 perf(mpmm): greatly simplify MPMM enablement by Boyan Karatotev · 8 months ago
  11. 89dba82 perf(cpus): make reset errata do fewer branches by Boyan Karatotev · 7 months ago
  12. 0d02082 perf(cpus): inline the reset function by Boyan Karatotev · 9 months ago
  13. 36eeb59 perf(cpus): inline the cpu_get_rev_var call by Boyan Karatotev · 8 months ago
  14. 7791ce2 perf(cpus): inline cpu_rev_var checks by Boyan Karatotev · 7 months ago
  15. b62673c refactor(cpus): register DSU errata with the errata framework's wrappers by Boyan Karatotev · 6 months ago
  16. fcb80d7 Merge changes I765a7fa0,Ic33f0b6d,I8d1a88c7,I381f96be,I698fa849, ... into integration by Manish Pandey · 6 months ago
  17. aacdfdf Merge "fix(tc): enable Last-level cache (LLC) for tc4" into integration by Olivier Deprez · 6 months ago
  18. e25fc9d fix(cpus): workaround for Neoverse-V3 erratum 3701767 by Govindraj Raja · 7 months ago
  19. fded839 fix(cpus): workaround for Neoverse-N3 erratum 3699563 by Govindraj Raja · 7 months ago
  20. adea6e5 fix(cpus): workaround for Neoverse-N2 erratum 3701773 by Govindraj Raja · 7 months ago
  21. 511148e fix(cpus): workaround for Cortex-X925 erratum 3701747 by Govindraj Raja · 7 months ago
  22. 38401c5 fix(cpus): workaround for Cortex-X4 erratum 3701758 by Govindraj Raja · 7 months ago
  23. 77feb74 fix(cpus): workaround for Cortex-X3 erratum 3701769 by Govindraj Raja · 7 months ago
  24. ae6c7c9 fix(cpus): workaround for Cortex-X2 erratum 3701772 by Govindraj Raja · 7 months ago
  25. d732300 fix(cpus): workaround for Cortex-A725 erratum 3699564 by Govindraj Raja · 7 months ago
  26. af5ae9a fix(cpus): workaround for Cortex-A720-AE erratum 3699562 by Govindraj Raja · 7 months ago
  27. 050c4a3 fix(cpus): workaround for Cortex-A720 erratum 3699561 by Govindraj Raja · 7 months ago
  28. 26437af fix(cpus): workaround for Cortex-A715 erratum 3699560 by Govindraj Raja · 7 months ago
  29. 463b5b4 fix(cpus): workaround for Cortex-A710 erratum 3701772 by Govindraj Raja · 7 months ago
  30. 45c7328 fix(cpus): avoid SME related loss of context on powerdown by Boyan Karatotev · 11 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. 4caef42 fix(security): add support in cpu_ops for CVE-2024-7881 by Arvind Ram Prakash · 11 months ago
  34. 037a15f fix(security): add CVE-2024-7881 mitigation to Neoverse-V3 by Arvind Ram Prakash · 11 months ago
  35. 56bb1d1 fix(security): add CVE-2024-7881 mitigation to Neoverse-V2 by Arvind Ram Prakash · 11 months ago
  36. 520c220 fix(security): add CVE-2024-7881 mitigation to Cortex-X925 by Arvind Ram Prakash · 11 months ago
  37. 6ce6aca fix(security): add CVE-2024-7881 mitigation to Cortex-X4 by Arvind Ram Prakash · 11 months ago
  38. 7b41aca fix(tc): enable Last-level cache (LLC) for tc4 by Jagdish Gediya · 1 year, 1 month ago
  39. 940ecd0 feat(cpus): add support for Alto CPU by Igor Podgainõi · 8 months ago
  40. 190ae70 Merge "feat(cpus): add support for cortex-a720ae" into integration by Olivier Deprez · 10 months ago
  41. 034b919 Merge "chore(cpus): optimise runtime errata applications" into integration by Govindraj Raja · 10 months ago
  42. 8118078 feat(cpus): add support for cortex-a720ae by Ahmed Azeem · 10 months ago
  43. 8fa5460 feat(cpus): add support for arcadia cpu by Govindraj Raja · 10 months ago
  44. db9ee83 chore(cpus): optimise runtime errata applications by Boyan Karatotev · 10 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. cc4f383 Merge changes from topic "clean-up-errata-compatibility" into integration by Manish V Badarkhe · 11 months ago
  50. 4a97ff5 feat(cpus): workaround for Cortex-A520(2938996) and Cortex-X4(2726228) by Arvind Ram Prakash · 1 year ago
  51. 1214090 fix(cpus): workaround for Cortex-A720 erratum 2844092 by Sona Mathew · 1 year, 1 month ago
  52. 1e4480b fix(cpus): workaround for Cortex-X4 erratum 2816013 by Sona Mathew · 1 year, 1 month ago
  53. 3fb52e4 refactor(cpus): remove cpu specific errata funcs by Ryan Everett · 1 year, 3 months ago
  54. 1c20f05 refactor(cpus): directly invoke errata reporter by Ryan Everett · 1 year, 3 months ago
  55. e1b76cb feat(tc): enable Last-level cache (LLC) by Jagdish Gediya · 1 year ago
  56. ad8b514 feat(cpus): add sysreg_bitfield_insert_from_gpr macro by Jagdish Gediya · 1 year ago
  57. 9fd9f1d feat(rockchip): add RK3566/RK3568 Socs support by shengfei Xu · 2 years, 10 months ago
  58. bbe94cd chore: rename Blackhawk to Cortex-X925 by Govindraj Raja · 1 year, 3 months ago
  59. 16aacab chore: rename Chaberton to Cortex-A725 by Govindraj Raja · 1 year, 3 months ago
  60. 332b62e Merge "feat(cpus): support to update External LLC presence in Neoverse N3" into integration by Olivier Deprez · 1 year, 3 months ago
  61. 421f3e3 Merge "feat(cpus): support to update External LLC presence in Neoverse V2" into integration by Manish Pandey · 1 year, 3 months ago
  62. 6fbc98b feat(cpus): support to update External LLC presence in Neoverse N3 by Younghyun Park · 1 year, 3 months ago
  63. ba6b694 chore: rename hermes to neoverse-n3 by Govindraj Raja · 1 year, 3 months ago
  64. 6aa5d1b feat(cpus): support to update External LLC presence in Neoverse V2 by Younghyun Park · 1 year, 3 months ago
  65. 4731211 fix(cpus): workaround for Cortex-X4 erratum 2763018 by Sona Mathew · 1 year, 4 months ago
  66. 328d304 chore: rename Poseidon to Neoverse V3 by Sona Mathew · 1 year, 5 months ago
  67. 152f4cf fix(cpus): workaround for Cortex-A720 erratum 2926083 by Bipin Ravi · 1 year, 5 months ago
  68. fe6c657 Merge "fix(cpus): workaround for Cortex-A720 erratum 2940794" into integration by Madhukar Pappireddy · 1 year, 5 months ago
  69. 7385213 fix(cpus): workaround for Cortex-A720 erratum 2940794 by Bipin Ravi · 1 year, 5 months ago
  70. 15a0461 fix(cpus): workaround for Cortex-A715 erratum 2413290 by Sona Mathew · 1 year, 6 months ago
  71. 33c665a fix(cpus): workaround for Cortex-A715 erratum 2344187 by Harrison Mutai · 1 year, 7 months ago
  72. 6a6b282 fix(cpus): workaround for Cortex-A715 erratum 2561034 by Bipin Ravi · 1 year, 6 months ago
  73. c6db6d0 Merge "fix(cpus): workaround for Cortex X3 erratum 2641945" into integration by Lauren Wehrmeister · 1 year, 6 months ago
  74. a727d59 feat(cpufeat): add cortex-a35 l2 extended control register by Jacky Bai · 1 year, 11 months ago
  75. c1aa3fa fix(cpus): workaround for Cortex X3 erratum 2641945 by Bipin Ravi · 1 year, 6 months ago
  76. a65c5ba fix(cpus): workaround for Cortex-X3 erratum 2266875 by Bipin Ravi · 1 year, 8 months ago
  77. b77f55d feat(cpu): add support for Poseidon V CPU by Rohit Mathew · 1 year, 8 months ago
  78. 61a2968 fix(cpu): correct variant name for default Poseidon CPU by Rohit Mathew · 1 year, 8 months ago
  79. 34db353 fix(cpus): workaround for Cortex-A520 erratum 2858100 by Arvind Ram Prakash · 1 year, 8 months ago
  80. f03bfc3 fix(cpus): workaround for Cortex-A520 erratum 2630792 by Sona Mathew · 1 year, 8 months ago
  81. b01a93d fix(cpus): workaround for Cortex-X2 erratum 2778471 by Sona Mathew · 1 year, 8 months ago
  82. c9508d6 fix(cpus): workaround for Cortex-A710 erratum 2778471 by Sona Mathew · 1 year, 8 months ago
  83. 2e1e166 Merge "fix(cpus): workaround for Neoverse V2 erratum 2618597" into integration by Lauren Wehrmeister · 1 year, 8 months ago
  84. c0f8ce5 fix(cpus): workaround for Neoverse V2 erratum 2618597 by Bipin Ravi · 1 year, 10 months ago
  85. 9d4819a Merge "fix(cpus): workaround for Neoverse V2 erratum 2662553" into integration by Lauren Wehrmeister · 1 year, 8 months ago
  86. 912c409 fix(cpus): workaround for Neoverse V2 erratum 2662553 by Bipin Ravi · 1 year, 10 months ago
  87. 81d4094 fix(cpus): workaround for Cortex-A78C erratum 2743232 by Sona Mathew · 1 year, 9 months ago
  88. 71ed917 fix(cpus): workaround for Neoverse V1 erratum 2348377 by Sona Mathew · 1 year, 9 months ago
  89. 355ce0a fix(cpus): workaround for Cortex-X3 erratum 2779509 by Sona Mathew · 1 year, 9 months ago
  90. 6cb8be1 fix(cpus): workaround for Neoverse N2 erratum 2346952 by Bipin Ravi · 1 year, 10 months ago
  91. a0594ad feat(cpus): add support for Travis CPU by Juan Pablo Conde · 1 year, 11 months ago
  92. 2454316 fix(cpus): workaround for Cortex-X3 erratum 2070301 by Sona Mathew · 1 year, 10 months ago
  93. fcfa15d Merge changes from topic "errata" into integration by Lauren Wehrmeister · 1 year, 11 months ago
  94. 58dd153 fix(cpus): workaround for Neoverse V2 erratum 2743011 by Bipin Ravi · 1 year, 11 months ago
  95. ff34264 fix(cpus): workaround for Neoverse V2 erratum 2779510 by Bipin Ravi · 1 year, 11 months ago
  96. b011402 fix(cpus): workaround for Neoverse V2 erratum 2719105 by Bipin Ravi · 1 year, 11 months ago
  97. 8852fb5 fix(cpus): workaround for Neoverse V2 erratum 2331132 by Bipin Ravi · 1 year, 11 months ago
  98. 5b0e443 fix(cpus): workaround for Cortex-X3 erratum 2742421 by Sona Mathew · 1 year, 11 months ago
  99. 5497958 feat(cpus): add support for Nevis CPU by Juan Pablo Conde · 2 years, 1 month ago
  100. 02586e0 feat(cpus): add support for Gelas CPU by Juan Pablo Conde · 2 years, 1 month ago