1. 97139d4 treewide: remove redundant #include <linux/kconfig.h> by Masahiro Yamada · 8 years ago
  2. 116e711 MIPS: Fix delay slot emulation count in debugfs by Paul Burton · 8 years ago
  3. 4305f42 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  4. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  5. 432c6ba MIPS: Use per-mm page to execute branch delay slot instructions by Paul Burton · 8 years ago
  6. 1b49260 MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op by Paul Burton · 8 years ago
  7. 1c66b79 MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op by Paul Burton · 8 years ago
  8. e7e3346 MIPS: math-emu: Fix typo by Andrea Gelmini · 8 years ago
  9. ab4a92e MIPS: math-emu: Fix jalr emulation when rd == $0 by Paul Burton · 8 years ago
  10. db57f29 MIPS: math-emu: Fix m{add,sub}.s shifts by Paul Burton · 8 years ago
  11. 5c18c936 MIPS: math-emu: Fix code indentation by Paul Burton · 8 years ago
  12. 95bff24 MIPS: math-emu: Fix bit-width in ieee754dp_{mul, maddf, msubf} comments by Paul Burton · 8 years ago
  13. e2d11e1 MIPS: math-emu: Add z argument macros by Paul Burton · 8 years ago
  14. d728f67 MIPS: math-emu: Unify ieee754dp_m{add,sub}f by Paul Burton · 8 years ago
  15. 6162051 MIPS: math-emu: Unify ieee754sp_m{add,sub}f by Paul Burton · 8 years ago
  16. 4b820d9 MIPS: math-emu: Emulate MIPSr6 sel.fmt instruction by Paul Burton · 8 years ago
  17. 93583e1 MIPS: math-emu: Fix BC1{EQ,NE}Z emulation by Paul Burton · 8 years ago
  18. acd9e20 MIPS: math-emu: Always propagate sNaN payload in quieting by Maciej W. Rozycki · 9 years ago
  19. 036aff9 MIPS: math-emu: dsemul: Remove an unused bit in ADDIUPC emulation by Maciej W. Rozycki · 8 years ago
  20. 92a76f6 MIPS: Fix misspellings in comments. by Adam Buchbinder · 8 years ago
  21. 6d7b141 MIPS: math-emu: dsemul: Reduce `get_isa16_mode' clutter by Maciej W. Rozycki · 8 years ago
  22. 6e1715f MIPS: math-emu: dsemul: Correct description of the emulation frame by Maciej W. Rozycki · 8 years ago
  23. 69a1e6c MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instruction by Maciej W. Rozycki · 8 years ago
  24. 733b8bc MIPS: math-emu: Make microMIPS branch delay slot emulation work by Maciej W. Rozycki · 8 years ago
  25. a87265c MIPS: math-emu: dsemul: Fix ill formatting of microMIPS part by Maciej W. Rozycki · 8 years ago
  26. e455357 MIPS: math-emu: Correctly handle NOP emulation by Maciej W. Rozycki · 8 years ago
  27. 90d53a9 MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation by Maciej W. Rozycki · 9 years ago
  28. 198f705 MIPS: math-emu: Add IEEE Std 754-2008 ABS.fmt and NEG.fmt emulation by Maciej W. Rozycki · 9 years ago
  29. 75dcfc1 MIPS: Declare mips_debugfs_dir in a header by Paul Burton · 9 years ago
  30. 65ab562 MIPS: math-emu: Remove unused handle_dsemul function declaration by Markos Chandras · 9 years ago
  31. a79f5f9 MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instruction by Markos Chandras · 9 years ago
  32. 4e9561b MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instruction by Markos Chandras · 9 years ago
  33. 38db37b MIPS: math-emu: Add support for the MIPS R6 CLASS FPU instruction by Markos Chandras · 9 years ago
  34. 400bd2e MIPS: math-emu: Add support for the MIPS R6 RINT FPU instruction by Markos Chandras · 9 years ago
  35. 83d4330 MIPS: math-emu: Add support for the MIPS R6 MSUBF FPU instruction by Markos Chandras · 9 years ago
  36. e24c3be MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instruction by Markos Chandras · 9 years ago
  37. 130fe35 MIPS: math-emu: Add support for the MIPS R6 SELNEZ FPU instruction by Markos Chandras · 9 years ago
  38. 67613f0 MIPS: math-emu: Add support for the MIPS R6 SELEQZ FPU instruction by Markos Chandras · 9 years ago
  39. f8c3c67 MIPS: math-emu: Add support for the CMP.condn.fmt R6 instruction by Markos Chandras · 9 years ago
  40. 1249ed3 MIPS: math-emu: Move from deprecated __initcall to arch_initcall. by Ralf Baechle · 9 years ago
  41. c909ca7 MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructions by Markos Chandras · 9 years ago
  42. e8f80cc MIPS: math-emu: Allow m{f,t}hc emulation on MIPS R6 by Markos Chandras · 9 years ago
  43. 1664574 MIPS: math-emu: Fix indentation by Markos Chandras · 9 years ago
  44. bbdd814 MIPS: cp1emu: Fix closing bracket for the d_fmt case by Markos Chandras · 9 years ago
  45. 143fefc MIPS: Fix erroneous JR emulation for MIPS R6 by Markos Chandras · 9 years ago
  46. e9d92d2 MIPS: Fix branch emulation for BLTC and BGEC instructions by Markos Chandras · 9 years ago
  47. 03dce59 MIPS: Fix a preemption issue with thread's FPU defaults by Maciej W. Rozycki · 9 years ago
  48. 9b26616 MIPS: Respect the ISA level in FCSR handling by Maciej W. Rozycki · 9 years ago
  49. 232b6ec MIPS: math-emu: Make ABS.fmt and NEG.fmt arithmetic again by Maciej W. Rozycki · 9 years ago
  50. f1f3b7e MIPS: math-emu: Define IEEE 754-2008 feature control bits by Maciej W. Rozycki · 9 years ago
  51. c491cfa MIPS: math-emu: Implement the FCCR, FEXR and FENR registers by Maciej W. Rozycki · 9 years ago
  52. f684362 MIPS: math-emu: Set FIR feature flags for full emulation by Maciej W. Rozycki · 9 years ago
  53. cfafc4f MIPS: math-emu: Move long fixed-point support into an `ar' library by Maciej W. Rozycki · 9 years ago
  54. 9ab4471 MIPS: math-emu: Correct delay-slot exception propagation by Maciej W. Rozycki · 9 years ago
  55. 2d83fea MIPS: Correct FP ISA requirements by Maciej W. Rozycki · 9 years ago
  56. 7737b20 MIPS: math-emu: Fix delay-slot emulation cache incoherency by Maciej W. Rozycki · 9 years ago
  57. e06b530 MIPS: math-emu: Make NaN classifiers static by Maciej W. Rozycki · 9 years ago
  58. b0c2f8f MIPS: math-emu: Optimise qNaN handling in `ieee754sp_fdp' by Maciej W. Rozycki · 9 years ago
  59. 42fa242 MIPS: math-emu: Remove dead comparison helpers by Maciej W. Rozycki · 9 years ago
  60. bd267a5 MIPS: math-emu: Remove redundant code from NaN comparison by Maciej W. Rozycki · 9 years ago
  61. c9a1084 MIPS: math-emu: Optimise NaN handling in comparisons by Maciej W. Rozycki · 9 years ago
  62. d5afa7e MIPS: math-emu: Reinstate sNaN quieting handlers by Maciej W. Rozycki · 9 years ago
  63. 539bfb5 MIPS: math-emu: Don't pass qNaNs through quieting handlers by Maciej W. Rozycki · 9 years ago
  64. d19cf86 MIPS: math-emu: Factor out NaN FP format conversions by Maciej W. Rozycki · 9 years ago
  65. ec98f9a MIPS: math-emu: Update sNaN quieting handlers by Maciej W. Rozycki · 9 years ago
  66. d4f5b08 MIPS: math-emu: Factor out CFC1/CTC1 emulation by Maciej W. Rozycki · 9 years ago
  67. 2cfcf8a MIPS: math-emu: Remove `modeindex' macro by Maciej W. Rozycki · 9 years ago
  68. b844bc78 MIPS: math-emu: Fix oversize lines in comparisons by Maciej W. Rozycki · 9 years ago
  69. 5d77cf2 MIPS: math-emu: Reindent `bc_op' emulation by Maciej W. Rozycki · 9 years ago
  70. 1796ec7 MIPS: ieee754.h: Supplement comments for special values by Maciej W. Rozycki · 9 years ago
  71. b3fea96 MIPS: ieee754.h: Correct comments for special values by Maciej W. Rozycki · 9 years ago
  72. 2707cd2 MIPS: Add FPU emulator counter for emulated delay slots. by David Daney · 10 years ago
  73. c775aa1 MIPS: LLVMLinux: Silence variable self-assignment warnings. by Toma Tabacu · 9 years ago
  74. e0d32f33 MIPS: Handle MIPS IV, V and R2 FPU instructions on MIPS R6 as well by Markos Chandras · 9 years ago
  75. b0a668f MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6 by Leonid Yegoshin · 10 years ago
  76. 28d6f93 MIPS: Emulate the new MIPS R6 BNEZC and JIALC instructions by Markos Chandras · 10 years ago
  77. 69b9a2f MIPS: Emulate the new MIPS R6 BEQZC and JIC instructions by Markos Chandras · 10 years ago
  78. 84fef63 MIPS: Emulate the new MIPS R6 BALC instruction by Markos Chandras · 10 years ago
  79. 10d962d MIPS: Emulate the new MIPS R6 BNVC, BNEC and BNEZLAC instructions by Markos Chandras · 10 years ago
  80. c893ce3 MIPS: Emulate the new MIPS R6 BOVC, BEQC and BEQZALC instructions by Markos Chandras · 10 years ago
  81. 8467ca0 MIPS: Emulate the new MIPS R6 branch compact (BC) instruction by Markos Chandras · 10 years ago
  82. f1b4406 MIPS: Emulate the new MIPS R6 B{L,G}T{Z,}{AL,}C instructions by Markos Chandras · 10 years ago
  83. a8ff66f MIPS: Emulate the new MIPS R6 B{L,G}Ε{Z,}{AL,}C instructions by Markos Chandras · 10 years ago
  84. c8a3458 MIPS: Emulate the BC1{EQ,NE}Z FPU instructions by Markos Chandras · 10 years ago
  85. 319824e MIPS: kernel: branch: Do not emulate the branch likelies on MIPS R6 by Markos Chandras · 10 years ago
  86. 5f9f41c MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6 by Markos Chandras · 10 years ago
  87. 4227a2d MIPS: Support for hybrid FPRs by Paul Burton · 10 years ago
  88. 635c9907 MIPS: Remove useless parentheses by Ralf Baechle · 10 years ago
  89. 842dfc1 MIPS: Fix build with binutils 2.24.51+ by Manuel Lauss · 10 years ago
  90. a5466d7 MIPS: cp1emu: Fix ISA restrictions for cop1x_op instructions by Markos Chandras · 10 years ago
  91. c8c0da6 MIPS: Fix MFC1 & MFHC1 emulation for 64-bit MIPS systems by Paul Burton · 10 years ago
  92. c3b9b94 MIPS: math-emu: Fix instruction decoding. by Rob Kendrick · 10 years ago
  93. fb738f8 MIPS: math-emu: Reduce code duplication. by Ralf Baechle · 10 years ago
  94. 91496ea MIPS: math-emu: Work around limitations of older GCC. by Ralf Baechle · 10 years ago
  95. a36d822 MIPS: OCTEON: Enable use of FPU by David Daney · 10 years ago
  96. c410352 MIPS: math-emu: Add IEEE754 exception statistics to debugfs by Deng-Cheng Zhu · 10 years ago
  97. 70e4c23 MIPS: math-emu: Reduce microMIPS bloat. by Ralf Baechle · 10 years ago
  98. 56a6473 MIPS: math-emu: Switch to using the MIPS rounding modes. by Ralf Baechle · 10 years ago
  99. aef3fb7 MIPS: math-emu: Nuke alternative names for IEEE-754 rounding modes. by Ralf Baechle · 10 years ago
  100. 76fbfc3 MIPS: Sort out mm_isBranchInstr. by Ralf Baechle · 10 years ago