aboutsummaryrefslogtreecommitdiff
path: root/src
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-13fix(memory share): handle error before assertKathleen Capella
2023-09-13refactor: logs to print SP/VM tagsJ-Alves
2023-09-13refactor: partition type based on FF-A IDJ-Alves
2023-09-13refactor: rename type for FF-A IDsJ-Alves
2023-09-08feat(memory share): bypass multiple borrower checkJ-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-07feat: created helpers for changing vCPU stateJ-Alves
2023-09-07refactor: remove out parameter from `get_share_state`Karl Meakin
2023-09-07refactor: remove out parameter from `allocate_share_state`Karl Meakin
2023-09-01fix: omit an error print when SPMD LSP aren't implementedOlivier Deprez
2023-09-01chore: verbose manifest printsOlivier Deprez
2023-08-30chore: cosmetic manifest parsing error printingOlivier Deprez
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-09fix: assert condition in ffa_partition_info_get_regs helperRaghu Krishnamurthy
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-08-01fix: FFA_VERSION checks compatibility rulesJ-Alves
2023-07-31refactor: simplify secure interrupt handlingJ-Alves
2023-07-27refactor: simplify function "api_release_mailbox"J-Alves
2023-07-26feat: S-EL1 mem regions to specify security stateOlivier Deprez
2023-07-26fix: pass ns bit to tlb invalidateOlivier Deprez
2023-07-26fix: revert set security state based on sender idOlivier 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-29feat: implement stricter checks for state transitionMadhukar Pappireddy
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-20fix(memory sharing): overlaps of specified memory rangesJ-Alves
2023-06-14fix: unit test fail due to mpool sizeJ-Alves
2023-06-14fix(manifest): add checks for boot order valuesKathleen Capella
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-12doc: ffa_memory_send comment updateJ-Alves