1. fa62f39 MIPS: Fix build error due to PTR used in more places by Thomas Bogendoerfer · 3 years ago
  2. ecbba30 mips: syscalls: switch to generic syscalltbl.sh by Masahiro Yamada · 3 years, 11 months ago
  3. 0bb87f0 mips compat: switch to compat_binfmt_elf.c by Al Viro · 4 years, 7 months ago
  4. dc7077f mips: remove nargs from __SYSCALL by Firoz Khan · 6 years ago
  5. 99bf73e mips: generate uapi header and system call table files by Firoz Khan · 6 years ago
  6. be85643 mips: add +1 to __NR_syscalls in uapi header by Firoz Khan · 6 years ago
  7. 6d92c26 mips: rename scall64-64.S to scall64-n64.S by Firoz Khan · 6 years ago[Renamed from arch/mips/kernel/scall64-64.S]
  8. 4337aac MIPS: Wire up io_pgetevents syscall by Paul Burton · 7 years ago
  9. e426b37 MIPS: Wire up the restartable sequences (rseq) syscall by Paul Burton · 7 years ago
  10. 49955d8 MIPS: Save static registers before sysmips by James Hogan · 8 years ago
  11. 9cb74b5 MIPS: Wire up statx system call by James Hogan · 8 years ago
  12. 11ed3e0 MIPS: Wire up new pkey_{mprotect,alloc,free} syscalls by Ralf Baechle · 8 years ago
  13. a400bed MIPS: scall: Handle seccomp filters which redirect syscalls by Matt Redfearn · 9 years ago
  14. 62d8e64 MIPS: Wire up preadv2 and pwrite2 syscalls. by Ralf Baechle · 9 years ago
  15. e6c058f MIPS: Wire up copy_file_range syscall. by Ralf Baechle · 9 years ago
  16. 784567f mips: add entry for new mlock2 syscall by Eric B Munson · 9 years ago
  17. d218af7 MIPS: scall: Always run the seccomp syscall filters by Markos Chandras · 9 years ago
  18. 96fc7a9 MIPS: Wire up userfaultfd and membarrier syscalls. by Ralf Baechle · 9 years ago
  19. 9f16143 MIPS: Fix seccomp syscall argument for MIPS64 by Markos Chandras · 9 years ago
  20. 389cdc5 MIPS: Wire up execveat(2). by Ralf Baechle · 10 years ago
  21. 5df4c8d MIPS: Wire up bpf syscall. by Ralf Baechle · 10 years ago
  22. 4294452 MIPS: Wire up new syscalls getrandom and memfd_create. by Ralf Baechle · 10 years ago
  23. e669830 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  24. 1ff1ad6 MIPS: Add numa api support by Huacai Chen · 11 years ago
  25. 8855d60 MIPS: add seccomp syscall by Kees Cook · 11 years ago
  26. 367f0b5 MIPS: Wire up renameat2 syscall. by Ralf Baechle · 11 years ago
  27. 4c21b8f MIPS: seccomp: Handle indirect system calls (o32) by Markos Chandras · 11 years ago
  28. 9d37c40 MIPS: kernel: scalls: Skip the syscall if denied by the seccomp filter by Markos Chandras · 11 years ago
  29. 6776254 MIPS: Wire up sched_setattr/sched_getattr syscalls by James Hogan · 11 years ago
  30. 03b94e2 MIPS: 64-bit: Mark native syscall table as data object. by Ralf Baechle · 13 years ago
  31. e7f3b48 MIPS: Cleanup flags in syscall flags handlers. by Ralf Baechle · 12 years ago
  32. dec33ab MIPS: N64: Wire getdents64(2) by Aron Xu · 12 years ago
  33. aebb2af Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  34. 50150d2 mips: switch to generic sys_fork() and sys_clone() by Al Viro · 12 years ago
  35. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
  36. 6295150 MIPS: Wire up finit_module syscall. by Ralf Baechle · 12 years ago
  37. ce71d24 MIPS: Wire kcmp syscall. by Ralf Baechle · 12 years ago
  38. 02f884e MIPS: Merge the identical "return from syscall" per-ABI code by Al Viro · 13 years ago
  39. 8ff8584 MIPS: Hook up process_vm_readv and process_vm_writev system calls. by David Daney · 13 years ago
  40. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  41. b12acf1 MIPS: Wire up sendmmsg and renumber setns syscall. by Ralf Baechle · 14 years ago
  42. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 14 years ago
  43. 8b659a3 MIPS: Split do_syscall_trace into two functions. by Ralf Baechle · 14 years ago
  44. 8bdd514 MIPS: Document former use of timerfd(2) syscall number. by Ralf Baechle · 14 years ago
  45. 1bbf287 MIPS: Wire up syncfs(2). by Ralf Baechle · 14 years ago
  46. 84ed943 MIPS: Hook up name_to_handle_at, open_by_handle_at and clock_adjtime syscalls. by David Daney · 14 years ago
  47. 547af56 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 14 years ago
  48. 8f5a00eb MIPS: Sanitize restart logics by Al Viro · 14 years ago
  49. e080e61 MIPS: Fix syscall 64 bit number comments. by Ralf Baechle · 14 years ago
  50. 5e844b3 MIPS: Hookup fanotify_init, fanotify_mark, and prlimit64 syscalls. by David Daney · 14 years ago
  51. a2e2725 net: Introduce recvmmsg socket syscall by Arnaldo Carvalho de Melo · 15 years ago
  52. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  53. f1e39a4 MIPS: Rewrite sysmips(MIPS_ATOMIC_SET, ...) in C with inline assembler by Ralf Baechle · 15 years ago
  54. 54822de MIPS: Wire up accept4 syscall. by Ralf Baechle · 15 years ago
  55. 69f16c9 MIPS: Hookup new syscalls sys_rt_tgsigqueueinfo and sys_perf_counter_open. by David Daney · 16 years ago
  56. ddd9e91 preadv/pwritev: MIPS: Add preadv(2) and pwritev(2) syscalls. by Ralf Baechle · 16 years ago
  57. dbda6ac MIPS: CVE-2009-0029: Enable syscall wrappers. by Ralf Baechle · 16 years ago
  58. bda8229 MIPS: Set positive error number to errno on illegal_syscall by Atsushi Nemoto · 16 years ago
  59. 3885b71 [MIPS] Wire up new syscalls. by Ralf Baechle · 16 years ago
  60. 8213bbf [MIPS] Rename MIPS sys_pipe syscall entry point to something MIPS-specific. by Ralf Baechle · 16 years ago
  61. 6783fe6 [MIPS] Wire up the timerfd_*() o32 system calls by Dmitri Vorobiev · 17 years ago
  62. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 17 years ago
  63. 4dc4677 [MIPS] Wire up the fallocate syscall. by Ralf Baechle · 17 years ago
  64. 7a6d4f3 [MIPS] Wire up utimensat, signalfd, timerfd, eventfd by Atsushi Nemoto · 18 years ago
  65. 08253b3 [MIPS] Wire up ioprio_set and ioprio_get. by Ralf Baechle · 18 years ago
  66. e016c38 [MIPS] Fix foobar in wiring up compat_sys_epoll_pwait syscall. by Ralf Baechle · 18 years ago
  67. 431dc80 [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code. by Ralf Baechle · 18 years ago
  68. 583bb86 [MIPS] Add support for kexec by Nicolas Schichan · 18 years ago
  69. 991ea26 [MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls. by Ralf Baechle · 18 years ago
  70. d2bcf87 [MIPS] Reserve syscall numbers for kexec_load. by Ralf Baechle · 18 years ago
  71. eae6c0d [MIPS] lockdep: fix TRACE_IRQFLAGS_SUPPORT by Atsushi Nemoto · 18 years ago
  72. 7fdeb04 [MIPS] Wire up set_robust_list(2) and get_robust_list(2) by Atsushi Nemoto · 18 years ago
  73. 192ef36 [MIPS] TRACE_IRQFLAGS_SUPPORT support. by Ralf Baechle · 19 years ago
  74. 722cfd9 [MIPS] Wire up vmsplice(2) and move_pages(2). by Ralf Baechle · 19 years ago
  75. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  76. 136d47d [MIPS] Wire up tee(2). by Ralf Baechle · 19 years ago
  77. a8d587a [MIPS] Wire up sync_file_range(2). by Ralf Baechle · 19 years ago
  78. f115da9 [MIPS] Wire splice syscall. by Ralf Baechle · 19 years ago
  79. 72bf891 [MIPS] Wire up new syscalls. by Ralf Baechle · 19 years ago
  80. 04a7052 [MIPS] Fix register handling in syscalls when debugging. by Ralf Baechle · 19 years ago
  81. edcb98d [MIPS] Fix return path of sysmips(MIPS_ATOMIC_SET, ...) by Ralf Baechle · 19 years ago
  82. 7db36c8 Add inotify syscalls for MIPS. by Ralf Baechle · 20 years ago
  83. 3c37026 NPTL, round one. by Ralf Baechle · 20 years ago
  84. 048eb58 kbuild: mips use generic asm-offsets.h support by Sam Ravnborg · 19 years ago
  85. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago