aboutsummaryrefslogtreecommitdiff
path: root/core/exceptions.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-01Don't use variable length arrays in exception codeStewart Smith1-14/+13
2019-02-13core/exceptions: implement support for MCE interrupts in powersaveNicholas Piggin1-0/+17
2019-02-13core/exceptions: allow recoverable sreset exceptionsNicholas Piggin1-11/+37
2019-02-13core/exceptions: implement an exception handler for non-powersave sresetsNicholas Piggin1-4/+20
2019-02-13asm/head: provide asm support for interrupts to be returned fromNicholas Piggin1-2/+2
2019-02-12core/exceptions: save current MSR in exception frameNicholas Piggin1-26/+31
2018-02-08core/exception: beautify exception handler, add MCE-involved registersNicholas Piggin1-3/+36
2015-09-09Move FSP specific abort() code to platform layerVasant Hegde1-1/+1
2015-08-11fix dump_regs() for hssr0 and hsrr1Stewart Smith1-1/+1
2015-04-01Remove redundant includes of opal-api.hMichael Ellerman1-1/+0
2015-03-31exceptions: Catch exceptions at boot timeBenjamin Herrenschmidt1-13/+9
2015-03-31exceptions: Remove deprecated exception patching stuffBenjamin Herrenschmidt1-254/+14
2015-02-26sparse: hmi_lock can be staticCédric Le Goater1-1/+1
2015-02-06Move skiboot internal things from opal.h to opal-api.hStewart Smith1-0/+1
2014-11-22opal: Remove MCE handling code.Mahesh Salgaonkar1-164/+0
2014-11-22opal: Remove machine check interrupt patching in OPAL.Mahesh Salgaonkar1-25/+1
2014-07-25opal: Add opal call to handle HMI.Mahesh Salgaonkar1-1/+1
2014-07-25opal: Move HMI handler to new file core/hmi.cMahesh Salgaonkar1-43/+5
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+529