| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-12 | mips: math-emu: replace deprecated strcpy() in me-debugfs | Osama Abdelkader | 1 | -3/+3 |
| 2025-01-11 | mips/math-emu: fix emulation of the prefx instruction | Mateusz Jończyk | 1 | -1/+1 |
| 2022-09-12 | MIPS: Fix comment typo | Jason Wang | 1 | -1/+1 |
| 2022-07-11 | MIPS: math-emu: Use the bitmap API to allocate bitmaps | Christophe JAILLET | 1 | -6/+3 |
| 2020-05-07 | MIPS: Use fallthrough for arch/mips | Liangliang Huang | 17 | -55/+35 |
| 2020-01-22 | MIPS: Add MAC2008 Support | Jiaxun Yang | 5 | -43/+118 |
| 2019-11-11 | MIPS: math-emu: Reuse name array in debugfs_fpuemu() | Paul Burton | 1 | -2/+1 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 454 | Thomas Gleixner | 8 | -32/+8 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 397 | Thomas Gleixner | 33 | -430/+33 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309 | Thomas Gleixner | 2 | -24/+2 |
| 2019-01-22 | mips: math-emu: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -19/+4 |
| 2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -8/+8 |
| 2018-12-20 | MIPS: math-emu: Write-protect delay slot emulation pages | Paul Burton | 1 | -18/+20 |
| 2018-11-09 | MIPS: Ensure emulated FP sets PF_USED_MATH | Paul Burton | 1 | -0/+7 |
| 2018-11-05 | MIPS: math-emu: Change to use DEFINE_SHOW_ATTRIBUTE macro | Yangtao Li | 1 | -11/+1 |
| 2017-12-12 | MIPS: math-emu: Mark fall throughs in switch statements with a comment | Aleksandar Markovic | 17 | -16/+38 |
| 2017-12-12 | MIPS: math-emu: Avoid multiple assignment | Aleksandar Markovic | 3 | -4/+8 |
| 2017-12-12 | MIPS: math-emu: Avoid an assignment within if statement condition | Aleksandar Markovic | 1 | -1/+2 |
| 2017-12-12 | MIPS: math-emu: Declare function srl128() as static | Aleksandar Markovic | 1 | -1/+1 |
| 2017-12-12 | MIPS: math-emu: Avoid definition duplication for macro DPXMULT() | Aleksandar Markovic | 3 | -6/+3 |
| 2017-12-12 | MIPS: math-emu: Remove an unnecessary header inclusion | Aleksandar Markovic | 1 | -1/+0 |
| 2017-11-15 | Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan... | Linus Torvalds | 12 | -56/+59 |
| 2017-11-07 | MIPS: math-emu: Use preferred flavor of unsigned integer declarations | Aleksandar Markovic | 12 | -42/+45 |
| 2017-11-07 | MIPS: math-emu: Fix final emulation phase for certain instructions | Aleksandar Markovic | 1 | -14/+14 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 3 | -0/+3 |
| 2017-10-09 | MIPS: math-emu: Remove pr_err() calls from fpu_emu() | Paul Burton | 1 | -2/+0 |
| 2017-08-29 | MIPS: math-emu: Add FP emu debugfs stats for individual instructions | Aleksandar Markovic | 2 | -4/+535 |
| 2017-08-29 | MIPS: math-emu: Add FP emu debugfs clear functionality | Aleksandar Markovic | 1 | -1/+37 |
| 2017-08-29 | MIPS: math-emu: Add FP emu debugfs statistics for branches | Aleksandar Markovic | 2 | -0/+2 |
| 2017-08-29 | MIPS: math-emu: CLASS.D: Zero bits 32-63 of the result | Aleksandar Markovic | 1 | -2/+2 |
| 2017-08-29 | MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementation | Aleksandar Markovic | 5 | -6/+187 |
| 2017-08-29 | MIPS: math-emu: CMP.Sxxx.<D|S>: Prevent occurrences of SIGILL crashes | Aleksandar Markovic | 1 | -0/+3 |
| 2017-08-29 | MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case) | Douglas Leung | 1 | -39/+94 |
| 2017-08-29 | MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case) | Douglas Leung | 2 | -70/+50 |
| 2017-08-29 | MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumeration | Aleksandar Markovic | 3 | -22/+20 |
| 2017-08-29 | MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputs | Aleksandar Markovic | 2 | -2/+34 |
| 2017-08-29 | MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputs | Aleksandar Markovic | 2 | -2/+42 |
| 2017-08-29 | MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagation | Aleksandar Markovic | 2 | -91/+41 |
| 2017-08-29 | MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputs | Aleksandar Markovic | 2 | -4/+4 |
| 2017-08-29 | MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputs | Aleksandar Markovic | 4 | -4/+12 |
| 2017-08-29 | MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signs | Aleksandar Markovic | 4 | -6/+22 |
| 2017-08-29 | MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negative | Aleksandar Markovic | 4 | -32/+96 |
| 2017-08-29 | MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zero | Aleksandar Markovic | 4 | -24/+8 |
| 2017-08-29 | MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation | Aleksandar Markovic | 4 | -16/+112 |
| 2017-08-29 | MIPS: math-emu: Correct user fault_addr type | Paul Burton | 1 | -4/+4 |
| 2017-08-29 | MIPS: math-emu: do not use bools for arithmetic | Manuel Lauss | 1 | -2/+2 |
| 2017-07-15 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -3/+40 |
| 2017-06-29 | MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right away | Maciej W. Rozycki | 1 | -3/+2 |
| 2017-06-29 | MIPS: math-emu: Prevent wrong ISA mode instruction emulation | Maciej W. Rozycki | 1 | -0/+38 |
| 2017-06-28 | MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separately | Aleksandar Markovic | 2 | -2/+8 |
| 2017-04-10 | MIPS: math-emu: Fix BC1EQZ and BC1NEZ condition handling | Douglas Leung | 1 | -4/+6 |
| 2017-03-02 | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 1 | -0/+1 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2 | -2/+2 |
| 2016-10-11 | treewide: remove redundant #include <linux/kconfig.h> | Masahiro Yamada | 1 | -1/+0 |
| 2016-09-25 | MIPS: Fix delay slot emulation count in debugfs | Paul Burton | 1 | -0/+1 |
| 2016-08-06 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2 | -114/+227 |
| 2016-08-04 | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 1 | -3/+3 |
| 2016-08-02 | MIPS: Use per-mm page to execute branch delay slot instructions | Paul Burton | 2 | -114/+227 |
| 2016-07-05 | MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op | Paul Burton | 1 | -2/+2 |
| 2016-07-05 | MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op | Paul Burton | 1 | -2/+2 |
| 2016-05-28 | MIPS: math-emu: Fix typo | Andrea Gelmini | 1 | -2/+2 |
| 2016-05-13 | MIPS: math-emu: Fix jalr emulation when rd == $0 | Paul Burton | 1 | -3/+5 |
| 2016-05-13 | MIPS: math-emu: Fix m{add,sub}.s shifts | Paul Burton | 5 | -19/+25 |
| 2016-05-13 | MIPS: math-emu: Fix code indentation | Paul Burton | 2 | -2/+2 |
| 2016-05-13 | MIPS: math-emu: Fix bit-width in ieee754dp_{mul, maddf, msubf} comments | Paul Burton | 2 | -2/+2 |
| 2016-05-13 | MIPS: math-emu: Add z argument macros | Paul Burton | 5 | -9/+20 |
| 2016-05-13 | MIPS: math-emu: Unify ieee754dp_m{add,sub}f | Paul Burton | 3 | -272/+21 |
| 2016-05-13 | MIPS: math-emu: Unify ieee754sp_m{add,sub}f | Paul Burton | 3 | -261/+21 |
| 2016-05-13 | MIPS: math-emu: Emulate MIPSr6 sel.fmt instruction | Paul Burton | 1 | -2/+24 |
| 2016-05-13 | MIPS: math-emu: Fix BC1{EQ,NE}Z emulation | Paul Burton | 1 | -5/+6 |
| 2016-05-13 | MIPS: math-emu: Always propagate sNaN payload in quieting | Maciej W. Rozycki | 2 | -6/+12 |
| 2016-05-13 | MIPS: math-emu: dsemul: Remove an unused bit in ADDIUPC emulation | Maciej W. Rozycki | 1 | -1/+1 |
| 2016-04-03 | MIPS: Fix misspellings in comments. | Adam Buchbinder | 2 | -6/+6 |
| 2016-01-24 | MIPS: math-emu: dsemul: Reduce `get_isa16_mode' clutter | Maciej W. Rozycki | 1 | -8/+9 |
| 2016-01-24 | MIPS: math-emu: dsemul: Correct description of the emulation frame | Maciej W. Rozycki | 1 | -7/+2 |
| 2016-01-24 | MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instruction | Maciej W. Rozycki | 1 | -2/+22 |
| 2016-01-24 | MIPS: math-emu: Make microMIPS branch delay slot emulation work | Maciej W. Rozycki | 1 | -4/+7 |
| 2016-01-24 | MIPS: math-emu: dsemul: Fix ill formatting of microMIPS part | Maciej W. Rozycki | 1 | -6/+12 |
| 2016-01-24 | MIPS: math-emu: Correctly handle NOP emulation | Maciej W. Rozycki | 2 | -6/+12 |
| 2016-01-20 | MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation | Maciej W. Rozycki | 10 | -42/+91 |
| 2016-01-20 | MIPS: math-emu: Add IEEE Std 754-2008 ABS.fmt and NEG.fmt emulation | Maciej W. Rozycki | 2 | -26/+50 |
| 2015-10-26 | MIPS: Declare mips_debugfs_dir in a header | Paul Burton | 1 | -1/+1 |
| 2015-09-03 | MIPS: math-emu: Remove unused handle_dsemul function declaration | Markos Chandras | 1 | -1/+0 |
| 2015-09-03 | MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instruction | Markos Chandras | 5 | -2/+480 |
| 2015-09-03 | MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instruction | Markos Chandras | 5 | -2/+480 |
| 2015-09-03 | MIPS: math-emu: Add support for the MIPS R6 CLASS FPU instruction | Markos Chandras | 5 | -2/+138 |
| 2015-09-03 | MIPS: math-emu: Add support for the MIPS R6 RINT FPU instruction | Markos Chandras | 1 | -0/+24 |
| 2015-09-03 | MIPS: math-emu: Add support for the MIPS R6 MSUBF FPU instruction | Markos Chandras | 5 | -2/+559 |
| 2015-09-03 | MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instruction | Markos Chandras | 5 | -2/+553 |
| 2015-09-03 | MIPS: math-emu: Add support for the MIPS R6 SELNEZ FPU instruction | Markos Chandras | 1 | -0/+22 |
| 2015-09-03 | MIPS: math-emu: Add support for the MIPS R6 SELEQZ FPU instruction | Markos Chandras | 1 | -0/+23 |
| 2015-09-03 | MIPS: math-emu: Add support for the CMP.condn.fmt R6 instruction | Markos Chandras | 1 | -9/+121 |
| 2015-09-03 | MIPS: math-emu: Move from deprecated __initcall to arch_initcall. | Ralf Baechle | 1 | -1/+1 |
| 2015-09-03 | MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructions | Markos Chandras | 1 | -1/+19 |
| 2015-09-03 | MIPS: math-emu: Allow m{f,t}hc emulation on MIPS R6 | Markos Chandras | 1 | -2/+2 |
| 2015-09-03 | MIPS: math-emu: Fix indentation | Markos Chandras | 1 | -4/+4 |
| 2015-09-03 | MIPS: cp1emu: Fix closing bracket for the d_fmt case | Markos Chandras | 1 | -1/+4 |
| 2015-07-09 | MIPS: Fix erroneous JR emulation for MIPS R6 | Markos Chandras | 1 | -1/+1 |
| 2015-07-09 | MIPS: Fix branch emulation for BLTC and BGEC instructions | Markos Chandras | 1 | -2/+2 |
| 2015-05-12 | MIPS: Fix a preemption issue with thread's FPU defaults | Maciej W. Rozycki | 1 | -2/+2 |
| 2015-04-08 | MIPS: Respect the ISA level in FCSR handling | Maciej W. Rozycki | 1 | -3/+4 |
| 2015-04-08 | MIPS: math-emu: Make ABS.fmt and NEG.fmt arithmetic again | Maciej W. Rozycki | 2 | -68/+34 |
| 2015-04-08 | MIPS: math-emu: Define IEEE 754-2008 feature control bits | Maciej W. Rozycki | 2 | -7/+10 |
| 2015-04-08 | MIPS: math-emu: Implement the FCCR, FEXR and FENR registers | Maciej W. Rozycki | 1 | -15/+91 |
| 2015-04-08 | MIPS: math-emu: Set FIR feature flags for full emulation | Maciej W. Rozycki | 1 | -1/+2 |
| 2015-04-08 | MIPS: math-emu: Move long fixed-point support into an `ar' library | Maciej W. Rozycki | 1 | -6/+9 |
| 2015-04-08 | MIPS: math-emu: Correct delay-slot exception propagation | Maciej W. Rozycki | 2 | -6/+30 |
| 2015-04-08 | MIPS: Correct FP ISA requirements | Maciej W. Rozycki | 1 | -28/+27 |
| 2015-04-08 | MIPS: math-emu: Fix delay-slot emulation cache incoherency | Maciej W. Rozycki | 1 | -1/+1 |
| 2015-04-08 | MIPS: math-emu: Make NaN classifiers static | Maciej W. Rozycki | 4 | -4/+2 |
| 2015-04-08 | MIPS: math-emu: Optimise qNaN handling in `ieee754sp_fdp' | Maciej W. Rozycki | 1 | -5/+7 |
| 2015-04-08 | MIPS: math-emu: Remove dead comparison helpers | Maciej W. Rozycki | 1 | -65/+0 |
| 2015-04-08 | MIPS: math-emu: Remove redundant code from NaN comparison | Maciej W. Rozycki | 2 | -14/+2 |
| 2015-04-08 | MIPS: math-emu: Optimise NaN handling in comparisons | Maciej W. Rozycki | 5 | -4/+9 |
| 2015-04-08 | MIPS: math-emu: Reinstate sNaN quieting handlers | Maciej W. Rozycki | 14 | -62/+62 |
| 2015-04-08 | MIPS: math-emu: Don't pass qNaNs through quieting handlers | Maciej W. Rozycki | 4 | -8/+8 |
| 2015-04-08 | MIPS: math-emu: Factor out NaN FP format conversions | Maciej W. Rozycki | 2 | -7/+15 |
| 2015-04-08 | MIPS: math-emu: Update sNaN quieting handlers | Maciej W. Rozycki | 2 | -16/+6 |
| 2015-04-08 | MIPS: math-emu: Factor out CFC1/CTC1 emulation | Maciej W. Rozycki | 1 | -28/+48 |
| 2015-04-08 | MIPS: math-emu: Remove `modeindex' macro | Maciej W. Rozycki | 1 | -18/+8 |
| 2015-04-08 | MIPS: math-emu: Fix oversize lines in comparisons | Maciej W. Rozycki | 2 | -2/+4 |
| 2015-04-08 | MIPS: math-emu: Reindent `bc_op' emulation | Maciej W. Rozycki | 1 | -11/+11 |
| 2015-04-08 | MIPS: ieee754.h: Supplement comments for special values | Maciej W. Rozycki | 1 | -17/+17 |
| 2015-04-08 | MIPS: ieee754.h: Correct comments for special values | Maciej W. Rozycki | 1 | -2/+2 |
| 2015-04-01 | MIPS: Add FPU emulator counter for emulated delay slots. | David Daney | 2 | -1/+2 |
| 2015-04-01 | MIPS: LLVMLinux: Silence variable self-assignment warnings. | Toma Tabacu | 4 | -20/+0 |
| 2015-02-17 | MIPS: Handle MIPS IV, V and R2 FPU instructions on MIPS R6 as well | Markos Chandras | 1 | -4/+4 |
| 2015-02-17 | MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6 | Leonid Yegoshin | 1 | -1/+2 |
| 2015-02-17 | MIPS: Emulate the new MIPS R6 BNEZC and JIALC instructions | Markos Chandras | 1 | -0/+9 |
| 2015-02-17 | MIPS: Emulate the new MIPS R6 BEQZC and JIC instructions | Markos Chandras | 1 | -0/+7 |
| 2015-02-17 | MIPS: Emulate the new MIPS R6 BALC instruction | Markos Chandras | 1 | -0/+8 |
| 2015-02-17 | MIPS: Emulate the new MIPS R6 BNVC, BNEC and BNEZLAC instructions | Markos Chandras | 1 | -0/+1 |
| 2015-02-17 | MIPS: Emulate the new MIPS R6 BOVC, BEQC and BEQZALC instructions | Markos Chandras | 1 | -0/+9 |
| 2015-02-17 | MIPS: Emulate the new MIPS R6 branch compact (BC) instruction | Markos Chandras | 1 | -0/+13 |
| 2015-02-17 | MIPS: Emulate the new MIPS R6 B{L,G}T{Z,}{AL,}C instructions | Markos Chandras | 1 | -0/+25 |
| 2015-02-17 | MIPS: Emulate the new MIPS R6 B{L,G}Ε{Z,}{AL,}C instructions | Markos Chandras | 1 | -0/+24 |
| 2015-02-17 | MIPS: Emulate the BC1{EQ,NE}Z FPU instructions | Markos Chandras | 1 | -0/+27 |
| 2015-02-17 | MIPS: kernel: branch: Do not emulate the branch likelies on MIPS R6 | Markos Chandras | 1 | -6/+26 |
| 2015-02-17 | MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6 | Markos Chandras | 1 | -0/+3 |
| 2014-11-24 | MIPS: Support for hybrid FPRs | Paul Burton | 1 | -2/+7 |
| 2014-11-24 | MIPS: Remove useless parentheses | Ralf Baechle | 2 | -2/+2 |
| 2014-11-07 | MIPS: Fix build with binutils 2.24.51+ | Manuel Lauss | 1 | -5/+1 |
| 2014-10-21 | MIPS: cp1emu: Fix ISA restrictions for cop1x_op instructions | Markos Chandras | 1 | -2/+2 |
| 2014-09-26 | MIPS: Fix MFC1 & MFHC1 emulation for 64-bit MIPS systems | Paul Burton | 1 | -3/+3 |
| 2014-07-30 | MIPS: math-emu: Fix instruction decoding. | Rob Kendrick | 1 | -1/+1 |
| 2014-06-26 | MIPS: math-emu: Reduce code duplication. | Ralf Baechle | 1 | -13/+6 |
| 2014-06-16 | MIPS: math-emu: Work around limitations of older GCC. | Ralf Baechle | 1 | -3/+15 |
| 2014-05-30 | MIPS: OCTEON: Enable use of FPU | David Daney | 1 | -1/+5 |
| 2014-05-30 | MIPS: math-emu: Add IEEE754 exception statistics to debugfs | Deng-Cheng Zhu | 2 | -9/+32 |
| 2014-05-23 | MIPS: math-emu: Reduce microMIPS bloat. | Ralf Baechle | 1 | -0/+7 |
| 2014-05-23 | MIPS: math-emu: Switch to using the MIPS rounding modes. | Ralf Baechle | 15 | -91/+63 |
| 2014-05-23 | MIPS: math-emu: Nuke alternative names for IEEE-754 rounding modes. | Ralf Baechle | 3 | -6/+2 |
| 2014-05-23 | MIPS: Sort out mm_isBranchInstr. | Ralf Baechle | 1 | -201/+0 |
| 2014-05-23 | MIPS: math-emu: Inline fpu_emulator_init_fpu() | Ralf Baechle | 2 | -43/+1 |
| 2014-05-23 | MIPS: math-emu: Cleanup coding style. | Ralf Baechle | 34 | -626/+482 |
| 2014-05-23 | MIPS: math-emu: Cleanup definition of structs describe sp/dp floats. | Ralf Baechle | 5 | -80/+67 |
| 2014-05-23 | MIPS: math-emu: Rename get_rounding() functions. | Ralf Baechle | 2 | -10/+10 |
| 2014-05-23 | MIPS: math-emu: Get rid of the useless parts of exception handling. | Ralf Baechle | 32 | -263/+92 |
| 2014-05-23 | MIPS: math-emu: Move various objects into an ar library. | Ralf Baechle | 1 | -6/+7 |
| 2014-05-23 | MIPS: math-emu: Inline ieee754sp_issnan and ieee754dp_issnan. | Ralf Baechle | 4 | -4/+2 |
| 2014-05-23 | MIPS: math-emu: Remove unused code. | Ralf Baechle | 21 | -699/+6 |
| 2014-05-23 | MIPS: math-emu: Remove unused ieee754sp_bestnan() and ieee754dp_bestnan(). | Ralf Baechle | 4 | -26/+0 |
| 2014-05-23 | MIPS: math-emu: Inline ieee754dp_finite and ieee754dp_finite(). | Ralf Baechle | 5 | -12/+10 |
| 2014-05-23 | MIPS: math-emu: Eleminate duplicate definitions of identical macros. | Ralf Baechle | 8 | -63/+33 |
| 2014-05-23 | MIPS: math-emu: Use SPSIGN() rather than DPSIGN() in ieee754sp_sub(). | Ralf Baechle | 1 | -1/+1 |
| 2014-05-23 | MIPS: math-emu: Replace DP_MBITS with DP_FBITS and SP_MBITS with SP_FBITS. | Ralf Baechle | 25 | -100/+100 |
| 2014-05-23 | MIPS: math-emu: Call ieee754di_xcpt, not ieee754si_xcpt in ieee754dp_cmp. | Ralf Baechle | 1 | -1/+1 |
| 2014-05-23 | MIPS: math-emu: Cleanup stdarg usage including apparently bogus comment. | Ralf Baechle | 4 | -8/+4 |
| 2014-05-23 | MIPS: math-emu: Remove #if 1 and dead code from its #else branch. | Ralf Baechle | 1 | -10/+0 |
| 2014-05-23 | MIPS: math-emu: Cleanup ieee754si_indef() / ieee754di_indef(). | Ralf Baechle | 1 | -6/+10 |
| 2014-05-23 | MIPS: math-emu: Convert debug printks to pr_debug getting. | Ralf Baechle | 2 | -16/+9 |
| 2014-05-23 | MIPS: math-emu: Get rid of unuable extended precision support. | Ralf Baechle | 1 | -3/+0 |
| 2014-05-21 | MIPS: math-emu: Remove most ifdefery. | Ralf Baechle | 2 | -82/+133 |
| 2014-05-21 | MIPS: math-emu: Turn macros into functions where possible. | Ralf Baechle | 39 | -131/+143 |
| 2014-05-21 | MIPS: math-emu: Harden ieee754int.h against multiple inclusion. | Ralf Baechle | 1 | -1/+4 |
| 2014-05-21 | MIPS: math-emu: Reformat code according to coding style. | Ralf Baechle | 7 | -131/+138 |
| 2014-05-21 | MIPS: math-emu: Move all debug fs code to a separate file. | Ralf Baechle | 3 | -56/+62 |
| 2014-05-21 | MIPS: math-emu: Remove fine example of cargo cult programming. | Ralf Baechle | 1 | -7/+0 |
| 2014-05-21 | MIPS: math-emu: Header file weeding. | Ralf Baechle | 7 | -29/+12 |
| 2014-05-21 | MIPS: math-emu: Use helpers to manipulate CAUSEF_BD flag. | Ralf Baechle | 2 | -8/+8 |
| 2014-05-21 | MIPS: math-emu: Get rid of typedefs. | Ralf Baechle | 40 | -212/+212 |
| 2014-05-21 | MIPS: math-emu: Use English spelling of `constant' rather than Danish. | Ralf Baechle | 2 | -8/+8 |
| 2014-05-21 | MIPS: math-emu: Mark exception handling functions as __cold. | Ralf Baechle | 7 | -16/+23 |
| 2014-05-21 | MIPS: math-emu: Use __BITFIELD_FIELD to eleminate redundant definitions. | Ralf Baechle | 1 | -63/+23 |
| 2014-03-31 | Merge branch '3.14-fixes' into mips-for-linux-next | Ralf Baechle | 1 | -3/+3 |
| 2014-03-26 | MIPS: Clear upper bits of FP registers on emulator writes | Paul Burton | 1 | -5/+20 |
| 2014-03-26 | MIPS: Move & rename fpu_emulator_{save,restore}_context | Paul Burton | 1 | -75/+0 |
| 2014-03-26 | MIPS: Simplify FP context access | Paul Burton | 2 | -22/+36 |
| 2014-03-11 | MIPS: math-emu: Fix prefx detection and COP1X function field definition | Deng-Cheng Zhu | 1 | -3/+3 |
| 2014-01-13 | MIPS: Support for 64-bit FP with O32 binaries | Paul Burton | 2 | -7/+9 |
| 2014-01-13 | MIPS: microMIPS: mfhc1 & mthc1 support for the FPU emulator | Steven J. Hill | 1 | -1/+7 |
| 2014-01-13 | MIPS: math-emu: Add mfhc1 & mthc1 support. | Leonid Yegoshin | 1 | -0/+24 |
| 2013-08-26 | MIPS: Remove unreachable break statements from cp1emu.c | David Daney | 1 | -27/+0 |
| 2013-08-20 | MIPS: Handle OCTEON BBIT instructions in FPU emulator. | David Daney | 1 | -0/+26 |
| 2013-07-01 | MIPS: Don't try to decode microMIPS branch instructions where they cannot exist. | David Daney | 1 | -0/+3 |
| 2013-05-09 | MIPS: microMIPS: Floating point support. | Leonid Yegoshin | 2 | -94/+853 |
| 2013-02-01 | MIPS: Whitespace cleanup. | Ralf Baechle | 13 | -27/+27 |
| 2013-02-01 | MIPS: Nuke empty lines at end of files. | Ralf Baechle | 1 | -1/+0 |
| 2012-12-13 | MIPS: Fix for warning from FPU emulation code | Ralf Baechle | 1 | -7/+8 |