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
/
powerpc
/
platforms
/
powernv
/
idle.c
Age
Commit message (
Expand
)
Author
2020-05-11
powerpc/powernv: Fix a warning message
Christophe JAILLET
2019-08-30
powerpc/powernv: Access LDBAR only if ultravisor disabled
Claudio Carvalho
2019-07-13
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-12
powerpc/powernv/idle: Fix restore of SPRN_LDBAR for POWER9 stop state.
Athira Rajeev
2019-07-03
powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERAT
Nicholas Piggin
2019-06-19
powerpc/64s: Fix misleading SPR and timebase information
Shaokun Zhang
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-30
powerpc/powernv/idle: Restore AMR/UAMOR/AMOR/IAMR after idle
Michael Ellerman
2019-04-30
powerpc/64s: Reimplement book3s idle code in C
Nicholas Piggin
2019-02-22
powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit
Paul Mackerras
2018-08-10
powerpc/powernv/idle: Fix build error
Aneesh Kumar K.V
2018-08-03
powernv/cpuidle: Fix idle states all being marked invalid
Nicholas Piggin
2018-07-31
powernv/cpuidle: Parse dt idle properties into global structure
Akshay Adiga
2018-07-16
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
2018-05-28
powerpc/powernv/cpuidle: Init all present cpus for deep states
Akshay Adiga
2018-04-03
powerpc/powernv: Fix SMT4 forcing idle code
Nicholas Piggin
2018-04-01
powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplug
Nicholas Piggin
2018-03-31
Merge branch 'topic/paca' into next
Michael Ellerman
2018-03-30
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
2018-03-24
powerpc/powernv: Provide a way to force a core into SMT4 mode
Paul Mackerras
2017-09-20
powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state offline
Gautham R. Shenoy
2017-08-23
Merge branch 'fixes' into next
Michael Ellerman
2017-08-08
powerpc/powernv/idle: Disable LOSE_FULL_CONTEXT states when stop-api fails
Gautham R. Shenoy
2017-08-01
powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
Gautham R. Shenoy
2017-06-19
powerpc/64s/idle: Run latch switch is done with MSR[EE]=0
Nicholas Piggin
2017-06-19
powerpc/64s/idle: Process interrupts from system reset wakeup
Nicholas Piggin
2017-06-19
powerpc/powernv: Simplify lazy IRQ handling in CPU offline
Nicholas Piggin
2017-06-19
powerpc/64s/idle: Move soft interrupt mask logic into C code
Nicholas Piggin
2017-05-30
powerpc/powernv/idle: Restore SPRs for deep idle states via stop API.
Akshay Adiga
2017-05-30
powerpc/powernv/idle: Correctly initialize core_idle_state_ptr
Gautham R. Shenoy
2017-05-30
powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
Nicholas Piggin
2017-04-23
powerpc/64s: Stop using bit in HSPRG0 to test winkle
Nicholas Piggin
2017-04-11
powerpc/powernv: Recover correct PACA on wakeup from a stop on P9 DD1
Gautham R. Shenoy
2017-04-11
powerpc/powernv/idle: Don't override default/deepest directly in kernel
Gautham R. Shenoy
2017-04-11
powerpc/powernv/smp: Add busy-wait loop as fall back for CPU-Hotplug
Gautham R. Shenoy
2017-04-11
powerpc/powernv: Move CPU-Offline idle state invocation from smp.c to idle.c
Gautham R. Shenoy
2017-01-31
powernv: Pass PSSCR value and mask to power9_idle_stop
Gautham R. Shenoy
2017-01-31
powernv:stop: Rename pnv_arch300_idle_init to pnv_power9_idle_init
Gautham R. Shenoy
2016-07-15
powerpc/powernv: Use deepest stop state when cpu is offlined
Shreyas B. Prabhu
2016-07-15
powerpc/powernv: Add platform support for stop instruction
Shreyas B. Prabhu
2016-06-23
powerpc/powernv: set power_save func after the idle states are initialized
Shreyas B. Prabhu
2016-06-16
powerpc/sparse: make some things static
Daniel Axtens
2016-03-01
powerpc: Fix misspellings in comments.
Adam Buchbinder
2015-12-17
powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPAL
Stewart Smith
2015-06-15
powerpc/powernv: pnv_init_idle_states() should only run on powernv
Michael Ellerman
2015-05-22
powerpc/powernv: Introduce sysfs control for fastsleep workaround behavior
Shreyas B. Prabhu
2015-05-22
powerpc/powernv: Move cpuidle related code from setup.c to new file
Shreyas B. Prabhu