summaryrefslogtreecommitdiff
path: root/drivers/firmware/arm_sdei.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-27firmware: arm_sdei: clean up sdei_event_create()Liguang Zhang1-9/+3
2020-02-27firmware: arm_sdei: Use cpus_read_lock() to avoid races with cpuhpJames Morse1-12/+14
2020-02-27firmware: arm_sdei: fix possible double-lock on hibernate error pathLiguang Zhang1-6/+13
2020-02-27firmware: arm_sdei: fix double-lock on hibernate with shared eventsJames Morse1-17/+15
2019-10-14firmware: arm_sdei: use common SMCCC_CONDUIT_*Mark Rutland1-6/+6
2019-04-29firmware: arm_sdei: Prohibit probing in '_sdei_handler'Xiongfeng Wang1-0/+3
2019-02-11firmware: arm_sdei: Add ACPI GHES registration helperJames Morse1-0/+68
2019-01-03firmware: arm_sdei: Fix DT platform device creationJames Morse1-5/+0
2019-01-03firmware: arm_sdei: fix wrong of_node_put() in init functionNicolas Saenz Julienne1-1/+0
2018-01-15firmware: arm_sdei: Fix return value check in sdei_present_dt()Wei Yongjun1-1/+1
2018-01-14firmware: arm_sdei: Discover SDEI support via ACPIJames Morse1-1/+40
2018-01-14firmware: arm_sdei: add support for CPU private eventsJames Morse1-13/+193
2018-01-13firmware: arm_sdei: Add support for CPU and system power statesJames Morse1-1/+255
2018-01-13firmware: arm_sdei: Add driver for Software Delegated ExceptionsJames Morse1-0/+619