aboutsummaryrefslogtreecommitdiff
path: root/services/std_svc/sdei
AgeCommit message (Expand)Author
2024-03-07refactor(sdei): use common create_spsr() in SDEI libraryArvind Ram Prakash
2024-01-23refactor(mte): deprecate CTX_INCLUDE_MTE_REGSGovindraj Raja
2023-11-07Merge "fix(smccc): ensure that mpidr passed through SMC is valid" into integr...Olivier Deprez
2023-11-06fix(smccc): ensure that mpidr passed through SMC is validManish Pandey
2023-11-01fix(sdei): ensure that interrupt ID is validManish Pandey
2023-03-22refactor(cpufeat): enable FEAT_PAN for FEAT_STATE_CHECKEDAndre Przywara
2023-03-20refactor(cpufeat): enable FEAT_VHE for FEAT_STATE_CHECKEDAndre Przywara
2022-10-05feat(sdei): add a function to return total number of events registeredJohn Powell
2021-11-10Merge "fix(sdei): fix assert while kdump issue" into integrationManish Pandey
2021-11-08fix: libc: use long for 64-bit types on aarch64Scott Branden
2021-11-05fix(sdei): fix assert while kdump issueMing Huang
2021-10-22fix(sdei): print event number in hex formatVasyl Gomonovych
2021-07-28services: Fix pmr_el1 rewrote issue in sdei_disaptch_event()Ming Huang
2021-07-23fix(sdei): set SPSR for SDEI based on TakeExceptionDaniel Boulby
2021-03-05SDEI: updata the affinity of shared eventTony Xie
2020-05-15plat/arm/fvp: Support performing SDEI platform setup in runtimeBalint Dobszay
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-02-08Make setjmp.h prototypes comply with the C standardAntonio Nino Diaz
2019-01-15Correct typographical errorsPaul Beesley
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-26SDEI: Unconditionally resume Secure if it was interruptedJeenu Viswambharan
2018-10-30sdei: include "context.h" to fix compilation errorsVarun Wadekar
2018-09-07SDEI: Mask events after CPU wakeupJeenu Viswambharan
2018-08-22libc: Fix all includes in codebaseAntonio Nino Diaz
2018-08-20SDEI: Fix locking issuesJeenu Viswambharan
2018-08-20SDEI: MISRA fixesJeenu Viswambharan
2018-07-13Fix verbose messages in SDEI codeSandrine Bailleux
2018-06-22SDEI: Fix name of internal functionJeenu Viswambharan
2018-06-22SDEI: Fix determining client ELJeenu Viswambharan
2018-06-22SDEI: Fix dispatch bugJeenu Viswambharan
2018-06-21SDEI: Make dispatches synchronousJeenu Viswambharan
2018-06-21SDEI: Determine client EL from NS context's SCR_EL3Jeenu Viswambharan
2018-06-21SDEI: Allow platforms to define explicit eventsJeenu Viswambharan
2018-06-08SDEI: Ensure SDEI handler executes with CVE-2018-3639 mitigation enabledDimitris Papastamos
2018-03-26services: fix switch statements to comply with MISRA rulesJonathan Wright
2018-02-27SDEI: Pop dispatch context only after error checkingJeenu Viswambharan
2018-02-14Remove URLs from commentsAntonio Nino Diaz
2017-12-06SDEI: Fix return value of reset callsJeenu Viswambharan
2017-11-20SDEI: Assert that dynamic events have Normal priorityJeenu Viswambharan
2017-11-20SDEI: Fix security state check for explicit dispatchJeenu Viswambharan
2017-11-13SDEI: Fix build error with logging enabledJeenu Viswambharan
2017-11-13SDEI: Add API for explicit dispatchJeenu Viswambharan
2017-11-13BL31: Add SDEI dispatcherJeenu Viswambharan