summaryrefslogtreecommitdiffstats
path: root/core/exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use variable length arrays in exception codeStewart Smith2019-03-011-14/+13
* core/exceptions: implement support for MCE interrupts in powersaveNicholas Piggin2019-02-131-0/+17
* core/exceptions: allow recoverable sreset exceptionsNicholas Piggin2019-02-131-11/+37
* core/exceptions: implement an exception handler for non-powersave sresetsNicholas Piggin2019-02-131-4/+20
* asm/head: provide asm support for interrupts to be returned fromNicholas Piggin2019-02-131-2/+2
* core/exceptions: save current MSR in exception frameNicholas Piggin2019-02-121-26/+31
* core/exception: beautify exception handler, add MCE-involved registersNicholas Piggin2018-02-081-3/+36
* Move FSP specific abort() code to platform layerVasant Hegde2015-09-091-1/+1
* fix dump_regs() for hssr0 and hsrr1Stewart Smith2015-08-111-1/+1
* Remove redundant includes of opal-api.hMichael Ellerman2015-04-011-1/+0
* exceptions: Catch exceptions at boot timeBenjamin Herrenschmidt2015-03-311-13/+9
* exceptions: Remove deprecated exception patching stuffBenjamin Herrenschmidt2015-03-311-254/+14
* sparse: hmi_lock can be staticCédric Le Goater2015-02-261-1/+1
* Move skiboot internal things from opal.h to opal-api.hStewart Smith2015-02-061-0/+1
* opal: Remove MCE handling code.Mahesh Salgaonkar2014-11-221-164/+0
* opal: Remove machine check interrupt patching in OPAL.Mahesh Salgaonkar2014-11-221-25/+1
* opal: Add opal call to handle HMI.Mahesh Salgaonkar2014-07-251-1/+1
* opal: Move HMI handler to new file core/hmi.cMahesh Salgaonkar2014-07-251-43/+5
* Initial commit of Open Source releaseBenjamin Herrenschmidt2014-07-021-0/+529
OpenPOWER on IntegriCloud