1. 8d9f5f2 feat(cpufeat): enable FEAT_PAuth to FEAT_STATE_CHECKED by Boyan Karatotev · 4 months ago
  2. 51997e3 perf(cpufeat): centralise PAuth key saving by Boyan Karatotev · 4 months ago
  3. f813805 refactor(cpufeat): convert FEAT_PAuth setup to C by Boyan Karatotev · 4 months ago
  4. b0b7609 refactor(cpufeat): prepare FEAT_PAuth for FEATURE_DETECTION by Boyan Karatotev · 4 months ago
  5. 5141de1 fix(build): enable fp during fp save/restore by Per Larsen · 7 months ago
  6. 2377542 Merge changes from topic "xlnx_fix_gen_datatype_cast" into integration by Govindraj Raja · 4 months ago
  7. fa8ca8b Merge "fix(errata): workaround for Cortex-A510 erratum 2971420" into integration by Bipin Ravi · 5 months ago
  8. f2bd352 fix(errata): workaround for Cortex-A510 erratum 2971420 by John Powell · 6 months ago
  9. 484befb fix(cpufeat): add feat_hcx check before enabling FEAT_MOPS by Arvind Ram Prakash · 5 months ago
  10. c5ea3fa Merge "feat(rmmd): add FEAT_MEC support" into integration by Soby Mathew · 5 months ago
  11. 7e84f3c feat(rmmd): add FEAT_MEC support by Tushar Khandelwal · 1 year, 5 months ago
  12. 54c9c68 fix(el3-runtime): add const qualifier by Nithin G · 1 year, 4 months ago
  13. 858dc35 fix(el3-runtime): add missing curly braces by Maheedhar Bollapalli · 1 year, 3 months ago
  14. 0a580b5 perf(cm): drop ZCR_EL3 saving and some ISBs and replace them with root context by Boyan Karatotev · 9 months ago
  15. 83ec7e4 perf(amu): greatly simplify AMU context management by Boyan Karatotev · 9 months ago
  16. a8a5d39 Merge changes from topic "bk/errata_speed" into integration by Manish V Badarkhe · 5 months ago
  17. b07c317 perf(cpus): inline the init_cpu_data_ptr function by Boyan Karatotev · 9 months ago
  18. 41ae047 fix(rmm): add support for BRBCR_EL2 register for feat_brbe by Sona Mathew · 6 months ago
  19. 74dd541 Merge "fix(simd): fix base register in fpregs_context_*" into integration by Olivier Deprez · 6 months ago
  20. 8c52ca8 refactor(cpufeat): add FGT2 and Debugv8p9 to realm state by Sona Mathew · 8 months ago
  21. 7455cd1 fix(cpus): workaround for accessing ICH_VMCR_EL2 by Govindraj Raja · 6 months ago
  22. 09ada2f fix(simd): fix base register in fpregs_context_* by Andrei Homescu · 8 months ago
  23. b53089d Merge "feat(pmuv3): setup per world MDCR_EL3" into integration by Manish Pandey · 6 months ago
  24. c95aa2e feat(pmuv3): setup per world MDCR_EL3 by Mateusz Sulimowicz · 7 months ago
  25. 6b8df7b feat(mops): enable FEAT_MOPS in EL3 when INIT_UNUSED_NS_EL2=1 by Arvind Ram Prakash · 7 months ago
  26. 79c0c7f refactor(cm): clean up per-world context by Boyan Karatotev · 8 months ago
  27. b41b999 Merge changes from topic "bk/smccc_feature" into integration by Manish Pandey · 8 months ago
  28. 6595f4c fix(cm): fix context management SYSREG128 write macros by Igor Podgainõi · 8 months ago
  29. 73d98e3 fix(trbe): add a tsb before context switching by Boyan Karatotev · 8 months ago
  30. f808873 fix(spe): add a psb before updating context and remove context saving by Boyan Karatotev · 9 months ago
  31. a57e18e feat(fpmr): disable FPMR trap by Arvind Ram Prakash · 9 months ago
  32. 19d52a8 feat(cpufeat): add ENABLE_FEAT_LS64_ACCDATA by Andre Przywara · 12 months ago
  33. 830ed39 Merge "feat(feat_sctlr2): enable FEAT_SCTLR2 for Realm world" into integration by Govindraj Raja · 9 months ago
  34. b17fecd feat(feat_sctlr2): enable FEAT_SCTLR2 for Realm world by Javier Almansa Sobrino · 9 months ago
  35. 3065513 feat(d128): add support for FEAT_D128 by Govindraj Raja · 11 months ago
  36. 5ec9ade Merge "fix(brbe): allow RME builds with BRBE" into integration by Olivier Deprez · 10 months ago
  37. 17ef5da Merge "feat(context-mgmt): introduce EL3/root context" into integration by Manish Pandey · 10 months ago
  38. 9890eab fix(brbe): allow RME builds with BRBE by Boyan Karatotev · 10 months ago
  39. 40e5f7a feat(context-mgmt): introduce EL3/root context by Jayanth Dodderi Chidanand · 2 years ago
  40. 4ec4e54 feat(sctlr2): add support for FEAT_SCTLR2 by Jayanth Dodderi Chidanand · 11 months ago
  41. 6d0433f feat(the): add support for FEAT_THE by Jayanth Dodderi Chidanand · 11 months ago
  42. 7f152ea fix(cpus): modify the fix for Cortex-A75 erratum 764081 by Sona Mathew · 1 year, 1 month ago
  43. f4303d0 feat(cm): handle asymmetry for FEAT_TCR2 by Jayanth Dodderi Chidanand · 11 months ago
  44. 781e1a4 feat(cm): enhance the cpu_context memory report by Jayanth Dodderi Chidanand · 1 year, 3 months ago
  45. a0674ab refactor(cm): remove el1 context when SPMD_SPM_AT_SEL2=1 by Jayanth Dodderi Chidanand · 1 year, 3 months ago
  46. a0d9a97 chore(cm): reorganise sctlr_el1 and tcr_el1 ctx code by Jayanth Dodderi Chidanand · 1 year ago
  47. 4b6e4e6 Merge changes from topic "mp/simd_ctxt_mgmt" into integration by Manish V Badarkhe · 12 months ago
  48. 308ebfa feat(simd): introduce simd context helper APIs by Madhukar Pappireddy · 1 year, 2 months ago
  49. 6d5319a feat(simd): add routines to save, restore sve state by Madhukar Pappireddy · 1 year, 2 months ago
  50. 721249b feat(cm): asymmetric feature support for trbe by Arvind Ram Prakash · 12 months ago
  51. 188f8c4 feat(cm): handle asymmetry for SPE feature by Manish Pandey · 1 year, 1 month ago
  52. 2f41c9a feat(cm): support for asymmetric feature among cores by Manish Pandey · 1 year, 1 month ago
  53. 43d1d95 feat(cpufeat): add new feature state for asymmetric features by Manish Pandey · 1 year, 1 month ago
  54. 42e35d2 refactor(cm): convert el1-ctx assembly offset entries to c structure by Jayanth Dodderi Chidanand · 1 year, 4 months ago
  55. 59b7c0a feat(cm): add explicit context entries for ERRATA_SPECULATIVE_AT by Jayanth Dodderi Chidanand · 1 year, 2 months ago
  56. e7c060d Merge "feat(fgt2): add support for FEAT_FGT2" into integration by Manish Pandey · 1 year ago
  57. 0aa3284 fix(context-mgmt): keep actlr_el2 value in the init context by Jagdish Gediya · 1 year, 1 month ago
  58. 33e6aaa feat(fgt2): add support for FEAT_FGT2 by Arvind Ram Prakash · 1 year, 2 months ago
  59. 83271d5 feat(debugv8p9): add support for FEAT_Debugv8p9 by Arvind Ram Prakash · 1 year, 2 months ago
  60. a822a22 chore(cm): fix some typos in comments by Manish Pandey · 1 year, 1 month ago
  61. 2e0efb3 Merge "feat(cm): context switch MDCR_EL3 register" into integration by Manish Pandey · 1 year, 1 month ago
  62. 123002f feat(cm): context switch MDCR_EL3 register by Jayanth Dodderi Chidanand · 1 year, 2 months ago
  63. da1a459 refactor(cm): update SCTLR_EL2 initialisation by Jayanth Dodderi Chidanand · 1 year, 5 months ago
  64. 7d930c7 refactor(cm): move mpam registers into el2 context by Jayanth Dodderi Chidanand · 1 year, 2 months ago
  65. aaaf2cc refactor(cpufeat): add macro to simplify is_feat_xx_present by Sona Mathew · 1 year, 5 months ago
  66. d6c76e6 fix(cm): add more feature registers to EL1 context mgmt by Madhukar Pappireddy · 1 year, 4 months ago
  67. 85658c5 Merge "fix(pmu): fix breakage on ARMv7 CPUs with SP_min as BL32" into integration by Yann Gautier · 1 year, 4 months ago
  68. d3604b3 Merge changes from topic "lto-fixes" into integration by Manish Pandey · 1 year, 4 months ago
  69. a796d5a fix(cm): remove ENABLE_FEAT_MTE usage by Jayanth Dodderi Chidanand · 1 year, 4 months ago
  70. a6b3643 fix(cm): hide `cm_init_context_by_index` from BL1 by Chris Kay · 1 year, 6 months ago
  71. ed9bb82 fix(cm): add more system registers to EL1 context mgmt by Madhukar Pappireddy · 1 year, 4 months ago
  72. e6f8fc7 fix(pmu): fix breakage on ARMv7 CPUs with SP_min as BL32 by Ahmad Fatoum · 1 year, 5 months ago
  73. 6aae3ac fix(cm): save guarded control stack registers by Madhukar Pappireddy · 1 year, 4 months ago
  74. c282384 refactor(mte): remove mte, mte_perm by Govindraj Raja · 1 year, 5 months ago
  75. 869ee08 Merge "fix(mte): use ATA bit with FEAT_MTE2" into integration by Manish Pandey · 1 year, 5 months ago
  76. d39b123 refactor(cm): minor update on conditions used in prepare_el3_exit by Jayanth Dodderi Chidanand · 1 year, 5 months ago
  77. ef0d0e5 fix(mte): use ATA bit with FEAT_MTE2 by Govindraj Raja · 1 year, 5 months ago
  78. d6af234 refactor(cm): couple el2 registers with dependent feature flags by Jayanth Dodderi Chidanand · 1 year, 6 months ago
  79. 885e93f Merge "fix(cm): update gic el2 sysregs save/restore mechanism" into integration by Olivier Deprez · 1 year, 5 months ago
  80. 59f8882 refactor(context-mgmt): move EL1 save/restore routines into C by Jayanth Dodderi Chidanand · 1 year, 7 months ago
  81. 937d6fd fix(cm): update gic el2 sysregs save/restore mechanism by Manish Pandey · 1 year, 6 months ago
  82. 8e39788 feat(mte): add mte2 feat by Govindraj Raja · 1 year, 6 months ago
  83. 30019d8 feat(cpufeat): add feature detection for FEAT_CSV2_3 by Sona Mathew · 1 year, 9 months ago
  84. 30788a8 fix(mte): remove CTX_INCLUDE_MTE_REGS usage by Govindraj Raja · 1 year, 6 months ago
  85. 0a33adc refactor(mte): deprecate CTX_INCLUDE_MTE_REGS by Govindraj Raja · 1 year, 8 months ago
  86. bfef8b9 feat(context-mgmt): report context memory usage by Juan Pablo Conde · 1 year, 9 months ago
  87. 9acff28 build(mpam): add new build option CTX_INCLUDE_MPAM_REGS by Arvind Ram Prakash · 1 year, 10 months ago
  88. ac4f6aa refactor(cm): move MPAM3_EL3 reg to per world context by Arvind Ram Prakash · 1 year, 9 months ago
  89. 4087ed6 refactor(cm): reset the cptr_el3 before perworld context setup by Jayanth Dodderi Chidanand · 1 year, 8 months ago
  90. 183329a refactor(cm): introduce INIT_UNUSED_NS_EL2 macro by Arvind Ram Prakash · 2 years ago
  91. 6597fcf feat(ras): use FEAT_IESB for error synchronization by Manish Pandey · 2 years, 1 month ago
  92. d04c04a feat(el3-runtime): modify vector entry paths by Manish Pandey · 2 years, 2 months ago
  93. 461c0a5 refactor(cm): move EL3 registers to global context by Elizabeth Ho · 2 years, 1 month ago
  94. edebefb fix(mpam): refine MPAM initialization and enablement process by Arvind Ram Prakash · 1 year, 10 months ago
  95. 9f4b625 refactor(cm): enable S-EL2 globally for all contexts by Jayanth Dodderi Chidanand · 1 year, 11 months ago
  96. 5c52d7e refactor(cm): remove world differentiation for EL2 context restore by Boyan Karatotev · 2 years, 3 months ago
  97. 5e8cc72 fix(cm): make ICC_SRE_EL2 fixup generic to all worlds by Boyan Karatotev · 2 years, 2 months ago
  98. f0c96a2 refactor(cm): clean up SCR_EL3 and CPTR_EL3 initialization by Boyan Karatotev · 2 years, 4 months ago
  99. 6a62ddf Merge "feat(cpufeat): initialize HFG*_EL2 registers" into integration by Manish Pandey · 2 years ago
  100. ac58e57 refactor(cm): move remaining EL2 save/restore into C by Boyan Karatotev · 2 years, 3 months ago