index
:
talos-skiboot
03-26-2018
04-15-2018
04-16-2019
04-19-2018
04-30-2018
05-14-2018
06-04-2018
06-18-2018
master
Talos™ II skiboot sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
cpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
asm/head.S: set POWER9 radix HID bit at entry
Nicholas Piggin
2019-04-17
1
-16
/
+2
*
core/exceptions: implement support for MCE interrupts in powersave
Nicholas Piggin
2019-02-13
1
-4
/
+7
*
core/exceptions: allow recoverable sreset exceptions
Nicholas Piggin
2019-02-13
1
-0
/
+1
*
core/exceptions: implement an exception handler for non-powersave sresets
Nicholas Piggin
2019-02-13
1
-6
/
+29
*
core/cpu: do not inline cpu_relax
Nicholas Piggin
2019-02-12
1
-0
/
+12
*
core/cpu: HID update race
Nicholas Piggin
2019-02-12
1
-2
/
+2
*
Add PVR_TYPE_P9P
Reza Arbab
2019-02-10
1
-0
/
+1
*
Remove POWER9N DD1 support
Nicholas Piggin
2019-01-25
1
-10
/
+5
*
core/cpu.c: avoid container_of(NULL) in next_cpu()
Stewart Smith
2018-12-10
1
-5
/
+5
*
cpu: Quieten OS endian switch messages
Joel Stanley
2018-10-25
1
-2
/
+2
*
core/cpu: Fix memory allocation for job array
Vaidyanathan Srinivasan
2018-09-13
1
-2
/
+2
*
cpu: Better output when waiting for a very long job
Benjamin Herrenschmidt
2018-08-16
1
-0
/
+5
*
lock: Fix interactions between lock dependency checker and stack checker
Benjamin Herrenschmidt
2018-08-16
1
-0
/
+7
*
core/cpu: Call memset with proper cpu_thread offset
Vasant Hegde
2018-08-13
1
-1
/
+1
*
core/cpu.c: assert pir is sane before using
Stewart Smith
2018-07-20
1
-0
/
+1
*
cpu: add cpu_queue_job_on_node()
Nicholas Piggin
2018-07-15
1
-16
/
+68
*
cpu: Ensure no-return flag is updated for current cpu_thread
Vaibhav Jain
2018-07-10
1
-0
/
+2
*
core/cpu: parallelise global CPU register setting jobs
Nicholas Piggin
2018-07-04
1
-10
/
+37
*
cpu: Cleanup clearing of doorbells on P9
Benjamin Herrenschmidt
2018-05-24
1
-4
/
+5
*
cpu: Use STOP1 on POWER9 for idle/sleep inside OPAL
Benjamin Herrenschmidt
2018-05-24
1
-4
/
+4
*
cpu: Do an isync after setting LPCR
Benjamin Herrenschmidt
2018-05-24
1
-0
/
+3
*
cpu: Remove duplicate setting of LPCR
Benjamin Herrenschmidt
2018-05-24
1
-1
/
+0
*
cpu: Clear PCR SPR in opal_reinit_cpus()
Michael Neuling
2018-05-18
1
-0
/
+1
*
core: Fix iteration condition to skip garded cpu
Vaidyanathan Srinivasan
2018-04-18
1
-1
/
+1
*
core/opal: Emergency stack for re-entry
Nicholas Piggin
2018-04-18
1
-5
/
+8
*
opal/hmi: Rework HMI handling of TFAC errors
Benjamin Herrenschmidt
2018-04-17
1
-2
/
+0
*
core/cpu: Prevent clobbering of stack guard for boot-cpu
Vaibhav Jain
2018-04-04
1
-1
/
+5
*
core/cpu: discover stack region size before initialising memory regions
Nicholas Piggin
2018-03-27
1
-29
/
+37
*
cpu_idle_job: relax a bit
Stewart Smith
2018-03-08
1
-0
/
+1
*
core/lock: Add deadlock detection
Matt Brown
2018-03-07
1
-0
/
+3
*
Tie tm-suspend fw-feature and opal_reinit_cpus() together
Michael Neuling
2018-03-04
1
-5
/
+22
*
cpu_wait_job: Correctly report time spent waiting for job
Stewart Smith
2018-02-19
1
-3
/
+3
*
lock: Add additional lock auditing code
Benjamin Herrenschmidt
2017-12-20
1
-0
/
+6
*
Add support for new gcc 7 parametrized stack protector
Benjamin Herrenschmidt
2017-12-20
1
-2
/
+10
*
core: Add support for quiescing OPAL
Nicholas Piggin
2017-12-03
1
-0
/
+5
*
fast-reboot: add more barriers around cpu state changes
Nicholas Piggin
2017-12-03
1
-0
/
+3
*
fast-reboot: clean up some common cpu iteration processes with macros
Nicholas Piggin
2017-12-03
1
-0
/
+28
*
cpu: Add OPAL_REINIT_CPUS_TM_SUSPEND_DISABLED
Michael Ellerman
2017-10-16
1
-0
/
+10
*
opal/cpu: Mark the core as bad while disabling threads of the core.
Mahesh Salgaonkar
2017-10-15
1
-0
/
+10
*
cpu: idle POWER9 power management implementation
Nicholas Piggin
2017-09-28
1
-4
/
+119
*
cpu: idle split pm enable into sreset and ipi components
Nicholas Piggin
2017-09-28
1
-32
/
+59
*
cpu: idle notice if pm state changes
Nicholas Piggin
2017-09-28
1
-4
/
+18
*
cpu: idle move the minimum PM latency into the idle code
Nicholas Piggin
2017-09-28
1
-1
/
+2
*
cpu: avoid decrementer wakeups in case of cpu_wake_on_job idle
Nicholas Piggin
2017-09-28
1
-8
/
+7
*
core: POWER9 implement OPAL_SIGNAL_SYSTEM_RESET
Nicholas Piggin
2017-09-20
1
-0
/
+1
*
cpu: Better handle unknown flags in opal_reinit_cpus()
Benjamin Herrenschmidt
2017-07-12
1
-3
/
+3
*
cpu: Unconditionally cleanup TLBs on P9 in opal_reinit_cpus()
Benjamin Herrenschmidt
2017-07-11
1
-2
/
+11
*
cpu: Cleanup AMR and IAMR when re-initializing CPUs
Benjamin Herrenschmidt
2017-06-30
1
-0
/
+29
*
cpu: Support setting HID[RADIX] and set it by default on P9
Benjamin Herrenschmidt
2017-06-26
1
-0
/
+38
*
cpu: Rework HILE change
Benjamin Herrenschmidt
2017-06-26
1
-28
/
+43
[next]