summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/traps.c
AgeCommit message (Expand)Author
2018-11-10MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki
2018-07-22MIPS: Call dump_stack() from show_regs()Paul Burton
2017-07-05MIPS: Avoid accidental raw backtraceJames Hogan
2016-06-07MIPS: Avoid using unwind_stack() with usermodeJames Hogan
2016-06-07MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki
2016-03-09MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'Maciej W. Rozycki
2015-11-12Merge branch '4.3-fixes' into mips-for-linux-nextRalf Baechle
2015-11-09MIPS: add nmi_enter() + nmi_exit() to nmi_exception_handler()Petri Gynther
2015-10-26MIPS: traps: tidy up ebase calculationPaul Burton
2015-09-03MIPS: Add uprobes support.Ralf Baechle
2015-09-03MIPS: Set trap_no field in thread_struct on exception.Ralf Baechle
2015-09-03MIPS: Refactor dumping of TLB registers for r3k/r4kJames Hogan
2015-08-26MIPS: Add cases for CPU_I6400Markos Chandras
2015-08-03MIPS: show_stack: Fix stack trace with EVAJames Hogan
2015-08-03MIPS: do_mcheck: Fix kernel code dump with EVAJames Hogan
2015-07-09MIPS: kernel: traps: Fix broken indentationMarkos Chandras
2015-06-21MIPS: Get rid of 'kgdb_early_setup' cruft.Sergei Shtylyov
2015-06-21MIPS: traps: print Exception Code in __show_regs()Petri Gynther
2015-05-12MIPS: traps: remove extra Tainted: line from __show_regs() outputPetri Gynther
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-04-08MIPS: Set `si_code' for SIGFPE signals sent from emulation tooMaciej W. Rozycki
2015-04-08MIPS: Always clear FCSR cause bits after emulationMaciej W. Rozycki
2015-04-08MIPS: Respect the FCSR exception mask for `si_code'Maciej W. Rozycki
2015-04-08MIPS: Correct FP ISA requirementsMaciej W. Rozycki
2015-04-08MIPS: Fix BREAK code interpretation heuristicsMaciej W. Rozycki
2015-04-08MIPS: BREAK instruction interpretation correctionsMaciej W. Rozycki
2015-04-08MIPS: Correct MIPS16 BREAK code interpretationMaciej W. Rozycki
2015-04-08MIPS: Normalise code flow in the CpU exception handlerMaciej W. Rozycki
2015-04-08MIPS: Reindent R6 RI exception emulationMaciej W. Rozycki
2015-04-08MIPS: Correct the comment for FPU emulator trapsMaciej W. Rozycki
2015-03-31MIPS: Read CPU IRQ line that FDC to routed toJames Hogan
2015-03-31MIPS: Allow shared IRQ for timer & perf counterJames Hogan
2015-03-27MIPS: Clear [MSA]FPE CSR.Cause after notify_die()James Hogan
2015-03-27MIPS: Ensure FCSR cause bits are clear after invoking FPU emulatorPaul Burton
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-02-17MIPS: Make use of the ERETNC instruction on MIPS R6Markos Chandras
2015-02-17MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6Leonid Yegoshin
2015-02-17MIPS: kernel: traps: Add MIPS R6 related definitionsLeonid Yegoshin
2015-02-16MIPS: Add cases for CPU_QEMU_GENERICLeonid Yegoshin
2015-02-12MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPSPaul Burton
2015-01-30MIPS: traps: Fix inline asm ctc1 missing .set hardfloatJames Hogan
2014-11-24MIPS: traps: Dump the PageGrain and Wired registers on MCMarkos Chandras
2014-11-24MIPS: traps: Dump the HTW registers on a MC exceptionMarkos Chandras
2014-11-24MIPS: traps: Replace printk with pr_err for MC exceptionsMarkos Chandras
2014-11-24MIPS: Support for hybrid FPRsPaul Burton
2014-08-02MIPS: disable preemption whilst initialising MSAPaul Burton
2014-08-02MIPS: fix MSA context for tasks which don't use FP firstPaul Burton
2014-08-02MIPS: init upper 64b of vector registers when MSA is first usedPaul Burton