1. b730920 MIPS: math-emu: Remove pr_err() calls from fpu_emu() by Paul Burton · 7 years ago
  2. d79354c MIPS: math-emu: Prevent wrong ISA mode instruction emulation by Maciej W. Rozycki · 7 years ago
  3. 97139d4 treewide: remove redundant #include <linux/kconfig.h> by Masahiro Yamada · 8 years ago
  4. 4305f42 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  5. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  6. 432c6ba MIPS: Use per-mm page to execute branch delay slot instructions by Paul Burton · 8 years ago
  7. 1b49260 MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op by Paul Burton · 8 years ago
  8. 1c66b79 MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op by Paul Burton · 8 years ago
  9. ab4a92e MIPS: math-emu: Fix jalr emulation when rd == $0 by Paul Burton · 8 years ago
  10. 4b820d9 MIPS: math-emu: Emulate MIPSr6 sel.fmt instruction by Paul Burton · 8 years ago
  11. 93583e1 MIPS: math-emu: Fix BC1{EQ,NE}Z emulation by Paul Burton · 8 years ago
  12. e455357 MIPS: math-emu: Correctly handle NOP emulation by Maciej W. Rozycki · 8 years ago
  13. a79f5f9 MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instruction by Markos Chandras · 9 years ago
  14. 4e9561b MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instruction by Markos Chandras · 9 years ago
  15. 38db37b MIPS: math-emu: Add support for the MIPS R6 CLASS FPU instruction by Markos Chandras · 9 years ago
  16. 400bd2e MIPS: math-emu: Add support for the MIPS R6 RINT FPU instruction by Markos Chandras · 9 years ago
  17. 83d4330 MIPS: math-emu: Add support for the MIPS R6 MSUBF FPU instruction by Markos Chandras · 9 years ago
  18. e24c3be MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instruction by Markos Chandras · 9 years ago
  19. 130fe35 MIPS: math-emu: Add support for the MIPS R6 SELNEZ FPU instruction by Markos Chandras · 9 years ago
  20. 67613f0 MIPS: math-emu: Add support for the MIPS R6 SELEQZ FPU instruction by Markos Chandras · 9 years ago
  21. f8c3c67 MIPS: math-emu: Add support for the CMP.condn.fmt R6 instruction by Markos Chandras · 9 years ago
  22. c909ca7 MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructions by Markos Chandras · 9 years ago
  23. e8f80cc MIPS: math-emu: Allow m{f,t}hc emulation on MIPS R6 by Markos Chandras · 9 years ago
  24. bbdd814 MIPS: cp1emu: Fix closing bracket for the d_fmt case by Markos Chandras · 9 years ago
  25. 143fefc MIPS: Fix erroneous JR emulation for MIPS R6 by Markos Chandras · 9 years ago
  26. e9d92d2 MIPS: Fix branch emulation for BLTC and BGEC instructions by Markos Chandras · 9 years ago
  27. 03dce59 MIPS: Fix a preemption issue with thread's FPU defaults by Maciej W. Rozycki · 9 years ago
  28. 9b26616 MIPS: Respect the ISA level in FCSR handling by Maciej W. Rozycki · 9 years ago
  29. f1f3b7e MIPS: math-emu: Define IEEE 754-2008 feature control bits by Maciej W. Rozycki · 9 years ago
  30. c491cfa MIPS: math-emu: Implement the FCCR, FEXR and FENR registers by Maciej W. Rozycki · 9 years ago
  31. f684362 MIPS: math-emu: Set FIR feature flags for full emulation by Maciej W. Rozycki · 9 years ago
  32. 9ab4471 MIPS: math-emu: Correct delay-slot exception propagation by Maciej W. Rozycki · 9 years ago
  33. 2d83fea MIPS: Correct FP ISA requirements by Maciej W. Rozycki · 9 years ago
  34. d4f5b08 MIPS: math-emu: Factor out CFC1/CTC1 emulation by Maciej W. Rozycki · 9 years ago
  35. 2cfcf8a MIPS: math-emu: Remove `modeindex' macro by Maciej W. Rozycki · 9 years ago
  36. 5d77cf2 MIPS: math-emu: Reindent `bc_op' emulation by Maciej W. Rozycki · 9 years ago
  37. e0d32f33 MIPS: Handle MIPS IV, V and R2 FPU instructions on MIPS R6 as well by Markos Chandras · 9 years ago
  38. b0a668f MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6 by Leonid Yegoshin · 10 years ago
  39. 28d6f93 MIPS: Emulate the new MIPS R6 BNEZC and JIALC instructions by Markos Chandras · 9 years ago
  40. 69b9a2f MIPS: Emulate the new MIPS R6 BEQZC and JIC instructions by Markos Chandras · 10 years ago
  41. 84fef63 MIPS: Emulate the new MIPS R6 BALC instruction by Markos Chandras · 10 years ago
  42. 10d962d MIPS: Emulate the new MIPS R6 BNVC, BNEC and BNEZLAC instructions by Markos Chandras · 10 years ago
  43. c893ce3 MIPS: Emulate the new MIPS R6 BOVC, BEQC and BEQZALC instructions by Markos Chandras · 10 years ago
  44. 8467ca0 MIPS: Emulate the new MIPS R6 branch compact (BC) instruction by Markos Chandras · 10 years ago
  45. f1b4406 MIPS: Emulate the new MIPS R6 B{L,G}T{Z,}{AL,}C instructions by Markos Chandras · 10 years ago
  46. a8ff66f MIPS: Emulate the new MIPS R6 B{L,G}Ε{Z,}{AL,}C instructions by Markos Chandras · 10 years ago
  47. c8a3458 MIPS: Emulate the BC1{EQ,NE}Z FPU instructions by Markos Chandras · 10 years ago
  48. 319824e MIPS: kernel: branch: Do not emulate the branch likelies on MIPS R6 by Markos Chandras · 10 years ago
  49. 5f9f41c MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6 by Markos Chandras · 10 years ago
  50. 4227a2d MIPS: Support for hybrid FPRs by Paul Burton · 10 years ago
  51. 842dfc1 MIPS: Fix build with binutils 2.24.51+ by Manuel Lauss · 10 years ago
  52. a5466d7 MIPS: cp1emu: Fix ISA restrictions for cop1x_op instructions by Markos Chandras · 10 years ago
  53. c8c0da6 MIPS: Fix MFC1 & MFHC1 emulation for 64-bit MIPS systems by Paul Burton · 10 years ago
  54. c3b9b94 MIPS: math-emu: Fix instruction decoding. by Rob Kendrick · 10 years ago
  55. a36d822 MIPS: OCTEON: Enable use of FPU by David Daney · 10 years ago
  56. c410352 MIPS: math-emu: Add IEEE754 exception statistics to debugfs by Deng-Cheng Zhu · 10 years ago
  57. 70e4c23 MIPS: math-emu: Reduce microMIPS bloat. by Ralf Baechle · 10 years ago
  58. 56a6473 MIPS: math-emu: Switch to using the MIPS rounding modes. by Ralf Baechle · 10 years ago
  59. 76fbfc3 MIPS: Sort out mm_isBranchInstr. by Ralf Baechle · 10 years ago
  60. 3f7cac4 MIPS: math-emu: Cleanup coding style. by Ralf Baechle · 10 years ago
  61. 92df0f8 MIPS: math-emu: Convert debug printks to pr_debug getting. by Ralf Baechle · 10 years ago
  62. 08a0790 MIPS: math-emu: Remove most ifdefery. by Ralf Baechle · 10 years ago
  63. 47fa0c0 MIPS: math-emu: Reformat code according to coding style. by Ralf Baechle · 10 years ago
  64. 85c51c5 MIPS: math-emu: Move all debug fs code to a separate file. by Ralf Baechle · 10 years ago
  65. cd8ee34 MIPS: math-emu: Header file weeding. by Ralf Baechle · 10 years ago
  66. e7e9cae MIPS: math-emu: Use helpers to manipulate CAUSEF_BD flag. by Ralf Baechle · 10 years ago
  67. 2209bcb MIPS: math-emu: Get rid of typedefs. by Ralf Baechle · 10 years ago
  68. ade63aa Merge branch '3.14-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  69. ef1c47a MIPS: Clear upper bits of FP registers on emulator writes by Paul Burton · 10 years ago
  70. bbd426f MIPS: Simplify FP context access by Paul Burton · 10 years ago
  71. 51061b8 MIPS: math-emu: Fix prefx detection and COP1X function field definition by Deng-Cheng Zhu · 10 years ago
  72. 597ce17 MIPS: Support for 64-bit FP with O32 binaries by Paul Burton · 11 years ago
  73. 9355e59 MIPS: microMIPS: mfhc1 & mthc1 support for the FPU emulator by Steven J. Hill · 11 years ago
  74. 1ac94400 MIPS: math-emu: Add mfhc1 & mthc1 support. by Leonid Yegoshin · 11 years ago
  75. 36b0f79 MIPS: Remove unreachable break statements from cp1emu.c by David Daney · 11 years ago
  76. c26d421 MIPS: Handle OCTEON BBIT instructions in FPU emulator. by David Daney · 11 years ago
  77. fe6d290 MIPS: Don't try to decode microMIPS branch instructions where they cannot exist. by David Daney · 11 years ago
  78. 102cedc MIPS: microMIPS: Floating point support. by Leonid Yegoshin · 11 years ago
  79. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 11 years ago
  80. 51d943f MIPS: Fix for warning from FPU emulation code by Ralf Baechle · 12 years ago
  81. d8d4e3a MIPS Kprobes: Refactor branch emulation by Maneesh Soni · 13 years ago
  82. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 13 years ago
  83. 515b029 MIPS: Send proper signal and siginfo on FP emulator faults. by David Daney · 14 years ago
  84. 7f788d2 MIPS: add support for software performance events by Deng-Cheng Zhu · 14 years ago
  85. 50a23e6 Update broken web addresses in arch directory. by Justin P. Mattock · 14 years ago
  86. 3f13553 MIPS: Coding style cleanups of access of FCSR rounding mode bits by Shane McDonald · 14 years ago
  87. 95e8f63 MIPS FPU emulator: allow Cause bits of FCSR to be writeable by ctc1 by Shane McDonald · 14 years ago
  88. b6ee75e MIPS: Collect FPU emulator statistics per-CPU. by David Daney · 15 years ago
  89. da0bac3 MIPS: Fix emulation of 64-bit FPU on FPU-less 64-bit CPUs. by David Daney · 15 years ago
  90. ba3049e MIPS: Switch FPU emulator trap to BREAK instruction. by Ralf Baechle · 16 years ago
  91. ecab1f4 MIPS: Fix debugfs_create_*'s error checking method for arch/mips/math-emu/ by Zhaolei · 16 years ago
  92. 21a151d [MIPS] checkfiles: Fix "need space after that ','" errors. by Ralf Baechle · 17 years ago
  93. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 17 years ago
  94. e70dfc1 [MIPS] math-emu minor cleanup by Atsushi Nemoto · 17 years ago
  95. 83fd38c [MIPS] Add debugfs files to show fpuemu statistics by Atsushi Nemoto · 17 years ago
  96. e04582b [MIPS] Make sure cpu_has_fpu is used only in atomic context by Atsushi Nemoto · 18 years ago
  97. eae8907 [MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs. by Atsushi Nemoto · 18 years ago
  98. 4b724ef Get rid of SINGLE_ONLY_FPU. Linux does not support half FPU other than by Ralf Baechle · 19 years ago
  99. 3fccc01 Fix all the get_user / put_user related sparse warnings. by Ralf Baechle · 19 years ago
  100. 12616ed FPU emulator garbage collection. by Ralf Baechle · 19 years ago