index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
psci.c
Age
Commit message (
Expand
)
Author
2016-02-11
ARM: 8511/1: ARM64: kernel: PSCI: move PSCI idle management code to drivers/f...
Lorenzo Pieralisi
2015-10-02
drivers: firmware: psci: move power_state handling to generic code
Lorenzo Pieralisi
2015-08-05
Merge branch 'aarch64/psci/drivers' into aarch64/for-next/core
Will Deacon
2015-08-03
arm64: psci: factor invocation code to drivers
Mark Rutland
2015-07-27
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
Will Deacon
2015-06-19
arm64: kernel: rename __cpu_suspend to keep it aligned with arm
Sudeep Holla
2015-06-11
arm64: psci: fix !CONFIG_HOTPLUG_CPU build warning
Will Deacon
2015-05-27
arm64: psci: remove ACPI coupling
Mark Rutland
2015-05-27
arm64: psci: kill psci_power_state
Mark Rutland
2015-05-27
arm64: psci: account for Trusted OS instances
Mark Rutland
2015-05-27
arm64: psci: support unsigned return values
Mark Rutland
2015-05-27
arm64: psci: remove unnecessary id indirection
Mark Rutland
2015-05-27
arm64: smp: consistently use error codes
Mark Rutland
2015-05-19
ARM64: kernel: make cpu_ops hooks DT agnostic
Lorenzo Pieralisi
2015-03-26
ARM64: kernel: psci: let ACPI probe PSCI version
Lorenzo Pieralisi
2015-03-26
ARM64: kernel: psci: factor out probe function
Lorenzo Pieralisi
2015-03-25
ARM64 / ACPI: Get PSCI flags in FADT for PSCI init
Graeme Gregory
2015-02-26
arm64: psci: move psci firmware calls out of line
Will Deacon
2015-01-27
arm64: kernel: remove ARM64_CPU_SUSPEND config option
Lorenzo Pieralisi
2014-12-16
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2014-12-11
arm64: psci: Fix build breakage without PM_SLEEP
Krzysztof Kozlowski
2014-11-22
Merge branch 'master' into for-3.19
Tejun Heo
2014-10-30
arm64: psci: fix cpu_suspend to check idle state type for index
Amit Daniel Kachhap
2014-10-29
percpu: Convert remaining __get_cpu_var uses in 3.18-rcX
Christoph Lameter
2014-09-12
arm64: add PSCI CPU_SUSPEND based cpu_suspend support
Lorenzo Pieralisi
2014-07-18
arm64: kernel: add __init marker to PSCI init functions
Lorenzo Pieralisi
2014-07-18
arm64: kernel: enable PSCI cpu operations on UP systems
Lorenzo Pieralisi
2014-05-15
ARM: Check if a CPU has gone offline
Ashwin Chaugule
2014-05-15
PSCI: Add initial support for PSCIv0.2 functions
Ashwin Chaugule
2014-02-28
arm64: remove return value form psci_init()
Vladimir Murzin
2014-02-28
arm64: remove redundant "psci:" prefixes
Vladimir Murzin
2013-10-25
arm64: add PSCI CPU_OFF-based hotplug support
Mark Rutland
2013-10-25
arm64: factor out spin-table boot method
Mark Rutland
2013-10-25
arm64: reorganise smp_enable_ops
Mark Rutland
2013-10-25
arm64: unify smp_psci.c and psci.c
Mark Rutland
2013-01-29
arm64: psci: add support for PSCI invocations from the kernel
Will Deacon