summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-061-1/+3
|\
| * MIPS: traps: return correct si code for accessing nonmapped addressesPetar Jovanovic2016-07-211-1/+3
* | MIPS: KVM: Don't hardcode restored HWREnaJames Hogan2016-06-151-1/+4
* | MIPS: Clean up RDHWR handlingJames Hogan2016-06-151-7/+10
* | MIPS: KVM: Restore host EBase from ebase variableJames Hogan2016-06-141-0/+1
|/
* MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki2016-05-171-3/+3
* MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mipsPaul Burton2016-05-131-1/+1
* MIPS: traps: remove unused variableTony Wu2016-05-131-1/+0
* MIPS: Loongson: Add Loongson-3A R2 basic supportHuacai Chen2016-05-131-1/+2
* MIPS: Add and use CAUSEF_WP definitionJames Hogan2016-05-131-4/+1
* MIPS: Add P6600 cases to CPU switch statementsPaul Burton2016-05-131-0/+1
* MIPS: traps: Make sure secondary cores have a sane ebase registerMarkos Chandras2016-05-131-0/+7
* MIPS: panic immediately when panic_on_oopsAaro Koskinen2016-05-131-4/+1
* MIPS: Avoid using unwind_stack() with usermodeJames Hogan2016-05-091-1/+1
* MIPS: traps.c: Verify the ISA for microMIPS RDHWR emulationMaciej W. Rozycki2016-04-041-13/+13
* MIPS: traps: Correct the SIGTRAP debug ABI in `do_watch' and `do_trap_or_bp'Maciej W. Rozycki2016-04-031-5/+13
* MIPS: Fix misspellings in comments.Adam Buchbinder2016-04-031-1/+1
* MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'Maciej W. Rozycki2016-03-041-7/+6
* MIPS: traps.c: Correct microMIPS RDHWR emulationMaciej W. Rozycki2016-02-021-4/+5
* MIPS: traps.c: Don't emulate RDHWR in the CpU #0 exception handlerMaciej W. Rozycki2016-02-021-15/+1
* MIPS: Use EXCCODE_ constants with set_except_vector()James Hogan2016-01-241-26/+26
* Merge branch '4.3-fixes' into mips-for-linux-nextRalf Baechle2015-11-121-0/+2
|\
| * MIPS: add nmi_enter() + nmi_exit() to nmi_exception_handler()Petri Gynther2015-11-091-0/+2
* | MIPS: traps: tidy up ebase calculationPaul Burton2015-10-261-6/+3
|/
* MIPS: Add uprobes support.Ralf Baechle2015-09-031-0/+12
* MIPS: Set trap_no field in thread_struct on exception.Ralf Baechle2015-09-031-14/+14
* MIPS: Refactor dumping of TLB registers for r3k/r4kJames Hogan2015-09-031-14/+2
* MIPS: Add cases for CPU_I6400Markos Chandras2015-08-261-0/+1
* MIPS: show_stack: Fix stack trace with EVAJames Hogan2015-08-031-0/+7
* MIPS: do_mcheck: Fix kernel code dump with EVAJames Hogan2015-08-031-0/+6
* MIPS: kernel: traps: Fix broken indentationMarkos Chandras2015-07-091-4/+4
* MIPS: Get rid of 'kgdb_early_setup' cruft.Sergei Shtylyov2015-06-211-5/+0
* MIPS: traps: print Exception Code in __show_regs()Petri Gynther2015-06-211-3/+4
* MIPS: traps: remove extra Tainted: line from __show_regs() outputPetri Gynther2015-05-121-1/+0
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-3/+3
|\
| * mips: fix up obsolete cpu function usage.Rusty Russell2015-03-051-3/+3
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-171-116/+160
|\ \
| * | MIPS: Set `si_code' for SIGFPE signals sent from emulation tooMaciej W. Rozycki2015-04-081-67/+83
| * | MIPS: Always clear FCSR cause bits after emulationMaciej W. Rozycki2015-04-081-1/+14
| * | MIPS: Respect the FCSR exception mask for `si_code'Maciej W. Rozycki2015-04-081-1/+10
| * | MIPS: Correct FP ISA requirementsMaciej W. Rozycki2015-04-081-12/+11
| * | MIPS: Fix BREAK code interpretation heuristicsMaciej W. Rozycki2015-04-081-1/+1
| * | MIPS: BREAK instruction interpretation correctionsMaciej W. Rozycki2015-04-081-18/+18
| * | MIPS: Correct MIPS16 BREAK code interpretationMaciej W. Rozycki2015-04-081-1/+1
| * | MIPS: Normalise code flow in the CpU exception handlerMaciej W. Rozycki2015-04-081-8/+7
| * | MIPS: Reindent R6 RI exception emulationMaciej W. Rozycki2015-04-081-16/+15
| * | MIPS: Correct the comment for FPU emulator trapsMaciej W. Rozycki2015-04-081-3/+3
| * | MIPS: Read CPU IRQ line that FDC to routed toJames Hogan2015-03-311-0/+12
| * | MIPS: Allow shared IRQ for timer & perf counterJames Hogan2015-03-311-2/+0
| |/
* | MIPS: Clear [MSA]FPE CSR.Cause after notify_die()James Hogan2015-03-271-1/+15