index
:
blackbird-skiboot
04-16-2019
Blackbird™ skiboot sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
asm
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/exceptions: implement support for MCE interrupts in powersave
Nicholas Piggin
2019-02-13
1
-10
/
+37
*
core/exceptions: allow recoverable sreset exceptions
Nicholas Piggin
2019-02-13
1
-0
/
+4
*
core/exceptions: implement an exception handler for non-powersave sresets
Nicholas Piggin
2019-02-13
1
-1
/
+19
*
asm/head: sreset handler remove FIXUP_ENDIAN
Nicholas Piggin
2019-02-13
1
-15
/
+0
*
core/fast-reboot: fast reboot specific sreset patch
Nicholas Piggin
2019-02-13
1
-12
/
+25
*
asm/head: provide asm support for interrupts to be returned from
Nicholas Piggin
2019-02-13
2
-18
/
+77
*
asm/head: use HSRR exception registers in FIXUP_ENDIAN
Nicholas Piggin
2019-02-12
1
-11
/
+12
*
core/exceptions: save current MSR in exception frame
Nicholas Piggin
2019-02-12
2
-0
/
+3
*
Add PVR_TYPE_P9P
Reza Arbab
2019-02-10
2
-2
/
+11
*
asm: Fix up assembly for clang
Joel Stanley
2018-05-04
1
-2
/
+2
*
asm/head: Fix comparison in opal_entry for switching to emergency
Vaibhav Jain
2018-04-29
1
-1
/
+1
*
core/opal: Emergency stack for re-entry
Nicholas Piggin
2018-04-18
1
-4
/
+18
*
asm/head: implement quiescing without stack or clobbering regs
Nicholas Piggin
2018-04-18
2
-6
/
+68
*
core/stack: backtrace unwind basic OPAL call details
Nicholas Piggin
2018-04-18
1
-1
/
+5
*
mem-map: Use a symbolic constant for exception vector size
Nicholas Piggin
2018-03-27
1
-1
/
+1
*
build: use thin archives rather than incremental linking
Nicholas Piggin
2018-02-28
1
-1
/
+1
*
core/exception: beautify exception handler, add MCE-involved registers
Nicholas Piggin
2018-02-08
2
-0
/
+6
*
core/init: manage MSR[ME] explicitly, always enable
Nicholas Piggin
2018-02-08
1
-0
/
+29
*
Add support for new gcc 7 parametrized stack protector
Benjamin Herrenschmidt
2017-12-20
1
-0
/
+5
*
libstb/trustedboot.c: import tb_measure() from stb.c
Claudio Carvalho
2017-12-18
1
-2
/
+2
*
libstb/secureboot.c: import sb_verify() from stb.c
Claudio Carvalho
2017-12-18
2
-3
/
+3
*
fast-reboot: quiesce opal before initiating a fast reboot
Nicholas Piggin
2017-12-03
1
-10
/
+0
*
asm/head: move opal entry token check into C
Nicholas Piggin
2017-12-03
1
-11
/
+2
*
asm/head: add entry/exit calls
Nicholas Piggin
2017-12-03
1
-6
/
+10
*
core/lock: Introduce atomic cmpxchg and implement try_lock with it
Nicholas Piggin
2017-12-03
2
-44
/
+1
*
asm/head: Loop after attn
Oliver O'Halloran
2017-11-09
1
-0
/
+1
*
asm/head: initialize preferred DSCR value
Nicholas Piggin
2017-10-29
1
-3
/
+19
*
cpu: idle POWER9 power management implementation
Nicholas Piggin
2017-09-28
1
-21
/
+49
*
Set POWER9 RPR SPR
Michael Neuling
2017-06-30
1
-0
/
+3
*
Add "cleanup_global_tlb" for P9 and later
Benjamin Herrenschmidt
2017-06-26
1
-0
/
+60
*
Rename cleanup_tlb() to cleanup_local_tlb()
Benjamin Herrenschmidt
2017-06-26
1
-2
/
+2
*
Move cleanup_tlb from head.S to misc.S
Benjamin Herrenschmidt
2017-06-26
2
-13
/
+13
*
Update default TSCR for P9
Michael Neuling
2017-06-21
1
-0
/
+3
*
cpu: Introduce smt_lowest()
Nicholas Piggin
2017-06-06
1
-3
/
+3
*
head.S: store LR rather than CTR when trying to store LR
Stewart Smith
2017-05-08
1
-1
/
+1
*
head.S: store all of LR and CTR
Oliver O'Halloran
2017-05-08
1
-2
/
+2
*
asm: do not set SDR1 on POWER9
Nicholas Piggin
2017-04-07
1
-1
/
+3
*
asm: Add POWER9 case to init_shared_sprs
Benjamin Herrenschmidt
2017-03-09
1
-0
/
+24
*
asm: Don't try to set LPCR:LPES1 on P8 and P9
Benjamin Herrenschmidt
2017-03-09
1
-2
/
+28
*
asm: Fix setting of LPCR:DPFD
Benjamin Herrenschmidt
2017-03-09
1
-8
/
+2
*
Initial support for the ELFv2 ABI
Nicholas Piggin
2017-02-06
1
-0
/
+1
*
head: add new OPAL entry points to the NACA
Oliver O'Halloran
2017-01-16
1
-1
/
+4
*
Stop using 3-operand cmp[l][i] for latest binutils
Alexey Kardashevskiy
2016-12-20
1
-2
/
+2
*
mambo: Convert RTC read from asm to C
Michael Neuling
2016-11-02
1
-8
/
+0
*
mambo: Convert console read/write from asm to C
Michael Neuling
2016-11-02
1
-18
/
+0
*
mambo: Convert sim exit from asm to C
Michael Neuling
2016-11-02
1
-6
/
+0
*
Fast reboot for P8
Benjamin Herrenschmidt
2016-10-17
1
-61
/
+61
*
asm: add rom_entry.S to Makefile.inc
Claudio Carvalho
2016-10-05
1
-1
/
+1
*
asm/rom_entry.S: fix parameters syntax
Claudio Carvalho
2016-10-05
1
-17
/
+18
*
asm: add Hostboot rom_entry.S
Claudio Carvalho
2016-10-05
1
-0
/
+51
[next]