aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32/sys_ia32.c
Commit message (Expand)AuthorAge
* syscalls/x86: auto-create compat_sys_*() prototypesDominik Brodowski2018-04-02
* mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-02
* mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-02
* mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-02
* fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-02
* fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-02
* fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-02
* fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-02
* fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-02
* x86: remove compat_sys_x86_waitpid()Dominik Brodowski2018-04-02
* x86: use _do_fork() in compat_sys_x86_clone()Dominik Brodowski2018-04-02
* x86/entry: Do not special-case clone(2) in compat entryDominik Brodowski2018-03-07
* x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscallsDominik Brodowski2018-03-07
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* x86/compat: Remove sys32_vm86_warningBrian Gerst2015-03-04
* unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-09
* x86: sys32_kill and sys32_mprotect are pointlessAl Viro2013-03-03
* consolidate compat lookup_dcookie()Al Viro2013-03-03
* convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-03
* switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-24
* x86: switch to generic old sigactionAl Viro2013-02-03
* x86: switch to generic compat rt_sigaction()Al Viro2013-02-03
* x86: switch to generic compat sched_rr_get_interval()Al Viro2013-02-03
* x86: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-03
* x86: switch to generic compat rt_sigpending()Al Viro2013-02-03
* x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-09
|\
| * x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-09-30
* | x86: Fix __user annotations in asm/sys_ia32.hMathias Krause2012-09-05
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-23
|\
| * userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman2012-05-15
* | x86-64: Eliminate dead ia32 syscall handlersJan Beulich2012-05-08
|/
* x86-64, ia32: Drop sys32_rt_sigprocmaskH. Peter Anvin2012-02-20
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* Mark arguments to certain syscalls as being constDavid Howells2010-08-13
* fanotify: sys_fanotify_mark declartionEric Paris2010-07-28
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Add generic sys_olduname()Christoph Hellwig2010-03-12
* Add generic sys_old_mmap()Christoph Hellwig2010-03-12
* Add generic sys_old_select()Christoph Hellwig2010-03-12
* Unify sys_mmap*Al Viro2009-12-11
* sysctl: x86 Use the compat_sys_sysctlEric W. Biederman2009-11-06
* x86, 32-bit: Use generic sys_pipe()Amerigo Wang2009-08-08
* Separate out common fstatat code into vfs_fstatatOleg Drokin2009-04-20
* generic compat_sys_ustatChristoph Hellwig2009-03-27
* x86: introducing asm/sys_ia32.hJaswinder Singh Rajput2008-12-29
* compat: generic compat get/settimeofdayChristoph Hellwig2008-10-16
* compat: move cp_compat_stat to common codeChristoph Hellwig2008-10-16