1. 4227a2d MIPS: Support for hybrid FPRs by Paul Burton · 10 years ago
  2. 635c9907 MIPS: Remove useless parentheses by Ralf Baechle · 10 years ago
  3. 842dfc1 MIPS: Fix build with binutils 2.24.51+ by Manuel Lauss · 10 years ago
  4. a5466d7 MIPS: cp1emu: Fix ISA restrictions for cop1x_op instructions by Markos Chandras · 10 years ago
  5. c8c0da6 MIPS: Fix MFC1 & MFHC1 emulation for 64-bit MIPS systems by Paul Burton · 10 years ago
  6. c3b9b94 MIPS: math-emu: Fix instruction decoding. by Rob Kendrick · 10 years ago
  7. fb738f8 MIPS: math-emu: Reduce code duplication. by Ralf Baechle · 10 years ago
  8. 91496ea MIPS: math-emu: Work around limitations of older GCC. by Ralf Baechle · 10 years ago
  9. a36d822 MIPS: OCTEON: Enable use of FPU by David Daney · 10 years ago
  10. c410352 MIPS: math-emu: Add IEEE754 exception statistics to debugfs by Deng-Cheng Zhu · 10 years ago
  11. 70e4c23 MIPS: math-emu: Reduce microMIPS bloat. by Ralf Baechle · 10 years ago
  12. 56a6473 MIPS: math-emu: Switch to using the MIPS rounding modes. by Ralf Baechle · 10 years ago
  13. aef3fb7 MIPS: math-emu: Nuke alternative names for IEEE-754 rounding modes. by Ralf Baechle · 10 years ago
  14. 76fbfc3 MIPS: Sort out mm_isBranchInstr. by Ralf Baechle · 10 years ago
  15. e0cc3a4 MIPS: math-emu: Inline fpu_emulator_init_fpu() by Ralf Baechle · 10 years ago
  16. 3f7cac4 MIPS: math-emu: Cleanup coding style. by Ralf Baechle · 10 years ago
  17. 49548b0 MIPS: math-emu: Cleanup definition of structs describe sp/dp floats. by Ralf Baechle · 10 years ago
  18. de2fc34 MIPS: math-emu: Rename get_rounding() functions. by Ralf Baechle · 10 years ago
  19. 90efba3 MIPS: math-emu: Get rid of the useless parts of exception handling. by Ralf Baechle · 10 years ago
  20. 593d33f MIPS: math-emu: Move various objects into an ar library. by Ralf Baechle · 10 years ago
  21. f71baa1 MIPS: math-emu: Inline ieee754sp_issnan and ieee754dp_issnan. by Ralf Baechle · 10 years ago
  22. dfbf42b MIPS: math-emu: Remove unused code. by Ralf Baechle · 10 years ago
  23. 1bc3320 MIPS: math-emu: Remove unused ieee754sp_bestnan() and ieee754dp_bestnan(). by Ralf Baechle · 10 years ago
  24. 3a33db2 MIPS: math-emu: Inline ieee754dp_finite and ieee754dp_finite(). by Ralf Baechle · 10 years ago
  25. b3a7ad2 MIPS: math-emu: Eleminate duplicate definitions of identical macros. by Ralf Baechle · 10 years ago
  26. 3e160aa MIPS: math-emu: Use SPSIGN() rather than DPSIGN() in ieee754sp_sub(). by Ralf Baechle · 10 years ago
  27. ad8fb55 MIPS: math-emu: Replace DP_MBITS with DP_FBITS and SP_MBITS with SP_FBITS. by Ralf Baechle · 10 years ago
  28. f5410d1 MIPS: math-emu: Call ieee754di_xcpt, not ieee754si_xcpt in ieee754dp_cmp. by Ralf Baechle · 10 years ago
  29. 1eaf198 MIPS: math-emu: Cleanup stdarg usage including apparently bogus comment. by Ralf Baechle · 10 years ago
  30. 08f1faa MIPS: math-emu: Remove #if 1 and dead code from its #else branch. by Ralf Baechle · 10 years ago
  31. e812a73 MIPS: math-emu: Cleanup ieee754si_indef() / ieee754di_indef(). by Ralf Baechle · 10 years ago
  32. 92df0f8 MIPS: math-emu: Convert debug printks to pr_debug getting. by Ralf Baechle · 10 years ago
  33. fcfe228 MIPS: math-emu: Get rid of unuable extended precision support. by Ralf Baechle · 10 years ago
  34. 08a0790 MIPS: math-emu: Remove most ifdefery. by Ralf Baechle · 10 years ago
  35. 9e8bad1 MIPS: math-emu: Turn macros into functions where possible. by Ralf Baechle · 10 years ago
  36. bee1653 MIPS: math-emu: Harden ieee754int.h against multiple inclusion. by Ralf Baechle · 10 years ago
  37. 47fa0c0 MIPS: math-emu: Reformat code according to coding style. by Ralf Baechle · 10 years ago
  38. 85c51c5 MIPS: math-emu: Move all debug fs code to a separate file. by Ralf Baechle · 10 years ago
  39. 6d18b62 MIPS: math-emu: Remove fine example of cargo cult programming. by Ralf Baechle · 10 years ago
  40. cd8ee34 MIPS: math-emu: Header file weeding. by Ralf Baechle · 10 years ago
  41. e7e9cae MIPS: math-emu: Use helpers to manipulate CAUSEF_BD flag. by Ralf Baechle · 10 years ago
  42. 2209bcb MIPS: math-emu: Get rid of typedefs. by Ralf Baechle · 10 years ago
  43. 2370881 MIPS: math-emu: Use English spelling of `constant' rather than Danish. by Ralf Baechle · 10 years ago
  44. cae5506 MIPS: math-emu: Mark exception handling functions as __cold. by Ralf Baechle · 10 years ago
  45. f80cc08 MIPS: math-emu: Use __BITFIELD_FIELD to eleminate redundant definitions. by Ralf Baechle · 10 years ago
  46. ade63aa Merge branch '3.14-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  47. ef1c47a MIPS: Clear upper bits of FP registers on emulator writes by Paul Burton · 10 years ago
  48. b2ead52 MIPS: Move & rename fpu_emulator_{save,restore}_context by Paul Burton · 10 years ago
  49. bbd426f MIPS: Simplify FP context access by Paul Burton · 10 years ago
  50. 51061b8 MIPS: math-emu: Fix prefx detection and COP1X function field definition by Deng-Cheng Zhu · 10 years ago
  51. 597ce17 MIPS: Support for 64-bit FP with O32 binaries by Paul Burton · 11 years ago
  52. 9355e59 MIPS: microMIPS: mfhc1 & mthc1 support for the FPU emulator by Steven J. Hill · 11 years ago
  53. 1ac94400 MIPS: math-emu: Add mfhc1 & mthc1 support. by Leonid Yegoshin · 11 years ago
  54. 36b0f79 MIPS: Remove unreachable break statements from cp1emu.c by David Daney · 11 years ago
  55. c26d421 MIPS: Handle OCTEON BBIT instructions in FPU emulator. by David Daney · 11 years ago
  56. fe6d290 MIPS: Don't try to decode microMIPS branch instructions where they cannot exist. by David Daney · 11 years ago
  57. 102cedc MIPS: microMIPS: Floating point support. by Leonid Yegoshin · 11 years ago
  58. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 11 years ago
  59. 405ab01 MIPS: Nuke empty lines at end of files. by Ralf Baechle · 11 years ago
  60. 51d943f MIPS: Fix for warning from FPU emulation code by Ralf Baechle · 12 years ago
  61. b81947c Disintegrate asm/system.h for MIPS by David Howells · 12 years ago
  62. d8d4e3a MIPS Kprobes: Refactor branch emulation by Maneesh Soni · 13 years ago
  63. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 13 years ago
  64. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  65. 91b51f3 MIPS: Fix GCC-4.6 'set but not used' warning in ieee754int.h by David Daney · 13 years ago
  66. 515b029 MIPS: Send proper signal and siginfo on FP emulator faults. by David Daney · 14 years ago
  67. 7f788d2 MIPS: add support for software performance events by Deng-Cheng Zhu · 14 years ago
  68. 50a23e6 Update broken web addresses in arch directory. by Justin P. Mattock · 14 years ago
  69. 66f9ba1 MIPS: Add -Werror to arch/mips/Kbuild by Sam Ravnborg · 14 years ago
  70. abb86dc MIPS: math-emu: Checkpatch cleanup by Andrea Gelmini · 14 years ago
  71. 3e4088a MIPS: math-emu: Checkpatch cleanup by Andrea Gelmini · 14 years ago
  72. 24da36c MIPS: math-emu: Checkpatch cleanup by Andrea Gelmini · 14 years ago
  73. c273625 MIPS: math-emu: Checkpatch cleanup by Andrea Gelmini · 14 years ago
  74. 6337f5e MIPS: math-emu: Checkpatch cleanup by Andrea Gelmini · 14 years ago
  75. 055899a MIPS: math-emu: Checkpatch cleanup by Andrea Gelmini · 14 years ago
  76. e48682d MIPS: Restore signalling NaN behaviour for abs.[sd] by Chris Dearman · 14 years ago
  77. 3f13553 MIPS: Coding style cleanups of access of FCSR rounding mode bits by Shane McDonald · 14 years ago
  78. 95e8f63 MIPS FPU emulator: allow Cause bits of FCSR to be writeable by ctc1 by Shane McDonald · 14 years ago
  79. e0e53de MIPS: Nuke trailing blank lines by Ralf Baechle · 14 years ago
  80. 2fe0626 MIPS: Cleanup switches with cases that can be merged by Roel Kluin · 14 years ago
  81. b6ee75e MIPS: Collect FPU emulator statistics per-CPU. by David Daney · 15 years ago
  82. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  83. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  84. da0bac3 MIPS: Fix emulation of 64-bit FPU on FPU-less 64-bit CPUs. by David Daney · 15 years ago
  85. cea2be4 MIPS: Fix abs.[sd] and neg.[sd] emulation for NaN operands by Nigel Stephens · 15 years ago
  86. ba3049e MIPS: Switch FPU emulator trap to BREAK instruction. by Ralf Baechle · 16 years ago
  87. ecab1f4 MIPS: Fix debugfs_create_*'s error checking method for arch/mips/math-emu/ by Zhaolei · 16 years ago
  88. f028b86 [MIPS] Fix missing prototypes in asm/fpu.h by Dmitri Vorobiev · 16 years ago
  89. 389310e [MIPS] replace __inline with inline by Harvey Harrison · 16 years ago
  90. 8142294 [MIPS] Compliment va_start() with va_end(). by Richard Knutsson · 17 years ago
  91. 21a151d [MIPS] checkfiles: Fix "need space after that ','" errors. by Ralf Baechle · 17 years ago
  92. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 17 years ago
  93. dde96ca [MIPS] Use -Werror on subdirectories which build cleanly. by Ralf Baechle · 17 years ago
  94. 5e0373b [MIPS] Add some __user tags by Atsushi Nemoto · 17 years ago
  95. e70dfc1 [MIPS] math-emu minor cleanup by Atsushi Nemoto · 17 years ago
  96. 83fd38c [MIPS] Add debugfs files to show fpuemu statistics by Atsushi Nemoto · 17 years ago
  97. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  98. 53dc802 [MIPS] FPU ownership management & preemption fixes by Atsushi Nemoto · 17 years ago
  99. e04582b [MIPS] Make sure cpu_has_fpu is used only in atomic context by Atsushi Nemoto · 18 years ago
  100. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago