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