index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
idle_book3s.S
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-01
powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
Gautham R. Shenoy
1
-2
/
+63
2017-07-18
powerpc/perf: Avoid spurious PMU interrupts after idle
Nicholas Piggin
1
-1
/
+14
2017-06-28
powerpc/powernv/idle: Clear r12 on wakeup from stop lite
Akshay Adiga
1
-0
/
+13
2017-06-27
powerpc/64s: Invalidate ERAT on powersave wakeup for POWER9
Benjamin Herrenschmidt
1
-0
/
+7
2017-06-19
powerpc/64s/idle: Predict HMI wakeup as unlikely
Nicholas Piggin
1
-1
/
+1
2017-06-19
powerpc/64s/idle: Avoid SRR usage in idle sleep/wake paths
Nicholas Piggin
1
-30
/
+27
2017-06-19
powerpc/64s/idle: Move soft interrupt mask logic into C code
Nicholas Piggin
1
-67
/
+15
2017-05-30
powerpc/powernv/idle: Use Requested Level for restoring state on P9 DD1
Gautham R. Shenoy
1
-1
/
+12
2017-05-30
powerpc/powernv/idle: Restore LPCR on wakeup from deep-stop
Gautham R. Shenoy
1
-3
/
+10
2017-05-30
powerpc/powernv/idle: Decouple Timebase restore & Per-core SPRs restore
Gautham R. Shenoy
1
-3
/
+4
2017-05-16
powerpc/powernv: Set NAPSTATELOST after recovering paca on P9 DD1
Gautham R. Shenoy
1
-1
/
+1
2017-05-05
Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-60
/
+225
2017-04-23
powerpc/64s: Simplify POWER9 DD1 idle workaround code
Nicholas Piggin
1
-11
/
+5
2017-04-23
powerpc/64s: Idle POWER8 avoid full state loss recovery where possible
Nicholas Piggin
1
-6
/
+83
2017-04-23
powerpc/64s: Idle do not hold reservation longer than required
Nicholas Piggin
1
-9
/
+11
2017-04-23
powerpc/64s: Expand core idle state bits
Nicholas Piggin
1
-16
/
+17
2017-04-23
powerpc/64s: Fix POWER9 machine check handler from stop state
Nicholas Piggin
1
-0
/
+25
2017-04-23
powerpc/64s: Use alternative feature patching
Nicholas Piggin
1
-9
/
+14
2017-04-23
powerpc/64s: Stop using bit in HSPRG0 to test winkle
Nicholas Piggin
1
-17
/
+10
2017-04-23
powerpc/64s: Move remaining system reset idle code into idle_book3s.S
Nicholas Piggin
1
-21
/
+43
2017-04-11
powerpc/powernv: Recover correct PACA on wakeup from a stop on P9 DD1
Gautham R. Shenoy
1
-1
/
+47
2017-03-20
powerpc/64s: Fix idle wakeup potential to clobber registers
Nicholas Piggin
1
-3
/
+17
2017-03-03
powerpc/powernv: Fix bug due to labeling ambiguity in power_enter_stop
Gautham R. Shenoy
1
-4
/
+6
2017-02-14
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-3
/
+3
2017-02-07
powerpc/powernv: Remove separate entry for OPAL real mode calls
Benjamin Herrenschmidt
1
-3
/
+3
2017-01-31
powernv: Pass PSSCR value and mask to power9_idle_stop
Gautham R. Shenoy
1
-11
/
+19
2017-01-31
powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macro
Gautham R. Shenoy
1
-5
/
+5
2016-10-24
powerpc/64: Fix race condition in setting lock bit in idle/wakeup code
Paul Mackerras
1
-0
/
+3
2016-10-24
powerpc/64: Re-fix race condition between going idle and entering guest
Paul Mackerras
1
-6
/
+26
2016-09-12
powerpc/powernv: Fix restore of SPRs upon wake up from hypervisor state loss
Gautham R. Shenoy
1
-5
/
+5
2016-08-09
powerpc/powernv: Move IDLE_STATE_ENTER_SEQ macro to cpuidle.h
Mahesh Salgaonkar
1
-12
/
+0
2016-08-09
powerpc/powernv: Load correct TOC pointer while waking up from winkle.
Mahesh Salgaonkar
1
-1
/
+4
2016-08-05
Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+1
2016-08-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+3
2016-08-01
powerpc/mm: Make MMU_FTR_RADIX a MMU family feature
Aneesh Kumar K.V
1
-1
/
+1
2016-07-17
powerpc/opal: Add real mode call wrappers
Benjamin Herrenschmidt
1
-11
/
+5
2016-07-15
powerpc/powernv: Add platform support for stop instruction
Shreyas B. Prabhu
1
-34
/
+159
2016-07-15
powerpc/powernv: abstraction for saving SPRs before entering deep idle states
Shreyas B. Prabhu
1
-22
/
+32
2016-07-15
powerpc/powernv: Make pnv_powersave_common more generic
Shreyas B. Prabhu
1
-9
/
+14
2016-07-15
powerpc/powernv: Rename reusable idle functions to hardware agnostic names
Shreyas B. Prabhu
1
-16
/
+17
2016-07-15
powerpc/powernv: Rename idle_power7.S to idle_book3s.S
Shreyas B. Prabhu
1
-0
/
+527