summaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu
AgeCommit message (Expand)AuthorLines
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-3/+40
2017-06-29MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right awayMaciej W. Rozycki-3/+2
2017-06-29MIPS: math-emu: Prevent wrong ISA mode instruction emulationMaciej W. Rozycki-0/+38
2017-06-28MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separatelyAleksandar Markovic-2/+8
2017-04-10MIPS: math-emu: Fix BC1EQZ and BC1NEZ condition handlingDouglas Leung-4/+6
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-2/+2
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada-1/+0
2016-09-25MIPS: Fix delay slot emulation count in debugfsPaul Burton-0/+1
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-114/+227
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada-3/+3
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton-114/+227
2016-07-05MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opPaul Burton-2/+2
2016-07-05MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opPaul Burton-2/+2
2016-05-28MIPS: math-emu: Fix typoAndrea Gelmini-2/+2
2016-05-13MIPS: math-emu: Fix jalr emulation when rd == $0Paul Burton-3/+5
2016-05-13MIPS: math-emu: Fix m{add,sub}.s shiftsPaul Burton-19/+25
2016-05-13MIPS: math-emu: Fix code indentationPaul Burton-2/+2
2016-05-13MIPS: math-emu: Fix bit-width in ieee754dp_{mul, maddf, msubf} commentsPaul Burton-2/+2
2016-05-13MIPS: math-emu: Add z argument macrosPaul Burton-9/+20
2016-05-13MIPS: math-emu: Unify ieee754dp_m{add,sub}fPaul Burton-272/+21
2016-05-13MIPS: math-emu: Unify ieee754sp_m{add,sub}fPaul Burton-261/+21
2016-05-13MIPS: math-emu: Emulate MIPSr6 sel.fmt instructionPaul Burton-2/+24
2016-05-13MIPS: math-emu: Fix BC1{EQ,NE}Z emulationPaul Burton-5/+6
2016-05-13MIPS: math-emu: Always propagate sNaN payload in quietingMaciej W. Rozycki-6/+12
2016-05-13MIPS: math-emu: dsemul: Remove an unused bit in ADDIUPC emulationMaciej W. Rozycki-1/+1
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder-6/+6
2016-01-24MIPS: math-emu: dsemul: Reduce `get_isa16_mode' clutterMaciej W. Rozycki-8/+9
2016-01-24MIPS: math-emu: dsemul: Correct description of the emulation frameMaciej W. Rozycki-7/+2
2016-01-24MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instructionMaciej W. Rozycki-2/+22
2016-01-24MIPS: math-emu: Make microMIPS branch delay slot emulation workMaciej W. Rozycki-4/+7
2016-01-24MIPS: math-emu: dsemul: Fix ill formatting of microMIPS partMaciej W. Rozycki-6/+12
2016-01-24MIPS: math-emu: Correctly handle NOP emulationMaciej W. Rozycki-6/+12
2016-01-20MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulationMaciej W. Rozycki-42/+91
2016-01-20MIPS: math-emu: Add IEEE Std 754-2008 ABS.fmt and NEG.fmt emulationMaciej W. Rozycki-26/+50
2015-10-26MIPS: Declare mips_debugfs_dir in a headerPaul Burton-1/+1
2015-09-03MIPS: math-emu: Remove unused handle_dsemul function declarationMarkos Chandras-1/+0
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instructionMarkos Chandras-2/+480
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instructionMarkos Chandras-2/+480
2015-09-03MIPS: math-emu: Add support for the MIPS R6 CLASS FPU instructionMarkos Chandras-2/+138
2015-09-03MIPS: math-emu: Add support for the MIPS R6 RINT FPU instructionMarkos Chandras-0/+24
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MSUBF FPU instructionMarkos Chandras-2/+559
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instructionMarkos Chandras-2/+553
2015-09-03MIPS: math-emu: Add support for the MIPS R6 SELNEZ FPU instructionMarkos Chandras-0/+22
2015-09-03MIPS: math-emu: Add support for the MIPS R6 SELEQZ FPU instructionMarkos Chandras-0/+23
2015-09-03MIPS: math-emu: Add support for the CMP.condn.fmt R6 instructionMarkos Chandras-9/+121
2015-09-03MIPS: math-emu: Move from deprecated __initcall to arch_initcall.Ralf Baechle-1/+1
2015-09-03MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructionsMarkos Chandras-1/+19
2015-09-03MIPS: math-emu: Allow m{f,t}hc emulation on MIPS R6Markos Chandras-2/+2