aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/psci/psci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+117
2022-09-28firmware/psci: Add debugfs support to ease debuggingDmitry Baryshkov1-1/+115
2022-09-28firmware/psci: Print a warning if PSCI doesn't accept PC modeDmitry Baryshkov1-0/+2
2022-09-26treewide: Drop function_nocfiSami Tolvanen1-2/+2
2022-09-26psci: Fix the function type for psci_initcall_tSami Tolvanen1-4/+4
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+10
2021-06-17PSCI: Use cpuidle context helpers in psci_cpu_suspend_enter()Marc Zyngier1-2/+7
2021-06-13ARM: 9093/1: drivers: firmwapsci: Register with kernel restart handlerGuenter Roeck1-2/+10
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2021-04-29psci: Remove unneeded semicolonYang Li1-1/+1
2021-04-08psci: use function_nocfi for cpu_resumeSami Tolvanen1-2/+5
2021-03-31arm/arm64: Probe for the presence of KVM hypervisorWill Deacon1-0/+2
2020-12-04psci: Add accessor for psci_0_1_function_idsDavid Brazdil1-7/+5
2020-12-04psci: Replace psci_function_id array with a structDavid Brazdil1-15/+14
2020-12-04psci: Split functions to v0.1 and v0.2+ variantsDavid Brazdil1-34/+60
2020-12-04psci: Support psci_ops.get_version for v0.1David Brazdil1-3/+10
2020-09-22firmware: psci: Extend psci_set_osi_mode() to allow reset to PC modeUlf Hansson1-5/+7
2020-05-21firmware: smccc: Fix missing prototype warning for arm_smccc_version_initSudeep Holla1-1/+0
2020-05-20firmware: smccc: Refactor SMCCC specific bits into separate fileSudeep Holla1-15/+5
2020-05-20firmware: smccc: Drop smccc_version enum and use ARM_SMCCC_VERSION_1_x insteadSudeep Holla1-4/+4
2020-01-02firmware: psci: Export functions to manage the OSI modeUlf Hansson1-2/+16
2019-10-14firmware/psci: use common SMCCC_CONDUIT_*Mark Rutland1-16/+9
2019-10-14arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()Mark Rutland1-0/+15
2019-08-09PSCI: cpuidle: Refactor CPU suspend power_state parameter handlingLorenzo Pieralisi1-149/+8
2019-08-09ARM: psci: cpuidle: Enable PSCI CPUidle driverLorenzo Pieralisi1-10/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-8/+1
2019-04-16firmware/psci: add support for SYSTEM_RESET2Sudeep Holla1-1/+23
2019-04-12drivers: firmware: psci: Announce support for OS initiated suspend modeUlf Hansson1-1/+20
2019-04-12drivers: firmware: psci: Simplify error path of psci_dt_init()Ulf Hansson1-13/+10
2019-04-12drivers: firmware: psci: Split psci_dt_cpu_init_idle()Ulf Hansson1-19/+23
2019-04-12drivers: firmware: psci: Move psci to separate directoryUlf Hansson1-0/+708