Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
7e6213f4345c3798b7fb7af41d221e2fd77ec6a6
/
arch
/
mips
/
kernel
/
traps.c
1b505de
MIPS: Use EXCCODE_ constants with set_except_vector()
by James Hogan
· 9 years ago
da34232
Merge branch '4.3-fixes' into mips-for-linux-next
by Ralf Baechle
· 9 years ago
7963b3f
MIPS: add nmi_enter() + nmi_exit() to nmi_exception_handler()
by Petri Gynther
· 9 years ago
a13c996
MIPS: traps: tidy up ebase calculation
by Paul Burton
· 9 years ago
40e084a
MIPS: Add uprobes support.
by Ralf Baechle
· 9 years ago
e3b2883
MIPS: Set trap_no field in thread_struct on exception.
by Ralf Baechle
· 9 years ago
3c865dd
MIPS: Refactor dumping of TLB registers for r3k/r4k
by James Hogan
· 9 years ago
4e88a86
MIPS: Add cases for CPU_I6400
by Markos Chandras
· 10 years ago
1e77863
MIPS: show_stack: Fix stack trace with EVA
by James Hogan
· 9 years ago
55c723e
MIPS: do_mcheck: Fix kernel code dump with EVA
by James Hogan
· 9 years ago
761b449
MIPS: kernel: traps: Fix broken indentation
by Markos Chandras
· 10 years ago
52ea7bf
MIPS: Get rid of 'kgdb_early_setup' cruft.
by Sergei Shtylyov
· 10 years ago
37dd381
MIPS: traps: print Exception Code in __show_regs()
by Petri Gynther
· 10 years ago
2d2ec2f
MIPS: traps: remove extra Tainted: line from __show_regs() output
by Petri Gynther
· 10 years ago
6496edf
Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
bfaf245
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 10 years ago
304acb7
MIPS: Set `si_code' for SIGFPE signals sent from emulation too
by Maciej W. Rozycki
· 10 years ago
443c440
MIPS: Always clear FCSR cause bits after emulation
by Maciej W. Rozycki
· 10 years ago
ed2d72c
MIPS: Respect the FCSR exception mask for `si_code'
by Maciej W. Rozycki
· 10 years ago
2d83fea
MIPS: Correct FP ISA requirements
by Maciej W. Rozycki
· 10 years ago
c987503
MIPS: Fix BREAK code interpretation heuristics
by Maciej W. Rozycki
· 10 years ago
f6a31da
MIPS: BREAK instruction interpretation corrections
by Maciej W. Rozycki
· 10 years ago
68893e0
MIPS: Correct MIPS16 BREAK code interpretation
by Maciej W. Rozycki
· 10 years ago
27e28e8
MIPS: Normalise code flow in the CpU exception handler
by Maciej W. Rozycki
· 10 years ago
4a7c237
MIPS: Reindent R6 RI exception emulation
by Maciej W. Rozycki
· 10 years ago
1f44377
MIPS: Correct the comment for FPU emulator traps
by Maciej W. Rozycki
· 10 years ago
8f7ff02
MIPS: Read CPU IRQ line that FDC to routed to
by James Hogan
· 10 years ago
4a91d8f
MIPS: Allow shared IRQ for timer & perf counter
by James Hogan
· 10 years ago
64bedff
MIPS: Clear [MSA]FPE CSR.Cause after notify_die()
by James Hogan
· 10 years ago
ad70c13
MIPS: Ensure FCSR cause bits are clear after invoking FPU emulator
by Paul Burton
· 10 years ago
8dd9289
mips: fix up obsolete cpu function usage.
by Rusty Russell
· 10 years ago
a135c71
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 10 years ago
7c151d3
MIPS: Make use of the ERETNC instruction on MIPS R6
by Markos Chandras
· 10 years ago
b0a668f
MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6
by Leonid Yegoshin
· 10 years ago
9c7d576
MIPS: kernel: traps: Add MIPS R6 related definitions
by Leonid Yegoshin
· 10 years ago
4695089
MIPS: Add cases for CPU_QEMU_GENERIC
by Leonid Yegoshin
· 10 years ago
9791554
MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS
by Paul Burton
· 10 years ago
d76e9b9
MIPS: traps: Fix inline asm ctc1 missing .set hardfloat
by James Hogan
· 10 years ago
26b40ef
MIPS: traps: Dump the PageGrain and Wired registers on MC
by Markos Chandras
· 10 years ago
31ec86b
MIPS: traps: Dump the HTW registers on a MC exception
by Markos Chandras
· 10 years ago
314727f
MIPS: traps: Replace printk with pr_err for MC exceptions
by Markos Chandras
· 10 years ago
4227a2d
MIPS: Support for hybrid FPRs
by Paul Burton
· 10 years ago
762a1f4
MIPS: disable preemption whilst initialising MSA
by Paul Burton
· 11 years ago
732c0c3
MIPS: fix MSA context for tasks which don't use FP first
by Paul Burton
· 10 years ago
c901775
MIPS: init upper 64b of vector registers when MSA is first used
by Paul Burton
· 10 years ago
b834067
MIPS: preserve scalar FP CSR when switching vector context
by Paul Burton
· 11 years ago
5890f70
MIPS: Use dedicated exception handler if CPU supports RI/XI exceptions
by Leonid Yegoshin
· 10 years ago
f8647b5
Merge branch '3.15-fixes' into mips-for-linux-next
by Ralf Baechle
· 11 years ago
f7a89f1
MIPS: Call find_vma with the mmap_sem held
by Davidlohr Bueso
· 11 years ago
2e2d663
Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-next
by Ralf Baechle
· 11 years ago
721a920
MIPS: Fix typo when reporting cache and ftlb errors for ImgTec cores
by Markos Chandras
· 11 years ago
b633648c5
MIPS: MT: Remove SMTC support
by Ralf Baechle
· 11 years ago
ae4ce45
MIPS: traps: Add CPU PM callback for trap configuration
by James Hogan
· 11 years ago
078dde5
MIPS: traps: Set correct address limit for breakpoints and traps
by Leonid Yegoshin
· 11 years ago
b08a9c9
MIPS: kernel: traps: Whitespace clean up
by Markos Chandras
· 11 years ago
aced4cb
MIPS: Add cases for CPU_P5600
by James Hogan
· 11 years ago
2bcb3fb
MIPS: Dumb MSA FP exception handler
by Paul Burton
· 11 years ago
1db1af8
MIPS: Basic MSA context switching support
by Paul Burton
· 11 years ago
442e14a
MIPS: Add 1074K CPU support explicitly.
by Steven J. Hill
· 11 years ago
26ab96d
MIPS: Add support for interAptiv cores
by Leonid Yegoshin
· 11 years ago
75b5b5e
MIPS: Add support for FTLBs
by Leonid Yegoshin
· 11 years ago
708ac4b
MIPS: Add support for the proAptiv cores
by Leonid Yegoshin
· 11 years ago
6de2045
MIPS: Add printing of ES bit for Imgtec cores when cache error occurs.
by Leonid Yegoshin
· 11 years ago
597ce17
MIPS: Support for 64-bit FP with O32 binaries
by Paul Burton
· 11 years ago
dc73e4c
MIPS: traps: Reformat notify_die invocations to 80 columns.
by Ralf Baechle
· 11 years ago
83e4da1
MIPS: Print correct PC in trace dump after NMI exception
by Leonid Yegoshin
· 11 years ago
c1724c8
MIPS: Remove bogus BUG_ON()
by Markos Chandras
· 11 years ago
69f24d1
MIPS: Optimize current_cpu_type() for better code.
by Ralf Baechle
· 11 years ago
1b05018
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 11 years ago
a47bde9
MIPS: Delete dead invocation of exception_exit().
by Ralf Baechle
· 11 years ago
078a55f
MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code
by Paul Gortmaker
· 12 years ago
6ac5310
Merge branch '3.10-fixes' into mips-for-linux-next
by Ralf Baechle
· 12 years ago
c6213c6
MIPS: microMIPS: Fix improper definition of ISA exception bit.
by Steven J. Hill
· 12 years ago
1990e54
MIPS: Get rid of MIPS I flag and test macros.
by Ralf Baechle
· 12 years ago
a3d9086
MIPS: Flush TLB handlers directly after writing them
by Jonas Gorski
· 12 years ago
83bee79
MIPS: Allow kernel to use coprocessor 2
by Jayachandran C
· 12 years ago
c3fc5cd
MIPS: Implement HAVE_CONTEXT_TRACKING.
by Ralf Baechle
· 12 years ago
a9a6e7a
MIPS: Trap exception handling fixes
by Maciej W. Rozycki
· 12 years ago
f94d9a8
MIPS: Idle: Do address fiddlery in helper functions.
by Ralf Baechle
· 12 years ago
bdc92d74
MIPS: Idle: Consolidate all declarations in <asm/idle.h>.
by Ralf Baechle
· 12 years ago
48c4ac9
Revert "MIPS: Allow ASID size to be determined at boot time."
by David Daney
· 12 years ago
daf799c
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 12 years ago
b22d1b6
Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-next
by Ralf Baechle
· 12 years ago
5e0e61d
Merge branch 'next/kvm' into mips-for-linux-next
by Ralf Baechle
· 12 years ago
2a0b24f
MIPS: microMIPS: Add support for exception handling.
by Steven J. Hill
· 12 years ago
102cedc
MIPS: microMIPS: Floating point support.
by Leonid Yegoshin
· 12 years ago
d532f3d
MIPS: Allow ASID size to be determined at boot time.
by Steven J. Hill
· 12 years ago
9843b03
KVM/MIPS32: KVM Guest kernel support.
by Sanjay Lal
· 12 years ago
9b3539e
Merge branch 'mips-next-3.10' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-next
by Ralf Baechle
· 12 years ago
a43cb95
dump_stack: unify debug information printed by show_regs()
by Tejun Heo
· 12 years ago
196779b
dump_stack: consolidate dump_stack() implementations and unify their behaviors
by Tejun Heo
· 12 years ago
1186e4e
MIPS: Avoid overoptimization by GCC.
by Ralf Baechle
· 12 years ago
86a1708
MIPS: Make tlb exception handler definitions and declarations match.
by Ralf Baechle
· 12 years ago
adb3789
MIPS: Fix ISA level which causes secondary cache init bypassing and more
by Deng-Cheng Zhu
· 12 years ago
aebb2af
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 12 years ago
7034228
MIPS: Whitespace cleanup.
by Ralf Baechle
· 12 years ago
b968831
MIPS: Whitespace cleanups and reformatting.
by Steven J. Hill
· 12 years ago
373d4d0
taint: add explicit flag to show whether lock dep is still OK.
by Rusty Russell
· 12 years ago
051ff44
MIPS: Handle COP3 Unusable exception as COP1X for FP emulation
by Maciej W. Rozycki
· 13 years ago
7aa1c8f
MIPS: kdump: Add support
by Ralf Baechle
· 12 years ago
Next »