index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
idle_book3s.S
Age
Commit message (
Expand
)
Author
2021-10-20
powerpc/idle: Don't corrupt back chain when going idle
Michael Ellerman
2021-04-08
powerpc/64s: power4 nap fixup in C
Nicholas Piggin
2021-02-09
powerpc64/idle: Fix SP offsets when saving GPRs
Christopher M. Riedl
2020-01-16
powerpc/64s: Reimplement power4_idle code in C
Nicholas Piggin
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-30
powerpc/64s: Reimplement book3s idle code in C
Nicholas Piggin
2018-08-13
Merge branch 'fixes' into next
Michael Ellerman
2018-07-30
powerpc: clean inclusions of asm/feature-fixups.h
Christophe Leroy
2018-07-30
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
Christophe Leroy
2018-07-18
powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)
Gautham R. Shenoy
2018-07-16
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
2018-04-19
powerpc/kvm: Fix lockups when running KVM guests on Power8
Michael Ellerman
2018-04-05
powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleep
Nicholas Piggin
2018-04-05
Revert "powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead"
Michael Ellerman
2018-04-04
powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead
Nicholas Piggin
2018-04-04
powerpc/64s/idle: Consolidate power9_offline_stop()/power9_idle_stop()
Michael Ellerman
2018-04-03
powerpc/powernv: Fix SMT4 forcing idle code
Nicholas Piggin
2018-04-01
powerpc/64s/idle: avoid sync for KVM state when waking from idle
Nicholas Piggin
2018-04-01
powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplug
Nicholas Piggin
2018-03-24
powerpc/powernv: Provide a way to force a core into SMT4 mode
Paul Mackerras
2017-11-15
powerpc/64s: Fix Power9 DD2.0 workarounds by adding DD2.1 feature
Michael Ellerman
2017-11-06
powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 PMU workaround on DD2.1
Nicholas Piggin
2017-11-06
powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 ERAT workaround on DD2.1
Nicholas Piggin
2017-10-19
Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...
Paul Mackerras
2017-08-29
powerpc/64s: idle POWER9 can execute stop in virtual mode
Nicholas Piggin
2017-08-29
powerpc/64s: Drop no longer used IDLE_STATE_ENTER_SEQ
Nicholas Piggin
2017-08-29
powerpc/64s: POWER9 can execute stop without a sync sequence
Nicholas Piggin
2017-08-29
powerpc/64s: Move IDLE_STATE_ENTER_SEQ[_NORET] into idle_book3s.S
Nicholas Piggin
2017-08-29
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2017-08-29
KVM: PPC: Book3S HV: POWER9 does not require secondary thread management
Nicholas Piggin
2017-08-23
Merge branch 'fixes' into next
Michael Ellerman
2017-08-04
powerpc/perf: POWER9 PMU stops after idle workaround
Nicholas Piggin
2017-08-01
powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
Gautham R. Shenoy
2017-07-18
powerpc/perf: Avoid spurious PMU interrupts after idle
Nicholas Piggin
2017-06-28
powerpc/powernv/idle: Clear r12 on wakeup from stop lite
Akshay Adiga
2017-06-27
powerpc/64s: Invalidate ERAT on powersave wakeup for POWER9
Benjamin Herrenschmidt
2017-06-19
powerpc/64s/idle: Predict HMI wakeup as unlikely
Nicholas Piggin
2017-06-19
powerpc/64s/idle: Avoid SRR usage in idle sleep/wake paths
Nicholas Piggin
2017-06-19
powerpc/64s/idle: Move soft interrupt mask logic into C code
Nicholas Piggin
2017-05-30
powerpc/powernv/idle: Use Requested Level for restoring state on P9 DD1
Gautham R. Shenoy
2017-05-30
powerpc/powernv/idle: Restore LPCR on wakeup from deep-stop
Gautham R. Shenoy
2017-05-30
powerpc/powernv/idle: Decouple Timebase restore & Per-core SPRs restore
Gautham R. Shenoy
2017-05-16
powerpc/powernv: Set NAPSTATELOST after recovering paca on P9 DD1
Gautham R. Shenoy
2017-05-05
Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-04-23
powerpc/64s: Simplify POWER9 DD1 idle workaround code
Nicholas Piggin
2017-04-23
powerpc/64s: Idle POWER8 avoid full state loss recovery where possible
Nicholas Piggin
2017-04-23
powerpc/64s: Idle do not hold reservation longer than required
Nicholas Piggin
2017-04-23
powerpc/64s: Expand core idle state bits
Nicholas Piggin
2017-04-23
powerpc/64s: Fix POWER9 machine check handler from stop state
Nicholas Piggin
2017-04-23
powerpc/64s: Use alternative feature patching
Nicholas Piggin
[next]