aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/traps.c
AgeCommit message (Expand)Author
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman
2022-04-15MIPS: fix fortify panic when copying asm exception handlersAlexander Lobakin
2020-07-09MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens
2018-08-23Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2018-08-10MIPS: Consistently declare TLB functionsPaul Burton
2018-06-28MIPS: Call dump_stack() from show_regs()Paul Burton
2018-06-24MIPS: Schedule on CPUs we need to lose FPU for a mode switchPaul Burton
2018-05-16signal/mips: Report FPE_FLTUNK for undiagnosed floating point exceptionsGuenter Roeck
2018-04-25signal/mips: Use force_sig_fault where appropriateEric W. Biederman
2018-03-20sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wa...Peter Zijlstra
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells
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