summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/psci.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Use __pa_symbol for kernel symbolsLaura Abbott2017-01-121-1/+2
* ARM: 8511/1: ARM64: kernel: PSCI: move PSCI idle management code to drivers/f...Lorenzo Pieralisi2016-02-111-97/+2
* drivers: firmware: psci: move power_state handling to generic codeLorenzo Pieralisi2015-10-021-14/+0
* Merge branch 'aarch64/psci/drivers' into aarch64/for-next/coreWill Deacon2015-08-051-359/+2
|\
| * arm64: psci: factor invocation code to driversMark Rutland2015-08-031-359/+2
* | arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon2015-07-271-5/+0
|/
* arm64: kernel: rename __cpu_suspend to keep it aligned with armSudeep Holla2015-06-191-1/+1
* arm64: psci: fix !CONFIG_HOTPLUG_CPU build warningWill Deacon2015-06-111-5/+5
* arm64: psci: remove ACPI couplingMark Rutland2015-05-271-2/+2
* arm64: psci: kill psci_power_stateMark Rutland2015-05-271-52/+37
* arm64: psci: account for Trusted OS instancesMark Rutland2015-05-271-0/+66
* arm64: psci: support unsigned return valuesMark Rutland2015-05-271-29/+18
* arm64: psci: remove unnecessary id indirectionMark Rutland2015-05-271-17/+3
* arm64: smp: consistently use error codesMark Rutland2015-05-271-4/+3
* ARM64: kernel: make cpu_ops hooks DT agnosticLorenzo Pieralisi2015-05-191-4/+7
* ARM64: kernel: psci: let ACPI probe PSCI versionLorenzo Pieralisi2015-03-261-3/+1
* ARM64: kernel: psci: factor out probe functionLorenzo Pieralisi2015-03-261-16/+34
* ARM64 / ACPI: Get PSCI flags in FADT for PSCI initGraeme Gregory2015-03-251-24/+54
* arm64: psci: move psci firmware calls out of lineWill Deacon2015-02-261-34/+3
* arm64: kernel: remove ARM64_CPU_SUSPEND config optionLorenzo Pieralisi2015-01-271-2/+0
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-12-161-0/+2
|\
| * arm64: psci: Fix build breakage without PM_SLEEPKrzysztof Kozlowski2014-12-111-0/+2
* | Merge branch 'master' into for-3.19Tejun Heo2014-11-221-1/+1
|\ \
| * | arm64: psci: fix cpu_suspend to check idle state type for indexAmit Daniel Kachhap2014-10-301-1/+1
| |/
* / percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter2014-10-291-2/+2
|/
* arm64: add PSCI CPU_SUSPEND based cpu_suspend supportLorenzo Pieralisi2014-09-121-0/+104
* arm64: kernel: add __init marker to PSCI init functionsLorenzo Pieralisi2014-07-181-2/+2
* arm64: kernel: enable PSCI cpu operations on UP systemsLorenzo Pieralisi2014-07-181-1/+3
* ARM: Check if a CPU has gone offlineAshwin Chaugule2014-05-151-0/+31
* PSCI: Add initial support for PSCIv0.2 functionsAshwin Chaugule2014-05-151-37/+163
* arm64: remove return value form psci_init()Vladimir Murzin2014-02-281-6/+3
* arm64: remove redundant "psci:" prefixesVladimir Murzin2014-02-281-2/+2
* arm64: add PSCI CPU_OFF-based hotplug supportMark Rutland2013-10-251-0/+30
* arm64: factor out spin-table boot methodMark Rutland2013-10-251-8/+10
* arm64: reorganise smp_enable_opsMark Rutland2013-10-251-5/+6
* arm64: unify smp_psci.c and psci.cMark Rutland2013-10-251-1/+53
* arm64: psci: add support for PSCI invocations from the kernelWill Deacon2013-01-291-0/+211