1. fd306bb refactor(hftest): simplify stdout buffer logic by Kathleen Capella · 2 years, 5 months ago
  2. e8c8c2b refactor(indirect message): mailbox state as per FF-A v1.1 by J-Alves · 2 years, 8 months ago
  3. febf9e6 refactor: move arch_vm struct to arch vm header by Olivier Deprez · 2 years, 5 months ago
  4. 34b8ae9 feat(memory share): FFA_FEATURES(FFA_MEM_RETRIEVE_REQ) by Karl Meakin · 2 years, 7 months ago
  5. befdcc8 chore: fix code review comments by Raghu Krishnamurthy · 2 years, 5 months ago
  6. 0504692 feat: consume spmc manifest ns memory nodes by Olivier Deprez · 2 years, 5 months ago
  7. d15905d fix: add headers to ffa_memory_internal.h by J-Alves · 2 years, 6 months ago
  8. 715d623 fix: implicitly casts by J-Alves · 2 years, 6 months ago
  9. 7ec9d6e refactor: factored out partition manifest structure by J-Alves · 2 years, 5 months ago
  10. 1f2f213 feat: queue interrupts upon CPU cycle allocation through FFA_RUN by Madhukar Pappireddy · 2 years, 6 months ago
  11. 94da32d refactor(interrupts): precedence for action in response to interrupts by Madhukar Pappireddy · 2 years, 6 months ago
  12. 33f8a16 refactor(log): wrap log macros in do-while by Demi Marie Obenour · 2 years, 6 months ago
  13. c1a613d fix(manifest): check mem regions are page aligned by Daniel Boulby · 2 years, 10 months ago
  14. 4afbfd7 fix(manifest): ignore memory regions with size 0 by Varun Wadekar · 2 years, 10 months ago
  15. 4df5520 fix(clang15): hafnium fails to build with clang15 by Kathleen Capella · 2 years, 8 months ago
  16. ef432cb refactor: forward ABI to secure world by Raghu Krishnamurthy · 2 years, 7 months ago
  17. 7592bcb feat(spmc): add FFA_PARTITION_INFO_GET_REGS by Raghu Krishnamurthy · 2 years, 7 months ago
  18. 27b7196 refactor(ff-a): indirect messaging v1.0 by J-Alves · 2 years, 8 months ago
  19. ccd5845 refactor: remove vcpu_reset by Olivier Deprez · 2 years, 10 months ago
  20. 148b560 feat: power management messages subscription by Olivier Deprez · 3 years, 5 months ago
  21. 632249e refactor: pass boot information blob to vCPU by Olivier Deprez · 2 years, 10 months ago
  22. 70f8a4a refactor: cpu_on helper by Olivier Deprez · 2 years, 10 months ago
  23. 2013775 feat: add power management VM helpers by Olivier Deprez · 2 years, 6 months ago
  24. a15f235 feat: power management field manifest addition by Olivier Deprez · 2 years, 10 months ago
  25. b280833 refactor: boot protocol by Olivier Deprez · 2 years, 6 months ago
  26. 181074b refactor: boot ordered vcpu list by Olivier Deprez · 2 years, 6 months ago
  27. 5c04a38 feat(interrupts): support Other S-Int action field by Madhukar Pappireddy · 2 years, 7 months ago
  28. 5fd3248 fix(interrupts): check for pending interrupts during direct response by Madhukar Pappireddy · 3 years, 7 months ago
  29. 59ed004 feat(memory share): continue memory retrieve between worlds by J-Alves · 3 years ago
  30. fdd2927 refactor(memory share): continue memory sharing by J-Alves · 3 years, 1 month ago
  31. b5084cf feat(memory share): retrieve request from NWd by J-Alves · 3 years, 1 month ago
  32. 486360d feat(interrupts): enable secure interrupt by default by Madhukar Pappireddy · 2 years, 11 months ago
  33. 2f76e49 feat(interrupts): intercept S-EL0 SP direct response message by Madhukar Pappireddy · 2 years, 11 months ago
  34. f9bc7ce feat(mmio): introduce helpers for MMIO access by Madhukar Pappireddy · 2 years, 7 months ago
  35. 98da1ca feat: route secure interrupts to any physical PE by Raghu Krishnamurthy · 2 years, 10 months ago
  36. 7007993 fix: rxtx unmap forwarding and handling by J-Alves · 2 years, 8 months ago
  37. 1f9df61 fix(gicv3): interrupt configuration bits by Madhukar Pappireddy · 2 years, 7 months ago
  38. fc19b37 refactor(memory share): reclaim from other world by J-Alves · 3 years, 1 month ago
  39. 6665225 feat(memory share): share memory with the other world by J-Alves · 3 years, 1 month ago
  40. 122f1a1 refactor: function to check if mailbox is busy by J-Alves · 2 years, 8 months ago
  41. 4f1880c feat(mm): fix FEAT_LPA workaround by Jens Wiklander · 2 years, 10 months ago
  42. 8505a8a refactor(memory share): replace instances of TEE by J-Alves · 3 years, 2 months ago
  43. dd88320 fix: make the invocation of ffa_msg_wait v1.1 compliant by Madhukar Pappireddy · 2 years, 10 months ago
  44. 9364465 refactor: manifest data allocation from page pool by Olivier Deprez · 2 years, 11 months ago
  45. f5fec20 refactor: dynamically allocate per vcpu notifications by Raghu Krishnamurthy · 2 years, 10 months ago
  46. 64b421e fix: increase hypervisor/spmc per core stack size by Olivier Deprez · 2 years, 10 months ago
  47. 30aabd6 refactor: allocate vcpu structures from heap by Raghu Krishnamurthy · 2 years, 11 months ago
  48. c40f55f feat(interrupts): precedence in NS interrupt action by Madhukar Pappireddy · 3 years, 2 months ago
  49. 046dad0 feat(interrupts): preferred managed exit signal by Madhukar Pappireddy · 3 years, 2 months ago
  50. 8415405 feat(interrupts): ns interrupt action in manifest by Madhukar Pappireddy · 3 years, 2 months ago
  51. d46c06e feat(scheduled mode): unwind call chain upon NS interrupt by Madhukar Pappireddy · 3 years, 2 months ago
  52. 1480fce feat(scheduled mode): initialize schedule mode for FFA_RUN by Madhukar Pappireddy · 3 years, 2 months ago
  53. c0fb87e feat(scheduled mode): unwind call chain for FFA_MSG_SEND_DIRECT_RESP by Madhukar Pappireddy · 3 years, 2 months ago
  54. 49fe670 feat(scheduled mode): wind call chain for FFA_MSG_SEND_DIRECT_REQ by Madhukar Pappireddy · 3 years, 2 months ago
  55. c5203fb refactor: move interrupt_type to arch header by Olivier Deprez · 2 years, 10 months ago
  56. 0ea239a feat: runtime model state transition rules by Madhukar Pappireddy · 3 years, 2 months ago
  57. 5992fbc feat: support for cpu cycle allocation modes by Madhukar Pappireddy · 3 years, 2 months ago
  58. fe297a3 feat: partition runtime models initial support by Madhukar Pappireddy · 3 years, 2 months ago
  59. dc0c801 refactor(interrupts): changes based on updated guidance by Madhukar Pappireddy · 3 years, 2 months ago
  60. 86f6cde feat: remove waiter list by Federico Recanati · 3 years, 3 months ago
  61. 7bef0b9 feat(indirect message): forward FFA_RX_RELEASE to SPMC by Federico Recanati · 3 years, 5 months ago
  62. 4ca50f0 refactor: add interrupt_bitmap struct by Daniel Boulby · 3 years ago
  63. 644f046 feat(indirect message): add RX_ACQUIRE ABI by Federico Recanati · 3 years, 5 months ago
  64. 25053ee feat(indirect message): add FFA_MSG_SEND2 support by Federico Recanati · 3 years, 5 months ago
  65. d8e1888 refactor: make api functions static by Olivier Deprez · 3 years, 1 month ago
  66. a7e9e18 feat(manifest): check SPs don't overlap mem regions by Daniel Boulby · 3 years, 1 month ago
  67. 801f8ef feat(manifest): check interrupt IDs are unique by Daniel Boulby · 3 years, 1 month ago
  68. ecd35ca fix(build): remove compilation warning by Shruti Gupta · 3 years ago
  69. 6c1e05c feat(indirect messaging): change mailbox state on RX buffer full by Federico Recanati · 3 years, 4 months ago
  70. ad38a9c refactor: rename struct interrupt by Raghu Krishnamurthy · 3 years, 1 month ago
  71. 641dcd8 refactor: SP manifest defines by Raghu Krishnamurthy · 3 years, 1 month ago
  72. 71b7670 feat(console_log): add FFA_CONSOLE_LOG ABI by Maksims Svecovs · 3 years, 3 months ago
  73. a09ac2d refactor(hypervisor): enabling TEE interaction by J-Alves · 3 years, 2 months ago
  74. abebe43 fix: duplicated call to manifest sanity check by J-Alves · 3 years, 2 months ago
  75. d605a09 feat(notifications): get framework notifications by J-Alves · 3 years, 4 months ago
  76. 035fa15 feat: manifest NS memory/device region attribute by Olivier Deprez · 3 years, 5 months ago
  77. 618c8fc fix(gic): SGI helper to use cpu struct id affinity by Olivier Deprez · 3 years, 2 months ago
  78. 10bd06c refactor: factorize SPMC's NWd VM view destruction by Federico Recanati · 3 years, 5 months ago
  79. 8da9e33 feat(indirect message): add FFA_RXTX_UNMAP forwarding to SPMC by Federico Recanati · 3 years, 6 months ago
  80. 8d8b1cf feat(indirect message): add FFA_RXTX_MAP forwarding to SPMC by Federico Recanati · 3 years, 4 months ago
  81. 9f1b653 feat: remove waiter list notification from FFA_RXTX_MAP ABI by Federico Recanati · 3 years, 4 months ago
  82. 14163a7 feat(notifications): functions to set framework notifications by J-Alves · 3 years, 4 months ago
  83. 663682a feat(notifications): functions to get framework notifications by J-Alves · 3 years, 4 months ago
  84. 52578f8 feat(notifications): trigger NPI for framework notifications by J-Alves · 3 years, 4 months ago
  85. 5a16c96 refactor(notifications): set functions by J-Alves · 3 years, 4 months ago
  86. 5136dda refactor(notifications): functions to get notifications by J-Alves · 3 years, 4 months ago
  87. fc95a30 fix(notifications): flag that Must Be Zero by J-Alves · 3 years, 4 months ago
  88. b76307d fix: UINTxx_C macro usage by Olivier Deprez · 3 years, 2 months ago
  89. 60984ce fix: support first version of SP package by J-Alves · 3 years, 3 months ago
  90. 7e67d10 feat(boot): writing boot info to partition's memory by J-Alves · 3 years, 4 months ago
  91. 7d38f7b feat(boot): load boot info configuration by J-Alves · 3 years, 4 months ago
  92. 3531578 feat(boot): manifest parsing for boot info by J-Alves · 3 years, 6 months ago
  93. 2f86c1e refactor: added "sp_pkg" module by J-Alves · 3 years, 5 months ago
  94. f39076d refactor: change format of sp pkg by J-Alves · 3 years, 5 months ago
  95. c13a869 fix: remove PSA acronym when related to FF-A spec by Olivier Deprez · 3 years, 4 months ago
  96. 134b8f9 feat(mte): move stacks to a separate memory region by Maksims Svecovs · 3 years, 5 months ago
  97. 7efb163 fix: adding comment to getter functions. by Maksims Svecovs · 3 years, 4 months ago
  98. b7f6bd6 refactor: memory config moved to vcpu context by Olivier Deprez · 3 years, 5 months ago
  99. 0f0f706 fix(mm): extend Stage 1 mapping limit by Arunachalam Ganapathy · 3 years, 6 months ago
  100. 5522c67 refactor(interrupts): cleanup secure interrupt handling code by Madhukar Pappireddy · 3 years, 8 months ago