summaryrefslogtreecommitdiffstats
path: root/asm
Commit message (Expand)AuthorAgeFilesLines
* 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
* asm: add rom_entry.S to Makefile.incClaudio Carvalho2016-10-051-1/+1
* asm/rom_entry.S: fix parameters syntaxClaudio Carvalho2016-10-051-17/+18
* asm: add Hostboot rom_entry.SClaudio Carvalho2016-10-051-0/+51
* core/init: remove master_cpu parameterOliver O'Halloran2016-09-271-5/+0
* Rename rvwinkle_restore to reset_wakeupBenjamin Herrenschmidt2016-08-221-2/+2
* slw: Move SPR setup calls away from assemblyBenjamin Herrenschmidt2016-08-221-9/+0
* Rename rvwinkle patch to reset patch and install at bootBenjamin Herrenschmidt2016-08-221-5/+5
* Rename enter_rvwinkle to enter_pm_stateBenjamin Herrenschmidt2016-08-221-12/+29
* main: Copy all exception vectors downBenjamin Herrenschmidt2016-08-221-0/+5
* head: Whitespace fixesBenjamin Herrenschmidt2016-08-181-5/+5
* head.S: document opal_nacaOliver O'Halloran2016-08-111-3/+4
* asm: Fix backtrace for unexpected exceptionMichael Neuling2016-08-081-1/+0
* head: Update list of exception stubsBenjamin Herrenschmidt2016-07-131-0/+3
OpenPOWER on IntegriCloud