index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
psci.c
Age
Commit message (
Expand
)
Author
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