Aleksandar Markovic
|
2a14b21acd
MIPS: math-emu: Mark fall throughs in switch statements with a comment
|
8 年 前 |
Aleksandar Markovic
|
61100500a1
MIPS: math-emu: Avoid multiple assignment
|
8 年 前 |
Aleksandar Markovic
|
8904d5b1a3
MIPS: math-emu: Avoid an assignment within if statement condition
|
8 年 前 |
Linus Torvalds
|
892204e06c
Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips
|
7 年 前 |
Aleksandar Markovic
|
a58f85b5d5
MIPS: math-emu: Use preferred flavor of unsigned integer declarations
|
8 年 前 |
Aleksandar Markovic
|
409fcace99
MIPS: math-emu: Fix final emulation phase for certain instructions
|
8 年 前 |
Paul Burton
|
ca8eb05b5f
MIPS: math-emu: Remove pr_err() calls from fpu_emu()
|
8 年 前 |
Aleksandar Markovic
|
454854ace2
MIPS: math-emu: Add FP emu debugfs stats for individual instructions
|
8 年 前 |
Aleksandar Markovic
|
ae5f3f5b81
MIPS: math-emu: Add FP emu debugfs statistics for branches
|
8 年 前 |
Aleksandar Markovic
|
e1231dd6b1
MIPS: math-emu: CLASS.D: Zero bits 32-63 of the result
|
8 年 前 |
Aleksandar Markovic
|
3ec404d88c
MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementation
|
8 年 前 |
Aleksandar Markovic
|
1ff8560ac9
MIPS: math-emu: CMP.Sxxx.<D|S>: Prevent occurrences of SIGILL crashes
|
8 年 前 |
Paul Burton
|
445a58ce34
MIPS: math-emu: Correct user fault_addr type
|
8 年 前 |
Manuel Lauss
|
8535f2ba0a
MIPS: math-emu: do not use bools for arithmetic
|
8 年 前 |
Maciej W. Rozycki
|
70f743d141
MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right away
|
8 年 前 |
Maciej W. Rozycki
|
13769ebad0
MIPS: math-emu: Prevent wrong ISA mode instruction emulation
|
8 年 前 |
Douglas Leung
|
8bcd84a4a3
MIPS: math-emu: Fix BC1EQZ and BC1NEZ condition handling
|
8 年 前 |
Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 年 前 |
Masahiro Yamada
|
97139d4a6f
treewide: remove redundant #include <linux/kconfig.h>
|
9 年 前 |
Linus Torvalds
|
4305f42401
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
|
9 年 前 |
Masahiro Yamada
|
97f2645f35
tree-wide: replace config_enabled() with IS_ENABLED()
|
9 年 前 |
Paul Burton
|
432c6bacbd
MIPS: Use per-mm page to execute branch delay slot instructions
|
9 年 前 |
Paul Burton
|
1b49260006
MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op
|
9 年 前 |
Paul Burton
|
1c66b79bb3
MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op
|
9 年 前 |
Paul Burton
|
ab4a92e667
MIPS: math-emu: Fix jalr emulation when rd == $0
|
9 年 前 |
Paul Burton
|
4b820d95dc
MIPS: math-emu: Emulate MIPSr6 sel.fmt instruction
|
9 年 前 |
Paul Burton
|
93583e178e
MIPS: math-emu: Fix BC1{EQ,NE}Z emulation
|
9 年 前 |
Maciej W. Rozycki
|
e4553573b3
MIPS: math-emu: Correctly handle NOP emulation
|
9 年 前 |
Markos Chandras
|
a79f5f9ba5
MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instruction
|
10 年 前 |
Markos Chandras
|
4e9561b20e
MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instruction
|
10 年 前 |