1. 7763c1b fix(el3-spmc): fix incorrect CASSERT by Demi Marie Obenour · 1 year, 1 month ago
  2. e545df5 Merge changes from topic "ffa_el3_spmc_fixes" into integration by Manish Pandey · 1 year ago
  3. a939594 fix(el3-spm): improve direct messaging validation by Marc Bonnici · 1 year, 8 months ago
  4. 14f1963 refactor(el3-spmc): add comments and cleanup code by Demi Marie Obenour · 1 year, 6 months ago
  5. 70179dc refactor(el3-spmc): avoid extra loop by Demi Marie Obenour · 1 year, 6 months ago
  6. 1796712 fix(el3-spmc): validate memory address alignment by Demi Marie Obenour · 1 year, 6 months ago
  7. f86a738 refactor(el3-spmc): add comments by Demi Marie Obenour · 1 year, 6 months ago
  8. 07d8e2c refactor(el3-spmc): move checks after loop by Demi Marie Obenour · 1 year, 6 months ago
  9. 05da811 refactor(el3-spmc): validate alignment earlier by Demi Marie Obenour · 1 year, 6 months ago
  10. 023d212 refactor(el3-spmc): add emad_advance() by Demi Marie Obenour · 1 year, 6 months ago
  11. c39cb4c fix(el3-spmc): validate shmem descriptor alignment by Demi Marie Obenour · 1 year, 6 months ago
  12. f215bb7 refactor(el3-spmc): avoid using EINVAL by Demi Marie Obenour · 1 year, 6 months ago
  13. 81f0adc fix(el3-spmc): avoid descriptor size calc overflow by Demi Marie Obenour · 1 year, 6 months ago
  14. 4a3a6d3 fix(el3-spmc): use uint64_t for 64-bit type by Demi Marie Obenour · 1 year, 6 months ago
  15. 33e6666 refactor(el3-spmc): avoid unneeded function call by Demi Marie Obenour · 1 year, 6 months ago
  16. b720be7 refactor(el3-spmc): move function call out of loop by Demi Marie Obenour · 1 year, 6 months ago
  17. f00e4d7 refactor(el3-spmc): crash instead of reading OOB by Demi Marie Obenour · 1 year, 6 months ago
  18. 00d36b2 fix(el3-spmc): prevent total_page_count overflow by Demi Marie Obenour · 1 year, 6 months ago
  19. 2bb003d Merge changes I31ec0001,Ib06cd024,I7c11f15d,Ie0d5d4c8,I285f3b59, ... into integration by Manish Pandey · 1 year, 1 month ago
  20. 2be03c0 fix(tree): correct some typos by Elyes Haouas · 1 year, 5 months ago
  21. 2bb8735 fix(el3-spmc): correctly account for emad_offset by Demi Marie Obenour · 1 year, 6 months ago
  22. 8711be3 refactor(el3-spmc): avoid unnecessarily revalidating offset by Demi Marie Obenour · 1 year, 6 months ago
  23. cdd3e72 fix(el3-spmc): only call spmc_shm_check_obj() on complete objects by Demi Marie Obenour · 1 year, 6 months ago
  24. 32167a0 refactor(spmc): assert on out-of-bounds emad access by Demi Marie Obenour · 1 year, 6 months ago
  25. 57bf10c refactor(el3-spmc): spmc_shmem_obj_get_emad() will never fail by Demi Marie Obenour · 1 year, 6 months ago
  26. 4ed9df4 fix(el3-spmc): validate descriptor headers by Demi Marie Obenour · 1 year, 6 months ago
  27. 1f9f830 fix(el3-spmc): use version-dependent minimum descriptor length by Demi Marie Obenour · 1 year, 6 months ago
  28. d62c681 feat(cpufeat): enable FEAT_SVE for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 1 year, 4 months ago
  29. 605419a feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 1 year, 4 months ago
  30. 33bfc5e build: always prefix section names with `.` by Chris Kay · 1 year, 5 months ago
  31. 23964f1 Merge "fix(el3-spmc): report execution state in partition info get" into integration by Olivier Deprez · 1 year, 7 months ago
  32. 1f203fb Merge changes from topic "qemu_sel2" into integration by Olivier Deprez · 1 year, 7 months ago
  33. b7f92b5 feat(el3-spmc): make platform logical partition optional by Jens Wiklander · 2 years, 2 months ago
  34. 20ce06c fix(el3-spmc): fix coverity scan warnings by Shruti Gupta · 1 year, 10 months ago
  35. f744c99 fix(el3-spmc): improve bound check for descriptor by Marc Bonnici · 1 year, 9 months ago
  36. 8078501 fix(el3-spmc): report execution state in partition info get by Marc Bonnici · 1 year, 8 months ago
  37. b774f56 fix(el3-spmc): check descriptor size for overflow by Marc Bonnici · 1 year, 9 months ago
  38. f0f45dc fix(el3-spmc): fix location of fragment length check by Marc Bonnici · 1 year, 9 months ago
  39. 79669bb fix(el3-spmc): fix detection of overlapping memory regions by Marc Bonnici · 1 year, 9 months ago
  40. 82e28f1 fix(el3-spmc): fix incomplete reclaim validation by Marc Bonnici · 1 year, 9 months ago
  41. 8f83099 fix(el3-spmc): error handling in allocation by vallau01 · 1 year, 11 months ago
  42. 460d396 fix(el3-spmc): deadlock when relinquishing memory by vallau01 · 1 year, 11 months ago
  43. 46dbac2 fix(el3-spmc): compute full FF-A V1.1 desc size by vallau01 · 1 year, 11 months ago
  44. 785e66c refactor(libc): clean up dependencies in libc by Claus Pedersen · 1 year, 10 months ago
  45. 6b4ec24 feat(tsp): add FF-A support to the TSP by Achin Gupta · 2 years, 9 months ago
  46. 9bdcb74 fix(spmc): fix relinquish validation check by Marc Bonnici · 2 years, 1 month ago
  47. 344ca9d fix(spmc): fix incorrect FF-A version usage by Marc Bonnici · 2 years, 2 months ago
  48. e062337 fix(spmc): fix FF-A memory transaction validation by Marc Bonnici · 2 years, 2 months ago
  49. 503320e feat(fvp): add plat hook for memory transactions by Marc Bonnici · 2 years, 4 months ago
  50. 08f28ef feat(spmc): enable handling of the NS bit by Marc Bonnici · 2 years, 3 months ago
  51. d1907f0 feat(spmc): add support for v1.1 FF-A memory data structures by Marc Bonnici · 2 years, 3 months ago
  52. c31ec9e feat(spmc/mem): prevent duplicated sharing of memory regions by Marc Bonnici · 2 years, 6 months ago
  53. 336630f feat(spmc/mem): support multiple endpoints in memory transactions by Marc Bonnici · 2 years, 6 months ago
  54. eaf1716 feat(spmc): add support for v1.1 FF-A boot protocol by Achin Gupta · 2 years, 9 months ago
  55. 9f23c8d feat(spmc/mem): add FF-A memory management code by Marc Bonnici · 2 years, 9 months ago
  56. f2f9594 Merge changes from topic "ffa_el3_spmc" into integration by Olivier Deprez · 2 years, 2 months ago
  57. f26baaa Merge changes from topic "ffa_el3_spmc" into integration by Olivier Deprez · 2 years, 2 months ago
  58. 38add67 feat(spmc): add support for FFA_SPM_ID_GET by Marc Bonnici · 2 years, 7 months ago
  59. 2ec5dbe feat(spmc): add support for forwarding a secure interrupt to the SP by Achin Gupta · 2 years, 9 months ago
  60. e799ff6 Merge changes from topic "ns/save_fpregs_context" into integration by Olivier Deprez · 2 years, 2 months ago
  61. 6fbed8c feat(spmc): enable the SPMC to pass the linear core ID in a register by Marc Bonnici · 2 years, 7 months ago
  62. 25f4b54 feat(spmc): add support for FF-A power mgmt. messages in the EL3 SPMC by Marc Bonnici · 2 years, 3 months ago
  63. cb17d31 feat(spmc): add FFA_RX_RELEASE handler by Marc Bonnici · 2 years, 3 months ago
  64. 764e667 feat(spmc): add FFA_RUN handler by Marc Bonnici · 2 years, 10 months ago
  65. faa4a76 feat(spmc): support FFA_ID_GET ABI by Marc Bonnici · 2 years, 7 months ago
  66. d4bb245 feat(spmc): add FFA_FEATURES handler by Marc Bonnici · 2 years, 7 months ago
  67. 37dd8e1 feat(spmc): add FFA_PARTITION_INFO_GET handler by Marc Bonnici · 2 years, 11 months ago
  68. 0cf1a15 feat(spmc): enable handling FF-A RX/TX Mapping ABIs by Marc Bonnici · 2 years, 10 months ago
  69. 9c39352 feat(spm_mm): add support to save and restore fp regs by Nishant Sharma · 2 years, 3 months ago
  70. 73fbe8f feat(spmc): add helper to obtain a partitions FF-A version by Marc Bonnici · 2 years, 7 months ago
  71. e95eb7c feat(spmc): enable handling FFA_VERSION ABI by Marc Bonnici · 2 years, 7 months ago
  72. a2cfa61 feat(spmc): add helper function to obtain endpoint mailbox by Marc Bonnici · 2 years, 7 months ago
  73. 52a9cbc feat(spmc): add helper function to obtain hyp structure by Marc Bonnici · 2 years, 7 months ago
  74. f524489 feat(spmc): enable parsing of messaging methods from manifest by Marc Bonnici · 2 years, 7 months ago
  75. eec0d04 feat(spmc): enable checking of execution ctx count by Marc Bonnici · 2 years, 7 months ago
  76. 21e644d feat(spmc): enable parsing of UUID from SP Manifest by Marc Bonnici · 2 years, 11 months ago
  77. ecc460a feat(spmc): add partition mailbox structs by Marc Bonnici · 2 years, 10 months ago
  78. 35248f1 test(plat/fvp/lsp): add example logical partition by Marc Bonnici · 2 years, 11 months ago
  79. 9a29704 feat(spmc/lsp): add logical partition framework by Marc Bonnici · 2 years, 5 months ago
  80. 5eeacd5 feat(spmc): add support for direct req/resp by Marc Bonnici · 2 years, 7 months ago
  81. b4e9984 feat(spmc): add support for handling FFA_ERROR ABI by Marc Bonnici · 2 years, 7 months ago
  82. 8eb1520 feat(spmc): add support for FFA_MSG_WAIT by Marc Bonnici · 2 years, 7 months ago
  83. 7e19db8 feat(spmc): add function to determine the return path from the SPMC by Marc Bonnici · 2 years, 7 months ago
  84. 1c33cc3 feat(spmd): update SPMC init flow to use EL3 implementation by Marc Bonnici · 2 years, 7 months ago
  85. 8e1a755 feat(spmc): add FF-A secure partition manager core by Marc Bonnici · 2 years, 7 months ago
  86. 758bd24 refactor(spm_mm): reorganize secure partition manager code by Marc Bonnici · 2 years, 7 months ago
  87. db4e25a spm: Remove SPM Alpha 1 prototype and support files by Paul Beesley · 4 years, 9 months ago
  88. 1da61af Merge changes from topic "jc/coverity-fixes" into integration by Paul Beesley · 5 years ago
  89. a6420cb Fix Coverity #343017, Missing unlock by Justin Chadwell · 5 years ago
  90. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  91. b0c9ed1 services/spm: Fix service UUID lookup by Paul Beesley · 5 years ago
  92. 7cb362a SPM: Adjust size of virtual address space per partition by Antonio Nino Diaz · 5 years ago
  93. 18e312d SPM: Refactor xlat context creation by Antonio Nino Diaz · 5 years ago
  94. 37f97a5 SPM: Move shim layer to TTBR1_EL1 by Antonio Nino Diaz · 5 years ago
  95. eef3238 SPM: Ignore empty regions in resource description by Antonio Nino Diaz · 5 years ago
  96. c456927 SPM: Create SPCI auxiliary function by Ambroise Vincent · 5 years ago
  97. a88a35d Remove several warnings reported with W=2 by Ambroise Vincent · 5 years ago
  98. b237bca Remove several warnings reported with W=1 by Ambroise Vincent · 5 years ago
  99. 6b5aa6e SPM: Remove unnecessary register save by Antonio Nino Diaz · 5 years ago
  100. 0e402d3 Remove support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 5 years ago