1. 83129bc fix(el3-spmc): fix dangling pointer in FFA_CONSOLE_LOG by Karl Meakin · 1 year, 7 months ago
  2. c925867 feat(spmd): pass SMCCCv1.3 SVE hint to lower EL by Olivier Deprez · 2 years, 9 months ago
  3. 638a6f8 feat(el3-spmc): add support for FFA_CONSOLE_LOG by Shruti Gupta · 2 years, 7 months ago
  4. 5917379 feat(el3-spmc): add support to handle power mgmt calls for s-el0 sp by Nishant Sharma · 3 years, 3 months ago
  5. 5ed8e25 feat(el3-spmc): synchronize access to the s-el0 sp context by Nishant Sharma · 3 years, 3 months ago
  6. 727ab1c feat(el3-spmc): add support to map S-EL0 SP device regions by Nishant Sharma · 3 years ago
  7. 83c3da7 feat(el3-spmc): add support to map S-EL0 SP memory regions by Nishant Sharma · 3 years, 3 months ago
  8. 1f6b2b2 feat(el3-spmc): add support for FFA_MEM_PERM_GET and SET ABIs by Nishant Sharma · 3 years, 4 months ago
  9. 48db2b0 feat(el3-spmc): add support to setup S-EL0 context by Nishant Sharma · 3 years, 3 months ago
  10. 5ca1619 refactor(ff-a): move structure definitions by Raghu Krishnamurthy · 2 years, 4 months ago
  11. 1dd79f9 fix(el3-spmc): fix incorrect CASSERT by Demi Marie Obenour · 2 years, 2 months ago
  12. 0ad935f Merge changes from topic "ffa_el3_spmc_fixes" into integration by Manish Pandey · 2 years, 1 month ago
  13. 48fe24c fix(el3-spm): improve direct messaging validation by Marc Bonnici · 2 years, 9 months ago
  14. 95c56cb refactor(el3-spmc): add comments and cleanup code by Demi Marie Obenour · 2 years, 7 months ago
  15. b8007be refactor(el3-spmc): avoid extra loop by Demi Marie Obenour · 2 years, 7 months ago
  16. 327b5b8 fix(el3-spmc): validate memory address alignment by Demi Marie Obenour · 2 years, 7 months ago
  17. 794c409 refactor(el3-spmc): add comments by Demi Marie Obenour · 2 years, 7 months ago
  18. 966c63e refactor(el3-spmc): move checks after loop by Demi Marie Obenour · 2 years, 7 months ago
  19. 27ac582 refactor(el3-spmc): validate alignment earlier by Demi Marie Obenour · 2 years, 7 months ago
  20. a0239da refactor(el3-spmc): add emad_advance() by Demi Marie Obenour · 2 years, 7 months ago
  21. dd94372 fix(el3-spmc): validate shmem descriptor alignment by Demi Marie Obenour · 2 years, 7 months ago
  22. 91567c3 refactor(el3-spmc): avoid using EINVAL by Demi Marie Obenour · 2 years, 7 months ago
  23. 27c0242 fix(el3-spmc): avoid descriptor size calc overflow by Demi Marie Obenour · 2 years, 7 months ago
  24. 43318e4 fix(el3-spmc): use uint64_t for 64-bit type by Demi Marie Obenour · 2 years, 7 months ago
  25. 1198ff8 refactor(el3-spmc): avoid unneeded function call by Demi Marie Obenour · 2 years, 7 months ago
  26. 48ffc74 refactor(el3-spmc): move function call out of loop by Demi Marie Obenour · 2 years, 7 months ago
  27. 9526282 refactor(el3-spmc): crash instead of reading OOB by Demi Marie Obenour · 2 years, 7 months ago
  28. 2d4da8e fix(el3-spmc): prevent total_page_count overflow by Demi Marie Obenour · 2 years, 7 months ago
  29. 4bb0cdc Merge changes I31ec0001,Ib06cd024,I7c11f15d,Ie0d5d4c8,I285f3b59, ... into integration by Manish Pandey · 2 years, 2 months ago
  30. 1b491ee fix(tree): correct some typos by Elyes Haouas · 2 years, 6 months ago
  31. 0c2583c fix(el3-spmc): correctly account for emad_offset by Demi Marie Obenour · 2 years, 7 months ago
  32. 46d6b37 refactor(el3-spmc): avoid unnecessarily revalidating offset by Demi Marie Obenour · 2 years, 7 months ago
  33. d781959 fix(el3-spmc): only call spmc_shm_check_obj() on complete objects by Demi Marie Obenour · 2 years, 7 months ago
  34. 77acde4 refactor(spmc): assert on out-of-bounds emad access by Demi Marie Obenour · 2 years, 7 months ago
  35. cbbb8a0 refactor(el3-spmc): spmc_shmem_obj_get_emad() will never fail by Demi Marie Obenour · 2 years, 7 months ago
  36. 56c052d fix(el3-spmc): validate descriptor headers by Demi Marie Obenour · 2 years, 7 months ago
  37. 52d8d50 fix(el3-spmc): use version-dependent minimum descriptor length by Demi Marie Obenour · 2 years, 7 months ago
  38. f4d8ed5 Merge "fix(el3-spmc): report execution state in partition info get" into integration by Olivier Deprez · 2 years, 8 months ago
  39. 6d4f4c3 Merge changes from topic "qemu_sel2" into integration by Olivier Deprez · 2 years, 8 months ago
  40. 555677f feat(el3-spmc): make platform logical partition optional by Jens Wiklander · 3 years, 3 months ago
  41. 1543d17 fix(el3-spmc): fix coverity scan warnings by Shruti Gupta · 3 years ago
  42. def7590 fix(el3-spmc): improve bound check for descriptor by Marc Bonnici · 2 years, 10 months ago
  43. 62cd8f3 fix(el3-spmc): report execution state in partition info get by Marc Bonnici · 2 years, 9 months ago
  44. eed15e4 fix(el3-spmc): check descriptor size for overflow by Marc Bonnici · 2 years, 10 months ago
  45. 21ed9ea fix(el3-spmc): fix location of fragment length check by Marc Bonnici · 2 years, 10 months ago
  46. 0dc3518 fix(el3-spmc): fix detection of overlapping memory regions by Marc Bonnici · 2 years, 10 months ago
  47. c4adbe6 fix(el3-spmc): fix incomplete reclaim validation by Marc Bonnici · 2 years, 10 months ago
  48. cee8bb3 fix(el3-spmc): error handling in allocation by vallau01 · 3 years ago
  49. ac568b2 fix(el3-spmc): deadlock when relinquishing memory by vallau01 · 3 years ago
  50. be075c3 fix(el3-spmc): compute full FF-A V1.1 desc size by vallau01 · 3 years ago
  51. 885e268 refactor(libc): clean up dependencies in libc by Claus Pedersen · 2 years, 11 months ago
  52. 4a8bfdb feat(tsp): add FF-A support to the TSP by Achin Gupta · 3 years, 10 months ago
  53. b4c3621 fix(spmc): fix relinquish validation check by Marc Bonnici · 3 years, 2 months ago
  54. 25eb2d4 fix(spmc): fix incorrect FF-A version usage by Marc Bonnici · 3 years, 3 months ago
  55. 3954bc3 fix(spmc): fix FF-A memory transaction validation by Marc Bonnici · 3 years, 3 months ago
  56. a8be4cd feat(fvp): add plat hook for memory transactions by Marc Bonnici · 3 years, 6 months ago
  57. 0560b53 feat(spmc): enable handling of the NS bit by Marc Bonnici · 3 years, 4 months ago
  58. 7e804f9 feat(spmc): add support for v1.1 FF-A memory data structures by Marc Bonnici · 3 years, 4 months ago
  59. fef85e1 feat(spmc/mem): prevent duplicated sharing of memory regions by Marc Bonnici · 3 years, 7 months ago
  60. f0244e5 feat(spmc/mem): support multiple endpoints in memory transactions by Marc Bonnici · 3 years, 7 months ago
  61. 2e21921 feat(spmc): add support for v1.1 FF-A boot protocol by Achin Gupta · 3 years, 10 months ago
  62. e0b1a6d feat(spmc/mem): add FF-A memory management code by Marc Bonnici · 3 years, 10 months ago
  63. 46872e0 feat(spmc): add support for FFA_SPM_ID_GET by Marc Bonnici · 3 years, 8 months ago
  64. 729d779 feat(spmc): add support for forwarding a secure interrupt to the SP by Achin Gupta · 3 years, 10 months ago
  65. 59bd2ad feat(spmc): add support for FF-A power mgmt. messages in the EL3 SPMC by Marc Bonnici · 3 years, 4 months ago
  66. f014300 feat(spmc): enable the SPMC to pass the linear core ID in a register by Marc Bonnici · 3 years, 8 months ago
  67. f0c25a0 feat(spmc): add FFA_RX_RELEASE handler by Marc Bonnici · 3 years, 4 months ago
  68. aad20c8 feat(spmc): add FFA_RUN handler by Marc Bonnici · 4 years ago
  69. d5fe923 feat(spmc): support FFA_ID_GET ABI by Marc Bonnici · 3 years, 8 months ago
  70. 55a2963 feat(spmc): add FFA_FEATURES handler by Marc Bonnici · 3 years, 8 months ago
  71. f74e277 feat(spmc): add FFA_PARTITION_INFO_GET handler by Marc Bonnici · 4 years ago
  72. 1a75224 feat(spmc): enable handling FF-A RX/TX Mapping ABIs by Marc Bonnici · 4 years ago
  73. c2b1434 feat(spmc): add helper to obtain a partitions FF-A version by Marc Bonnici · 3 years, 8 months ago
  74. 0c7707f feat(spmc): enable handling FFA_VERSION ABI by Marc Bonnici · 3 years, 8 months ago
  75. f16b6ee feat(spmc): add helper function to obtain endpoint mailbox by Marc Bonnici · 3 years, 8 months ago
  76. a7c0050 feat(spmc): add helper function to obtain hyp structure by Marc Bonnici · 3 years, 8 months ago
  77. 3de378f feat(spmc): enable parsing of messaging methods from manifest by Marc Bonnici · 3 years, 8 months ago
  78. 5b0219d feat(spmc): enable checking of execution ctx count by Marc Bonnici · 3 years, 8 months ago
  79. 857f579 feat(spmc): enable parsing of UUID from SP Manifest by Marc Bonnici · 4 years ago
  80. e1df600 feat(spmc): add partition mailbox structs by Marc Bonnici · 4 years ago
  81. a34ccd4 test(plat/fvp/lsp): add example logical partition by Marc Bonnici · 4 years ago
  82. 7affa25 feat(spmc/lsp): add logical partition framework by Marc Bonnici · 3 years, 6 months ago
  83. 9741327 feat(spmc): add support for direct req/resp by Marc Bonnici · 3 years, 8 months ago
  84. d663fe7 feat(spmc): add support for handling FFA_ERROR ABI by Marc Bonnici · 3 years, 8 months ago
  85. c4db76f feat(spmc): add support for FFA_MSG_WAIT by Marc Bonnici · 3 years, 8 months ago
  86. 20fae0a feat(spmc): add function to determine the return path from the SPMC by Marc Bonnici · 3 years, 8 months ago
  87. 6da7607 feat(spmd): update SPMC init flow to use EL3 implementation by Marc Bonnici · 3 years, 8 months ago
  88. 5096aeb feat(spmc): add FF-A secure partition manager core by Marc Bonnici · 3 years, 8 months ago