index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
traps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3
Huacai Chen
2017-03-21
1
-4
/
+13
*
sched/headers: Move task->mm handling methods to <linux/sched/mm.h>
Ingo Molnar
2017-03-03
1
-1
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
mm: add new mmgrab() helper
Vegard Nossum
2017-02-27
1
-1
/
+1
*
MIPS: Remove r2_emul_return from struct thread_info
Paul Burton
2017-01-03
1
-2
/
+0
*
MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systems
Paul Burton
2017-01-03
1
-3
/
+60
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
MIPS: Fix FCSR Cause bit handling for correct SIGFPE issue
Maciej W. Rozycki
2016-11-04
1
-33
/
+39
*
MIPS: Fix __show_regs() output
Paul Burton
2016-11-04
1
-21
/
+21
*
MIPS: traps: Fix output of show_code
Matt Redfearn
2016-11-04
1
-3
/
+4
*
MIPS: traps: Fix output of show_stacktrace
Matt Redfearn
2016-11-04
1
-6
/
+8
*
MIPS: traps: Fix output of show_backtrace
Matt Redfearn
2016-11-04
1
-1
/
+1
*
MIPS: Print CM error reports upon bus errors
Paul Burton
2016-10-06
1
-0
/
+3
*
MIPS: traps: Ensure full EBase is written
Matt Redfearn
2016-10-04
1
-1
/
+18
*
MIPS: traps: Convert ebase to KSEG0
James Hogan
2016-10-04
1
-0
/
+17
*
MIPS: traps: 64bit kernels should read CP0_EBase 64bit
James Hogan
2016-10-04
1
-2
/
+11
*
MIPS: Migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-10-04
1
-0
/
+1
*
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2016-08-06
1
-1
/
+3
|
\
|
*
MIPS: traps: return correct si code for accessing nonmapped addresses
Petar Jovanovic
2016-07-21
1
-1
/
+3
*
|
MIPS: KVM: Don't hardcode restored HWREna
James Hogan
2016-06-15
1
-1
/
+4
*
|
MIPS: Clean up RDHWR handling
James Hogan
2016-06-15
1
-7
/
+10
*
|
MIPS: KVM: Restore host EBase from ebase variable
James Hogan
2016-06-14
1
-0
/
+1
|
/
*
MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCC
Maciej W. Rozycki
2016-05-17
1
-3
/
+3
*
MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mips
Paul Burton
2016-05-13
1
-1
/
+1
*
MIPS: traps: remove unused variable
Tony Wu
2016-05-13
1
-1
/
+0
*
MIPS: Loongson: Add Loongson-3A R2 basic support
Huacai Chen
2016-05-13
1
-1
/
+2
*
MIPS: Add and use CAUSEF_WP definition
James Hogan
2016-05-13
1
-4
/
+1
*
MIPS: Add P6600 cases to CPU switch statements
Paul Burton
2016-05-13
1
-0
/
+1
*
MIPS: traps: Make sure secondary cores have a sane ebase register
Markos Chandras
2016-05-13
1
-0
/
+7
*
MIPS: panic immediately when panic_on_oops
Aaro Koskinen
2016-05-13
1
-4
/
+1
*
MIPS: Avoid using unwind_stack() with usermode
James Hogan
2016-05-09
1
-1
/
+1
*
MIPS: traps.c: Verify the ISA for microMIPS RDHWR emulation
Maciej W. Rozycki
2016-04-04
1
-13
/
+13
*
MIPS: traps: Correct the SIGTRAP debug ABI in `do_watch' and `do_trap_or_bp'
Maciej W. Rozycki
2016-04-03
1
-5
/
+13
*
MIPS: Fix misspellings in comments.
Adam Buchbinder
2016-04-03
1
-1
/
+1
*
MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'
Maciej W. Rozycki
2016-03-04
1
-7
/
+6
*
MIPS: traps.c: Correct microMIPS RDHWR emulation
Maciej W. Rozycki
2016-02-02
1
-4
/
+5
*
MIPS: traps.c: Don't emulate RDHWR in the CpU #0 exception handler
Maciej W. Rozycki
2016-02-02
1
-15
/
+1
*
MIPS: Use EXCCODE_ constants with set_except_vector()
James Hogan
2016-01-24
1
-26
/
+26
*
Merge branch '4.3-fixes' into mips-for-linux-next
Ralf Baechle
2015-11-12
1
-0
/
+2
|
\
|
*
MIPS: add nmi_enter() + nmi_exit() to nmi_exception_handler()
Petri Gynther
2015-11-09
1
-0
/
+2
*
|
MIPS: traps: tidy up ebase calculation
Paul Burton
2015-10-26
1
-6
/
+3
|
/
*
MIPS: Add uprobes support.
Ralf Baechle
2015-09-03
1
-0
/
+12
*
MIPS: Set trap_no field in thread_struct on exception.
Ralf Baechle
2015-09-03
1
-14
/
+14
*
MIPS: Refactor dumping of TLB registers for r3k/r4k
James Hogan
2015-09-03
1
-14
/
+2
*
MIPS: Add cases for CPU_I6400
Markos Chandras
2015-08-26
1
-0
/
+1
*
MIPS: show_stack: Fix stack trace with EVA
James Hogan
2015-08-03
1
-0
/
+7
*
MIPS: do_mcheck: Fix kernel code dump with EVA
James Hogan
2015-08-03
1
-0
/
+6
*
MIPS: kernel: traps: Fix broken indentation
Markos Chandras
2015-07-09
1
-4
/
+4
*
MIPS: Get rid of 'kgdb_early_setup' cruft.
Sergei Shtylyov
2015-06-21
1
-5
/
+0
*
MIPS: traps: print Exception Code in __show_regs()
Petri Gynther
2015-06-21
1
-3
/
+4
[next]