summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/traps.c
AgeCommit message (Expand)Author
2017-05-25powerpc/book3s/mce: Move add_taint() later in virtual modeMahesh Salgaonkar
2016-10-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman
2016-10-04powerpc: tm: Enable transactional memory (TM) lazily for userspaceCyril Bur
2016-10-04powerpc/tm: Add TM Unavailable ExceptionCyril Bur
2016-10-04powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur
2016-09-25powerpc/8xx: add dedicated machine check handlerChristophe Leroy
2016-09-25powerpc/8xx: add system_reset_exceptionChristophe Leroy
2016-09-24powerpc32: Use instruction symbolic names in check_io_access()Christophe Leroy
2016-09-19powerpc: Use kprobe blacklist for exception handlersNicholas Piggin
2016-09-13powerpc/mm: Preserve CFAR value on SLB miss caused by access to bogus addressPaul Mackerras
2016-08-22powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-06-21powerpc: Load Monitor Register SupportJack Miller
2016-06-21powerpc: Improve FSCR init and context switchingMichael Neuling
2016-06-20KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interruptMahesh Salgaonkar
2016-06-16powerpc: Introduce asm-prototypes.hDaniel Axtens
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-03-17powerpc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder
2016-02-24powerpc: Fix BUG_ON() reporting in real modeBalbir Singh
2015-11-26powerpc: Remove unused function trace_syscall()Rashmica Gupta
2015-07-06powerpc: Set the correct kernel taint on machine check errors.Daniel Axtens
2015-06-07powerpc: Fix handling of DSCR related facility unavailable exceptionAnshuman Khandual
2015-01-28powerpc: Remove some unused functionsMichael Ellerman
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter
2014-08-05powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar
2014-06-25powerpc/traps/e500: fix misleading error outputWladislav Wiebe
2014-06-11powerpc/book3s: Increment the mce counter during machine_check_early call.Mahesh Salgaonkar
2014-04-09powerpc: Add lq/stq emulationAnton Blanchard
2014-03-24powerpc: Rate-limit users spamming kernel log bufferMichael Neuling
2014-01-15powerpc: Fix transactional FP/VMX/VSX unavailable handlersPaul Mackerras
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras
2013-12-05powerpc/book3s: Introduce a early machine check hook in cpu_spec.Mahesh Salgaonkar
2013-12-05powerpc/book3s: handle machine check in Linux host.Mahesh Salgaonkar
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-10-28powerpc: Fix PPC_EMULATED_STATS build break with sync patchScott Wood
2013-10-28powerpc/mpc8xx: Clearer Oops message for Software Emulation ExceptionLEROY Christophe
2013-10-18powerpc: move debug registers in a structureBharat Bhushan
2013-10-17powerpc: move debug registers in a structureBharat Bhushan
2013-10-16powerpc: Emulate sync instruction variantsJames Yang
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras
2013-08-27powerpc: Cleanup handling of the DSCR bit in the FSCR registerMichael Neuling
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt
2013-08-27powerpc: Skip emulating & leave interrupts off for kernel program checksMichael Ellerman
2013-08-14powerpc: Emulate instructions in little endian modeAnton Blanchard
2013-08-14powerpc: Introduce function emulate_math()Kevin Hao
2013-08-14powerpc/math-emu: Move the flush FPU state function into do_mathemuKevin Hao
2013-08-09powerpc: Fix context switch DSCR on POWER8Michael Neuling
2013-07-30powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xxHongtao Jia
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt