summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-25/+25
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-6/+6
| * signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman2019-05-291-1/+1
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-18/+18
* | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-3/+3
|/
* MIPS: Remove duplicate EBase configurationPaul Burton2019-05-021-17/+3Star
* MIPS: Sync icache for whole exception vectorPaul Burton2019-05-021-1/+1
* MIPS: Always allocate exception vector for MIPSr2+Paul Burton2019-05-021-20/+15Star
* MIPS: Use memblock_phys_alloc() for exception vectorPaul Burton2019-05-021-4/+4
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport2019-03-121-1/+1
* Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-03-051-1/+3
|\
| * MIPS: MemoryMapID (MMID) SupportPaul Burton2019-02-041-1/+3
* | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+1
|/
* Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-12-261-47/+77
|\
| * MIPS: Don't dump Hi & Lo regs on >= MIPSr6Paul Burton2018-11-101-2/+5
| * MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-34/+66
| * MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton2018-11-091-5/+0Star
| * MIPS: Simplify FP context initializationPaul Burton2018-11-091-6/+6
* | MIPS: Let early memblock_alloc*() allocate memories bottom-upHuacai Chen2018-11-121-2/+1Star
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0Star
* memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport2018-10-311-1/+1
* mips: switch to NO_BOOTMEMMike Rapoport2018-09-141-0/+3
* MIPS: Remove no-op/identity castsPaul Burton2018-08-311-1/+1
* Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2018-08-231-3/+1Star
|\
| * MIPS: Consistently declare TLB functionsPaul Burton2018-08-111-3/+1Star
* | Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-141-7/+0Star
|\|
| * MIPS: Schedule on CPUs we need to lose FPU for a mode switchPaul Burton2018-06-241-7/+0Star
* | MIPS: Call dump_stack() from show_regs()Paul Burton2018-06-281-0/+1
|/
* signal/mips: Report FPE_FLTUNK for undiagnosed floating point exceptionsGuenter Roeck2018-05-171-1/+1
* signal/mips: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-47/+18Star
* 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-231-9/+20
* Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-13/+1Star
* MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton2017-08-301-2/+1Star
* 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/+1Star
* MIPS: Remove unused R6000 supportPaul Burton2017-08-291-15/+0Star
* lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-111-1/+2
* MIPS: Avoid accidental raw backtraceJames Hogan2017-06-301-0/+2
* format-security: move static strings to constKees Cook2017-05-091-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-281-1/+1
* MIPS: Remove r2_emul_return from struct thread_infoPaul Burton2017-01-031-2/+0Star
* 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