summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
AgeCommit message (Expand)AuthorLines
2014-08-13powerpc: Fix "attempt to move .org backwards" errorGuenter Roeck-55/+55
2014-08-05powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar-3/+63
2014-07-28powerpc: Remove misleading DISABLE_INTSMichael Ellerman-14/+14
2014-07-28powerpc: Move bad_stack() below the fwnmi_data_areaMichael Ellerman-60/+60
2014-07-28powerpc: Remove STAB codeMichael Ellerman-155/+0
2014-06-12powerpc/book3s: Fix some ABIv2 issues in machine check codeAnton Blanchard-2/+2
2014-06-11powerpc/book3s: Add stack overflow check in machine check handler.Mahesh Salgaonkar-4/+20
2014-06-11powerpc/book3s: Fix machine check handling for unhandled errorsMahesh Salgaonkar-3/+37
2014-04-23powerpc: Remove dot symbol usage in exception macrosAnton Blanchard-23/+23
2014-04-23powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()Anton Blanchard-1/+1
2014-04-23powerpc: Remove superflous function descriptors in assembly only codeAnton Blanchard-9/+9
2014-04-23powerpc: No need to use dot symbols when branching to a functionAnton Blanchard-70/+70
2014-04-09powerpc: Remove dead code in sycall entryMichael Neuling-8/+0
2014-04-02Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+8
2014-03-24powerpc/book3s: Fix CFAR clobbering issue in machine check handler.Mahesh Salgaonkar-0/+5
2014-03-05powerpc/powernv: Add OPAL call to resync timebase on wakeupVaidyanathan Srinivasan-1/+1
2014-03-05powerpc/powernv: Add context management for Fast SleepVaidyanathan Srinivasan-2/+8
2013-12-30powerpc: Fix "attempt to move .org backwards" errorMahesh Salgaonkar-140/+138
2013-12-05powerpc/book3s: Queue up and process delayed MCE events.Mahesh Salgaonkar-2/+5
2013-12-05powerpc/book3s: Return from interrupt if coming from evil context.Mahesh Salgaonkar-0/+82
2013-12-05powerpc/book3s: handle machine check in Linux host.Mahesh Salgaonkar-0/+111
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V-1/+1
2013-10-17kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLEAneesh Kumar K.V-1/+1
2013-10-17KVM: PPC: Book3S: Move skip-interrupt handlers to common codePaul Mackerras-0/+26
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt-2/+3
2013-08-27powerpc: Add more exception trampolines for hypervisor exceptionsMichael Ellerman-1/+7
2013-08-27powerpc: Fix location and rename exception trampolinesMichael Ellerman-10/+10
2013-08-14powerpc: Fix denormalized exception handlerPaul Mackerras-5/+6
2013-08-09powerpc: Fix hypervisor facility unavaliable vector numberMichael Neuling-2/+3
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt-1/+1
2013-07-01powerpc: Wire up the HV facility unavailable exceptionMichael Ellerman-0/+15
2013-07-01powerpc: Rename and flesh out the facility unavailable exception handlerMichael Ellerman-14/+7
2013-07-01powerpc: Remove KVMTEST from RELON exception handlersMichael Ellerman-2/+0
2013-07-01powerpc: Remove unreachable relocation on exception handlersMichael Ellerman-15/+3
2013-06-15powerpc: Fix emulation of illegal instructions on PowerNV platformPaul Mackerras-1/+1
2013-06-10powerpc/power8: Update denormalization handlerMichael Neuling-0/+10
2013-06-10powerpc/pseries: Simplify denormalization handlerMichael Neuling-64/+16
2013-04-30powerpc: Save DAR and DSISR in pt_regs on MCEAneesh Kumar K.V-0/+9
2013-04-26powerpc: Fix "attempt to move .org backwards" errorPaul Mackerras-1/+6
2013-04-26powerpc: Fix hardware IRQs with MMU on exceptions when HV=0Michael Neuling-1/+1
2013-04-18powerpc: remove dead CONFIG_HVC_SCOM codePaul Bolle-4/+0
2013-03-25powerpc: make additional room in exception vector areaChen Gang-72/+72
2013-03-17powerpc: Rename USER_ESID_BITS* to ESID_BITS*Aneesh Kumar K.V-1/+1
2013-03-17powerpc: Update kernel VSID rangeAneesh Kumar K.V-9/+25
2013-03-05powerpc: Avoid link stack corruption in MMU on syscall entry pathMichael Neuling-2/+2
2013-02-15powerpc: Hook in new transactional memory codeMichael Neuling-2/+54
2013-02-15powerpc: Add transactional memory unavaliable execption handlerMichael Neuling-0/+23
2013-02-15powerpc: Save CFAR before branching in interrupt entry pathsPaul Mackerras-30/+65
2013-02-15powerpc: Remove Cell-specific relocation-on interrupt vector codePaul Mackerras-10/+0
2013-01-10powerpc: Make room in exception vector areaBenjamin Herrenschmidt-55/+55