summaryrefslogtreecommitdiffstats
path: root/asm
Commit message (Expand)AuthorAgeFilesLines
* asm/head: balance branches to avoid link stack predictor mispredictsNicholas Piggin2019-04-171-1/+6
* asm/head.S: set POWER9 radix HID bit at entryNicholas Piggin2019-04-171-0/+3
* asm/head: move unnecessary code out of headNicholas Piggin2019-03-052-134/+139
* core/exceptions: implement support for MCE interrupts in powersaveNicholas Piggin2019-02-131-10/+37
* core/exceptions: allow recoverable sreset exceptionsNicholas Piggin2019-02-131-0/+4
* core/exceptions: implement an exception handler for non-powersave sresetsNicholas Piggin2019-02-131-1/+19
* asm/head: sreset handler remove FIXUP_ENDIANNicholas Piggin2019-02-131-15/+0
* core/fast-reboot: fast reboot specific sreset patchNicholas Piggin2019-02-131-12/+25
* asm/head: provide asm support for interrupts to be returned fromNicholas Piggin2019-02-132-18/+77
* asm/head: use HSRR exception registers in FIXUP_ENDIANNicholas Piggin2019-02-121-11/+12
* core/exceptions: save current MSR in exception frameNicholas Piggin2019-02-122-0/+3
* Add PVR_TYPE_P9PReza Arbab2019-02-102-2/+11
* asm: Fix up assembly for clangJoel Stanley2018-05-041-2/+2
* asm/head: Fix comparison in opal_entry for switching to emergencyVaibhav Jain2018-04-291-1/+1
* core/opal: Emergency stack for re-entryNicholas Piggin2018-04-181-4/+18
* asm/head: implement quiescing without stack or clobbering regsNicholas Piggin2018-04-182-6/+68
* core/stack: backtrace unwind basic OPAL call detailsNicholas Piggin2018-04-181-1/+5
* mem-map: Use a symbolic constant for exception vector sizeNicholas Piggin2018-03-271-1/+1
* build: use thin archives rather than incremental linkingNicholas Piggin2018-02-281-1/+1
* core/exception: beautify exception handler, add MCE-involved registersNicholas Piggin2018-02-082-0/+6
* core/init: manage MSR[ME] explicitly, always enableNicholas Piggin2018-02-081-0/+29
* Add support for new gcc 7 parametrized stack protectorBenjamin Herrenschmidt2017-12-201-0/+5
* libstb/trustedboot.c: import tb_measure() from stb.cClaudio Carvalho2017-12-181-2/+2
* libstb/secureboot.c: import sb_verify() from stb.cClaudio Carvalho2017-12-182-3/+3
* fast-reboot: quiesce opal before initiating a fast rebootNicholas Piggin2017-12-031-10/+0
* asm/head: move opal entry token check into CNicholas Piggin2017-12-031-11/+2
* asm/head: add entry/exit callsNicholas Piggin2017-12-031-6/+10
* core/lock: Introduce atomic cmpxchg and implement try_lock with itNicholas Piggin2017-12-032-44/+1
* asm/head: Loop after attnOliver O'Halloran2017-11-091-0/+1
* asm/head: initialize preferred DSCR valueNicholas Piggin2017-10-291-3/+19
* cpu: idle POWER9 power management implementationNicholas Piggin2017-09-281-21/+49
* Set POWER9 RPR SPRMichael Neuling2017-06-301-0/+3
* Add "cleanup_global_tlb" for P9 and laterBenjamin Herrenschmidt2017-06-261-0/+60
* Rename cleanup_tlb() to cleanup_local_tlb()Benjamin Herrenschmidt2017-06-261-2/+2
* Move cleanup_tlb from head.S to misc.SBenjamin Herrenschmidt2017-06-262-13/+13
* Update default TSCR for P9Michael Neuling2017-06-211-0/+3
* cpu: Introduce smt_lowest()Nicholas Piggin2017-06-061-3/+3
* head.S: store LR rather than CTR when trying to store LRStewart Smith2017-05-081-1/+1
* head.S: store all of LR and CTROliver O'Halloran2017-05-081-2/+2
* asm: do not set SDR1 on POWER9Nicholas Piggin2017-04-071-1/+3
* asm: Add POWER9 case to init_shared_sprsBenjamin Herrenschmidt2017-03-091-0/+24
* asm: Don't try to set LPCR:LPES1 on P8 and P9Benjamin Herrenschmidt2017-03-091-2/+28
* asm: Fix setting of LPCR:DPFDBenjamin Herrenschmidt2017-03-091-8/+2
* Initial support for the ELFv2 ABINicholas Piggin2017-02-061-0/+1
* head: add new OPAL entry points to the NACAOliver O'Halloran2017-01-161-1/+4
* Stop using 3-operand cmp[l][i] for latest binutilsAlexey Kardashevskiy2016-12-201-2/+2
* mambo: Convert RTC read from asm to CMichael Neuling2016-11-021-8/+0
* mambo: Convert console read/write from asm to CMichael Neuling2016-11-021-18/+0
* mambo: Convert sim exit from asm to CMichael Neuling2016-11-021-6/+0
* Fast reboot for P8Benjamin Herrenschmidt2016-10-171-61/+61
OpenPOWER on IntegriCloud