summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c
AgeCommit message (Expand)AuthorLines
2015-07-06powerpc: Set the correct kernel taint on machine check errors.Daniel Axtens-0/+2
2015-06-07powerpc: Fix handling of DSCR related facility unavailable exceptionAnshuman Khandual-5/+40
2015-01-28powerpc: Remove some unused functionsMichael Ellerman-15/+0
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter-4/+4
2014-08-05powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar-0/+24
2014-06-25powerpc/traps/e500: fix misleading error outputWladislav Wiebe-1/+1
2014-06-11powerpc/book3s: Increment the mce counter during machine_check_early call.Mahesh Salgaonkar-0/+2
2014-04-09powerpc: Add lq/stq emulationAnton Blanchard-0/+1
2014-03-24powerpc: Rate-limit users spamming kernel log bufferMichael Neuling-2/+3
2014-01-15powerpc: Fix transactional FP/VMX/VSX unavailable handlersPaul Mackerras-9/+36
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras-9/+3
2013-12-05powerpc/book3s: Introduce a early machine check hook in cpu_spec.Mahesh Salgaonkar-2/+5
2013-12-05powerpc/book3s: handle machine check in Linux host.Mahesh Salgaonkar-0/+12
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+1
2013-10-28powerpc: Fix PPC_EMULATED_STATS build break with sync patchScott Wood-0/+1
2013-10-28powerpc/mpc8xx: Clearer Oops message for Software Emulation ExceptionLEROY Christophe-1/+2
2013-10-18powerpc: move debug registers in a structureBharat Bhushan-17/+18
2013-10-17powerpc: move debug registers in a structureBharat Bhushan-17/+18
2013-10-16powerpc: Emulate sync instruction variantsJames Yang-0/+7
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras-7/+3
2013-08-27powerpc: Cleanup handling of the DSCR bit in the FSCR registerMichael Neuling-5/+2
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt-24/+34
2013-08-27powerpc: Skip emulating & leave interrupts off for kernel program checksMichael Ellerman-0/+11
2013-08-14powerpc: Emulate instructions in little endian modeAnton Blanchard-1/+1
2013-08-14powerpc: Introduce function emulate_math()Kevin Hao-45/+34
2013-08-14powerpc/math-emu: Move the flush FPU state function into do_mathemuKevin Hao-9/+0
2013-08-09powerpc: Fix context switch DSCR on POWER8Michael Neuling-24/+34
2013-07-30powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xxHongtao Jia-0/+3
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt-0/+10
2013-07-01powerpc: Wire up the HV facility unavailable exceptionMichael Ellerman-4/+12
2013-07-01powerpc: Rename and flesh out the facility unavailable exception handlerMichael Ellerman-8/+25
2013-06-30powerpc: Fix string instr. emulation for 32-bit processes on ppc64James Yang-0/+4
2013-06-20powerpc/8xx: Remove 8xx specific "minimal FPU emulation"Benjamin Herrenschmidt-21/+1
2013-06-20powerpc/math-emu: Allow math-emu to be used for HW FPUBenjamin Herrenschmidt-1/+11
2013-06-15powerpc: Fix emulation of illegal instructions on PowerNV platformPaul Mackerras-0/+10
2013-06-01powerpc/tm: Abort on emulation and alignment faultsMichael Neuling-0/+29
2013-05-14powerpc: Exception hooks for context tracking subsystemLi Zhong-22/+58
2013-05-06powerpc: Emulate non privileged DSCR read and writeAnton Blanchard-2/+8
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2013-02-15powerpc: Hook in new transactional memory codeMichael Neuling-0/+32
2013-02-15powerpc: Routines for FP/VSX/VMX unavailable during a transactionMichael Neuling-0/+83
2013-02-15powerpc: Add transactional memory unavaliable execption handlerMichael Neuling-0/+21
2013-02-15powerpc: New macros for transactional memory supportMichael Neuling-0/+8
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell-1/+1
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling-2/+2
2013-01-10powerpc: Enable the Watchdog vector for 405Jason Gunthorpe-1/+1
2012-09-07Merge branch 'merge' into nextBenjamin Herrenschmidt-1/+2
2012-09-05powerpc: Keep thread.dscr and thread.dscr_inherit in syncAnton Blanchard-1/+2
2012-09-05powerpc: Add trap_nr to thread_structAnanth N Mavinakayanahalli-0/+1
2012-05-09powerpc/irq: Make alignment & program interrupt behave the sameBenjamin Herrenschmidt-2/+8