summaryrefslogtreecommitdiff
path: root/xen/arch/arm/psci.c
AgeCommit message (Expand)Author
2019-02-25xen/arm: psci: Populate arm_smccc_res on PSCI_FEATURES callJulien Grall
2018-11-09xen/arm: Remove __init from prototypeJulien Grall
2018-10-01xen/arm: Replace call_smc with arm_smccc_smcJulien Grall
2018-10-01xen/arm: smccc: Add wrapper to automatically select the calling conventionJulien Grall
2018-06-05xen/arm: Implement CPU_OFF PSCI call (physical interface)Mirela Simonovic
2018-02-26xen/arm: psci: Prefix with static any functions not exportedJulien Grall
2018-02-26xen/arm: psci: Consolidate PSCI version printJulien Grall
2018-02-26xen/arm: psci: Detect SMCCC versionJulien Grall
2018-02-26xen/arm: psci: Rework the PSCI definitionsJulien Grall
2017-10-11arm: PSCI: use definitions provided by asm/smccc.hVolodymyr Babchuk
2016-12-06xen/arm: Fix misplaced parentheses for PSCI version checkArtem Mygaiev
2016-03-03arm/acpi: Add ACPI support for SMP initializationShannon Zhao
2015-10-23xen/arm: Replace XEN_PSCI_* by PSCI_VERSION(major, minor)Julien Grall
2015-10-23xen/arm: Add support of PSCI v1.0 for the hostJulien Grall
2015-10-07xen/arm: psci: use SMC64 function ID when available on ARM64Brijesh Singh
2015-06-30xen: arm: Fixup stray hard tabsIan Campbell
2014-10-20xen: arm: introduce assembly helper to call smcJulien Grall
2014-10-14xen/arm: Initial support for PSCI-0.2Suravee Suthikulpanit
2014-07-18xen: arm: use physical processor ID (MPIDR) when calling psci CPU_ONIan Campbell
2013-12-05arm: add a function to invoke the PSCI handlerAndre Przywara
2013-12-05arm: parse PSCI node from the host device-treeAndre Przywara
2013-12-05arm: rename xen/arch/arm/psci.c into vpsci.cAndre Przywara
2013-11-19xen: arm: define guest virtual platform in API headersIan Campbell
2013-07-30xen/arm: Fix guest secondaries CPU boot after bcac10fJulien Grall
2013-07-29xen/arm: Allow secondary cpus to start in THUMBJulien Grall
2013-05-08xen/arm: clear pending irq queues on do_psci_cpu_onStefano Stabellini
2013-05-08xen/arm: basic PSCI support, implement cpu_on and cpu_offStefano Stabellini