1. df0b426 feat(cm): asymmetric feature support for trbe by Arvind Ram Prakash · Mon Aug 05 16:11:42 2024 -0500
  2. 2b43393 feat(cpus): workaround for Cortex-A520(2938996) and Cortex-X4(2726228) by Arvind Ram Prakash · Mon Aug 05 16:04:37 2024 -0500
  3. 929e696 feat(cm): handle asymmetry for SPE feature by Manish Pandey · Thu Jul 18 16:27:13 2024 +0100
  4. 8dc2c8e feat(cm): support for asymmetric feature among cores by Manish Pandey · Fri Jul 12 12:40:04 2024 +0100
  5. 771d40d feat(cpufeat): add new feature state for asymmetric features by Manish Pandey · Thu Jul 18 15:18:20 2024 +0100
  6. 4ba3c35 Merge "fix(cpus): workaround for Cortex-A720 erratum 2844092" into integration by Mark Dykes · Sat Aug 17 00:18:54 2024 +0200
  7. 7c36945 Merge "fix(cpus): workaround for Cortex-X4 erratum 2816013" into integration by Mark Dykes · Sat Aug 17 00:18:02 2024 +0200
  8. 9c80104 fix(psci): fix parent parsing in psci_is_last_cpu_to_idle_at_pwrlvl by Charlie Bareham · Tue Oct 17 20:17:58 2023 +0200
  9. b4fd827 Merge changes from topic "ar/asymmetricSupport" into integration by Manish V Badarkhe · Mon Aug 05 17:16:52 2024 +0200
  10. 1ee6a98 fix(cpus): workaround for Cortex-A720 erratum 2844092 by Sona Mathew · Fri Jul 19 18:09:20 2024 -0500
  11. d1cb83e fix(cpus): workaround for Cortex-X4 erratum 2816013 by Sona Mathew · Tue Jul 16 14:34:42 2024 -0500
  12. 58f89ed feat(trbe): introduce trbe_disable() function by Arvind Ram Prakash · Fri Jul 19 11:39:49 2024 -0500
  13. e01b422 feat(spe): introduce spe_disable() function by Manish Pandey · Thu Jul 18 16:17:45 2024 +0100
  14. 46dff39 chore(spe): rename spe_disable() to spe_stop() by Manish Pandey · Thu Jul 18 16:07:21 2024 +0100
  15. 3c0bf86 Merge changes from topic "jc/refact_el1_ctx" into integration by Manish V Badarkhe · Mon Jul 29 19:21:30 2024 +0200
  16. 0ae29ef Merge "build: consolidate directory creation rules" into integration by Manish Pandey · Mon Jul 29 15:54:46 2024 +0200
  17. 4d69bd6 refactor(cm): convert el1-ctx assembly offset entries to c structure by Jayanth Dodderi Chidanand · Thu Apr 11 11:09:12 2024 +0100
  18. 3a71df6 feat(cm): add explicit context entries for ERRATA_SPECULATIVE_AT by Jayanth Dodderi Chidanand · Wed Jun 05 11:13:05 2024 +0100
  19. 7bce645 Merge "feat(handoff): fix register convention r1/x1 value on transfer list" into integration by Manish Pandey · Wed Jul 24 20:04:53 2024 +0200
  20. 55878e5 Merge "fix(xlat): correct attribute retrieval in a RME enabled system" into integration by Olivier Deprez · Wed Jul 24 18:20:37 2024 +0200
  21. deae050 Merge "feat(fgt2): add support for FEAT_FGT2" into integration by Manish Pandey · Wed Jul 24 17:26:21 2024 +0200
  22. 0f78f9a fix(context-mgmt): keep actlr_el2 value in the init context by Jagdish Gediya · Wed Jul 17 15:52:08 2024 +0100
  23. ea13e58 Merge "feat(debugv8p9): add support for FEAT_Debugv8p9" into integration by Manish Pandey · Mon Jul 22 18:07:11 2024 +0200
  24. 010d2ae feat(handoff): fix register convention r1/x1 value on transfer list by levi.yun · Mon May 13 10:27:17 2024 +0100
  25. 468c3d4 fix(xlat): correct attribute retrieval in a RME enabled system by Manish V Badarkhe · Mon Jun 24 14:35:46 2024 +0100
  26. 1559f64 build: consolidate directory creation rules by Chris Kay · Tue Jun 04 00:04:48 2024 +0000
  27. d7a54c8 refactor(cpus): modify log for "ERRATA_NOT_APPLIES" by Sona Mathew · Thu Jul 18 21:53:09 2024 -0500
  28. 62d87e7 feat(fgt2): add support for FEAT_FGT2 by Arvind Ram Prakash · Thu Jun 06 11:33:37 2024 -0500
  29. 05b4763 feat(debugv8p9): add support for FEAT_Debugv8p9 by Arvind Ram Prakash · Wed May 22 15:24:00 2024 -0500
  30. 9d806cc chore(cm): fix some typos in comments by Manish Pandey · Tue Jul 16 21:47:59 2024 +0100
  31. bbb6a92 Merge "feat(cm): context switch MDCR_EL3 register" into integration by Manish Pandey · Thu Jun 27 23:18:27 2024 +0200
  32. 0566a97 Merge "refactor(cm): update SCTLR_EL2 initialisation" into integration by Manish V Badarkhe · Thu Jun 27 16:24:23 2024 +0200
  33. 118b335 feat(cm): context switch MDCR_EL3 register by Jayanth Dodderi Chidanand · Tue Jun 18 15:22:54 2024 +0100
  34. a256551 fix(gpt): fix GPT library fill_l1_tbl() function by AlexeiFedorov · Thu Jun 20 10:29:58 2024 +0100
  35. aaec9ad refactor(cm): update SCTLR_EL2 initialisation by Jayanth Dodderi Chidanand · Wed Mar 06 18:46:52 2024 +0000
  36. 1870c72 build: unify verbosity handling by Chris Kay · Thu May 02 17:52:37 2024 +0000
  37. a28c5b4 Merge changes from topic "nrd3_support" into integration by Manish V Badarkhe · Fri Jun 14 10:09:02 2024 +0200
  38. 716eb70 feat(psa): introduce generic library for CCA attestation by Vivek Gautam · Tue Mar 28 21:44:56 2023 +0100
  39. 9b9e522 feat(rockchip): add RK3566/RK3568 Socs support by shengfei Xu · Fri Sep 30 08:56:21 2022 +0000
  40. cefe39d Merge "fix(gpt): fix RME GPT library bug" into integration by Soby Mathew · Fri Jun 07 11:39:27 2024 +0200
  41. 98fc2bc fix(gpt): fix RME GPT library bug by AlexeiFedorov · Thu Jun 06 11:48:44 2024 +0100
  42. 1479b1a build(romlib): don't timestamp generated wrappers by Chris Kay · Thu May 23 13:09:39 2024 +0000
  43. 48d20fa build(romlib): de-duplicate ROMLib wrapper sources by Chris Kay · Wed May 29 21:57:48 2024 +0000
  44. feb5223 Merge "refactor(cm): move mpam registers into el2 context" into integration by Manish Pandey · Thu May 30 13:48:04 2024 +0200
  45. 8276014 chore: rename Blackhawk to Cortex-X925 by Govindraj Raja · Fri May 17 13:39:07 2024 -0500
  46. 106437d chore: rename Chaberton to Cortex-A725 by Govindraj Raja · Fri May 17 13:35:19 2024 -0500
  47. c1b4148 refactor(cm): move mpam registers into el2 context by Jayanth Dodderi Chidanand · Tue May 28 17:44:10 2024 +0100
  48. b0f21ca Merge changes I710d1780,Ia9a59bde into integration by Soby Mathew · Tue May 28 12:26:37 2024 +0200
  49. c0ca2d7 feat(gpt): configure memory size protected by bitlock by AlexeiFedorov · Mon May 13 15:35:54 2024 +0100
  50. 0adde4e build: skip toolchain detection for some targets by Chris Kay · Tue May 14 13:08:31 2024 +0000
  51. bd8b1bb feat(gpt): add support for large GPT mappings by AlexeiFedorov · Wed Mar 13 17:07:03 2024 +0000
  52. fc07663 build(libfdt): introduce include guards by Chris Kay · Wed May 01 13:04:58 2024 +0000
  53. 7a97828 Merge "chore(compiler-rt): update compiler-rt source files" into integration by Manish Pandey · Fri May 10 11:26:59 2024 +0200
  54. 736e638 chore(compiler-rt): update compiler-rt source files by Manish Pandey · Thu May 09 17:13:24 2024 +0100
  55. 5969e1c Merge "feat(cpus): support to update External LLC presence in Neoverse N3" into integration by Olivier Deprez · Fri May 10 07:55:59 2024 +0200
  56. 7cbdd14 Merge "feat(cpus): support to update External LLC presence in Neoverse V2" into integration by Manish Pandey · Thu May 09 22:05:07 2024 +0200
  57. 4a9f530 feat(cpus): support to update External LLC presence in Neoverse N3 by Younghyun Park · Wed May 08 17:22:38 2024 -0700
  58. 7f4b120 Merge changes from topic "fix_psci_osi" into integration by Manish Pandey · Wed May 08 15:45:12 2024 +0200
  59. adf42d3 fix(psci): fix parent_idx in psci_validate_state_coordination by Patrick Delaunay · Tue Oct 17 20:05:52 2023 +0200
  60. 3cc6317 chore: rename hermes to neoverse-n3 by Govindraj Raja · Mon May 06 12:52:17 2024 -0500
  61. 874f6e9 Merge changes from topic "sm/feat_detect" into integration by Manish Pandey · Tue May 07 11:17:02 2024 +0200
  62. ee647e3 feat(cpus): support to update External LLC presence in Neoverse V2 by Younghyun Park · Mon May 06 21:26:38 2024 -0700
  63. 560537e feat((smccc): add version FID for PMF by Govindraj Raja · Tue Apr 23 11:48:48 2024 -0500
  64. cd29ad5 refactor(smccc): move pmf to vendor el3 calls by Govindraj Raja · Mon Apr 15 12:42:13 2024 -0500
  65. ff69a6a refactor(cpus): replace adr with adr_l by developer · Wed Feb 21 13:58:51 2024 +0800
  66. 9e505f9 refactor(cpufeat): add macro to simplify is_feat_xx_present by Sona Mathew · Wed Mar 13 11:33:54 2024 -0500
  67. e480ec2 chore: simplify the macro names in ENABLE_FEAT mechanism by Sona Mathew · Mon Mar 11 15:58:15 2024 -0500
  68. dbb7eb3 Merge changes from topic "rss_rse_rename" into integration by Manish V Badarkhe · Fri Apr 26 16:55:04 2024 +0200
  69. 6b4a772 Merge changes from topic "hm/handoff" into integration by Manish Pandey · Fri Apr 26 16:22:38 2024 +0200
  70. e40e121 feat(handoff): add TL source files to BL1 by Harrison Mutai · Fri Apr 26 08:55:47 2024 +0000
  71. d9c8eff fix(cpus): workaround for Cortex-X4 erratum 2763018 by Sona Mathew · Fri Apr 05 16:27:07 2024 -0500
  72. 343d3fd Merge "fix(cpus): workaround for Cortex-X4 erratum 2740089" into integration by Lauren Wehrmeister · Tue Apr 23 16:14:02 2024 +0200
  73. f58088c Merge "fix(cpus): workaround for Cortex-A715 erratum 2728106" into integration by Lauren Wehrmeister · Tue Apr 23 16:13:55 2024 +0200
  74. dc2a286 refactor(psa): change all occurrences of RSS to RSE by Tamas Ban · Thu Feb 22 11:41:25 2024 +0100
  75. dcc639e refactor(psa): rename all 'rss' files to 'rse' by Tamas Ban · Wed Feb 21 12:25:02 2024 +0100
  76. 739e8c7 fix(cm): add more feature registers to EL1 context mgmt by Madhukar Pappireddy · Wed Apr 17 17:07:13 2024 -0500
  77. e76dd30 Merge "fix(pmu): fix breakage on ARMv7 CPUs with SP_min as BL32" into integration by Yann Gautier · Fri Apr 19 14:04:52 2024 +0200
  78. 69921c9 Merge changes Ic40e1b7a,I0398b550,Ife594ed6,I3eb0f29b into integration by Soby Mathew · Fri Apr 19 11:24:01 2024 +0200
  79. a72cc3c fix(cpus): workaround for Cortex-X4 erratum 2740089 by Bipin Ravi · Wed Apr 10 15:33:21 2024 -0500
  80. 7eaaac7 fix(gpt): unify logging messages by AlexeiFedorov · Wed Mar 13 15:18:02 2024 +0000
  81. eb6f6cd chore(gpt): remove gpt_ prefix by AlexeiFedorov · Wed Mar 13 13:59:09 2024 +0000
  82. b9a363d Merge changes from topic "lto-fixes" into integration by Manish Pandey · Tue Apr 16 15:51:44 2024 +0200
  83. a13f584 feat(locks): add bitlock by AlexeiFedorov · Wed Mar 13 12:16:51 2024 +0000
  84. fe24635 Merge "fix(handoff): correct representation of tag_id" into integration by Mark Dykes · Fri Apr 12 17:49:46 2024 +0200
  85. c117dd8 fix(cm): remove ENABLE_FEAT_MTE usage by Jayanth Dodderi Chidanand · Thu Apr 11 14:13:52 2024 +0100
  86. 564c286 fix(cm): hide `cm_init_context_by_index` from BL1 by Chris Kay · Tue Feb 06 15:43:40 2024 +0000
  87. 7061d07 fix(cpus): workaround for Cortex-A715 erratum 2728106 by Bipin Ravi · Wed Apr 10 15:06:11 2024 -0500
  88. 4950901 Merge "fix(cc): code coverage optimization fix" into integration by Mark Dykes · Wed Apr 10 20:15:00 2024 +0200
  89. 3ddf1d8 Merge "fix(cm): add more system registers to EL1 context mgmt" into integration by Mark Dykes · Mon Apr 08 23:14:03 2024 +0200
  90. e1594ec fix(cc): code coverage optimization fix by Mark Dykes · Mon Apr 08 13:38:01 2024 -0500
  91. 3d04dd5 Merge "build: use GCC to link by default" into integration by Bipin Ravi · Fri Apr 05 22:21:15 2024 +0200
  92. bf9cb5f fix(cm): add more system registers to EL1 context mgmt by Madhukar Pappireddy · Mon Mar 25 17:49:00 2024 -0500
  93. 4490cd0 fix(handoff): correct representation of tag_id by Harrison Mutai · Wed Mar 20 14:37:51 2024 +0000
  94. 9275559 fix(pmu): fix breakage on ARMv7 CPUs with SP_min as BL32 by Ahmad Fatoum · Tue Mar 12 18:36:46 2024 +0100
  95. 255a409 build: use GCC to link by default by Chris Kay · Wed Feb 21 12:52:46 2024 +0000
  96. d1976d5 fix(cm): save guarded control stack registers by Madhukar Pappireddy · Mon Apr 01 15:51:44 2024 -0500
  97. 4199eaa Merge changes from topic "mte_fixes" into integration by Madhukar Pappireddy · Tue Mar 26 23:01:05 2024 +0100
  98. c1be66f refactor(mte): remove mte, mte_perm by Govindraj Raja · Thu Mar 07 14:42:20 2024 -0600
  99. 51108be chore: rename Poseidon to Neoverse V3 by Sona Mathew · Thu Mar 07 14:41:20 2024 -0600
  100. 9d36986 Merge "fix(cpus): workaround for Cortex-A715 erratum 2413290" into integration by Bipin Ravi · Tue Mar 26 01:12:57 2024 +0100