summaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* MIPS: math-emu: Get rid of unuable extended precision support.Ralf Baechle2014-05-231-3/+0
* MIPS: math-emu: Remove most ifdefery.Ralf Baechle2014-05-212-82/+133
* MIPS: math-emu: Turn macros into functions where possible.Ralf Baechle2014-05-2139-131/+143
* MIPS: math-emu: Harden ieee754int.h against multiple inclusion.Ralf Baechle2014-05-211-1/+4
* MIPS: math-emu: Reformat code according to coding style.Ralf Baechle2014-05-217-133/+140
* MIPS: math-emu: Move all debug fs code to a separate file.Ralf Baechle2014-05-213-56/+62
* MIPS: math-emu: Remove fine example of cargo cult programming.Ralf Baechle2014-05-211-7/+0
* MIPS: math-emu: Header file weeding.Ralf Baechle2014-05-217-29/+12
* MIPS: math-emu: Use helpers to manipulate CAUSEF_BD flag.Ralf Baechle2014-05-212-8/+8
* MIPS: math-emu: Get rid of typedefs.Ralf Baechle2014-05-2140-212/+212
* MIPS: math-emu: Use English spelling of `constant' rather than Danish.Ralf Baechle2014-05-212-8/+8
* MIPS: math-emu: Mark exception handling functions as __cold.Ralf Baechle2014-05-217-16/+23
* MIPS: math-emu: Use __BITFIELD_FIELD to eleminate redundant definitions.Ralf Baechle2014-05-211-63/+23
* Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle2014-03-311-3/+3
|\
| * MIPS: math-emu: Fix prefx detection and COP1X function field definitionDeng-Cheng Zhu2014-03-111-3/+3
* | MIPS: Clear upper bits of FP registers on emulator writesPaul Burton2014-03-261-5/+20
* | MIPS: Move & rename fpu_emulator_{save,restore}_contextPaul Burton2014-03-261-75/+0
* | MIPS: Simplify FP context accessPaul Burton2014-03-262-22/+36
|/
* MIPS: Support for 64-bit FP with O32 binariesPaul Burton2014-01-132-7/+9
* MIPS: microMIPS: mfhc1 & mthc1 support for the FPU emulatorSteven J. Hill2014-01-131-1/+7
* MIPS: math-emu: Add mfhc1 & mthc1 support.Leonid Yegoshin2014-01-131-0/+24
* MIPS: Remove unreachable break statements from cp1emu.cDavid Daney2013-08-261-27/+0
* MIPS: Handle OCTEON BBIT instructions in FPU emulator.David Daney2013-08-201-0/+26
* MIPS: Don't try to decode microMIPS branch instructions where they cannot exist.David Daney2013-07-011-0/+3
* MIPS: microMIPS: Floating point support.Leonid Yegoshin2013-05-092-95/+854
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-0113-27/+27
* MIPS: Nuke empty lines at end of files.Ralf Baechle2013-02-011-1/+0
* MIPS: Fix for warning from FPU emulation codeRalf Baechle2012-12-131-7/+8
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-1/+0
* MIPS Kprobes: Refactor branch emulationManeesh Soni2011-12-071-1/+1
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-2/+1
* Fix common misspellingsLucas De Marchi2011-03-314-4/+4
* MIPS: Fix GCC-4.6 'set but not used' warning in ieee754int.hDavid Daney2011-03-141-2/+2
* MIPS: Send proper signal and siginfo on FP emulator faults.David Daney2010-12-161-21/+95
* MIPS: add support for software performance eventsDeng-Cheng Zhu2010-10-291-0/+3
* Update broken web addresses in arch directory.Justin P. Mattock2010-10-1843-43/+0
* MIPS: Add -Werror to arch/mips/KbuildSam Ravnborg2010-08-051-1/+0
* MIPS: math-emu: Checkpatch cleanupAndrea Gelmini2010-08-051-2/+1
* MIPS: math-emu: Checkpatch cleanupAndrea Gelmini2010-08-051-2/+1
* MIPS: math-emu: Checkpatch cleanupAndrea Gelmini2010-08-051-1/+1
* MIPS: math-emu: Checkpatch cleanupAndrea Gelmini2010-08-051-2/+1
* MIPS: math-emu: Checkpatch cleanupAndrea Gelmini2010-08-051-2/+1
* MIPS: math-emu: Checkpatch cleanupAndrea Gelmini2010-08-051-1/+1
* MIPS: Restore signalling NaN behaviour for abs.[sd]Chris Dearman2010-07-052-0/+2
* MIPS: Coding style cleanups of access of FCSR rounding mode bitsShane McDonald2010-05-211-5/+6
* MIPS FPU emulator: allow Cause bits of FCSR to be writeable by ctc1Shane McDonald2010-05-151-4/+11
* MIPS: Nuke trailing blank linesRalf Baechle2010-02-272-2/+0
* MIPS: Cleanup switches with cases that can be mergedRoel Kluin2010-02-272-2/+0
* MIPS: Collect FPU emulator statistics per-CPU.David Daney2009-12-172-43/+63
* Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
|\