1. 89aa075 net: sock: allow eBPF programs to be attached to sockets by Alexei Starovoitov · 10 years ago
  2. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  3. b61a393 MIPS: Fix a copy & paste error in unistd.h by Huacai Chen · 10 years ago
  4. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  5. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  6. 5df4c8d MIPS: Wire up bpf syscall. by Ralf Baechle · 10 years ago
  7. cdb685a MIPS: ptrace.h: Add a missing include by Aaro Koskinen · 10 years ago
  8. 857b50f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  9. 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
  10. 3c09bae MIPS: Use WSBH/DSBH/DSHD on Loongson 3A by Chen Jie · 10 years ago
  11. 1c84cd4 mips/uapi: Add definition of TIOC[SG]RS485 by Ricardo Ribalda Delgado · 10 years ago
  12. 4294452 MIPS: Wire up new syscalls getrandom and memfd_create. by Ralf Baechle · 10 years ago
  13. e669830 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  14. 9f07925 MIPS: asm/reg.h: Move to uapi by Alex Smith · 10 years ago
  15. a79ebea MIPS: ptrace: Fix user pt_regs definition, use in ptrace_{get, set}regs() by Alex Smith · 10 years ago
  16. 8855d60 MIPS: add seccomp syscall by Kees Cook · 10 years ago
  17. 7682f9e MIPS: uasm: Add SLT uasm instruction by Markos Chandras · 10 years ago
  18. 16f77de Revert "MIPS: Save/restore MSA context around signals" by Paul Burton · 10 years ago
  19. 82abb27 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  20. f8647b5 Merge branch '3.15-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  21. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 10 years ago
  22. 90dfdc7 MIPS: Add functions for hypervisor call by David Daney · 10 years ago
  23. 16d21a8 MIPS: uasm: Add mflo uasm instruction by Markos Chandras · 10 years ago
  24. a8e897a MIPS: uasm: Add mul uasm instruction by Markos Chandras · 10 years ago
  25. ab9e4fa MIPS: uasm: Add wsbh uasm instruction by Markos Chandras · 10 years ago
  26. e8ef868 MIPS: uasm: Add sltu uasm instruction by Markos Chandras · 10 years ago
  27. f3ec7a2 MIPS: uasm: Add mfhi uasm instruction by Markos Chandras · 10 years ago
  28. 4c12a85 MIPS: uasm: Add divu uasm instruction by Markos Chandras · 10 years ago
  29. f31318f MIPS: uasm: Add srlv uasm instruction by Markos Chandras · 10 years ago
  30. bef581b MIPS: uasm: Add sllv uasm instruction by Markos Chandras · 10 years ago
  31. f74a8e2 MIPS: KVM: Add count frequency KVM register by James Hogan · 10 years ago
  32. f823934 MIPS: KVM: Add master disable count interface by James Hogan · 10 years ago
  33. 2e2d663 Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-next by Ralf Baechle · 10 years ago
  34. f263839 MIPS: inst.h: define microMIPS wait op by Paul Burton · 11 years ago
  35. 7ed82ad MIPS: inst.h: define microMIPS sync op by Paul Burton · 11 years ago
  36. 6f5bb42 MIPS: inst.h: define MT yield op by Paul Burton · 10 years ago
  37. b0a3eae MIPS: inst.h: define COP0 wait op by Paul Burton · 11 years ago
  38. f4b3aa7 MIPS: Add __SANE_USERSPACE_TYPES__ to asm/types.h for LL64 by Aaro Koskinen · 10 years ago
  39. defb79f MIPS: Fix inconsistancy of __NR_Linux_syscalls value by Huacai Chen · 10 years ago
  40. 64a17a0 MIPS: Move definition of __BITFIELD_FIELD to sharable header. by Ralf Baechle · 10 years ago
  41. 367f0b5 MIPS: Wire up renameat2 syscall. by Ralf Baechle · 10 years ago
  42. 8471ac1 MIPS: inst.h: Rename BITFIELD_FIELD to __BITFIELD_FIELD. by Ralf Baechle · 10 years ago
  43. ade63aa Merge branch '3.14-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  44. aa1af47 MIPS: uapi: inst: Add instruction format for SPECIAL3 instructions by Leonid Yegoshin · 11 years ago
  45. a442c9e MIPS: uapi: inst: Add new EVA opcodes by Leonid Yegoshin · 11 years ago
  46. eec43a2 MIPS: Save/restore MSA context around signals by Paul Burton · 10 years ago
  47. 51061b8 MIPS: math-emu: Fix prefx detection and COP1X function field definition by Deng-Cheng Zhu · 10 years ago
  48. 6776254 MIPS: Wire up sched_setattr/sched_getattr syscalls by James Hogan · 10 years ago
  49. cdfc830 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  50. ea02f94 net: introduce SO_BPF_EXTENSIONS by Michal Sekletar · 11 years ago
  51. 9355e59 MIPS: microMIPS: mfhc1 & mthc1 support for the FPU emulator by Steven J. Hill · 11 years ago
  52. 1ac94400 MIPS: math-emu: Add mfhc1 & mthc1 support. by Leonid Yegoshin · 11 years ago
  53. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  54. 0ca4343 errno.h: remove "NFS" from descriptions in comments by Eric Sandeen · 11 years ago
  55. 51d139b MIPS: Enable entries for SIGSYS in struct siginfo. by Ralf Baechle · 12 years ago
  56. 62748f3 net: introduce SO_MAX_PACING_RATE by Eric Dumazet · 11 years ago
  57. cad3b62 MIPS: use generic-y where possible by James Hogan · 11 years ago
  58. 1d3e2d7 MIPS: uapi/asm/siginfo.h: Fix GCC 4.1.2 compilation by Maciej W. Rozycki · 11 years ago
  59. be9c6d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  60. d144746 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  61. 6ac5310 Merge branch '3.10-fixes' into mips-for-linux-next by Ralf Baechle · 11 years ago
  62. 64b0dc5 net: rename busy poll socket op and globals by Eliezer Tamir · 11 years ago
  63. 5a772ee MIPS: fcntl.h: Use __kernel_off_t, not off_t. by Ralf Baechle · 11 years ago
  64. a932fec MIPS: Use proper include guard symbol for <uapi/asm/fcntl.h>. by Ralf Baechle · 11 years ago
  65. dfb033f MIPS: microMIPS: Fix POOL16C minor opcode enum by Tony Wu · 11 years ago
  66. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  67. c8d5c68 MIPS: <uapi/asm/siginfo.h>: Don't reference CONFIG_* symbols. by Ralf Baechle · 11 years ago
  68. cfceb5e MIPS: <uapi/asm/msgbuf.h>: Don't reference CONFIG_* symbols. by Ralf Baechle · 11 years ago
  69. cfb9a4e MIPS: <uapi/asm/swab.h>: Don't reference CONFIG_* symbols. by Ralf Baechle · 11 years ago
  70. f746caa MIPS: <uapi/asm/resource.h: Don't reference CONFIG_* symbols. by Ralf Baechle · 11 years ago
  71. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 11 years ago
  72. b8121f0 MIPS: <uapi/asm/fcntl.h>: Don't reference CONFIG_* symbols. by Ralf Baechle · 11 years ago
  73. af180b8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  74. 681865d mips/kvm: Use KVM_REG_MIPS and proper size indicators for *_ONE_REG by David Daney · 11 years ago
  75. 554e6e9 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  76. 4c73fb2 mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REG by David Daney · 11 years ago
  77. bf32ebf mips/kvm: Fix name of gpr field in struct kvm_regs. by David Daney · 11 years ago
  78. 688cded mips/kvm: Fix ABI for use of 64-bit registers. by David Daney · 11 years ago
  79. 1f3dc6d mips/kvm: Fix ABI for use of FPU. by David Daney · 11 years ago
  80. 72dd4e7 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  81. 8f65793 MIPS: Quit exposing Kconfig symbols in uapi headers. by David Daney · 11 years ago
  82. dec33ab MIPS: N64: Wire getdents64(2) by Aron Xu · 11 years ago
  83. ba86e4d KVM/MIPS32: Move include/asm/kvm.h => include/uapi/asm/kvm.h since it is a user visible API. by Sanjay Lal · 11 years ago
  84. daf799c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  85. cd57470 MIPS: MIPS16e: Add instruction formats. by Steven J. Hill · 11 years ago
  86. 102cedc MIPS: microMIPS: Floating point support. by Leonid Yegoshin · 11 years ago
  87. 2aa9fd0 MIPS: microMIPS: Add instruction formats. by Steven J. Hill · 11 years ago
  88. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  89. 80fa8181 MIPS: Delete definition of SA_RESTORER. by Ralf Baechle · 11 years ago
  90. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 11 years ago
  91. aebb2af Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  92. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  93. edb15d8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mips-for-linux-next by Ralf Baechle · 11 years ago
  94. 612663a MIPS: Quit exporting kernel internel break codes to uapi/asm/break.h by David Daney · 11 years ago
  95. 5b00311 MIPS: Cleanup break and trap codes. by Ralf Baechle · 12 years ago
  96. 8e8dc33 MIPS: Redefine value of BRK_BUG. by Steven J. Hill · 12 years ago
  97. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  98. 574c486 consolidate kernel-side struct sigaction declarations by Al Viro · 12 years ago
  99. 92a3ce4 consolidate declarations of k_sigaction by Al Viro · 12 years ago
  100. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago