1. e63794e feat(d128): add support for FEAT_D128 by Govindraj Raja · 3 months ago
  2. c11b60e feat(rmmd): el3 token sign during attestation by Raghu Krishnamurthy · 6 months ago
  3. 4de954d fix(el3-spmc): use write_el1_ctx_timer() macro to set cntkctl_el1 value by Levi Yun · 4 months ago
  4. c27c3ab fix(drtm): do cache maintenance before launching DLME by Manish V Badarkhe · 3 months ago
  5. 2825969 Merge "refactor(rmmd): plat token requests in pieces" into integration by Soby Mathew · 2 months ago
  6. 9b94a42 refactor(rmmd): plat token requests in pieces by Juan Pablo Conde · 5 months ago
  7. 8f3edde fix(spmd): remove spmd_handle_spmc_message by Kathleen Capella · 11 months ago
  8. ff499f4 fix(drtm): return proper values for DRTM get and set error SMCs by Manish V Badarkhe · 4 months ago
  9. 8fbb07d fix(sdei): fix a crash when attempting to bind more events than are available by Charlie Bareham · 4 months ago
  10. aeb82d6 chore(cm): reorganise sctlr_el1 and tcr_el1 ctx code by Jayanth Dodderi Chidanand · 4 months ago
  11. 4231000 Merge changes from topic "mp/simd_ctxt_mgmt" into integration by Manish V Badarkhe · 3 months ago
  12. 7503cdc feat(el3-spmc): support simd context management upon world switch by Madhukar Pappireddy · 7 months ago
  13. eb366c8 feat(trusty): switch to simd_ctx_save/restore apis by Madhukar Pappireddy · 7 months ago
  14. 8eb7e80 feat(pncd): switch to simd_ctx_save/restore apis by Madhukar Pappireddy · 7 months ago
  15. 8e03829 feat(spm-mm): switch to simd_ctx_save/restore APIs by Madhukar Pappireddy · 5 months ago
  16. c148a50 refactor(errata-abi): move EXTRACT_PARTNUM to arch.h by Arvind Ram Prakash · 3 months ago
  17. 3c0bf86 Merge changes from topic "jc/refact_el1_ctx" into integration by Manish V Badarkhe · 4 months ago
  18. 01e3fcb Merge changes from topic "rmmd-graceful-exit" into integration by Olivier Deprez · 4 months ago
  19. 4d69bd6 refactor(cm): convert el1-ctx assembly offset entries to c structure by Jayanth Dodderi Chidanand · 8 months ago
  20. 3a71df6 feat(cm): add explicit context entries for ERRATA_SPECULATIVE_AT by Jayanth Dodderi Chidanand · 6 months ago
  21. 7bce645 Merge "feat(handoff): fix register convention r1/x1 value on transfer list" into integration by Manish Pandey · 4 months ago
  22. 010d2ae feat(handoff): fix register convention r1/x1 value on transfer list by levi.yun · 6 months ago
  23. 8244099 fix(rmmd): remove the assert check for RMM_BASE by Varun Wadekar · 4 months ago
  24. 5098dc8 fix(std_svc): continue boot if rmmd_setup fails by Varun Wadekar · 4 months ago
  25. 50e7d03 fix(rmmd): ignore SMC FID when RMM image is not present by Varun Wadekar · 4 months ago
  26. 073bcf7 fix(rmmd): fail gracefully if RME is not enabled by Varun Wadekar · 4 months ago
  27. b444641 fix(rmmd): handle RMMD manifest loading failure by Varun Wadekar · 4 months ago
  28. 5f875b8 refactor(spmd): move plat_my_core_pos calls by Olivier Deprez · 6 months ago
  29. aed3031 refactor(spmd): call cm_get_context once by Olivier Deprez · 6 months ago
  30. 13a4a07 refactor(spmd): remove spmd_get_context_by_mpidr by Olivier Deprez · 6 months ago
  31. a5c6b43 chore(errata-abi): minor variable rename by Govindraj Raja · 6 months ago
  32. 365232e Merge changes from topic "makefile-cleanup" into integration by Manish V Badarkhe · 7 months ago
  33. 874f6e9 Merge changes from topic "sm/feat_detect" into integration by Manish Pandey · 7 months ago
  34. cd29ad5 refactor(smccc): move pmf to vendor el3 calls by Govindraj Raja · 7 months ago
  35. 79cd7a0 refactor(smccc): move debugfs to vendor el3 calls by Govindraj Raja · 9 months ago
  36. bedf4ef feat(smccc): add vendor-specific el3 service by Govindraj Raja · 9 months ago
  37. 9e505f9 refactor(cpufeat): add macro to simplify is_feat_xx_present by Sona Mathew · 8 months ago
  38. e480ec2 chore: simplify the macro names in ENABLE_FEAT mechanism by Sona Mathew · 9 months ago
  39. 99b5b2e build: remove `MAKE_BUILD_STRINGS` function by Chris Kay · 9 months ago
  40. 916eb9e fix(optee): set interrupt handler before kernel boot by Jeffrey Kardatzke · 7 months ago
  41. d3f3207 fix(spmd): skip NS EL1 context save & restore operations by Madhukar Pappireddy · 10 months ago
  42. e67b127 fix(rmmd): fix bug, raised by coverity, when zeroing manifest struct by Harry Moulton · 8 months ago
  43. b297780 Merge changes I3a4f9a4f,Iedc4e640 into integration by Soby Mathew · 8 months ago
  44. 414043d feat(rme): pass console info via RMM-EL3 ifc by Soby Mathew · 8 months ago
  45. 89e8456 fix(spmd): register group0 handler only if supported by Madhukar Pappireddy · 8 months ago
  46. def74ec Merge "refactor(sdei): use common create_spsr() in SDEI library" into integration by Lauren Wehrmeister · 8 months ago
  47. 468483e Merge "refactor(cm): couple el2 registers with dependent feature flags" into integration by Manish Pandey · 9 months ago
  48. df8200d refactor(sdei): use common create_spsr() in SDEI library by Arvind Ram Prakash · 9 months ago
  49. fbbee6b refactor(cm): couple el2 registers with dependent feature flags by Jayanth Dodderi Chidanand · 10 months ago
  50. 9421e52 fix(cpus): workaround for Cortex-X4 erratum 2701112 by Sona Mathew · 9 months ago
  51. 789df4d Merge changes from topic "drtm1.0-updates" into integration by Manish V Badarkhe · 9 months ago
  52. 9e2dd0b feat(drtm): update references to DRTM beta0 by Stuart Yoder · 11 months ago
  53. bb0d9c5 feat(drtm): add ACPI table region size to the DLME header by Stuart Yoder · 11 months ago
  54. fa17dd4 feat(drtm): update return code if secondary PE is not off by Stuart Yoder · 11 months ago
  55. 8ee3852 feat(drtm): add additional return codes by Stuart Yoder · 11 months ago
  56. d8b91ac fix(cpus): add erratum 2701951 to Cortex-X3's list by Sona Mathew · 9 months ago
  57. 8d1a153 refactor(errata-abi): workaround platforms non-arm interconnect by Sona Mathew · 1 year, 2 months ago
  58. 595a31d refactor(errata-abi): optimize errata ABI using errata framework by Sona Mathew · 1 year, 2 months ago
  59. 9e7e008 fix(cpus): workaround for Cortex-A715 erratum 2429384 by Bipin Ravi · 9 months ago
  60. 89b6c6a fix(cpus): workaround for Cortex-X3 erratum 2372204 by Bipin Ravi · 9 months ago
  61. c05031c refactor(context-mgmt): remove el1_context routines from RMM by Jayanth Dodderi Chidanand · 1 year, 2 months ago
  62. c5e3971 Merge "build: use toolchain identifiers in conditions" into integration by Mark Dykes · 9 months ago
  63. f69965e Merge "build: use new toolchain variables for tools" into integration by Mark Dykes · 9 months ago
  64. f6ab8a5 fix(el3-spmc): fix dangling pointer in FFA_CONSOLE_LOG by Karl Meakin · 10 months ago
  65. 16201f5 Merge changes from topic "od/sme" into integration by Madhukar Pappireddy · 10 months ago
  66. dce23c0 feat(spmd): pass SMCCCv1.3 SVE hint to lower EL by Olivier Deprez · 2 years, 1 month ago
  67. 0de8ef1 Merge changes from topic "ja/spm_rme" into integration by Olivier Deprez · 10 months ago
  68. cfba645 build: use toolchain identifiers in conditions by Chris Kay · 12 months ago
  69. 523e864 build: use new toolchain variables for tools by Chris Kay · 12 months ago
  70. 8676f24 feat(fvp): added calls to unprotect/protect memory by J-Alves · 1 year, 2 months ago
  71. ad76713 fix(cpus): workaround for Cortex-A715 erratum 2561034 by Bipin Ravi · 10 months ago
  72. 097051f feat(cros_widevine): add ChromeOS widevine SMC handler by Yi Chou · 1 year, 8 months ago
  73. 42c6eb5 fix(cpus): workaround for Cortex X3 erratum 2641945 by Bipin Ravi · 10 months ago
  74. 0d14d01 Merge "refactor(mte): deprecate CTX_INCLUDE_MTE_REGS" into integration by Manish V Badarkhe · 10 months ago
  75. c67c71a Merge changes from topic "errata" into integration by Lauren Wehrmeister · 10 months ago
  76. 24d3a4e refactor(mte): deprecate CTX_INCLUDE_MTE_REGS by Govindraj Raja · 11 months ago
  77. a85a9d1 feat(spmd): add FFA_MSG_SEND_DIR_RESP2 by Kathleen Capella · 1 year, 3 months ago
  78. 9d826a1 feat(spmd): add FFA_MSG_SEND_DIR_REQ2 by Kathleen Capella · 1 year, 4 months ago
  79. 8ca7aba fix(cpus): workaround for Cortex-A78C erratum 2683027 by Bipin Ravi · 11 months ago
  80. dfa4cf4 fix(cpus): workaround for Cortex-X3 erratum 2266875 by Bipin Ravi · 11 months ago
  81. 9cafab8 fix(cpus): workaround for Cortex-X3 erratum 2302506 by Bipin Ravi · 11 months ago
  82. 5fe9abb feat(optee): enable transfer list in opteed by Raymond Mao · 1 year, 2 months ago
  83. a5a1cbd feat(el3-spmc): add support for FFA_CONSOLE_LOG by Shruti Gupta · 1 year, 10 months ago
  84. d8f2ac8 fix(rmmd): avoid TRP when external RMM is defined by Rohit Mathew · 12 months ago
  85. 2f1f610 Merge "fix(cpus): workaround for Cortex X3 erratum 2743088" into integration by Bipin Ravi · 11 months ago
  86. 5177554 fix(cpus): workaround for Cortex X3 erratum 2743088 by Harrison Mutai · 12 months ago
  87. 56aa382 refactor(cm): reset the cptr_el3 before perworld context setup by Jayanth Dodderi Chidanand · 12 months ago
  88. 512c236 fix(cpus): workaround for Cortex-A520 erratum 2858100 by Arvind Ram Prakash · 12 months ago
  89. b975aad fix(errata): add Cortex-A520 definitions by Arvind Ram Prakash · 11 months ago
  90. e9a13b7 Merge changes from topic "sm/erratum" into integration by Bipin Ravi · 12 months ago
  91. 8782114 fix(cpus): workaround for Cortex-A520 erratum 2630792 by Sona Mathew · 12 months ago
  92. c381333 fix(cpus): workaround for Cortex-X2 erratum 2778471 by Sona Mathew · 12 months ago
  93. e2fea18 fix(cpus): workaround for Cortex-A710 erratum 2778471 by Sona Mathew · 12 months ago
  94. a3ddb3b feat(el3-spmc): add support to handle power mgmt calls for s-el0 sp by Nishant Sharma · 2 years, 7 months ago
  95. e627595 Merge changes from topic "ns/spmc_at_el3" into integration by Manish Pandey · 12 months ago
  96. 589f830 Merge "fix(cpus): workaround for Neoverse V2 erratum 2618597" into integration by Lauren Wehrmeister · 12 months ago
  97. afcf4fe fix(cpus): workaround for Neoverse V2 erratum 2618597 by Bipin Ravi · 1 year, 1 month ago
  98. b24c29d Merge "fix(cpus): workaround for Neoverse V2 erratum 2662553" into integration by Lauren Wehrmeister · 12 months ago
  99. 32d340b feat(el3-spmc): synchronize access to the s-el0 sp context by Nishant Sharma · 2 years, 7 months ago
  100. 8557941 feat(el3-spmc): add support to map S-EL0 SP device regions by Nishant Sharma · 2 years, 3 months ago