index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-20
MIPS: traps: Give more explanations if ebase doesn't belong to KSEG0
Gregory CLEMENT
1
-1
/
+4
2024-02-20
MIPS: Fix set_uncached_handler for ebase in XKPHYS
Jiaxun Yang
1
-1
/
+1
2024-02-20
MIPS: traps: Use GPR number macros
Jiaxun Yang
1
-3
/
+3
2024-01-26
MIPS: reserve exception vector space ONLY ONCE
Huang Pei
1
-1
/
+7
2024-01-17
Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-65
/
+28
2024-01-08
MIPS: Fix typos
Bjorn Helgaas
1
-1
/
+1
2023-12-30
MIPS: Remove unused shadow GPR support from vector irq setup
Thomas Bogendoerfer
1
-61
/
+27
2023-12-30
MIPS: Allow vectored interrupt handler to reside everywhere for 64bit
Thomas Bogendoerfer
1
-6
/
+3
2023-12-10
mips: fix tlb_init() prototype
Arnd Bergmann
1
-2
/
+0
2022-03-07
MIPS: fix fortify panic when copying asm exception handlers
Alexander Lobakin
1
-11
/
+11
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
1
-1
/
+1
2021-11-09
MIPS: Allow modules to set board_be_handler
Florian Fainelli
1
-1
/
+7
2021-06-29
arch/mips/kernel/traps: use vma_lookup() instead of find_vma()
Liam Howlett
1
-3
/
+1
2021-04-06
MIPS: uaccess: Remove get_fs/set_fs call sites
Thomas Bogendoerfer
1
-59
/
+46
2021-03-09
MIPS: kernel: Reserve exception base early to prevent corruption
Thomas Bogendoerfer
1
-5
/
+5
2020-10-16
Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
1
-1
/
+1
2020-09-21
MIPS: Loongson-3: Enable COP2 usage in kernel
Huacai Chen
1
-1
/
+1
2020-09-03
MIPS: add missing MSACSR and upper MSA initialization
Huang Pei
1
-0
/
+12
2020-08-06
Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-2
/
+38
2020-07-31
MIPS: handle Loongson-specific GSExc exception
WANG Xuerui
1
-0
/
+35
2020-07-31
MIPS: only register FTLBPar exception handler for supported models
WANG Xuerui
1
-1
/
+2
2020-07-24
mips: traps, add __init to parity_protection_init
Jiri Slaby
1
-1
/
+1
2020-07-05
MIPS: Do not use smp_processor_id() in preemptible code
Xingxing Su
1
-3
/
+5
2020-07-05
MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPen
Hauke Mehrtens
1
-0
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-7
/
+1
2020-06-09
mips: add show_stack_loglvl()
Dmitry Safonov
1
-17
/
+24
2020-06-09
kallsyms/printk: add loglvl to print_ip_sym()
Dmitry Safonov
1
-2
/
+2
2020-05-31
MIPS: Loongson64: Guard against future cores without CPUCFG
WANG Xuerui
1
-0
/
+4
2020-05-24
MIPS: emulate CPUCFG instruction on older Loongson64 cores
WANG Xuerui
1
-0
/
+45
2020-05-07
MIPS: Use fallthrough for arch/mips
Liangliang Huang
1
-2
/
+1
2020-01-31
MIPS: kdb: Remove old workaround for backtracing on other CPUs
Douglas Anderson
1
-5
/
+0
2019-11-11
MIPS: Loongson: Rename LOONGSON1 to LOONGSON32
Huacai Chen
1
-1
/
+1
2019-10-31
MIPS: Loongson64: Rename CPU TYPES
Jiaxun Yang
1
-1
/
+1
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-25
/
+25
2019-06-03
sched/core: Provide a pointer to the valid CPU mask
Sebastian Andrzej Siewior
1
-3
/
+3
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-6
/
+6
2019-05-29
signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...
Eric W. Biederman
1
-1
/
+1
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
1
-18
/
+18
2019-05-02
MIPS: Remove duplicate EBase configuration
Paul Burton
1
-17
/
+3
2019-05-02
MIPS: Sync icache for whole exception vector
Paul Burton
1
-1
/
+1
2019-05-02
MIPS: Always allocate exception vector for MIPSr2+
Paul Burton
1
-20
/
+15
2019-05-02
MIPS: Use memblock_phys_alloc() for exception vector
Paul Burton
1
-4
/
+4
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-0
/
+3
2019-03-12
arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
Mike Rapoport
1
-1
/
+1
2019-03-05
Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-1
/
+3
2019-03-04
get rid of legacy 'get_ds()' function
Linus Torvalds
1
-1
/
+1
2019-02-04
MIPS: MemoryMapID (MMID) Support
Paul Burton
1
-1
/
+3
2018-12-26
Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
1
-47
/
+77
[next]