1. 2db9704 Merge branch '4.2-fixes' into mips-for-linux-next by Ralf Baechle · 9 years ago
  2. e0d8b2e MIPS: UAPI: Fix unrecognized opcode WSBH/DSBH/DSHD when using MIPS16. by Yousong Zhou · 9 years ago
  3. 107d340 MIPS: inst.h: Add new MIPS R6 FPU opcodes by Markos Chandras · 9 years ago
  4. 40e084a MIPS: Add uprobes support. by Ralf Baechle · 9 years ago
  5. e14f1db MIPS: AT_HWCAP aux vector infrastructure by Paul Burton · 9 years ago
  6. f1fe2d2 MIPS: Add definitions for extended context by Paul Burton · 9 years ago
  7. 0d071fa MIPS: Indicate FP mode in sigcontext sc_used_math by Paul Burton · 9 years ago
  8. 6701ca2 MIPS: Declare MSA MI10 instruction formats by Leonid Yegoshin · 9 years ago
  9. 5f7e631 MIPS: asm-offset.c: Patch up various comments refering to the old filename. by Ralf Baechle · 9 years ago
  10. ab86bd6 MIPS: KVM: Expose MSA registers by James Hogan · 10 years ago
  11. 379245c MIPS: KVM: Expose FPU registers by James Hogan · 10 years ago
  12. 7bd4ace MIPS: KVM: Clean up register definitions a little by James Hogan · 10 years ago
  13. a135c71 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  14. 661af35 Merge branch 'mipsr6-for-3.20' of git://git.linux-mips.org/pub/scm/mchandras/linux into mips-for-linux-next by Ralf Baechle · 9 years ago
  15. 8cb48fe1 MIPS: Provide correct siginfo_t.si_stime by Petr Malat · 10 years ago
  16. 28d6f93 MIPS: Emulate the new MIPS R6 BNEZC and JIALC instructions by Markos Chandras · 10 years ago
  17. 69b9a2f MIPS: Emulate the new MIPS R6 BEQZC and JIC instructions by Markos Chandras · 10 years ago
  18. 84fef63 MIPS: Emulate the new MIPS R6 BALC instruction by Markos Chandras · 10 years ago
  19. 10d962d MIPS: Emulate the new MIPS R6 BNVC, BNEC and BNEZLAC instructions by Markos Chandras · 10 years ago
  20. c893ce3 MIPS: Emulate the new MIPS R6 BOVC, BEQC and BEQZALC instructions by Markos Chandras · 10 years ago
  21. 8467ca0 MIPS: Emulate the new MIPS R6 branch compact (BC) instruction by Markos Chandras · 10 years ago
  22. c8a3458 MIPS: Emulate the BC1{EQ,NE}Z FPU instructions by Markos Chandras · 10 years ago
  23. a168b8f MIPS: mm: Add MIPS R6 instruction encodings by Leonid Yegoshin · 10 years ago
  24. 389cdc5 MIPS: Wire up execveat(2). by Ralf Baechle · 10 years ago
  25. c0222ac0 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  26. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  27. 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  28. 89aa075 net: sock: allow eBPF programs to be attached to sockets by Alexei Starovoitov · 10 years ago
  29. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  30. e2965cd MIPS: Add MFHC0 and MTHC0 instructions to uasm. by Steven J. Hill · 10 years ago
  31. b61a393 MIPS: Fix a copy & paste error in unistd.h by Huacai Chen · 10 years ago
  32. 232b5ff mips: Sync struct siginfo with general version by Qiaowei Ren · 10 years ago
  33. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  35. 5df4c8d MIPS: Wire up bpf syscall. by Ralf Baechle · 10 years ago
  36. cdb685a MIPS: ptrace.h: Add a missing include by Aaro Koskinen · 10 years ago
  37. 857b50f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  38. 683a52a Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  39. 3c09bae MIPS: Use WSBH/DSBH/DSHD on Loongson 3A by Chen Jie · 10 years ago
  40. 1c84cd4 mips/uapi: Add definition of TIOC[SG]RS485 by Ricardo Ribalda Delgado · 10 years ago
  41. 4294452 MIPS: Wire up new syscalls getrandom and memfd_create. by Ralf Baechle · 10 years ago
  42. e669830 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  43. 9f07925 MIPS: asm/reg.h: Move to uapi by Alex Smith · 10 years ago
  44. a79ebea MIPS: ptrace: Fix user pt_regs definition, use in ptrace_{get, set}regs() by Alex Smith · 10 years ago
  45. 8855d60 MIPS: add seccomp syscall by Kees Cook · 10 years ago
  46. 7682f9e MIPS: uasm: Add SLT uasm instruction by Markos Chandras · 10 years ago
  47. 16f77de Revert "MIPS: Save/restore MSA context around signals" by Paul Burton · 10 years ago
  48. 82abb27 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  49. f8647b5 Merge branch '3.15-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  50. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 10 years ago
  51. 90dfdc7 MIPS: Add functions for hypervisor call by David Daney · 10 years ago
  52. 16d21a8 MIPS: uasm: Add mflo uasm instruction by Markos Chandras · 10 years ago
  53. a8e897a MIPS: uasm: Add mul uasm instruction by Markos Chandras · 10 years ago
  54. ab9e4fa MIPS: uasm: Add wsbh uasm instruction by Markos Chandras · 10 years ago
  55. e8ef868 MIPS: uasm: Add sltu uasm instruction by Markos Chandras · 10 years ago
  56. f3ec7a2 MIPS: uasm: Add mfhi uasm instruction by Markos Chandras · 10 years ago
  57. 4c12a85 MIPS: uasm: Add divu uasm instruction by Markos Chandras · 10 years ago
  58. f31318f MIPS: uasm: Add srlv uasm instruction by Markos Chandras · 10 years ago
  59. bef581b MIPS: uasm: Add sllv uasm instruction by Markos Chandras · 10 years ago
  60. f74a8e2 MIPS: KVM: Add count frequency KVM register by James Hogan · 10 years ago
  61. f823934 MIPS: KVM: Add master disable count interface by James Hogan · 10 years ago
  62. 2e2d663 Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-next by Ralf Baechle · 10 years ago
  63. f263839 MIPS: inst.h: define microMIPS wait op by Paul Burton · 11 years ago
  64. 7ed82ad MIPS: inst.h: define microMIPS sync op by Paul Burton · 11 years ago
  65. 6f5bb42 MIPS: inst.h: define MT yield op by Paul Burton · 10 years ago
  66. b0a3eae MIPS: inst.h: define COP0 wait op by Paul Burton · 11 years ago
  67. f4b3aa7 MIPS: Add __SANE_USERSPACE_TYPES__ to asm/types.h for LL64 by Aaro Koskinen · 10 years ago
  68. defb79f MIPS: Fix inconsistancy of __NR_Linux_syscalls value by Huacai Chen · 10 years ago
  69. 64a17a0 MIPS: Move definition of __BITFIELD_FIELD to sharable header. by Ralf Baechle · 10 years ago
  70. 367f0b5 MIPS: Wire up renameat2 syscall. by Ralf Baechle · 10 years ago
  71. 8471ac1 MIPS: inst.h: Rename BITFIELD_FIELD to __BITFIELD_FIELD. by Ralf Baechle · 10 years ago
  72. ade63aa Merge branch '3.14-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  73. aa1af47 MIPS: uapi: inst: Add instruction format for SPECIAL3 instructions by Leonid Yegoshin · 11 years ago
  74. a442c9e MIPS: uapi: inst: Add new EVA opcodes by Leonid Yegoshin · 11 years ago
  75. eec43a2 MIPS: Save/restore MSA context around signals by Paul Burton · 11 years ago
  76. 51061b8 MIPS: math-emu: Fix prefx detection and COP1X function field definition by Deng-Cheng Zhu · 10 years ago
  77. 6776254 MIPS: Wire up sched_setattr/sched_getattr syscalls by James Hogan · 11 years ago
  78. cdfc830 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  79. ea02f94 net: introduce SO_BPF_EXTENSIONS by Michal Sekletar · 11 years ago
  80. 9355e59 MIPS: microMIPS: mfhc1 & mthc1 support for the FPU emulator by Steven J. Hill · 11 years ago
  81. 1ac94400 MIPS: math-emu: Add mfhc1 & mthc1 support. by Leonid Yegoshin · 11 years ago
  82. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  83. 0ca4343 errno.h: remove "NFS" from descriptions in comments by Eric Sandeen · 11 years ago
  84. 51d139b MIPS: Enable entries for SIGSYS in struct siginfo. by Ralf Baechle · 12 years ago
  85. 62748f3 net: introduce SO_MAX_PACING_RATE by Eric Dumazet · 11 years ago
  86. cad3b62 MIPS: use generic-y where possible by James Hogan · 11 years ago
  87. 1d3e2d7 MIPS: uapi/asm/siginfo.h: Fix GCC 4.1.2 compilation by Maciej W. Rozycki · 11 years ago
  88. be9c6d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  89. d144746 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  90. 6ac5310 Merge branch '3.10-fixes' into mips-for-linux-next by Ralf Baechle · 11 years ago
  91. 64b0dc5 net: rename busy poll socket op and globals by Eliezer Tamir · 11 years ago
  92. 5a772ee MIPS: fcntl.h: Use __kernel_off_t, not off_t. by Ralf Baechle · 11 years ago
  93. a932fec MIPS: Use proper include guard symbol for <uapi/asm/fcntl.h>. by Ralf Baechle · 11 years ago
  94. dfb033f MIPS: microMIPS: Fix POOL16C minor opcode enum by Tony Wu · 11 years ago
  95. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  96. c8d5c68 MIPS: <uapi/asm/siginfo.h>: Don't reference CONFIG_* symbols. by Ralf Baechle · 11 years ago
  97. cfceb5e MIPS: <uapi/asm/msgbuf.h>: Don't reference CONFIG_* symbols. by Ralf Baechle · 11 years ago
  98. cfb9a4e MIPS: <uapi/asm/swab.h>: Don't reference CONFIG_* symbols. by Ralf Baechle · 11 years ago
  99. f746caa MIPS: <uapi/asm/resource.h: Don't reference CONFIG_* symbols. by Ralf Baechle · 11 years ago
  100. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 11 years ago