1. b780d99 fix(el3-runtime): replace CTX_ESR_EL3 with CTX_DOUBLE_FAULT_ESR by Manish Pandey · Mon Feb 03 12:00:56 2025 +0000
  2. f3b2f80 chore: rename arcadia to Cortex-A320 by Govindraj Raja · Wed Feb 26 10:46:50 2025 -0600
  3. 90b7b75 perf(cm): drop ZCR_EL3 saving and some ISBs and replace them with root context by Boyan Karatotev · Fri Nov 15 15:03:02 2024 +0000
  4. b295347 perf(amu): greatly simplify AMU context management by Boyan Karatotev · Wed Nov 06 14:55:35 2024 +0000
  5. e02c7f3 perf(mpmm): greatly simplify MPMM enablement by Boyan Karatotev · Mon Nov 25 10:14:26 2024 +0000
  6. 1cb1ed2 Merge changes from topic "bk/errata_speed" into integration by Manish V Badarkhe · Mon Feb 24 17:24:53 2025 +0100
  7. 74ddacc perf(cpus): make reset errata do fewer branches by Boyan Karatotev · Wed Jan 22 13:54:43 2025 +0000
  8. 97476aa perf(cpus): inline the init_cpu_data_ptr function by Boyan Karatotev · Tue Nov 19 11:27:01 2024 +0000
  9. 1dcba8f perf(cpus): inline the reset function by Boyan Karatotev · Tue Nov 19 11:27:01 2024 +0000
  10. 29080bb fix(rmm): add support for BRBCR_EL2 register for feat_brbe by Sona Mathew · Mon Feb 03 00:42:47 2025 -0600
  11. 5c074d3 perf(cpus): inline the cpu_get_rev_var call by Boyan Karatotev · Wed Dec 04 15:25:27 2024 +0000
  12. 23f4ff9 perf(cpus): inline cpu_rev_var checks by Boyan Karatotev · Tue Jan 21 08:44:52 2025 +0000
  13. 2ddee21 refactor(cpus): register DSU errata with the errata framework's wrappers by Boyan Karatotev · Thu Jan 23 15:27:30 2025 +0000
  14. 13c97a9 fix(libc): remove __Nonnull type specifier by Manish V Badarkhe · Sun Feb 16 23:05:07 2025 +0000
  15. 794456a Merge changes from topic "mb/drtm" into integration by Lauren Wehrmeister · Wed Feb 12 18:24:44 2025 +0100
  16. 57999dd Merge changes from topic "memory_bank" into integration by Soby Mathew · Wed Feb 12 10:49:42 2025 +0100
  17. 6157c04 Merge changes I765a7fa0,Ic33f0b6d,I8d1a88c7,I381f96be,I698fa849, ... into integration by Manish Pandey · Tue Feb 11 16:52:18 2025 +0100
  18. 46881f7 feat(gpt): statically allocate bitlocks array by AlexeiFedorov · Fri Jan 24 15:53:50 2025 +0000
  19. cc9f393 feat(libc): import qsort implementation by Manish V Badarkhe · Tue Jan 21 10:27:45 2025 +0000
  20. 4d3b346 Merge changes from topic "us_tc_trng" into integration by Manish V Badarkhe · Tue Feb 04 13:19:10 2025 +0100
  21. edfbb91 Merge "fix(tc): enable Last-level cache (LLC) for tc4" into integration by Olivier Deprez · Tue Feb 04 11:58:30 2025 +0100
  22. 21591bb feat(psa): add interface with RSE for retrieving entropy by Leo Yan · Fri Jan 31 10:07:51 2025 +0000
  23. 4226942 fix(psa): guard Crypto APIs with CRYPTO_SUPPORT by Leo Yan · Fri Jan 31 17:16:34 2025 +0000
  24. 5b216d9 fix(cpus): workaround for Neoverse-V3 erratum 3701767 by Govindraj Raja · Tue Jan 21 19:20:29 2025 -0600
  25. b1ddd6c fix(cpus): workaround for Neoverse-N3 erratum 3699563 by Govindraj Raja · Tue Jan 21 19:03:34 2025 -0600
  26. d7461c6 fix(cpus): workaround for Neoverse-N2 erratum 3701773 by Govindraj Raja · Tue Jan 21 18:56:25 2025 -0600
  27. 191a64f fix(cpus): workaround for Cortex-X925 erratum 3701747 by Govindraj Raja · Tue Jan 21 18:38:56 2025 -0600
  28. 802197d fix(cpus): workaround for Cortex-X4 erratum 3701758 by Govindraj Raja · Tue Jan 21 18:24:57 2025 -0600
  29. dd6882e fix(cpus): workaround for Cortex-X3 erratum 3701769 by Govindraj Raja · Tue Jan 21 18:12:35 2025 -0600
  30. db514a7 fix(cpus): workaround for Cortex-X2 erratum 3701772 by Govindraj Raja · Tue Jan 21 18:02:51 2025 -0600
  31. 3c1defc fix(cpus): workaround for Cortex-A725 erratum 3699564 by Govindraj Raja · Tue Jan 21 17:44:17 2025 -0600
  32. a4c60f6 fix(cpus): workaround for Cortex-A720-AE erratum 3699562 by Govindraj Raja · Tue Jan 21 17:23:26 2025 -0600
  33. 1ad2457 fix(cpus): workaround for Cortex-A720 erratum 3699561 by Govindraj Raja · Tue Jan 21 17:12:33 2025 -0600
  34. 152ec36 fix(cpus): workaround for Cortex-A715 erratum 3699560 by Govindraj Raja · Tue Jan 21 17:00:11 2025 -0600
  35. cf7cf54 fix(cpus): workaround for Cortex-A710 erratum 3701772 by Govindraj Raja · Tue Jan 21 12:32:14 2025 -0600
  36. 4c3a461 fix(cpus): workaround for accessing ICH_VMCR_EL2 by Govindraj Raja · Wed Jan 29 15:01:10 2025 -0600
  37. 988a7c7 chore(cpus): fix incorrect header macro by Govindraj Raja · Tue Jan 21 12:13:20 2025 -0600
  38. ec9bfcd chore(docs): drop the "wfi" from `pwr_domain_pwr_down_wfi` by Boyan Karatotev · Tue Oct 08 17:34:45 2024 +0100
  39. a6193b3 fix(cpus): avoid SME related loss of context on powerdown by Boyan Karatotev · Fri Sep 20 13:37:51 2024 +0100
  40. 7262eff feat(psci): allow cores to wake up from powerdown by Boyan Karatotev · Thu Dec 19 16:07:29 2024 +0000
  41. ff8a615 refactor: panic after calling psci_power_down_wfi() by Boyan Karatotev · Mon Oct 21 07:36:31 2024 +0100
  42. cd7482a refactor(cpus): undo errata mitigations by Boyan Karatotev · Thu Sep 26 17:00:09 2024 +0100
  43. 6c47386 feat(cpus): add sysreg_bit_toggle by Boyan Karatotev · Tue Jan 21 11:41:46 2025 +0000
  44. faa857d fix(security): apply SMCCC_ARCH_WORKAROUND_4 to affected cpus by Arvind Ram Prakash · Tue Jan 28 17:21:17 2025 -0600
  45. e82f759 fix(security): add support in cpu_ops for CVE-2024-7881 by Arvind Ram Prakash · Mon Sep 16 16:57:33 2024 -0500
  46. ea47df4 fix(security): add CVE-2024-7881 mitigation to Neoverse-V3 by Arvind Ram Prakash · Fri Sep 06 12:26:35 2024 -0500
  47. 62e3feb fix(security): add CVE-2024-7881 mitigation to Neoverse-V2 by Arvind Ram Prakash · Fri Sep 06 12:20:38 2024 -0500
  48. 6558a42 fix(security): add CVE-2024-7881 mitigation to Cortex-X925 by Arvind Ram Prakash · Fri Sep 06 12:19:59 2024 -0500
  49. 8556482 fix(security): add CVE-2024-7881 mitigation to Cortex-X4 by Arvind Ram Prakash · Fri Sep 06 12:18:51 2024 -0500
  50. 8583ed4 fix(tc): enable Last-level cache (LLC) for tc4 by Jagdish Gediya · Fri Jul 05 11:15:15 2024 +0000
  51. aa46ccd perf(psci): pass my_core_pos around instead of calling it repeatedly by Boyan Karatotev · Wed Nov 06 16:26:15 2024 +0000
  52. d8dfe51 refactor(psci): don't use PSCI_INVALID_PWR_LVL to signal OFF state by Boyan Karatotev · Mon Sep 30 11:31:55 2024 +0100
  53. 1fccc72 feat(handoff): transfer entry ID for TPM event log by Raymond Mao · Fri Dec 27 07:17:14 2024 -0800
  54. a7daac0 Merge "fix(pubsub): make sure LTO doesn't garbage collect the handlers" into integration by Manish Pandey · Thu Dec 19 12:44:17 2024 +0100
  55. d2a73e3 Merge changes from topic "bk/smccc_feature" into integration by Manish Pandey · Thu Dec 19 12:34:42 2024 +0100
  56. aecd132 Merge changes from topic "hm/heap-info" into integration by Manish V Badarkhe · Wed Dec 18 17:56:44 2024 +0100
  57. 7c8d70c fix(handoff): remove XFERLIST_TB_FW_CONFIG by Harrison Mutai · Wed Dec 04 10:36:29 2024 +0000
  58. 61aaf27 feat(handoff): add Mbed-TLS heap info entry tag by Harrison Mutai · Wed Nov 06 14:21:00 2024 +0000
  59. ae1f780 feat(handoff): add func to check and init a tl by Harrison Mutai · Wed Nov 06 10:03:51 2024 +0000
  60. 9d575e6 fix(pubsub): make sure LTO doesn't garbage collect the handlers by Boyan Karatotev · Fri Dec 06 11:44:10 2024 +0000
  61. 9bc27c8 fix(cm): fix context management SYSREG128 write macros by Igor Podgainõi · Fri Dec 13 14:28:11 2024 +0100
  62. 13d1bfe fix(spe): add a psb before updating context and remove context saving by Boyan Karatotev · Thu Nov 21 13:55:59 2024 +0000
  63. e558f9c feat(fpmr): disable FPMR trap by Arvind Ram Prakash · Mon Nov 11 14:32:37 2024 -0600
  64. 03adb13 feat(lib): introduce Hob creation library by Levi Yun · Mon May 13 10:24:31 2024 +0100
  65. a5762a9 feat(cpus): add support for Alto CPU by Igor Podgainõi · Fri Nov 29 15:01:54 2024 +0100
  66. 8fc8e18 feat(cpufeat): add ENABLE_FEAT_LS64_ACCDATA by Andre Przywara · Fri Aug 09 17:04:22 2024 +0100
  67. e63794e feat(d128): add support for FEAT_D128 by Govindraj Raja · Fri Sep 06 15:43:43 2024 +0100
  68. fb3e615 Merge "feat(cpus): add support for cortex-a720ae" into integration by Olivier Deprez · Thu Oct 24 15:26:23 2024 +0200
  69. c3f81d8 Merge "fix(el3-runtime): correct CASSERT for cpu data size" into integration by Olivier Deprez · Wed Oct 23 09:35:37 2024 +0200
  70. 44460e8 Merge "chore(cpus): optimise runtime errata applications" into integration by Govindraj Raja · Mon Oct 21 19:53:23 2024 +0200
  71. 898364b feat(cpus): add support for cortex-a720ae by Ahmed Azeem · Tue Oct 15 10:31:12 2024 +0100
  72. 7ae5f5b feat(cpus): add support for arcadia cpu by Govindraj Raja · Wed Oct 02 16:15:35 2024 -0500
  73. 24395f4 chore(cpus): optimise runtime errata applications by Boyan Karatotev · Thu Sep 26 17:09:53 2024 +0100
  74. 91ed5ae fix(el3-runtime): correct CASSERT for cpu data size by Omkar Anand Kulkarni · Thu Jan 11 15:50:11 2024 +0530
  75. 70cc175 feat(sctlr2): add support for FEAT_SCTLR2 by Jayanth Dodderi Chidanand · Fri Sep 06 13:49:31 2024 +0100
  76. 6b70686 feat(the): add support for FEAT_THE by Jayanth Dodderi Chidanand · Thu Sep 05 22:24:04 2024 +0100
  77. b0ac801 Merge "fix(cpus): modify the fix for Cortex-A75 erratum 764081" into integration by Mark Dykes · Mon Oct 07 16:59:28 2024 +0200
  78. ef1b5d8 fix(cpus): modify the fix for Cortex-A75 erratum 764081 by Sona Mathew · Wed Jul 10 18:04:40 2024 -0500
  79. 89e8307 fix(cpus): workaround for Cortex-X4 erratum 3076789 by Ryan Everett · Tue May 21 11:56:37 2024 +0100
  80. 0f38c77 fix(cpus): workaround for Cortex-X4 erratum 2897503 by Arvind Ram Prakash · Mon Aug 26 17:04:27 2024 -0500
  81. 34060b4 feat(cm): handle asymmetry for FEAT_TCR2 by Jayanth Dodderi Chidanand · Mon Sep 02 20:55:13 2024 +0100
  82. 5fc97ca Merge changes from topic "clean-up-errata-compatibility" into integration by Manish V Badarkhe · Tue Aug 27 16:23:58 2024 +0200
  83. 9abe23b refactor(cm): remove el1 context when SPMD_SPM_AT_SEL2=1 by Jayanth Dodderi Chidanand · Tue May 07 18:50:57 2024 +0100
  84. aeb82d6 chore(cm): reorganise sctlr_el1 and tcr_el1 ctx code by Jayanth Dodderi Chidanand · Tue Jul 30 17:04:23 2024 +0100
  85. 4231000 Merge changes from topic "mp/simd_ctxt_mgmt" into integration by Manish V Badarkhe · Tue Aug 20 22:30:06 2024 +0200
  86. 36d524f chore(simd): remove unused macros and utilities for FP by Madhukar Pappireddy · Thu Apr 25 23:05:26 2024 -0500
  87. 5c1b8d9 feat(simd): introduce simd context helper APIs by Madhukar Pappireddy · Mon Jun 17 15:26:00 2024 -0500
  88. 78728cd feat(simd): add routines to save, restore sve state by Madhukar Pappireddy · Mon Jun 17 15:22:36 2024 -0500
  89. dd9af9b feat(simd): add sve state to simd ctxt struct by Madhukar Pappireddy · Mon Jun 17 15:17:03 2024 -0500
  90. 0cb58bc feat(simd): add data struct for simd ctxt management by Madhukar Pappireddy · Mon Jun 17 15:12:26 2024 -0500
  91. 2b43393 feat(cpus): workaround for Cortex-A520(2938996) and Cortex-X4(2726228) by Arvind Ram Prakash · Mon Aug 05 16:04:37 2024 -0500
  92. 8dc2c8e feat(cm): support for asymmetric feature among cores by Manish Pandey · Fri Jul 12 12:40:04 2024 +0100
  93. 4ba3c35 Merge "fix(cpus): workaround for Cortex-A720 erratum 2844092" into integration by Mark Dykes · Sat Aug 17 00:18:54 2024 +0200
  94. 7c36945 Merge "fix(cpus): workaround for Cortex-X4 erratum 2816013" into integration by Mark Dykes · Sat Aug 17 00:18:02 2024 +0200
  95. b4fd827 Merge changes from topic "ar/asymmetricSupport" into integration by Manish V Badarkhe · Mon Aug 05 17:16:52 2024 +0200
  96. 1ee6a98 fix(cpus): workaround for Cortex-A720 erratum 2844092 by Sona Mathew · Fri Jul 19 18:09:20 2024 -0500
  97. d1cb83e fix(cpus): workaround for Cortex-X4 erratum 2816013 by Sona Mathew · Tue Jul 16 14:34:42 2024 -0500
  98. 58f89ed feat(trbe): introduce trbe_disable() function by Arvind Ram Prakash · Fri Jul 19 11:39:49 2024 -0500
  99. e01b422 feat(spe): introduce spe_disable() function by Manish Pandey · Thu Jul 18 16:17:45 2024 +0100
  100. 46dff39 chore(spe): rename spe_disable() to spe_stop() by Manish Pandey · Thu Jul 18 16:07:21 2024 +0100