summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/traps.c
AgeCommit message (Expand)Author
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-29signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-02MIPS: Remove duplicate EBase configurationPaul Burton
2019-05-02MIPS: Sync icache for whole exception vectorPaul Burton
2019-05-02MIPS: Always allocate exception vector for MIPSr2+Paul Burton
2019-05-02MIPS: Use memblock_phys_alloc() for exception vectorPaul Burton
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2018-11-12MIPS: Let early memblock_alloc*() allocate memories bottom-upHuacai Chen
2018-11-09MIPS: Don't dump Hi & Lo regs on >= MIPSr6Paul Burton
2018-11-09MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton
2018-11-09MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton
2018-11-09MIPS: Simplify FP context initializationPaul Burton
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport
2018-09-14mips: switch to NO_BOOTMEMMike Rapoport
2018-08-31MIPS: Remove no-op/identity castsPaul Burton
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