aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-47/+77
2018-11-12MIPS: Let early memblock_alloc*() allocate memories bottom-upHuacai Chen1-2/+1
2018-11-09MIPS: Don't dump Hi & Lo regs on >= MIPSr6Paul Burton1-2/+5
2018-11-09MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-34/+66
2018-11-09MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton1-5/+0
2018-11-09MIPS: Simplify FP context initializationPaul Burton1-6/+6
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport1-1/+1
2018-09-14mips: switch to NO_BOOTMEMMike Rapoport1-0/+3
2018-08-31MIPS: Remove no-op/identity castsPaul Burton1-1/+1
2018-08-23Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-3/+1
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-7/+0
2018-08-10MIPS: Consistently declare TLB functionsPaul Burton1-3/+1
2018-06-28MIPS: Call dump_stack() from show_regs()Paul Burton1-0/+1
2018-06-24MIPS: Schedule on CPUs we need to lose FPU for a mode switchPaul Burton1-7/+0
2018-05-16signal/mips: Report FPE_FLTUNK for undiagnosed floating point exceptionsGuenter Roeck1-1/+1
2018-04-25signal/mips: Use force_sig_fault where appropriateEric W. Biederman1-47/+18
2018-03-20sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wait_var_event() APIPeter Zijlstra1-2/+2
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman1-9/+20
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells1-13/+1
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton1-2/+1
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton1-4/+4
2017-08-29MIPS: signal: Remove unreachable code from force_fcr31_sig().Ralf Baechle1-2/+1
2017-08-29MIPS: Remove unused R6000 supportPaul Burton1-15/+0
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer1-1/+2
2017-06-30MIPS: Avoid accidental raw backtraceJames Hogan1-0/+2
2017-05-08format-security: move static strings to constKees Cook1-2/+2
2017-03-21MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3Huacai Chen1-4/+13
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-01-03MIPS: Remove r2_emul_return from struct thread_infoPaul Burton1-2/+0
2017-01-03MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systemsPaul Burton1-3/+60
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki1-33/+39
2016-11-04MIPS: Fix __show_regs() outputPaul Burton1-21/+21
2016-11-04MIPS: traps: Fix output of show_codeMatt Redfearn1-3/+4
2016-11-04MIPS: traps: Fix output of show_stacktraceMatt Redfearn1-6/+8
2016-11-04MIPS: traps: Fix output of show_backtraceMatt Redfearn1-1/+1
2016-10-06MIPS: Print CM error reports upon bus errorsPaul Burton1-0/+3
2016-10-04MIPS: traps: Ensure full EBase is writtenMatt Redfearn1-1/+18
2016-10-04MIPS: traps: Convert ebase to KSEG0James Hogan1-0/+17
2016-10-04MIPS: traps: 64bit kernels should read CP0_EBase 64bitJames Hogan1-2/+11
2016-10-04MIPS: Migrate exception table users off module.h and onto extable.hPaul Gortmaker1-0/+1
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+3
2016-07-21MIPS: traps: return correct si code for accessing nonmapped addressesPetar Jovanovic1-1/+3
2016-06-15MIPS: KVM: Don't hardcode restored HWREnaJames Hogan1-1/+4
2016-06-15MIPS: Clean up RDHWR handlingJames Hogan1-7/+10
2016-06-14MIPS: KVM: Restore host EBase from ebase variableJames Hogan1-0/+1
2016-05-17MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki1-3/+3