aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu
Commit message (Expand)AuthorAge
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-11
* MIPS: Fix delay slot emulation count in debugfsPaul Burton2016-09-24
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-06
|\
| * MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton2016-08-02
* | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-04
* | MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opPaul Burton2016-07-05
* | MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opPaul Burton2016-07-05
|/
* MIPS: math-emu: Fix typoAndrea Gelmini2016-05-28
* MIPS: math-emu: Fix jalr emulation when rd == $0Paul Burton2016-05-13
* MIPS: math-emu: Fix m{add,sub}.s shiftsPaul Burton2016-05-13
* MIPS: math-emu: Fix code indentationPaul Burton2016-05-13
* MIPS: math-emu: Fix bit-width in ieee754dp_{mul, maddf, msubf} commentsPaul Burton2016-05-13
* MIPS: math-emu: Add z argument macrosPaul Burton2016-05-13
* MIPS: math-emu: Unify ieee754dp_m{add,sub}fPaul Burton2016-05-13
* MIPS: math-emu: Unify ieee754sp_m{add,sub}fPaul Burton2016-05-13
* MIPS: math-emu: Emulate MIPSr6 sel.fmt instructionPaul Burton2016-05-13
* MIPS: math-emu: Fix BC1{EQ,NE}Z emulationPaul Burton2016-05-13
* MIPS: math-emu: Always propagate sNaN payload in quietingMaciej W. Rozycki2016-05-13
* MIPS: math-emu: dsemul: Remove an unused bit in ADDIUPC emulationMaciej W. Rozycki2016-05-13
* MIPS: Fix misspellings in comments.Adam Buchbinder2016-04-03
* MIPS: math-emu: dsemul: Reduce `get_isa16_mode' clutterMaciej W. Rozycki2016-01-23
* MIPS: math-emu: dsemul: Correct description of the emulation frameMaciej W. Rozycki2016-01-23
* MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instructionMaciej W. Rozycki2016-01-23
* MIPS: math-emu: Make microMIPS branch delay slot emulation workMaciej W. Rozycki2016-01-23
* MIPS: math-emu: dsemul: Fix ill formatting of microMIPS partMaciej W. Rozycki2016-01-23
* MIPS: math-emu: Correctly handle NOP emulationMaciej W. Rozycki2016-01-23
* MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulationMaciej W. Rozycki2016-01-19
* MIPS: math-emu: Add IEEE Std 754-2008 ABS.fmt and NEG.fmt emulationMaciej W. Rozycki2016-01-19
* MIPS: Declare mips_debugfs_dir in a headerPaul Burton2015-10-26
* MIPS: math-emu: Remove unused handle_dsemul function declarationMarkos Chandras2015-09-03
* MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instructionMarkos Chandras2015-09-03
* MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instructionMarkos Chandras2015-09-03
* MIPS: math-emu: Add support for the MIPS R6 CLASS FPU instructionMarkos Chandras2015-09-03
* MIPS: math-emu: Add support for the MIPS R6 RINT FPU instructionMarkos Chandras2015-09-03
* MIPS: math-emu: Add support for the MIPS R6 MSUBF FPU instructionMarkos Chandras2015-09-03
* MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instructionMarkos Chandras2015-09-03
* MIPS: math-emu: Add support for the MIPS R6 SELNEZ FPU instructionMarkos Chandras2015-09-03
* MIPS: math-emu: Add support for the MIPS R6 SELEQZ FPU instructionMarkos Chandras2015-09-03
* MIPS: math-emu: Add support for the CMP.condn.fmt R6 instructionMarkos Chandras2015-09-03
* MIPS: math-emu: Move from deprecated __initcall to arch_initcall.Ralf Baechle2015-09-03
* MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructionsMarkos Chandras2015-09-03
* MIPS: math-emu: Allow m{f,t}hc emulation on MIPS R6Markos Chandras2015-09-03
* MIPS: math-emu: Fix indentationMarkos Chandras2015-09-03
* MIPS: cp1emu: Fix closing bracket for the d_fmt caseMarkos Chandras2015-09-03
* MIPS: Fix erroneous JR emulation for MIPS R6Markos Chandras2015-07-09
* MIPS: Fix branch emulation for BLTC and BGEC instructionsMarkos Chandras2015-07-09
* MIPS: Fix a preemption issue with thread's FPU defaultsMaciej W. Rozycki2015-05-12
* MIPS: Respect the ISA level in FCSR handlingMaciej W. Rozycki2015-04-07
* MIPS: math-emu: Make ABS.fmt and NEG.fmt arithmetic againMaciej W. Rozycki2015-04-07
* MIPS: math-emu: Define IEEE 754-2008 feature control bitsMaciej W. Rozycki2015-04-07