1. f2335a2 ARM: wire up preadv2 and pwritev2 syscalls by Russell King · 8 years ago
  2. 116ef0f Merge branches 'fixes' and 'misc' into for-next by Russell King · 9 years ago
  3. db695c0 ARM: remove user cmpxchg syscall by Russell King · 9 years ago
  4. 208473c ARM: wire up new syscalls by Russell King · 9 years ago
  5. eb64525 ARM: wire up getrandom syscall by Russell King · 10 years ago
  6. bc994c7 ARM: 8097/1: unistd.h: relocate comments back to place by Baruch Siach · 10 years ago
  7. 95c52fe ARM: 8007/1: Remove extraneous kcmp syscall ignore by Christopher Covington · 10 years ago
  8. d50dde5 sched: Add new scheduler syscalls to support an extended scheduling parameters ABI by Dario Faggioli · 11 years ago
  9. e1b5bb6 consolidate cond_syscall and SYSCALL_ALIAS declarations by Al Viro · 12 years ago
  10. d64008a burying unused conditionals by Al Viro · 12 years ago
  11. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  12. 38a61b6 arm: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  13. 3d6ee36 Merge branch 'late-for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  14. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  15. 9fff2fa arm: switch to saner kernel_execve() semantics by Al Viro · 12 years ago
  16. cb8db5d UAPI: (Scripted) Disintegrate arch/arm/include/asm by David Howells · 12 years ago
  17. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  18. ba4a63f Merge branches 'atags', 'cache-l2x0', 'clkdev', 'fixes', 'integrator', 'misc', 'opcodes' and 'syscall' into for-linus by Russell King · 12 years ago
  19. a63c97a arm: get rid of execve wrapper, switch to generic execve() implementation by Al Viro · 12 years ago
  20. 583d632 arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve() by Al Viro · 12 years ago
  21. bf619fa ARM: reserve syscall 378 for kcmp by Russell King · 12 years ago
  22. 1f66e06 ARM: 7524/1: support syscall tracing by Wade Farnsworth · 12 years ago
  23. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  24. 1632b9e UAPI: Split trivial #if defined(__KERNEL__) && X conditionals by David Howells · 13 years ago
  25. e548984 ARM: wire up process_vm_writev and process_vm_readv syscalls by Russell King · 13 years ago
  26. 4dfa338 ARM: nommu: fix warning with checksyscalls.sh by Russell King · 13 years ago
  27. 571503e Merge branch 'setns' by Linus Torvalds · 13 years ago
  28. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 13 years ago
  29. a85fab1 ARM: add sendmmsg syscall by Russell King · 13 years ago
  30. 0d58a28 ARM: Add new syscalls by Russell King · 13 years ago
  31. 418cf64 ARM: 6343/1: wire up fanotify and prlimit64 syscalls on ARM by Mikael Pettersson · 14 years ago
  32. 21d93e2 ARM: 6329/1: wire up sys_accept4() on ARM by Mikael Pettersson · 14 years ago
  33. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 15 years ago
  34. a467937 Add generic sys_old_mmap() by Christoph Hellwig · 15 years ago
  35. 5d0e528 Add generic sys_old_select() by Christoph Hellwig · 15 years ago
  36. 8784895 ARM: add missing recvmmsg syscall number by Russell King · 15 years ago
  37. cc20d42 ARM: Use a definition for the userspace cmpxchg emulation syscall by Russell King · 15 years ago
  38. d80ade7 ARM: Fix warning: #warning syscall migrate_pages not implemented by Russell King · 15 years ago
  39. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  40. 3698426 ARM: 5677/1: ARM support for TIF_RESTORE_SIGMASK/pselect6/ppoll/epoll_pwait by Mikael Pettersson · 15 years ago
  41. e01916e [ARM] wire up rt_tgsigqueueinfo and perf_counter_open by Russell King · 15 years ago
  42. eb8f314 [ARM] 5456/1: add sys_preadv and sys_pwritev by Mikael Pettersson · 15 years ago
  43. 751a8ae [ARM] 5193/1: Wire up missing syscalls by Stefan Schmidt · 16 years ago
  44. 4baa992 [ARM] move include/asm-arm to arch/arm/include/asm by Russell King · 16 years ago[Renamed (99%) from include/asm-arm/unistd.h]
  45. cbfc0f0 [ARM] 4852/1: Add timerfd_create, timerfd_settime and timerfd_gettime syscall entries by Uwe Kleine-König · 17 years ago
  46. 883042d [ARM] Add fallocate syscall entry by Russell King · 17 years ago
  47. 40c3a57 [ARM] shut up "warning: "__IGNORE_sync_file_range" redefined" by Russell King · 17 years ago
  48. edd5cd4 Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM by David Woodhouse · 17 years ago
  49. c051079 [ARM] Update ARM syscalls by Russell King · 17 years ago
  50. 6c330ba [ARM] Fix __NR_kexec_load by Russell King · 17 years ago
  51. c587e4a [ARM] 4137/1: Add kexec support by Richard Purdie · 18 years ago
  52. 5a059f1 [ARM] Add more syscalls by Russell King · 18 years ago
  53. bca0b8e [ARM] Add sys_*at syscalls by Russell King · 18 years ago
  54. f5738ce [PATCH] remove kernel syscalls by Arnd Bergmann · 18 years ago
  55. 3db03b4 [PATCH] rename the provided execve functions to kernel_execve by Arnd Bergmann · 18 years ago
  56. ebba5f9 [PATCH] consistently use MAX_ERRNO in __syscall_return by Randy Dunlap · 18 years ago
  57. 5047f09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  58. 568cb09 [ARM] 3495/1: EABI: undefine removed syscalls, but... by Nicolas Pitre · 18 years ago
  59. cd95842 [ARM] 3486/1: Mark memory as clobbered by the ARM _syscallX() macros by Markus Gutschke · 18 years ago
  60. 5614253 Remove unneeded _syscallX macros from user view in asm-*/unistd.h by David Woodhouse · 18 years ago
  61. 463b158 [ARM] 3477/1: ARM EABI: undefine removed syscalls by Nicolas Pitre · 18 years ago
  62. d53ace70 [ARM] Allow un-muxed syscalls to be available for everyone by Russell King · 18 years ago
  63. d9db950 [ARM] 3339/1: ARM EABI: make unmuxed syscalls visible by Nicolas Pitre · 19 years ago
  64. dd35afc [ARM] 3110/5: old ABI compat: multi-ABI syscall entry support by Nicolas Pitre · 19 years ago
  65. 3f2829a [ARM] 3105/4: ARM EABI: new syscall entry convention by Nicolas Pitre · 19 years ago
  66. dfb7dac [PATCH] unify sys_ptrace prototype by Christoph Hellwig · 19 years ago
  67. 9c2c389 [ARM] Add memory type based allocation syscalls by Russell King · 19 years ago
  68. 68d9102 [ARM] 2865/2: fix fadvise64_64 syscall argument passing by Nicolas Pitre · 19 years ago
  69. cb85a50 [ARM] 2858/1: ARM has sys_fadvise64_64 only by Nicolas Pitre · 19 years ago
  70. 498de0c [ARM] Add syscall stubs for inotify and ioprio system calls by Robert Love · 19 years ago
  71. 2d2669b [PATCH] ARM: 2651/3: kernel helpers for NPTL support by Nicolas Pitre · 19 years ago
  72. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago