summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/traps.c
AgeCommit message (Expand)Author
2024-02-20MIPS: traps: Give more explanations if ebase doesn't belong to KSEG0Gregory CLEMENT
2024-02-20MIPS: Fix set_uncached_handler for ebase in XKPHYSJiaxun Yang
2024-02-20MIPS: traps: Use GPR number macrosJiaxun Yang
2024-01-26MIPS: reserve exception vector space ONLY ONCEHuang Pei
2024-01-17Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2024-01-08MIPS: Fix typosBjorn Helgaas
2023-12-30MIPS: Remove unused shadow GPR support from vector irq setupThomas Bogendoerfer
2023-12-30MIPS: Allow vectored interrupt handler to reside everywhere for 64bitThomas Bogendoerfer
2023-12-10mips: fix tlb_init() prototypeArnd Bergmann
2022-03-07MIPS: fix fortify panic when copying asm exception handlersAlexander Lobakin
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-11-09MIPS: Allow modules to set board_be_handlerFlorian Fainelli
2021-06-29arch/mips/kernel/traps: use vma_lookup() instead of find_vma()Liam Howlett
2021-04-06MIPS: uaccess: Remove get_fs/set_fs call sitesThomas Bogendoerfer
2021-03-09MIPS: kernel: Reserve exception base early to prevent corruptionThomas Bogendoerfer
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2020-09-21MIPS: Loongson-3: Enable COP2 usage in kernelHuacai Chen
2020-09-03MIPS: add missing MSACSR and upper MSA initializationHuang Pei
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2020-07-31MIPS: handle Loongson-specific GSExc exceptionWANG Xuerui
2020-07-31MIPS: only register FTLBPar exception handler for supported modelsWANG Xuerui
2020-07-24mips: traps, add __init to parity_protection_initJiri Slaby
2020-07-05MIPS: Do not use smp_processor_id() in preemptible codeXingxing Su
2020-07-05MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09mips: add show_stack_loglvl()Dmitry Safonov
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov
2020-05-31MIPS: Loongson64: Guard against future cores without CPUCFGWANG Xuerui
2020-05-24MIPS: emulate CPUCFG instruction on older Loongson64 coresWANG Xuerui
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang
2020-01-31MIPS: kdb: Remove old workaround for backtracing on other CPUsDouglas Anderson
2019-11-11MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang
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