1. d0ee0ec refactor: report features supported to secure world by Karl Meakin · 1 year, 1 month ago
  2. 604b879 Merge "fix(el3-spmc): move ERROR line inside conditional" into integration by Madhukar Pappireddy · 6 months ago
  3. eb2215d Merge "feat(el3-spmc): use spmd_smc_switch_state after secure interrupt" into integration by Madhukar Pappireddy · 6 months ago
  4. e1168bc feat(el3_spmc): ffa error handling in direct msg by Levi Yun · 9 months ago
  5. 09a580b feat(ff-a): support FFA_MSG_SEND_DIRECT_REQ2/RESP2 by Levi Yun · 12 months ago
  6. a0a7f15 feat(el3-spmc): use spmd_smc_switch_state after secure interrupt by Andrei Homescu · 8 months ago
  7. ddf72e6 feat(ff-a): add FFA_MEM_PERM_GET/SET_SMC64 by Levi Yun · 12 months ago
  8. 4053a64 feat(el3-spmc): support Hob list to boot S-EL0 SP by Levi Yun · 1 year, 6 months ago
  9. 9ae5f67 feat(spm): use xfer list with Hob list in SPM_MM by Levi Yun · 1 year, 3 months ago
  10. bbf28dc fix(el3-spmc): move ERROR line inside conditional by Andrei Homescu · 10 months ago
  11. 19082c2 fix(el3-spmc): use write_el1_ctx_timer() macro to set cntkctl_el1 value by Levi Yun · 12 months ago
  12. a0d9a97 chore(cm): reorganise sctlr_el1 and tcr_el1 ctx code by Jayanth Dodderi Chidanand · 1 year ago
  13. e6e3486 feat(spm-mm): switch to simd_ctx_save/restore APIs by Madhukar Pappireddy · 1 year, 2 months ago
  14. 42e35d2 refactor(cm): convert el1-ctx assembly offset entries to c structure by Jayanth Dodderi Chidanand · 1 year, 4 months ago
  15. 59b7c0a feat(cm): add explicit context entries for ERRATA_SPECULATIVE_AT by Jayanth Dodderi Chidanand · 1 year, 2 months ago
  16. 83129bc fix(el3-spmc): fix dangling pointer in FFA_CONSOLE_LOG by Karl Meakin · 1 year, 7 months ago
  17. c925867 feat(spmd): pass SMCCCv1.3 SVE hint to lower EL by Olivier Deprez · 2 years, 9 months ago
  18. 638a6f8 feat(el3-spmc): add support for FFA_CONSOLE_LOG by Shruti Gupta · 2 years, 7 months ago
  19. 5917379 feat(el3-spmc): add support to handle power mgmt calls for s-el0 sp by Nishant Sharma · 3 years, 3 months ago
  20. 5ed8e25 feat(el3-spmc): synchronize access to the s-el0 sp context by Nishant Sharma · 3 years, 3 months ago
  21. 727ab1c feat(el3-spmc): add support to map S-EL0 SP device regions by Nishant Sharma · 3 years ago
  22. 83c3da7 feat(el3-spmc): add support to map S-EL0 SP memory regions by Nishant Sharma · 3 years, 3 months ago
  23. 1f6b2b2 feat(el3-spmc): add support for FFA_MEM_PERM_GET and SET ABIs by Nishant Sharma · 3 years, 4 months ago
  24. 48db2b0 feat(el3-spmc): add support to setup S-EL0 context by Nishant Sharma · 3 years, 3 months ago
  25. 549bc04 feat(spm): separate StMM SP specifics to add support for a S-EL0 SP by Nishant Sharma · 3 years, 3 months ago
  26. 1132f06 refactor(spm-mm): reorganize secure partition manager shim code by Nishant Sharma · 3 years, 4 months ago
  27. 5ca1619 refactor(ff-a): move structure definitions by Raghu Krishnamurthy · 2 years, 4 months ago
  28. 1dd79f9 fix(el3-spmc): fix incorrect CASSERT by Demi Marie Obenour · 2 years, 2 months ago
  29. 0ad935f Merge changes from topic "ffa_el3_spmc_fixes" into integration by Manish Pandey · 2 years, 2 months ago
  30. 48fe24c fix(el3-spm): improve direct messaging validation by Marc Bonnici · 2 years, 9 months ago
  31. 95c56cb refactor(el3-spmc): add comments and cleanup code by Demi Marie Obenour · 2 years, 7 months ago
  32. b8007be refactor(el3-spmc): avoid extra loop by Demi Marie Obenour · 2 years, 7 months ago
  33. 327b5b8 fix(el3-spmc): validate memory address alignment by Demi Marie Obenour · 2 years, 7 months ago
  34. 794c409 refactor(el3-spmc): add comments by Demi Marie Obenour · 2 years, 7 months ago
  35. 966c63e refactor(el3-spmc): move checks after loop by Demi Marie Obenour · 2 years, 7 months ago
  36. 27ac582 refactor(el3-spmc): validate alignment earlier by Demi Marie Obenour · 2 years, 7 months ago
  37. a0239da refactor(el3-spmc): add emad_advance() by Demi Marie Obenour · 2 years, 7 months ago
  38. dd94372 fix(el3-spmc): validate shmem descriptor alignment by Demi Marie Obenour · 2 years, 7 months ago
  39. 91567c3 refactor(el3-spmc): avoid using EINVAL by Demi Marie Obenour · 2 years, 7 months ago
  40. 27c0242 fix(el3-spmc): avoid descriptor size calc overflow by Demi Marie Obenour · 2 years, 7 months ago
  41. 43318e4 fix(el3-spmc): use uint64_t for 64-bit type by Demi Marie Obenour · 2 years, 7 months ago
  42. 1198ff8 refactor(el3-spmc): avoid unneeded function call by Demi Marie Obenour · 2 years, 7 months ago
  43. 48ffc74 refactor(el3-spmc): move function call out of loop by Demi Marie Obenour · 2 years, 7 months ago
  44. 9526282 refactor(el3-spmc): crash instead of reading OOB by Demi Marie Obenour · 2 years, 7 months ago
  45. 2d4da8e fix(el3-spmc): prevent total_page_count overflow by Demi Marie Obenour · 2 years, 7 months ago
  46. 4bb0cdc Merge changes I31ec0001,Ib06cd024,I7c11f15d,Ie0d5d4c8,I285f3b59, ... into integration by Manish Pandey · 2 years, 2 months ago
  47. 1b491ee fix(tree): correct some typos by Elyes Haouas · 2 years, 6 months ago
  48. 0c2583c fix(el3-spmc): correctly account for emad_offset by Demi Marie Obenour · 2 years, 7 months ago
  49. 46d6b37 refactor(el3-spmc): avoid unnecessarily revalidating offset by Demi Marie Obenour · 2 years, 7 months ago
  50. d781959 fix(el3-spmc): only call spmc_shm_check_obj() on complete objects by Demi Marie Obenour · 2 years, 7 months ago
  51. 77acde4 refactor(spmc): assert on out-of-bounds emad access by Demi Marie Obenour · 2 years, 7 months ago
  52. cbbb8a0 refactor(el3-spmc): spmc_shmem_obj_get_emad() will never fail by Demi Marie Obenour · 2 years, 7 months ago
  53. 56c052d fix(el3-spmc): validate descriptor headers by Demi Marie Obenour · 2 years, 7 months ago
  54. 52d8d50 fix(el3-spmc): use version-dependent minimum descriptor length by Demi Marie Obenour · 2 years, 7 months ago
  55. 2b0bc4e feat(cpufeat): enable FEAT_SVE for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  56. 45007ac feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  57. da04341 build: always prefix section names with `.` by Chris Kay · 2 years, 6 months ago
  58. f4d8ed5 Merge "fix(el3-spmc): report execution state in partition info get" into integration by Olivier Deprez · 2 years, 8 months ago
  59. 6d4f4c3 Merge changes from topic "qemu_sel2" into integration by Olivier Deprez · 2 years, 8 months ago
  60. 555677f feat(el3-spmc): make platform logical partition optional by Jens Wiklander · 3 years, 3 months ago
  61. 1543d17 fix(el3-spmc): fix coverity scan warnings by Shruti Gupta · 3 years ago
  62. def7590 fix(el3-spmc): improve bound check for descriptor by Marc Bonnici · 2 years, 10 months ago
  63. 62cd8f3 fix(el3-spmc): report execution state in partition info get by Marc Bonnici · 2 years, 9 months ago
  64. eed15e4 fix(el3-spmc): check descriptor size for overflow by Marc Bonnici · 2 years, 10 months ago
  65. 21ed9ea fix(el3-spmc): fix location of fragment length check by Marc Bonnici · 2 years, 10 months ago
  66. 0dc3518 fix(el3-spmc): fix detection of overlapping memory regions by Marc Bonnici · 2 years, 10 months ago
  67. c4adbe6 fix(el3-spmc): fix incomplete reclaim validation by Marc Bonnici · 2 years, 10 months ago
  68. cee8bb3 fix(el3-spmc): error handling in allocation by vallau01 · 3 years ago
  69. ac568b2 fix(el3-spmc): deadlock when relinquishing memory by vallau01 · 3 years ago
  70. be075c3 fix(el3-spmc): compute full FF-A V1.1 desc size by vallau01 · 3 years ago
  71. 885e268 refactor(libc): clean up dependencies in libc by Claus Pedersen · 2 years, 11 months ago
  72. 4a8bfdb feat(tsp): add FF-A support to the TSP by Achin Gupta · 3 years, 10 months ago
  73. b4c3621 fix(spmc): fix relinquish validation check by Marc Bonnici · 3 years, 2 months ago
  74. 25eb2d4 fix(spmc): fix incorrect FF-A version usage by Marc Bonnici · 3 years, 3 months ago
  75. 3954bc3 fix(spmc): fix FF-A memory transaction validation by Marc Bonnici · 3 years, 3 months ago
  76. a8be4cd feat(fvp): add plat hook for memory transactions by Marc Bonnici · 3 years, 6 months ago
  77. 0560b53 feat(spmc): enable handling of the NS bit by Marc Bonnici · 3 years, 4 months ago
  78. 7e804f9 feat(spmc): add support for v1.1 FF-A memory data structures by Marc Bonnici · 3 years, 4 months ago
  79. fef85e1 feat(spmc/mem): prevent duplicated sharing of memory regions by Marc Bonnici · 3 years, 7 months ago
  80. f0244e5 feat(spmc/mem): support multiple endpoints in memory transactions by Marc Bonnici · 3 years, 7 months ago
  81. 2e21921 feat(spmc): add support for v1.1 FF-A boot protocol by Achin Gupta · 3 years, 10 months ago
  82. e0b1a6d feat(spmc/mem): add FF-A memory management code by Marc Bonnici · 3 years, 10 months ago
  83. b1470cc Merge changes from topic "ffa_el3_spmc" into integration by Olivier Deprez · 3 years, 3 months ago
  84. c8113bf Merge changes from topic "ffa_el3_spmc" into integration by Olivier Deprez · 3 years, 3 months ago
  85. 46872e0 feat(spmc): add support for FFA_SPM_ID_GET by Marc Bonnici · 3 years, 8 months ago
  86. 729d779 feat(spmc): add support for forwarding a secure interrupt to the SP by Achin Gupta · 3 years, 10 months ago
  87. 0dc2b51 Merge changes from topic "ns/save_fpregs_context" into integration by Olivier Deprez · 3 years, 3 months ago
  88. f014300 feat(spmc): enable the SPMC to pass the linear core ID in a register by Marc Bonnici · 3 years, 8 months ago
  89. 59bd2ad feat(spmc): add support for FF-A power mgmt. messages in the EL3 SPMC by Marc Bonnici · 3 years, 4 months ago
  90. f0c25a0 feat(spmc): add FFA_RX_RELEASE handler by Marc Bonnici · 3 years, 4 months ago
  91. aad20c8 feat(spmc): add FFA_RUN handler by Marc Bonnici · 4 years ago
  92. d5fe923 feat(spmc): support FFA_ID_GET ABI by Marc Bonnici · 3 years, 9 months ago
  93. 55a2963 feat(spmc): add FFA_FEATURES handler by Marc Bonnici · 3 years, 8 months ago
  94. f74e277 feat(spmc): add FFA_PARTITION_INFO_GET handler by Marc Bonnici · 4 years ago
  95. 1a75224 feat(spmc): enable handling FF-A RX/TX Mapping ABIs by Marc Bonnici · 4 years ago
  96. 15dd6f1 feat(spm_mm): add support to save and restore fp regs by Nishant Sharma · 3 years, 4 months ago
  97. c2b1434 feat(spmc): add helper to obtain a partitions FF-A version by Marc Bonnici · 3 years, 8 months ago
  98. 0c7707f feat(spmc): enable handling FFA_VERSION ABI by Marc Bonnici · 3 years, 8 months ago
  99. f16b6ee feat(spmc): add helper function to obtain endpoint mailbox by Marc Bonnici · 3 years, 9 months ago
  100. a7c0050 feat(spmc): add helper function to obtain hyp structure by Marc Bonnici · 3 years, 9 months ago