aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/traps.c
AgeCommit message (Expand)Author
2020-07-09MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens
2018-07-17MIPS: Call dump_stack() from show_regs()Paul Burton
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton
2017-08-29MIPS: signal: Remove unreachable code from force_fcr31_sig().Ralf Baechle
2017-08-29MIPS: Remove unused R6000 supportPaul Burton
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer
2017-06-30MIPS: Avoid accidental raw backtraceJames Hogan
2017-05-08format-security: move static strings to constKees Cook
2017-03-21MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3Huacai Chen
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: add new mmgrab() helperVegard Nossum
2017-01-03MIPS: Remove r2_emul_return from struct thread_infoPaul Burton
2017-01-03MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systemsPaul Burton
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki
2016-11-04MIPS: Fix __show_regs() outputPaul Burton
2016-11-04MIPS: traps: Fix output of show_codeMatt Redfearn
2016-11-04MIPS: traps: Fix output of show_stacktraceMatt Redfearn
2016-11-04MIPS: traps: Fix output of show_backtraceMatt Redfearn
2016-10-06MIPS: Print CM error reports upon bus errorsPaul Burton
2016-10-04MIPS: traps: Ensure full EBase is writtenMatt Redfearn
2016-10-04MIPS: traps: Convert ebase to KSEG0James Hogan
2016-10-04MIPS: traps: 64bit kernels should read CP0_EBase 64bitJames Hogan
2016-10-04MIPS: Migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-07-21MIPS: traps: return correct si code for accessing nonmapped addressesPetar Jovanovic
2016-06-15MIPS: KVM: Don't hardcode restored HWREnaJames Hogan
2016-06-15MIPS: Clean up RDHWR handlingJames Hogan
2016-06-14MIPS: KVM: Restore host EBase from ebase variableJames Hogan
2016-05-17MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki
2016-05-13MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mipsPaul Burton
2016-05-13MIPS: traps: remove unused variableTony Wu
2016-05-13MIPS: Loongson: Add Loongson-3A R2 basic supportHuacai Chen
2016-05-13MIPS: Add and use CAUSEF_WP definitionJames Hogan
2016-05-13MIPS: Add P6600 cases to CPU switch statementsPaul Burton
2016-05-13MIPS: traps: Make sure secondary cores have a sane ebase registerMarkos Chandras
2016-05-13MIPS: panic immediately when panic_on_oopsAaro Koskinen
2016-05-09MIPS: Avoid using unwind_stack() with usermodeJames Hogan
2016-04-04MIPS: traps.c: Verify the ISA for microMIPS RDHWR emulationMaciej W. Rozycki
2016-04-03MIPS: traps: Correct the SIGTRAP debug ABI in `do_watch' and `do_trap_or_bp'Maciej W. Rozycki
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder
2016-03-04MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'Maciej W. Rozycki
2016-02-02MIPS: traps.c: Correct microMIPS RDHWR emulationMaciej W. Rozycki
2016-02-02MIPS: traps.c: Don't emulate RDHWR in the CpU #0 exception handlerMaciej W. Rozycki
2016-01-24MIPS: Use EXCCODE_ constants with set_except_vector()James Hogan
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