aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle1-3/+3
2014-03-26MIPS: Clear upper bits of FP registers on emulator writesPaul Burton1-5/+20
2014-03-26MIPS: Move & rename fpu_emulator_{save,restore}_contextPaul Burton1-75/+0
2014-03-26MIPS: Simplify FP context accessPaul Burton2-22/+36
2014-03-11MIPS: math-emu: Fix prefx detection and COP1X function field definitionDeng-Cheng Zhu1-3/+3
2014-01-13MIPS: Support for 64-bit FP with O32 binariesPaul Burton2-7/+9
2014-01-13MIPS: microMIPS: mfhc1 & mthc1 support for the FPU emulatorSteven J. Hill1-1/+7
2014-01-13MIPS: math-emu: Add mfhc1 & mthc1 support.Leonid Yegoshin1-0/+24
2013-08-26MIPS: Remove unreachable break statements from cp1emu.cDavid Daney1-27/+0
2013-08-20MIPS: Handle OCTEON BBIT instructions in FPU emulator.David Daney1-0/+26
2013-07-01MIPS: Don't try to decode microMIPS branch instructions where they cannot exist.David Daney1-0/+3
2013-05-09MIPS: microMIPS: Floating point support.Leonid Yegoshin2-95/+854
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle13-27/+27
2013-02-01MIPS: Nuke empty lines at end of files.Ralf Baechle1-1/+0
2012-12-13MIPS: Fix for warning from FPU emulation codeRalf Baechle1-7/+8
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2011-12-07MIPS Kprobes: Refactor branch emulationManeesh Soni1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi4-4/+4
2011-03-14MIPS: Fix GCC-4.6 'set but not used' warning in ieee754int.hDavid Daney1-2/+2
2010-12-16MIPS: Send proper signal and siginfo on FP emulator faults.David Daney1-21/+95
2010-10-29MIPS: add support for software performance eventsDeng-Cheng Zhu1-0/+3
2010-10-18Update broken web addresses in arch directory.Justin P. Mattock43-43/+0
2010-08-05MIPS: Add -Werror to arch/mips/KbuildSam Ravnborg1-1/+0
2010-08-05MIPS: math-emu: Checkpatch cleanupAndrea Gelmini1-2/+1
2010-08-05MIPS: math-emu: Checkpatch cleanupAndrea Gelmini1-2/+1
2010-08-05MIPS: math-emu: Checkpatch cleanupAndrea Gelmini1-1/+1
2010-08-05MIPS: math-emu: Checkpatch cleanupAndrea Gelmini1-2/+1
2010-08-05MIPS: math-emu: Checkpatch cleanupAndrea Gelmini1-2/+1
2010-08-05MIPS: math-emu: Checkpatch cleanupAndrea Gelmini1-1/+1
2010-07-05MIPS: Restore signalling NaN behaviour for abs.[sd]Chris Dearman2-0/+2
2010-05-21MIPS: Coding style cleanups of access of FCSR rounding mode bitsShane McDonald1-5/+6
2010-05-15 MIPS FPU emulator: allow Cause bits of FCSR to be writeable by ctc1Shane McDonald1-4/+11
2010-02-27MIPS: Nuke trailing blank linesRalf Baechle2-2/+0
2010-02-27MIPS: Cleanup switches with cases that can be mergedRoel Kluin2-2/+0
2009-12-17MIPS: Collect FPU emulator statistics per-CPU.David Daney2-43/+63
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-13MIPS: Fix emulation of 64-bit FPU on FPU-less 64-bit CPUs.David Daney1-20/+21
2009-11-02MIPS: Fix abs.[sd] and neg.[sd] emulation for NaN operandsNigel Stephens2-17/+7
2008-10-30MIPS: Switch FPU emulator trap to BREAK instruction.Ralf Baechle3-25/+3
2008-10-27MIPS: Fix debugfs_create_*'s error checking method for arch/mips/math-emu/Zhaolei1-4/+4
2008-07-20[MIPS] Fix missing prototypes in asm/fpu.hDmitri Vorobiev1-0/+1
2008-04-28[MIPS] replace __inline with inlineHarvey Harrison2-2/+2
2007-11-26[MIPS] Compliment va_start() with va_end().Richard Knutsson3-0/+6
2007-10-11[MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle6-46/+46
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle1-4/+4
2007-07-31[MIPS] Use -Werror on subdirectories which build cleanly.Ralf Baechle1-0/+2
2007-07-13[MIPS] Add some __user tagsAtsushi Nemoto1-6/+6
2007-07-13[MIPS] math-emu minor cleanupAtsushi Nemoto1-10/+9