aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/psci/smccc.c
Commit message (Expand)AuthorAgeFilesLines
* Use int for the pcpu_ssbd argument. This is included from userland and mayAndrew Turner2018-07-311-2/+2
* Implement the SSBD (CVE-2018-3639) workaround on arm64Andrew Turner2018-07-311-0/+9
* Move the SMCCC SYSINIT later in the boot so the psci driver has attached.Andrew Turner2018-06-201-1/+1
* Add support for the ARM SMC Calling Convention (SMCCC). This is a methodAndrew Turner2018-06-131-0/+93