1. c53fcd5 mips: bpf: fix encoding bug for mm_srlv32_op by Jiong Wang · 6 years ago
  2. 416ca41 MIPS: microMIPS: Fix decoding of swsp16 instruction by Matt Redfearn · 7 years ago
  3. 1b49260 MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op by Paul Burton · 8 years ago
  4. 1c66b79 MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op by Paul Burton · 8 years ago
  5. 6f63405c MIPS: uasm: Add r6 MUL encoding by James Hogan · 8 years ago
  6. 9f730a6 MIPS: uasm: Add MTHI/MTLO instructions by James Hogan · 8 years ago
  7. 61c64cf MIPS: uasm: Add DI instruction by James Hogan · 8 years ago
  8. 59e3559 MIPS: uasm: Add CFCMSA/CTCMSA instructions by James Hogan · 8 years ago
  9. 258f3a2 MIPS: KVM: Convert emulation to use asm/inst.h by James Hogan · 8 years ago
  10. b6d5c4e MIPS: inst: Declare fsel_op for sel.fmt instruction by Paul Burton · 8 years ago
  11. 380cd58 MIPS: Loongson-3: Fast TLB refill handler by Huacai Chen · 9 years ago
  12. b2c5963 MIPS: Move KVM specific opcodes into asm/inst.h by James Hogan · 9 years ago
  13. 29e2800 MIPS: inst.h: Fix some instruction descriptions by Maciej W. Rozycki · 9 years ago
  14. 69a1e6c MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instruction by Maciej W. Rozycki · 9 years ago
  15. 107d340 MIPS: inst.h: Add new MIPS R6 FPU opcodes by Markos Chandras · 9 years ago
  16. 6701ca2 MIPS: Declare MSA MI10 instruction formats by Leonid Yegoshin · 9 years ago
  17. 28d6f93 MIPS: Emulate the new MIPS R6 BNEZC and JIALC instructions by Markos Chandras · 10 years ago
  18. 69b9a2f MIPS: Emulate the new MIPS R6 BEQZC and JIC instructions by Markos Chandras · 10 years ago
  19. 84fef63 MIPS: Emulate the new MIPS R6 BALC instruction by Markos Chandras · 10 years ago
  20. 10d962d MIPS: Emulate the new MIPS R6 BNVC, BNEC and BNEZLAC instructions by Markos Chandras · 10 years ago
  21. c893ce3 MIPS: Emulate the new MIPS R6 BOVC, BEQC and BEQZALC instructions by Markos Chandras · 10 years ago
  22. 8467ca0 MIPS: Emulate the new MIPS R6 branch compact (BC) instruction by Markos Chandras · 10 years ago
  23. c8a3458 MIPS: Emulate the BC1{EQ,NE}Z FPU instructions by Markos Chandras · 10 years ago
  24. a168b8f MIPS: mm: Add MIPS R6 instruction encodings by Leonid Yegoshin · 10 years ago
  25. e2965cd MIPS: Add MFHC0 and MTHC0 instructions to uasm. by Steven J. Hill · 10 years ago
  26. 7682f9e MIPS: uasm: Add SLT uasm instruction by Markos Chandras · 10 years ago
  27. 16d21a8 MIPS: uasm: Add mflo uasm instruction by Markos Chandras · 10 years ago
  28. a8e897a MIPS: uasm: Add mul uasm instruction by Markos Chandras · 10 years ago
  29. ab9e4fa MIPS: uasm: Add wsbh uasm instruction by Markos Chandras · 10 years ago
  30. e8ef868 MIPS: uasm: Add sltu uasm instruction by Markos Chandras · 10 years ago
  31. f3ec7a2 MIPS: uasm: Add mfhi uasm instruction by Markos Chandras · 10 years ago
  32. 4c12a85 MIPS: uasm: Add divu uasm instruction by Markos Chandras · 10 years ago
  33. f31318f MIPS: uasm: Add srlv uasm instruction by Markos Chandras · 10 years ago
  34. bef581b MIPS: uasm: Add sllv uasm instruction by Markos Chandras · 10 years ago
  35. 2e2d663 Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-next by Ralf Baechle · 10 years ago
  36. f263839 MIPS: inst.h: define microMIPS wait op by Paul Burton · 11 years ago
  37. 7ed82ad MIPS: inst.h: define microMIPS sync op by Paul Burton · 11 years ago
  38. 6f5bb42 MIPS: inst.h: define MT yield op by Paul Burton · 11 years ago
  39. b0a3eae MIPS: inst.h: define COP0 wait op by Paul Burton · 11 years ago
  40. 64a17a0 MIPS: Move definition of __BITFIELD_FIELD to sharable header. by Ralf Baechle · 10 years ago
  41. 8471ac1 MIPS: inst.h: Rename BITFIELD_FIELD to __BITFIELD_FIELD. by Ralf Baechle · 10 years ago
  42. ade63aa Merge branch '3.14-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  43. aa1af47 MIPS: uapi: inst: Add instruction format for SPECIAL3 instructions by Leonid Yegoshin · 11 years ago
  44. a442c9e MIPS: uapi: inst: Add new EVA opcodes by Leonid Yegoshin · 11 years ago
  45. 51061b8 MIPS: math-emu: Fix prefx detection and COP1X function field definition by Deng-Cheng Zhu · 11 years ago
  46. 9355e59 MIPS: microMIPS: mfhc1 & mthc1 support for the FPU emulator by Steven J. Hill · 11 years ago
  47. 1ac94400 MIPS: math-emu: Add mfhc1 & mthc1 support. by Leonid Yegoshin · 11 years ago
  48. dfb033f MIPS: microMIPS: Fix POOL16C minor opcode enum by Tony Wu · 11 years ago
  49. cd57470 MIPS: MIPS16e: Add instruction formats. by Steven J. Hill · 12 years ago
  50. 102cedc MIPS: microMIPS: Floating point support. by Leonid Yegoshin · 12 years ago
  51. 2aa9fd0 MIPS: microMIPS: Add instruction formats. by Steven J. Hill · 12 years ago
  52. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
  53. 8fba1e5 MIPS: inst.h: Add MDMX and paired single instruction aka MIPS-3D formats. by Ralf Baechle · 12 years ago
  54. 85dfaf0 MIPS: inst.h: Eleminate per endianess structure definitions. by Ralf Baechle · 12 years ago
  55. 90e8cac MIPS: UAPI: Split inst.h into exported and kernel-only part. by Ralf Baechle · 12 years ago