summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: traps: Give more explanations if ebase doesn't belong to KSEG0Gregory CLEMENT2024-02-201-1/+4
* MIPS: Fix set_uncached_handler for ebase in XKPHYSJiaxun Yang2024-02-201-1/+1
* MIPS: traps: Use GPR number macrosJiaxun Yang2024-02-201-3/+3
* MIPS: reserve exception vector space ONLY ONCEHuang Pei2024-01-261-1/+7
* Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2024-01-171-65/+28
|\
| * MIPS: Fix typosBjorn Helgaas2024-01-081-1/+1
| * MIPS: Remove unused shadow GPR support from vector irq setupThomas Bogendoerfer2023-12-301-61/+27
| * MIPS: Allow vectored interrupt handler to reside everywhere for 64bitThomas Bogendoerfer2023-12-301-6/+3
* | mips: fix tlb_init() prototypeArnd Bergmann2023-12-101-2/+0
|/
* MIPS: fix fortify panic when copying asm exception handlersAlexander Lobakin2022-03-071-11/+11
* exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* MIPS: Allow modules to set board_be_handlerFlorian Fainelli2021-11-091-1/+7
* arch/mips/kernel/traps: use vma_lookup() instead of find_vma()Liam Howlett2021-06-291-3/+1
* MIPS: uaccess: Remove get_fs/set_fs call sitesThomas Bogendoerfer2021-04-061-59/+46
* MIPS: kernel: Reserve exception base early to prevent corruptionThomas Bogendoerfer2021-03-091-5/+5
* Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2020-10-161-1/+1
|\
| * MIPS: Loongson-3: Enable COP2 usage in kernelHuacai Chen2020-09-211-1/+1
* | MIPS: add missing MSACSR and upper MSA initializationHuang Pei2020-09-031-0/+12
|/
* Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-061-2/+38
|\
| * MIPS: handle Loongson-specific GSExc exceptionWANG Xuerui2020-07-311-0/+35
| * MIPS: only register FTLBPar exception handler for supported modelsWANG Xuerui2020-07-311-1/+2
| * mips: traps, add __init to parity_protection_initJiri Slaby2020-07-241-1/+1
* | MIPS: Do not use smp_processor_id() in preemptible codeXingxing Su2020-07-051-3/+5
* | MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens2020-07-051-0/+1
|/
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* mips: add show_stack_loglvl()Dmitry Safonov2020-06-091-17/+24
* kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-2/+2
* MIPS: Loongson64: Guard against future cores without CPUCFGWANG Xuerui2020-05-311-0/+4
* MIPS: emulate CPUCFG instruction on older Loongson64 coresWANG Xuerui2020-05-241-0/+45
* MIPS: Use fallthrough for arch/mipsLiangliang Huang2020-05-071-2/+1
* MIPS: kdb: Remove old workaround for backtracing on other CPUsDouglas Anderson2020-01-311-5/+0
* MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen2019-11-111-1/+1
* MIPS: Loongson64: Rename CPU TYPESJiaxun Yang2019-10-311-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-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/+3
* MIPS: Sync icache for whole exception vectorPaul Burton2019-05-021-1/+1
* MIPS: Always allocate exception vector for MIPSr2+Paul Burton2019-05-021-20/+15
* 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
|\