aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/psci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+2
2014-12-11arm64: psci: Fix build breakage without PM_SLEEPKrzysztof Kozlowski1-0/+2
2014-11-22Merge branch 'master' into for-3.19Tejun Heo1-1/+1
2014-10-30arm64: psci: fix cpu_suspend to check idle state type for indexAmit Daniel Kachhap1-1/+1
2014-10-29percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter1-2/+2
2014-09-12arm64: add PSCI CPU_SUSPEND based cpu_suspend supportLorenzo Pieralisi1-0/+104
2014-07-18arm64: kernel: add __init marker to PSCI init functionsLorenzo Pieralisi1-2/+2
2014-07-18arm64: kernel: enable PSCI cpu operations on UP systemsLorenzo Pieralisi1-1/+3
2014-05-15ARM: Check if a CPU has gone offlineAshwin Chaugule1-0/+31
2014-05-15PSCI: Add initial support for PSCIv0.2 functionsAshwin Chaugule1-37/+163
2014-02-28arm64: remove return value form psci_init()Vladimir Murzin1-6/+3
2014-02-28arm64: remove redundant "psci:" prefixesVladimir Murzin1-2/+2
2013-10-25arm64: add PSCI CPU_OFF-based hotplug supportMark Rutland1-0/+30
2013-10-25arm64: factor out spin-table boot methodMark Rutland1-8/+10
2013-10-25arm64: reorganise smp_enable_opsMark Rutland1-5/+6
2013-10-25arm64: unify smp_psci.c and psci.cMark Rutland1-1/+53
2013-01-29arm64: psci: add support for PSCI invocations from the kernelWill Deacon1-0/+211