1. ea65cc9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 454 by Thomas Gleixner · 5 years ago
  2. 9d5a634 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 397 by Thomas Gleixner · 5 years ago
  3. f6cc69f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309 by Thomas Gleixner · 5 years ago
  4. ef9d5a6 mips: math-emu: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  5. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  6. adcc81f MIPS: math-emu: Write-protect delay slot emulation pages by Paul Burton · 6 years ago
  7. 1975ed4 MIPS: Ensure emulated FP sets PF_USED_MATH by Paul Burton · 6 years ago
  8. 6776985 MIPS: math-emu: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
  9. 2a14b21 MIPS: math-emu: Mark fall throughs in switch statements with a comment by Aleksandar Markovic · 7 years ago
  10. 6110050 MIPS: math-emu: Avoid multiple assignment by Aleksandar Markovic · 7 years ago
  11. 8904d5b MIPS: math-emu: Avoid an assignment within if statement condition by Aleksandar Markovic · 7 years ago
  12. 95306f0 MIPS: math-emu: Declare function srl128() as static by Aleksandar Markovic · 7 years ago
  13. 999eae9 MIPS: math-emu: Avoid definition duplication for macro DPXMULT() by Aleksandar Markovic · 7 years ago
  14. ddae82d0 MIPS: math-emu: Remove an unnecessary header inclusion by Aleksandar Markovic · 7 years ago
  15. 892204e Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  16. a58f85b MIPS: math-emu: Use preferred flavor of unsigned integer declarations by Aleksandar Markovic · 7 years ago
  17. 409fcac MIPS: math-emu: Fix final emulation phase for certain instructions by Aleksandar Markovic · 7 years ago
  18. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  19. ca8eb05 MIPS: math-emu: Remove pr_err() calls from fpu_emu() by Paul Burton · 7 years ago
  20. 454854a MIPS: math-emu: Add FP emu debugfs stats for individual instructions by Aleksandar Markovic · 7 years ago
  21. 25ad8db MIPS: math-emu: Add FP emu debugfs clear functionality by Aleksandar Markovic · 7 years ago
  22. ae5f3f5 MIPS: math-emu: Add FP emu debugfs statistics for branches by Aleksandar Markovic · 7 years ago
  23. e1231dd MIPS: math-emu: CLASS.D: Zero bits 32-63 of the result by Aleksandar Markovic · 7 years ago
  24. 3ec404d MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementation by Aleksandar Markovic · 7 years ago
  25. 1ff8560 MIPS: math-emu: CMP.Sxxx.<D|S>: Prevent occurrences of SIGILL crashes by Aleksandar Markovic · 7 years ago
  26. 2cfa582 MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case) by Douglas Leung · 7 years ago
  27. b3b8e1e MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case) by Douglas Leung · 7 years ago
  28. ae11c06 MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumeration by Aleksandar Markovic · 7 years ago
  29. 7cf64ce MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputs by Aleksandar Markovic · 7 years ago
  30. 0c64fe6 MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputs by Aleksandar Markovic · 7 years ago
  31. e840be6 MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagation by Aleksandar Markovic · 7 years ago
  32. 304bfe4 MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputs by Aleksandar Markovic · 7 years ago
  33. 3444c4e MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputs by Aleksandar Markovic · 7 years ago
  34. 1a41b3b MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signs by Aleksandar Markovic · 7 years ago
  35. aabf5cf MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negative by Aleksandar Markovic · 7 years ago
  36. 15560a5 MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zero by Aleksandar Markovic · 7 years ago
  37. e78bf0d MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation by Aleksandar Markovic · 7 years ago
  38. 445a58c MIPS: math-emu: Correct user fault_addr type by Paul Burton · 7 years ago
  39. 8535f2b MIPS: math-emu: do not use bools for arithmetic by Manuel Lauss · 7 years ago
  40. 568d135d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 7 years ago
  41. 70f743d MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right away by Maciej W. Rozycki · 7 years ago
  42. 13769eba MIPS: math-emu: Prevent wrong ISA mode instruction emulation by Maciej W. Rozycki · 7 years ago
  43. ddbfff7 MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separately by Aleksandar Markovic · 7 years ago
  44. 8bcd84a MIPS: math-emu: Fix BC1EQZ and BC1NEZ condition handling by Douglas Leung · 8 years ago
  45. f719ff9b sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  46. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  47. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  48. 97139d4 treewide: remove redundant #include <linux/kconfig.h> by Masahiro Yamada · 8 years ago
  49. 116e711 MIPS: Fix delay slot emulation count in debugfs by Paul Burton · 8 years ago
  50. 4305f42 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  51. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  52. 432c6ba MIPS: Use per-mm page to execute branch delay slot instructions by Paul Burton · 8 years ago
  53. 1b49260 MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op by Paul Burton · 8 years ago
  54. 1c66b79 MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op by Paul Burton · 8 years ago
  55. e7e3346 MIPS: math-emu: Fix typo by Andrea Gelmini · 8 years ago
  56. ab4a92e MIPS: math-emu: Fix jalr emulation when rd == $0 by Paul Burton · 9 years ago
  57. db57f29 MIPS: math-emu: Fix m{add,sub}.s shifts by Paul Burton · 9 years ago
  58. 5c18c936 MIPS: math-emu: Fix code indentation by Paul Burton · 9 years ago
  59. 95bff24 MIPS: math-emu: Fix bit-width in ieee754dp_{mul, maddf, msubf} comments by Paul Burton · 9 years ago
  60. e2d11e1 MIPS: math-emu: Add z argument macros by Paul Burton · 9 years ago
  61. d728f67 MIPS: math-emu: Unify ieee754dp_m{add,sub}f by Paul Burton · 9 years ago
  62. 6162051 MIPS: math-emu: Unify ieee754sp_m{add,sub}f by Paul Burton · 9 years ago
  63. 4b820d9 MIPS: math-emu: Emulate MIPSr6 sel.fmt instruction by Paul Burton · 9 years ago
  64. 93583e1 MIPS: math-emu: Fix BC1{EQ,NE}Z emulation by Paul Burton · 9 years ago
  65. acd9e20 MIPS: math-emu: Always propagate sNaN payload in quieting by Maciej W. Rozycki · 9 years ago
  66. 036aff9 MIPS: math-emu: dsemul: Remove an unused bit in ADDIUPC emulation by Maciej W. Rozycki · 9 years ago
  67. 92a76f6 MIPS: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  68. 6d7b141 MIPS: math-emu: dsemul: Reduce `get_isa16_mode' clutter by Maciej W. Rozycki · 9 years ago
  69. 6e1715f MIPS: math-emu: dsemul: Correct description of the emulation frame by Maciej W. Rozycki · 9 years ago
  70. 69a1e6cb MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instruction by Maciej W. Rozycki · 9 years ago
  71. 733b8bc MIPS: math-emu: Make microMIPS branch delay slot emulation work by Maciej W. Rozycki · 9 years ago
  72. a87265c MIPS: math-emu: dsemul: Fix ill formatting of microMIPS part by Maciej W. Rozycki · 9 years ago
  73. e455357 MIPS: math-emu: Correctly handle NOP emulation by Maciej W. Rozycki · 9 years ago
  74. 90d53a9 MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation by Maciej W. Rozycki · 9 years ago
  75. 198f705 MIPS: math-emu: Add IEEE Std 754-2008 ABS.fmt and NEG.fmt emulation by Maciej W. Rozycki · 9 years ago
  76. 75dcfc1 MIPS: Declare mips_debugfs_dir in a header by Paul Burton · 9 years ago
  77. 65ab562 MIPS: math-emu: Remove unused handle_dsemul function declaration by Markos Chandras · 9 years ago
  78. a79f5f9 MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instruction by Markos Chandras · 9 years ago
  79. 4e9561b MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instruction by Markos Chandras · 9 years ago
  80. 38db37b MIPS: math-emu: Add support for the MIPS R6 CLASS FPU instruction by Markos Chandras · 9 years ago
  81. 400bd2e MIPS: math-emu: Add support for the MIPS R6 RINT FPU instruction by Markos Chandras · 9 years ago
  82. 83d4330 MIPS: math-emu: Add support for the MIPS R6 MSUBF FPU instruction by Markos Chandras · 9 years ago
  83. e24c3be MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instruction by Markos Chandras · 9 years ago
  84. 130fe35 MIPS: math-emu: Add support for the MIPS R6 SELNEZ FPU instruction by Markos Chandras · 9 years ago
  85. 67613f0 MIPS: math-emu: Add support for the MIPS R6 SELEQZ FPU instruction by Markos Chandras · 9 years ago
  86. f8c3c67 MIPS: math-emu: Add support for the CMP.condn.fmt R6 instruction by Markos Chandras · 9 years ago
  87. 1249ed3 MIPS: math-emu: Move from deprecated __initcall to arch_initcall. by Ralf Baechle · 9 years ago
  88. c909ca7 MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructions by Markos Chandras · 9 years ago
  89. e8f80cc MIPS: math-emu: Allow m{f,t}hc emulation on MIPS R6 by Markos Chandras · 9 years ago
  90. 1664574 MIPS: math-emu: Fix indentation by Markos Chandras · 9 years ago
  91. bbdd814 MIPS: cp1emu: Fix closing bracket for the d_fmt case by Markos Chandras · 9 years ago
  92. 143fefc MIPS: Fix erroneous JR emulation for MIPS R6 by Markos Chandras · 9 years ago
  93. e9d92d2 MIPS: Fix branch emulation for BLTC and BGEC instructions by Markos Chandras · 9 years ago
  94. 03dce59 MIPS: Fix a preemption issue with thread's FPU defaults by Maciej W. Rozycki · 10 years ago
  95. 9b26616 MIPS: Respect the ISA level in FCSR handling by Maciej W. Rozycki · 10 years ago
  96. 232b6ec MIPS: math-emu: Make ABS.fmt and NEG.fmt arithmetic again by Maciej W. Rozycki · 10 years ago
  97. f1f3b7e MIPS: math-emu: Define IEEE 754-2008 feature control bits by Maciej W. Rozycki · 10 years ago
  98. c491cfa MIPS: math-emu: Implement the FCCR, FEXR and FENR registers by Maciej W. Rozycki · 10 years ago
  99. f684362 MIPS: math-emu: Set FIR feature flags for full emulation by Maciej W. Rozycki · 10 years ago
  100. cfafc4f MIPS: math-emu: Move long fixed-point support into an `ar' library by Maciej W. Rozycki · 10 years ago