aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-21powerpc: Load Monitor Register SupportJack Miller1-0/+9
2016-06-21powerpc: Improve FSCR init and context switchingMichael Neuling1-1/+2
2016-06-16powerpc: Introduce asm-prototypes.hDaniel Axtens1-0/+1
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+10
2016-03-17powerpc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-3/+2
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-02-24powerpc: Fix BUG_ON() reporting in real modeBalbir Singh1-1/+9
2015-11-26powerpc: Remove unused function trace_syscall()Rashmica Gupta1-7/+0
2015-07-06powerpc: Set the correct kernel taint on machine check errors.Daniel Axtens1-0/+2
2015-06-07powerpc: Fix handling of DSCR related facility unavailable exceptionAnshuman Khandual1-5/+40
2015-01-28powerpc: Remove some unused functionsMichael Ellerman1-15/+0
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-4/+4
2014-08-05powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar1-0/+24
2014-06-25powerpc/traps/e500: fix misleading error outputWladislav Wiebe1-1/+1
2014-06-11powerpc/book3s: Increment the mce counter during machine_check_early call.Mahesh Salgaonkar1-0/+2
2014-04-09powerpc: Add lq/stq emulationAnton Blanchard1-0/+1
2014-03-24powerpc: Rate-limit users spamming kernel log bufferMichael Neuling1-2/+3
2014-01-15powerpc: Fix transactional FP/VMX/VSX unavailable handlersPaul Mackerras1-9/+36
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras1-9/+3
2013-12-05powerpc/book3s: Introduce a early machine check hook in cpu_spec.Mahesh Salgaonkar1-2/+5
2013-12-05powerpc/book3s: handle machine check in Linux host.Mahesh Salgaonkar1-0/+12
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2013-10-28powerpc: Fix PPC_EMULATED_STATS build break with sync patchScott Wood1-0/+1
2013-10-28powerpc/mpc8xx: Clearer Oops message for Software Emulation ExceptionLEROY Christophe1-1/+2
2013-10-18powerpc: move debug registers in a structureBharat Bhushan1-17/+18
2013-10-17powerpc: move debug registers in a structureBharat Bhushan1-17/+18
2013-10-16powerpc: Emulate sync instruction variantsJames Yang1-0/+7
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras1-7/+3
2013-08-27powerpc: Cleanup handling of the DSCR bit in the FSCR registerMichael Neuling1-5/+2
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt1-24/+34
2013-08-27powerpc: Skip emulating & leave interrupts off for kernel program checksMichael Ellerman1-0/+11
2013-08-14powerpc: Emulate instructions in little endian modeAnton Blanchard1-1/+1
2013-08-14powerpc: Introduce function emulate_math()Kevin Hao1-45/+34
2013-08-14powerpc/math-emu: Move the flush FPU state function into do_mathemuKevin Hao1-9/+0
2013-08-09powerpc: Fix context switch DSCR on POWER8Michael Neuling1-24/+34
2013-07-30powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xxHongtao Jia1-0/+3
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt1-0/+10
2013-07-01powerpc: Wire up the HV facility unavailable exceptionMichael Ellerman1-4/+12
2013-07-01powerpc: Rename and flesh out the facility unavailable exception handlerMichael Ellerman1-8/+25
2013-06-30powerpc: Fix string instr. emulation for 32-bit processes on ppc64James Yang1-0/+4
2013-06-20powerpc/8xx: Remove 8xx specific "minimal FPU emulation"Benjamin Herrenschmidt1-21/+1
2013-06-20powerpc/math-emu: Allow math-emu to be used for HW FPUBenjamin Herrenschmidt1-1/+11
2013-06-15powerpc: Fix emulation of illegal instructions on PowerNV platformPaul Mackerras1-0/+10
2013-06-01powerpc/tm: Abort on emulation and alignment faultsMichael Neuling1-0/+29
2013-05-14powerpc: Exception hooks for context tracking subsystemLi Zhong1-22/+58
2013-05-06powerpc: Emulate non privileged DSCR read and writeAnton Blanchard1-2/+8
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-15powerpc: Hook in new transactional memory codeMichael Neuling1-0/+32
2013-02-15powerpc: Routines for FP/VSX/VMX unavailable during a transactionMichael Neuling1-0/+83
2013-02-15powerpc: Add transactional memory unavaliable execption handlerMichael Neuling1-0/+21