aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/psci.c
AgeCommit message (Expand)Author
2015-08-05Merge branch 'aarch64/psci/drivers' into aarch64/for-next/coreWill Deacon
2015-08-03arm64: psci: factor invocation code to driversMark Rutland
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon
2015-06-19arm64: kernel: rename __cpu_suspend to keep it aligned with armSudeep Holla
2015-06-11arm64: psci: fix !CONFIG_HOTPLUG_CPU build warningWill Deacon
2015-05-27arm64: psci: remove ACPI couplingMark Rutland
2015-05-27arm64: psci: kill psci_power_stateMark Rutland
2015-05-27arm64: psci: account for Trusted OS instancesMark Rutland
2015-05-27arm64: psci: support unsigned return valuesMark Rutland
2015-05-27arm64: psci: remove unnecessary id indirectionMark Rutland
2015-05-27arm64: smp: consistently use error codesMark Rutland
2015-05-19ARM64: kernel: make cpu_ops hooks DT agnosticLorenzo Pieralisi
2015-03-26ARM64: kernel: psci: let ACPI probe PSCI versionLorenzo Pieralisi
2015-03-26ARM64: kernel: psci: factor out probe functionLorenzo Pieralisi
2015-03-25ARM64 / ACPI: Get PSCI flags in FADT for PSCI initGraeme Gregory
2015-02-26arm64: psci: move psci firmware calls out of lineWill Deacon
2015-01-27arm64: kernel: remove ARM64_CPU_SUSPEND config optionLorenzo Pieralisi
2014-12-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2014-12-11arm64: psci: Fix build breakage without PM_SLEEPKrzysztof Kozlowski
2014-11-22Merge branch 'master' into for-3.19Tejun Heo
2014-10-30arm64: psci: fix cpu_suspend to check idle state type for indexAmit Daniel Kachhap
2014-10-29percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter
2014-09-12arm64: add PSCI CPU_SUSPEND based cpu_suspend supportLorenzo Pieralisi
2014-07-18arm64: kernel: add __init marker to PSCI init functionsLorenzo Pieralisi
2014-07-18arm64: kernel: enable PSCI cpu operations on UP systemsLorenzo Pieralisi
2014-05-15ARM: Check if a CPU has gone offlineAshwin Chaugule
2014-05-15PSCI: Add initial support for PSCIv0.2 functionsAshwin Chaugule
2014-02-28arm64: remove return value form psci_init()Vladimir Murzin
2014-02-28arm64: remove redundant "psci:" prefixesVladimir Murzin
2013-10-25arm64: add PSCI CPU_OFF-based hotplug supportMark Rutland
2013-10-25arm64: factor out spin-table boot methodMark Rutland
2013-10-25arm64: reorganise smp_enable_opsMark Rutland
2013-10-25arm64: unify smp_psci.c and psci.cMark Rutland
2013-01-29arm64: psci: add support for PSCI invocations from the kernelWill Deacon