1. 6157c04 Merge changes I765a7fa0,Ic33f0b6d,I8d1a88c7,I381f96be,I698fa849, ... into integration by Manish Pandey · Tue Feb 11 16:52:18 2025 +0100
  2. db5a75f fix: add support for 128-bit sysregs to EL3 crash handler by Igor Podgainõi · Fri Nov 15 15:20:50 2024 +0100
  3. a6193b3 fix(cpus): avoid SME related loss of context on powerdown by Boyan Karatotev · Fri Sep 20 13:37:51 2024 +0100
  4. f915deb feat(mops): enable FEAT_MOPS in EL3 when INIT_UNUSED_NS_EL2=1 by Arvind Ram Prakash · Thu Jan 09 17:18:30 2025 -0600
  5. 4a615bb refactor(cm): clean up per-world context by Boyan Karatotev · Tue Dec 10 17:13:51 2024 +0000
  6. f926322 refactor(cm): change owning security state when a feature is disabled by Boyan Karatotev · Mon Dec 16 16:23:26 2024 +0000
  7. b8c8703 feat(aarch64): add DBGPRCR_EL1 register accessors by Chris Kay · Mon Nov 11 14:49:55 2024 +0000
  8. dae51d7 fix(trbe): add a tsb before context switching by Boyan Karatotev · Mon Dec 02 09:36:10 2024 +0000
  9. 13d1bfe fix(spe): add a psb before updating context and remove context saving by Boyan Karatotev · Thu Nov 21 13:55:59 2024 +0000
  10. e558f9c feat(fpmr): disable FPMR trap by Arvind Ram Prakash · Mon Nov 11 14:32:37 2024 -0600
  11. e8b1872 Merge "build(bl31): support separated memory for RW DATA" into integration by Yann Gautier · Thu Nov 07 18:10:51 2024 +0100
  12. 8fc8e18 feat(cpufeat): add ENABLE_FEAT_LS64_ACCDATA by Andre Przywara · Fri Aug 09 17:04:22 2024 +0100
  13. 9726775 build(bl31): support separated memory for RW DATA by Ye Li · Fri Aug 26 13:48:31 2022 +0800
  14. e63794e feat(d128): add support for FEAT_D128 by Govindraj Raja · Fri Sep 06 15:43:43 2024 +0100
  15. 4f91d75 Merge "fix(brbe): allow RME builds with BRBE" into integration by Olivier Deprez · Mon Oct 21 12:12:17 2024 +0200
  16. 75264d2 Merge "feat(context-mgmt): introduce EL3/root context" into integration by Manish Pandey · Fri Oct 18 14:44:19 2024 +0200
  17. 066978e fix(brbe): allow RME builds with BRBE by Boyan Karatotev · Fri Oct 18 11:02:54 2024 +0100
  18. b459065 feat(context-mgmt): introduce EL3/root context by Jayanth Dodderi Chidanand · Tue Aug 08 16:10:16 2023 +0100
  19. 70cc175 feat(sctlr2): add support for FEAT_SCTLR2 by Jayanth Dodderi Chidanand · Fri Sep 06 13:49:31 2024 +0100
  20. 6b70686 feat(the): add support for FEAT_THE by Jayanth Dodderi Chidanand · Thu Sep 05 22:24:04 2024 +0100
  21. c148a50 refactor(errata-abi): move EXTRACT_PARTNUM to arch.h by Arvind Ram Prakash · Wed Aug 14 17:22:53 2024 -0500
  22. 2c7fd8f Merge "refactor(cpufeat): feat detect helpers inlining" into integration by Manish Pandey · Tue Aug 06 15:58:57 2024 +0200
  23. 3a71df6 feat(cm): add explicit context entries for ERRATA_SPECULATIVE_AT by Jayanth Dodderi Chidanand · Wed Jun 05 11:13:05 2024 +0100
  24. 62d87e7 feat(fgt2): add support for FEAT_FGT2 by Arvind Ram Prakash · Thu Jun 06 11:33:37 2024 -0500
  25. 05b4763 feat(debugv8p9): add support for FEAT_Debugv8p9 by Arvind Ram Prakash · Wed May 22 15:24:00 2024 -0500
  26. 5d2a5f2 refactor(cpufeat): feat detect helpers inlining by Olivier Deprez · Fri Jun 07 10:57:28 2024 +0200
  27. bbb6a92 Merge "feat(cm): context switch MDCR_EL3 register" into integration by Manish Pandey · Thu Jun 27 23:18:27 2024 +0200
  28. 118b335 feat(cm): context switch MDCR_EL3 register by Jayanth Dodderi Chidanand · Tue Jun 18 15:22:54 2024 +0100
  29. 4f4a74d feat(cpufeat): upgrade PMU to v8 (FEATURE_DETECTION) by Andre Przywara · Thu Mar 07 17:40:55 2024 +0000
  30. bd8b1bb feat(gpt): add support for large GPT mappings by AlexeiFedorov · Wed Mar 13 17:07:03 2024 +0000
  31. eaa9019 feat(dsu): save/restore DSU PMU register by Arvind Ram Prakash · Thu Dec 21 00:25:52 2023 -0600
  32. 874f6e9 Merge changes from topic "sm/feat_detect" into integration by Manish Pandey · Tue May 07 11:17:02 2024 +0200
  33. bc16d58 refactor(build): introduce adr_l macro by developer · Thu Feb 22 15:16:32 2024 +0800
  34. 9e505f9 refactor(cpufeat): add macro to simplify is_feat_xx_present by Sona Mathew · Wed Mar 13 11:33:54 2024 -0500
  35. e480ec2 chore: simplify the macro names in ENABLE_FEAT mechanism by Sona Mathew · Mon Mar 11 15:58:15 2024 -0500
  36. 739e8c7 fix(cm): add more feature registers to EL1 context mgmt by Madhukar Pappireddy · Wed Apr 17 17:07:13 2024 -0500
  37. 1f08664 fix(gpt): declare gpt_tlbi_by_pa_ll() by Soby Mathew · Fri Apr 19 11:04:14 2024 +0100
  38. 69921c9 Merge changes Ic40e1b7a,I0398b550,Ife594ed6,I3eb0f29b into integration by Soby Mathew · Fri Apr 19 11:24:01 2024 +0200
  39. ebd0191 feat(aarch64): add functions for TLBI RPALOS by AlexeiFedorov · Wed Mar 13 12:31:51 2024 +0000
  40. bf9cb5f fix(cm): add more system registers to EL1 context mgmt by Madhukar Pappireddy · Mon Mar 25 17:49:00 2024 -0500
  41. c1be66f refactor(mte): remove mte, mte_perm by Govindraj Raja · Thu Mar 07 14:42:20 2024 -0600
  42. 5af4b78 fix(cpus): workaround for Cortex-A715 erratum 2344187 by Harrison Mutai · Tue Jan 02 16:55:44 2024 +0000
  43. 1c3edc8 Merge changes from topic "mp/undef_injection" into integration by Manish V Badarkhe · Wed Feb 28 14:38:49 2024 +0100
  44. 067087f feat(el3-runtime): introduce UNDEF injection to lower EL by Manish Pandey · Fri Dec 08 20:13:29 2023 +0000
  45. 95452ea Merge "fix(gpt): use DC CIGDPAPA when MTE2 is implemented" into integration by Manish Pandey · Wed Feb 28 12:35:59 2024 +0100
  46. 5cfe515 feat(cpufeat): added few helper functions by Manish Pandey · Tue Jan 09 15:55:20 2024 +0000
  47. 1facfb1 refactor(context-mgmt): move EL1 save/restore routines into C by Jayanth Dodderi Chidanand · Mon Jan 08 13:14:27 2024 +0000
  48. c80d0de fix(gpt): use DC CIGDPAPA when MTE2 is implemented by Olivier Deprez · Wed Jan 17 15:12:04 2024 +0100
  49. d7b63ac feat(mte): add mte2 feat by Govindraj Raja · Fri Jan 26 10:08:37 2024 -0600
  50. 71af7f1 feat(spmd): initialize SCR_EL3.EEL2 bit at RESET by Manish Pandey · Mon Jan 29 21:17:33 2024 +0000
  51. 3b84c96 feat(cpufeat): add feature detection for FEAT_CSV2_3 by Sona Mathew · Wed Oct 25 16:48:19 2023 -0500
  52. 24d3a4e refactor(mte): deprecate CTX_INCLUDE_MTE_REGS by Govindraj Raja · Thu Dec 21 13:57:49 2023 -0600
  53. a4752e2 fix(el3-runtime): restrict lower el EA handlers in FFH mode by Manish Pandey · Wed Oct 11 11:52:24 2023 +0100
  54. 514a301 fix(ras): restrict ENABLE_FEAT_RAS to have only two states by Manish Pandey · Tue Oct 10 13:53:25 2023 +0100
  55. 6b5721f feat(ras): use FEAT_IESB for error synchronization by Manish Pandey · Mon Jun 26 17:46:14 2023 +0100
  56. 07952fb feat(el3-runtime): modify vector entry paths by Manish Pandey · Thu May 25 13:46:14 2023 +0100
  57. 696ed4f Merge "feat(cpufeat): add memory retention bit define for CLUSTERPWRDN" into integration by Madhukar Pappireddy · Tue Oct 31 23:15:55 2023 +0100
  58. 4fc00d2 refactor(cm): move EL3 registers to global context by Elizabeth Ho · Tue Jul 18 14:10:25 2023 +0100
  59. ab28d4b fix(mpam): refine MPAM initialization and enablement process by Arvind Ram Prakash · Wed Oct 11 12:10:56 2023 -0500
  60. f57e203 refactor(console): disable getc() by default by Sandrine Bailleux · Wed Oct 11 08:38:00 2023 +0200
  61. 2e9e6f0 refactor(cm): remove world differentiation for EL2 context restore by Boyan Karatotev · Mon May 22 15:53:58 2023 +0100
  62. 8ae58f0 refactor(cm): clean up SCR_EL3 and CPTR_EL3 initialization by Boyan Karatotev · Thu Apr 20 11:00:50 2023 +0100
  63. dc4ed33 feat(cpufeat): add memory retention bit define for CLUSTERPWRDN by Jacky Bai · Wed Sep 13 09:21:40 2023 +0800
  64. c3d68fc Merge "feat(cpufeat): initialize HFG*_EL2 registers" into integration by Manish Pandey · Wed Aug 30 16:19:26 2023 +0200
  65. efdfe36 fix(cpus): check for SME presence in Gelas by Juan Pablo Conde · Mon Aug 14 16:20:52 2023 -0500
  66. 085dd0b Merge "refactor(cm): move remaining EL2 save/restore into C" into integration by Manish V Badarkhe · Thu Aug 17 12:03:19 2023 +0200
  67. a698989 refactor(cm): move remaining EL2 save/restore into C by Boyan Karatotev · Mon May 15 15:09:16 2023 +0100
  68. 0dda424 refactor(cpufeat): introduce wrapper macro for read_feat_...() functions by Andre Przywara · Tue Apr 18 16:58:36 2023 +0100
  69. f725298 feat(cpufeat): initialize HFG*_EL2 registers by Juan Pablo Conde · Mon Jul 10 16:00:41 2023 -0500
  70. 919d3c8 refactor(cm): set MDCR_EL3/CPTR_EL3 bits in respective feat_init_el3() only by Boyan Karatotev · Mon Feb 13 16:32:47 2023 +0000
  71. 6e2fd8b fix(cm): set MDCR_EL3.{NSPBE, STE} explicitly by Boyan Karatotev · Mon Feb 13 16:38:37 2023 +0000
  72. df4ad84 feat(mte): adds feature detection for MTE_PERM by Maksims Svecovs · Fri Mar 24 13:05:09 2023 +0000
  73. 677ed8a refactor(pmu): convert FEAT_MTPMU to C and move to persistent register init by Boyan Karatotev · Thu Feb 16 09:45:29 2023 +0000
  74. 05504ba feat(pmu): introduce pmuv3 lib/extensions folder by Boyan Karatotev · Wed Feb 15 13:21:50 2023 +0000
  75. b7e7443 fix(pmu): make MDCR_EL3.MTPME=1 out of reset by Boyan Karatotev · Thu Jun 15 14:46:20 2023 +0100
  76. 7d4dba6 Merge "feat(aarch64): add stack debug information to assembly routines" into integration by Manish V Badarkhe · Thu Jun 08 11:23:43 2023 +0200
  77. 4af0d99 Merge "fix(qemu): fix 32-bit builds with stack protector" into integration by Manish Pandey · Wed Jun 07 10:50:16 2023 +0200
  78. a8d525e Merge changes from topic "dummy_feat_aa32" into integration by Manish Pandey · Tue Jun 06 16:50:36 2023 +0200
  79. 03a9a3e feat(aarch64): add stack debug information to assembly routines by Boyan Karatotev · Fri Mar 10 18:24:50 2023 +0000
  80. 8c8107e feat(xlat): detect 4KB and 16KB page support when FEAT_LPA2 is present by Javier Almansa Sobrino · Wed May 03 12:16:11 2023 +0100
  81. e7d7c27 refactor(cpus): move cpu_ops field defines to a header by Boyan Karatotev · Wed Jan 25 16:55:18 2023 +0000
  82. 821d6c2 fix(qemu): fix 32-bit builds with stack protector by Andre Przywara · Tue May 23 10:34:38 2023 +0100
  83. dc3fcdf feat(cpufeat): deny AArch64-only features when building for AArch32 by Andre Przywara · Tue May 23 10:34:38 2023 +0100
  84. 54d5791 feat(cpufeat): add AArch32 PAN detection support by Andre Przywara · Tue May 23 13:56:55 2023 +0100
  85. 9b468c3 Merge changes I1bfa797e,I0ec7a70e into integration by Manish Pandey · Tue May 09 22:05:52 2023 +0200
  86. ed32bfc Merge changes from topic "mp/feat_ras" into integration by Manish Pandey · Tue May 09 21:48:45 2023 +0200
  87. 2be03c0 fix(tree): correct some typos by Elyes Haouas · Mon Feb 13 09:14:48 2023 +0100
  88. 870627e refactor(cpufeat): enable FEAT_RAS for FEAT_STATE_CHECKED by Andre Przywara · Fri Jan 27 12:25:49 2023 +0000
  89. 7fe0352 feat(errata_abi): errata management firmware interface by Sona Mathew · Fri Nov 18 18:05:38 2022 -0600
  90. 169eed5 Merge "fix(ras): do not put RAS check before esb macro" into integration by Manish V Badarkhe · Fri Apr 28 12:08:37 2023 +0200
  91. cfe053a feat(sme): enable SME2 functionality for NS world by Jayanth Dodderi Chidanand · Tue Nov 08 10:31:07 2022 +0000
  92. 3531ac7 fix(ras): do not put RAS check before esb macro by Manish Pandey · Thu Apr 27 10:02:35 2023 +0100
  93. 1f55c41 refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKED by Andre Przywara · Thu Jan 26 16:47:52 2023 +0000
  94. 326f295 feat(gcs): support guarded control stack by Mark Brown · Tue Mar 14 21:33:04 2023 +0000
  95. d4d7167 Merge "feat(hcx): initialize HCRX_EL2 to its default value" into integration by Manish Pandey · Thu Apr 13 18:10:44 2023 +0200
  96. 72e0da1 feat(hcx): initialize HCRX_EL2 to its default value by Juan Pablo Conde · Wed Feb 22 10:09:52 2023 -0600
  97. 293a661 feat(pie/por): support permission indirection and overlay by Mark Brown · Tue Mar 14 20:48:43 2023 +0000
  98. 3edbfa7 fix(aarch64): allow build with ARM_ARCH_MINOR=4 by Andre Przywara · Tue Mar 28 16:55:06 2023 +0100
  99. d62c681 feat(cpufeat): enable FEAT_SVE for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · Tue Mar 07 10:43:19 2023 +0000
  100. 605419a feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · Mon Mar 06 23:56:14 2023 +0000