aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compat.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+0
2017-08-31annotate RWF_... flagsChristoph Hellwig1-2/+14
2017-08-31teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise argumentsAl Viro1-1/+1
2017-07-15semtimedop(): move compat to nativeAl Viro1-9/+0
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani1-0/+4
2017-06-25time: add get_timespec64 and put_timespec64Deepa Dinamani1-0/+2
2017-06-14itimers: Move compat itimer syscalls to native onesAl Viro1-0/+4
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro1-0/+4
2017-06-09compat_{get,put}_bitmap(): use unsafe_{get,put}_user()Al Viro1-2/+1
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+7
2017-05-02Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+0
2017-04-17Remove compat_sys_getdents64()Al Viro1-5/+0
2017-04-04KEYS: add SP800-56A KDF support for DHStephan Mueller1-0/+7
2017-03-20x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey1-0/+2
2017-02-27sigaltstack: support SS_AUTODISARM for CONFIG_COMPATStas Sergeev1-1/+3
2017-02-01fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker1-1/+19
2016-09-27compat: remove compat_printk()Arnd Bergmann1-1/+0
2016-03-22compat: add in_compat_syscall to ask whether we're in a compat syscallAndy Lutomirski1-0/+15
2016-03-04vfs: vfs: Define new syscalls preadv2,pwritev2Milosz Tanski1-0/+6
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss1-1/+1
2015-01-27compat: Declare compat_sys_sigpending and compat_sys_sigprocmask prototypesCatalin Marinas1-0/+9
2014-12-13syscalls: implement execveat() system callDavid Drysdale1-0/+3
2014-04-02Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+10
2014-03-20compat: include linux/unistd.h within linux/compat.hHeiko Carstens1-0/+1
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-5/+5
2014-03-06kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-3/+3
2014-03-06net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-2/+2
2014-03-06ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-2/+2
2014-03-06fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-8/+10
2014-03-06fs/compat: optional preadv64/pwrite64 compat system callsHeiko Carstens1-0/+13
2014-03-06ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_tHeiko Carstens1-1/+1
2014-03-04compat: add COMPAT_SYSCALL_DEFINE0 macroHeiko Carstens1-0/+3
2014-03-04compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Heiko Carstens1-0/+2
2014-02-02compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin1-13/+10
2014-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2014-01-31Typo in compat_sys_lseek() declarationStephan Springl1-1/+1
2014-01-29fs/compat: fix lookup_dcookie() parameter handlingHeiko Carstens1-1/+1
2014-01-29fs/compat: fix parameter handling for compat readv/writev syscallsHeiko Carstens1-8/+8
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-2/+2
2013-11-13syscalls.h: use gcc alias instead of assembler aliases for syscallsAndi Kleen1-2/+2
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-09-11syscalls.h: add forward declarations for inplace syscall wrappersSergei Trofimovich1-0/+1
2013-09-01Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro1-0/+7
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro1-0/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-36/+15
2013-03-19Fix breakage in MIPS siginfo handlingDavid Howells1-2/+2
2013-03-03get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCAl Viro1-13/+4
2013-03-03merge compat sys_ipc instancesAl Viro1-0/+1
2013-03-03consolidate compat lookup_dcookie()Al Viro1-0/+1