summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* signal/mips: Report FPE_FLTUNK for undiagnosed floating point exceptionsGuenter Roeck2018-05-161-1/+1
* signal/mips: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-47/+18
* sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wa...Peter Zijlstra2018-03-201-2/+2
* signal: Don't use structure initializers for struct siginfoEric W. Biederman2018-01-221-9/+20
* Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-13/+1
* MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton2017-08-301-2/+1
* MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton2017-08-291-4/+4
* MIPS: signal: Remove unreachable code from force_fcr31_sig().Ralf Baechle2017-08-291-2/+1
* MIPS: Remove unused R6000 supportPaul Burton2017-08-291-15/+0
* lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-101-1/+2
* MIPS: Avoid accidental raw backtraceJames Hogan2017-06-301-0/+2
* format-security: move static strings to constKees Cook2017-05-081-2/+2
* MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3Huacai Chen2017-03-211-4/+13
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* MIPS: Remove r2_emul_return from struct thread_infoPaul Burton2017-01-031-2/+0
* MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systemsPaul Burton2017-01-031-3/+60
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki2016-11-041-33/+39
* MIPS: Fix __show_regs() outputPaul Burton2016-11-041-21/+21
* MIPS: traps: Fix output of show_codeMatt Redfearn2016-11-041-3/+4
* MIPS: traps: Fix output of show_stacktraceMatt Redfearn2016-11-041-6/+8
* MIPS: traps: Fix output of show_backtraceMatt Redfearn2016-11-041-1/+1
* MIPS: Print CM error reports upon bus errorsPaul Burton2016-10-061-0/+3
* MIPS: traps: Ensure full EBase is writtenMatt Redfearn2016-10-041-1/+18
* MIPS: traps: Convert ebase to KSEG0James Hogan2016-10-041-0/+17
* MIPS: traps: 64bit kernels should read CP0_EBase 64bitJames Hogan2016-10-041-2/+11
* MIPS: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-10-041-0/+1
* 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
OpenPOWER on IntegriCloud