| Commit message (Expand) | Author | Age | Files | Lines |
* | clone: fix CLONE_PIDFD support | Dmitry V. Levin | 2019-07-14 | 1 | -0/+4 |
* | fork: add clone3 | Christian Brauner | 2019-06-09 | 1 | -2/+10 |
* | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-03 | 1 | -1/+1 |
* | syscalls/x86: auto-create compat_sys_*() prototypes | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
* | mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead() | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
* | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
* | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() | Dominik Brodowski | 2018-04-02 | 1 | -6/+6 |
* | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() | Dominik Brodowski | 2018-04-02 | 1 | -2/+2 |
* | fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls | Dominik Brodowski | 2018-04-02 | 1 | -4/+4 |
* | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() | Dominik Brodowski | 2018-04-02 | 1 | -1/+2 |
* | fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall | Dominik Brodowski | 2018-04-02 | 1 | -3/+3 |
* | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
* | x86: remove compat_sys_x86_waitpid() | Dominik Brodowski | 2018-04-02 | 1 | -6/+0 |
* | x86: use _do_fork() in compat_sys_x86_clone() | Dominik Brodowski | 2018-04-02 | 1 | -1/+2 |
* | x86/entry: Do not special-case clone(2) in compat entry | Dominik Brodowski | 2018-03-07 | 1 | -0/+11 |
* | x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls | Dominik Brodowski | 2018-03-07 | 1 | -30/+33 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | x86/compat: Remove sys32_vm86_warning | Brian Gerst | 2015-03-04 | 1 | -14/+0 |
* | unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-05-09 | 1 | -9/+0 |
* | x86: sys32_kill and sys32_mprotect are pointless | Al Viro | 2013-03-03 | 1 | -11/+0 |
* | consolidate compat lookup_dcookie() | Al Viro | 2013-03-03 | 1 | -6/+0 |
* | convert sendfile{,64} to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | 1 | -20/+0 |
* | switch lseek to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-24 | 1 | -5/+0 |
* | x86: switch to generic old sigaction | Al Viro | 2013-02-03 | 1 | -39/+0 |
* | x86: switch to generic compat rt_sigaction() | Al Viro | 2013-02-03 | 1 | -76/+0 |
* | x86: switch to generic compat sched_rr_get_interval() | Al Viro | 2013-02-03 | 1 | -17/+0 |
* | x86: switch to generic compat rt_sigqueueinfo() | Al Viro | 2013-02-03 | 1 | -15/+0 |
* | x86: switch to generic compat rt_sigpending() | Al Viro | 2013-02-03 | 1 | -24/+0 |
* | x86, um: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 1 | -11/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 1 | -15/+0 |
|\ |
|
| * | x86, um/x86: switch to generic sys_execve and kernel_execve | Al Viro | 2012-09-30 | 1 | -15/+0 |
* | | x86: Fix __user annotations in asm/sys_ia32.h | Mathias Krause | 2012-09-05 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-05-23 | 1 | -2/+2 |
|\ |
|
| * | userns: Convert stat to return values mapped from kuids and kgids | Eric W. Biederman | 2012-05-15 | 1 | -2/+2 |
* | | x86-64: Eliminate dead ia32 syscall handlers | Jan Beulich | 2012-05-08 | 1 | -23/+0 |
|/ |
|
* | x86-64, ia32: Drop sys32_rt_sigprocmask | H. Peter Anvin | 2012-02-20 | 1 | -40/+0 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
* | Mark arguments to certain syscalls as being const | David Howells | 2010-08-13 | 1 | -7/+7 |
* | fanotify: sys_fanotify_mark declartion | Eric Paris | 2010-07-28 | 1 | -0/+9 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Add generic sys_olduname() | Christoph Hellwig | 2010-03-12 | 1 | -52/+0 |
* | Add generic sys_old_mmap() | Christoph Hellwig | 2010-03-12 | 1 | -3/+3 |
* | Add generic sys_old_select() | Christoph Hellwig | 2010-03-12 | 1 | -18/+0 |
* | Unify sys_mmap* | Al Viro | 2009-12-11 | 1 | -42/+1 |
* | sysctl: x86 Use the compat_sys_sysctl | Eric W. Biederman | 2009-11-06 | 1 | -56/+0 |
* | x86, 32-bit: Use generic sys_pipe() | Amerigo Wang | 2009-08-08 | 1 | -14/+0 |
* | Separate out common fstatat code into vfs_fstatat | Oleg Drokin | 2009-04-20 | 1 | -14/+5 |
* | generic compat_sys_ustat | Christoph Hellwig | 2009-03-27 | 1 | -22/+0 |