index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
psci.c
Age
Commit message (
Expand
)
Author
2021-04-08
arm64: use function_nocfi with __pa_symbol
Sami Tolvanen
2020-11-10
arm64: psci: Avoid printing in cpu_psci_cpu_die()
Will Deacon
2019-10-25
arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill()
Yunfeng Ye
2019-08-15
arm64: smp: disable hotplug on trusted OS resident CPU
Sudeep Holla
2019-08-09
ARM: psci: cpuidle: Enable PSCI CPUidle driver
Lorenzo Pieralisi
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2018-10-01
arm64: remove unused asm/compiler.h header file
Ard Biesheuvel
2017-01-12
arm64: Use __pa_symbol for kernel symbols
Laura Abbott
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