| Commit message (Expand) | Author | Age | Files | Lines |
* | clone3: drop __ARCH_WANT_SYS_CLONE3 macro | Arnd Bergmann | 2024-07-10 | 1 | -1/+0 |
* | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds | 2019-07-11 | 1 | -0/+1 |
|\ |
|
| * | arch: handle arches who do not yet define clone3 | Christian Brauner | 2019-06-21 | 1 | -0/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
|/ |
|
* | y2038: rename old time and utime syscalls | Arnd Bergmann | 2019-02-07 | 1 | -2/+2 |
* | ARM: add migrate_pages() system call | Arnd Bergmann | 2019-01-25 | 1 | -1/+0 |
* | y2038: Compile utimes()/futimesat() conditionally | Arnd Bergmann | 2018-08-29 | 1 | -1/+1 |
* | asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro | Arnd Bergmann | 2018-08-29 | 1 | -1/+0 |
* | y2038: Remove newstat family from default syscall set | Arnd Bergmann | 2018-08-29 | 1 | -0/+1 |
* | ARM: convert to generated system call tables | Russell King | 2016-10-18 | 1 | -6/+20 |
* | ARM: wire up preadv2 and pwritev2 syscalls | Russell King | 2016-04-07 | 1 | -1/+1 |
* | Merge branches 'fixes' and 'misc' into for-next | Russell King | 2015-10-29 | 1 | -7/+0 |
|\ |
|
| * | ARM: remove user cmpxchg syscall | Russell King | 2015-10-03 | 1 | -7/+0 |
* | | ARM: wire up new syscalls | Russell King | 2015-09-22 | 1 | -1/+1 |
|/ |
|
* | ARM: wire up getrandom syscall | Russell King | 2014-08-09 | 1 | -1/+1 |
* | ARM: 8097/1: unistd.h: relocate comments back to place | Baruch Siach | 2014-07-18 | 1 | -0/+10 |
* | ARM: 8007/1: Remove extraneous kcmp syscall ignore | Christopher Covington | 2014-03-19 | 1 | -1/+0 |
* | sched: Add new scheduler syscalls to support an extended scheduling parameter... | Dario Faggioli | 2014-01-13 | 1 | -1/+1 |
* | consolidate cond_syscall and SYSCALL_ALIAS declarations | Al Viro | 2013-03-03 | 1 | -8/+0 |
* | burying unused conditionals | Al Viro | 2013-02-14 | 1 | -2/+0 |
* | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 2012-12-19 | 1 | -1/+0 |
* | arm: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 1 | -0/+3 |
* | Merge branch 'late-for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-10-13 | 1 | -439/+1 |
|\ |
|
| * | UAPI: (Scripted) Disintegrate arch/arm/include/asm | David Howells | 2012-10-12 | 1 | -439/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-13 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | arm: switch to saner kernel_execve() semantics | Al Viro | 2012-10-12 | 1 | -1/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 1 | -0/+2 |
|\| |
|
| * | arm: get rid of execve wrapper, switch to generic execve() implementation | Al Viro | 2012-09-30 | 1 | -0/+1 |
| * | arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve() | Al Viro | 2012-09-30 | 1 | -0/+1 |
| | | |
| \ | |
*-. \ | Merge branches 'atags', 'cache-l2x0', 'clkdev', 'fixes', 'integrator', 'misc'... | Russell King | 2012-10-04 | 1 | -0/+10 |
|\ \ \
| |_|/
|/| | |
|
| | * | ARM: 7524/1: support syscall tracing | Wade Farnsworth | 2012-09-19 | 1 | -0/+8 |
| |/
|/| |
|
| * | ARM: reserve syscall 378 for kcmp | Russell King | 2012-09-21 | 1 | -0/+2 |
|/ |
|
* | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION | Will Deacon | 2012-07-30 | 1 | -1/+0 |
* | UAPI: Split trivial #if defined(__KERNEL__) && X conditionals | David Howells | 2011-12-13 | 1 | -1/+3 |
* | ARM: wire up process_vm_writev and process_vm_readv syscalls | Russell King | 2011-11-17 | 1 | -0/+2 |
* | ARM: nommu: fix warning with checksyscalls.sh | Russell King | 2011-09-17 | 1 | -2/+2 |
* | Merge branch 'setns' | Linus Torvalds | 2011-05-28 | 1 | -0/+1 |
|\ |
|
| * | ns: Wire up the setns system call | Eric W. Biederman | 2011-05-28 | 1 | -0/+1 |
* | | ARM: add sendmmsg syscall | Russell King | 2011-05-26 | 1 | -0/+1 |
|/ |
|
* | ARM: Add new syscalls | Russell King | 2011-04-15 | 1 | -0/+4 |
* | ARM: 6343/1: wire up fanotify and prlimit64 syscalls on ARM | Mikael Pettersson | 2010-09-01 | 1 | -0/+3 |
* | ARM: 6329/1: wire up sys_accept4() on ARM | Mikael Pettersson | 2010-08-15 | 1 | -0/+1 |
* | Add generic sys_ipc wrapper | Christoph Hellwig | 2010-03-12 | 1 | -0/+1 |
* | Add generic sys_old_mmap() | Christoph Hellwig | 2010-03-12 | 1 | -0/+1 |
* | Add generic sys_old_select() | Christoph Hellwig | 2010-03-12 | 1 | -0/+1 |
* | ARM: add missing recvmmsg syscall number | Russell King | 2010-01-07 | 1 | -0/+1 |
* | ARM: Use a definition for the userspace cmpxchg emulation syscall | Russell King | 2009-11-10 | 1 | -0/+9 |
* | ARM: Fix warning: #warning syscall migrate_pages not implemented | Russell King | 2009-09-28 | 1 | -0/+1 |
* | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -1/+1 |
* | ARM: 5677/1: ARM support for TIF_RESTORE_SIGMASK/pselect6/ppoll/epoll_pwait | Mikael Pettersson | 2009-08-15 | 1 | -3/+4 |