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