aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2023-09-27Revert "debug"HEADmasterVincent Guittot
2023-09-27debugVincent Guittot
2023-09-19fix: uninitialized value warning in handler.cDaniel Boulby
2023-09-13refactor: partition type based on FF-A IDJ-Alves
2023-09-13refactor: rename type for FF-A IDsJ-Alves
2023-09-07refactor: implementation of HF_MAILBOX_*_GET interfacesJ-Alves
2023-09-07refactor(ff-a): implementation of FFA_MSG_WAIT v1.0J-Alves
2023-09-07refactor: handling secure interrupts per vCPU stateJ-Alves
2023-09-07refactor: handling of FFA_INTERRUPT ABIJ-Alves
2023-09-07refactor: remove out parameter from `allocate_share_state`Karl Meakin
2023-08-21feat: support for non-secure IPA S2 translationMadhukar Pappireddy
2023-08-18fix(boot): return FFA_INTERRUPT to SP during failed bootKathleen Capella
2023-08-16refactor(boot): simplify sp_boot_next parametersKathleen Capella
2023-08-09refactor: plat_ffa_partition_info_get_regs_forwardRaghu Krishnamurthy
2023-08-09feat(ff-a): discover el3 spmd logical partitionsRaghu Krishnamurthy
2023-08-09fix: notifications cannot be used by logical partitionsRaghu Krishnamurthy
2023-08-09feat(spmc): support for el3 direct messagingRaghu Krishnamurthy
2023-08-07chore(logs): clean up logs for aborted VMsKathleen Capella
2023-08-07fix(boot): handle SP failure to initKathleen Capella
2023-07-31refactor: simplify secure interrupt handlingJ-Alves
2023-07-26fix: pass ns bit to tlb invalidateOlivier Deprez
2023-07-26feat: FF-A mem share pass security state attributeOlivier Deprez
2023-07-26feat: introduce ns ipa space page tablesOlivier Deprez
2023-07-26refactor: pass locked vcpu structures to ff-a helper functionsMadhukar Pappireddy
2023-07-13fix(smccc): use extended regs when required by ABIOlivier Deprez
2023-07-13fix(smccc): clear smc input registersRaghu Krishnamurthy
2023-06-26feat: allow an SP to yield while handling secure interruptMadhukar Pappireddy
2023-06-22feat: allow an endpoint to specify optional timeout with FFA_YIELDMadhukar Pappireddy
2023-06-22feat: allow to yield cycles obtained through direct requestMadhukar Pappireddy
2023-06-12test: disallow migrating a blocked SP to another CPUMadhukar Pappireddy
2023-06-12fix: restrict ffa_run from migrating vCPU in call chainMadhukar Pappireddy
2023-06-12fix(memory sharing): validate specified total page countJ-Alves
2023-06-01feat: force ns/s ranges to be defined in SPMC manifestJ-Alves
2023-05-31refactor: remove support for HF_DEBUG_LOGKathleen Capella
2023-05-04feat(memory): check memory region addresses are validJ-Alves
2023-05-02refactor: remove `plat_ffa_rx_release_forwarded`.Karl Meakin
2023-04-28refactor: refactor hypervisor.cKarl Meakin
2023-04-27feat: add security state metadata to S2 PTEsOlivier Deprez
2023-04-12fix(ffa_version): set ff-a version of hypervisorJ-Alves
2023-04-12refactor(hftest): simplify stdout buffer logicKathleen Capella
2023-04-07refactor(indirect message): mailbox state as per FF-A v1.1J-Alves
2023-04-06refactor: move arch_vm struct to arch vm headerOlivier Deprez
2023-04-06fix(indirect message): avoid sharing VM RXTX buffer with spmcShruti Gupta
2023-04-06test(el3-spmc): add infrastructure for EL3 SPMC testsShruti Gupta
2023-04-05refactor: move tlbi macros to mmu headerOlivier Deprez
2023-04-05feat(interrupts): delegate group0 interrupt handling to EL3Madhukar Pappireddy
2023-04-05feat(interrupts): add FFA_EL3_INTR_HANDLE supportMadhukar Pappireddy
2023-04-05feat(gicv3): separate helper utilities and architectural definitionsMadhukar Pappireddy
2023-04-05feat(memory share): FFA_FEATURES(FFA_MEM_RETRIEVE_REQ)Karl Meakin
2023-03-22feat: consume spmc manifest ns memory nodesOlivier Deprez