summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/traps.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-2/+38
2020-07-31MIPS: handle Loongson-specific GSExc exceptionWANG Xuerui1-0/+35
2020-07-31MIPS: only register FTLBPar exception handler for supported modelsWANG Xuerui1-1/+2
2020-07-24mips: traps, add __init to parity_protection_initJiri Slaby1-1/+1
2020-07-05MIPS: Do not use smp_processor_id() in preemptible codeXingxing Su1-3/+5
2020-07-05MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens1-0/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09mips: add show_stack_loglvl()Dmitry Safonov1-17/+24
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov1-2/+2
2020-05-31MIPS: Loongson64: Guard against future cores without CPUCFGWANG Xuerui1-0/+4
2020-05-24MIPS: emulate CPUCFG instruction on older Loongson64 coresWANG Xuerui1-0/+45
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang1-2/+1
2020-01-31MIPS: kdb: Remove old workaround for backtracing on other CPUsDouglas Anderson1-5/+0
2019-11-11MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen1-1/+1
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-25/+25
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-3/+3
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-6/+6
2019-05-29signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-18/+18
2019-05-02MIPS: Remove duplicate EBase configurationPaul Burton1-17/+3
2019-05-02MIPS: Sync icache for whole exception vectorPaul Burton1-1/+1
2019-05-02MIPS: Always allocate exception vector for MIPSr2+Paul Burton1-20/+15
2019-05-02MIPS: Use memblock_phys_alloc() for exception vectorPaul Burton1-4/+4
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport1-1/+1
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+3
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+1
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton1-1/+3
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus 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...Linus Torvalds1-3/+1
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus 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 wa...Peter Zijlstra1-2/+2
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman1-9/+20