aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/math-emu
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 2-2/+2
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Gravatar Masahiro Yamada 1-1/+0
2016-09-25MIPS: Fix delay slot emulation count in debugfsGravatar Paul Burton 1-0/+1
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 2-114/+227
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-3/+3
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsGravatar Paul Burton 2-114/+227
2016-07-05MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opGravatar Paul Burton 1-2/+2
2016-07-05MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opGravatar Paul Burton 1-2/+2
2016-05-28MIPS: math-emu: Fix typoGravatar Andrea Gelmini 1-2/+2
2016-05-13MIPS: math-emu: Fix jalr emulation when rd == $0Gravatar Paul Burton 1-3/+5
2016-05-13MIPS: math-emu: Fix m{add,sub}.s shiftsGravatar Paul Burton 5-19/+25
2016-05-13MIPS: math-emu: Fix code indentationGravatar Paul Burton 2-2/+2
2016-05-13MIPS: math-emu: Fix bit-width in ieee754dp_{mul, maddf, msubf} commentsGravatar Paul Burton 2-2/+2
2016-05-13MIPS: math-emu: Add z argument macrosGravatar Paul Burton 5-9/+20
2016-05-13MIPS: math-emu: Unify ieee754dp_m{add,sub}fGravatar Paul Burton 3-272/+21
2016-05-13MIPS: math-emu: Unify ieee754sp_m{add,sub}fGravatar Paul Burton 3-261/+21
2016-05-13MIPS: math-emu: Emulate MIPSr6 sel.fmt instructionGravatar Paul Burton 1-2/+24
2016-05-13MIPS: math-emu: Fix BC1{EQ,NE}Z emulationGravatar Paul Burton 1-5/+6
2016-05-13MIPS: math-emu: Always propagate sNaN payload in quietingGravatar Maciej W. Rozycki 2-6/+12
2016-05-13MIPS: math-emu: dsemul: Remove an unused bit in ADDIUPC emulationGravatar Maciej W. Rozycki 1-1/+1
2016-04-03MIPS: Fix misspellings in comments.Gravatar Adam Buchbinder 2-6/+6
2016-01-24MIPS: math-emu: dsemul: Reduce `get_isa16_mode' clutterGravatar Maciej W. Rozycki 1-8/+9
2016-01-24MIPS: math-emu: dsemul: Correct description of the emulation frameGravatar Maciej W. Rozycki 1-7/+2
2016-01-24MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instructionGravatar Maciej W. Rozycki 1-2/+22
2016-01-24MIPS: math-emu: Make microMIPS branch delay slot emulation workGravatar Maciej W. Rozycki 1-4/+7
2016-01-24MIPS: math-emu: dsemul: Fix ill formatting of microMIPS partGravatar Maciej W. Rozycki 1-6/+12
2016-01-24MIPS: math-emu: Correctly handle NOP emulationGravatar Maciej W. Rozycki 2-6/+12
2016-01-20MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulationGravatar Maciej W. Rozycki 10-42/+91
2016-01-20MIPS: math-emu: Add IEEE Std 754-2008 ABS.fmt and NEG.fmt emulationGravatar Maciej W. Rozycki 2-26/+50
2015-10-26MIPS: Declare mips_debugfs_dir in a headerGravatar Paul Burton 1-1/+1
2015-09-03MIPS: math-emu: Remove unused handle_dsemul function declarationGravatar Markos Chandras 1-1/+0
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instructionGravatar Markos Chandras 5-2/+480
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instructionGravatar Markos Chandras 5-2/+480
2015-09-03MIPS: math-emu: Add support for the MIPS R6 CLASS FPU instructionGravatar Markos Chandras 5-2/+138
2015-09-03MIPS: math-emu: Add support for the MIPS R6 RINT FPU instructionGravatar Markos Chandras 1-0/+24
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MSUBF FPU instructionGravatar Markos Chandras 5-2/+559
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instructionGravatar Markos Chandras 5-2/+553
2015-09-03MIPS: math-emu: Add support for the MIPS R6 SELNEZ FPU instructionGravatar Markos Chandras 1-0/+22
2015-09-03MIPS: math-emu: Add support for the MIPS R6 SELEQZ FPU instructionGravatar Markos Chandras 1-0/+23
2015-09-03MIPS: math-emu: Add support for the CMP.condn.fmt R6 instructionGravatar Markos Chandras 1-9/+121
2015-09-03MIPS: math-emu: Move from deprecated __initcall to arch_initcall.Gravatar Ralf Baechle 1-1/+1
2015-09-03MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructionsGravatar Markos Chandras 1-1/+19
2015-09-03MIPS: math-emu: Allow m{f,t}hc emulation on MIPS R6Gravatar Markos Chandras 1-2/+2
2015-09-03MIPS: math-emu: Fix indentationGravatar Markos Chandras 1-4/+4
2015-09-03MIPS: cp1emu: Fix closing bracket for the d_fmt caseGravatar Markos Chandras 1-1/+4
2015-07-09MIPS: Fix erroneous JR emulation for MIPS R6Gravatar Markos Chandras 1-1/+1
2015-07-09MIPS: Fix branch emulation for BLTC and BGEC instructionsGravatar Markos Chandras 1-2/+2
2015-05-12MIPS: Fix a preemption issue with thread's FPU defaultsGravatar Maciej W. Rozycki 1-2/+2