summaryrefslogtreecommitdiff
path: root/include/linux/compat.h
AgeCommit message (Expand)Author
2019-12-05futex: Move futex exit handling into futex codeThomas Gleixner
2018-11-13signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2017-08-31annotate RWF_... flagsChristoph Hellwig
2017-08-31teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise argumentsAl Viro
2017-07-15semtimedop(): move compat to nativeAl Viro
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani
2017-06-25time: add get_timespec64 and put_timespec64Deepa Dinamani
2017-06-14itimers: Move compat itimer syscalls to native onesAl Viro
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro
2017-06-09compat_{get,put}_bitmap(): use unsafe_{get,put}_user()Al Viro
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-05-02Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-04-17Remove compat_sys_getdents64()Al Viro
2017-04-04KEYS: add SP800-56A KDF support for DHStephan Mueller
2017-03-20x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey
2017-02-27sigaltstack: support SS_AUTODISARM for CONFIG_COMPATStas Sergeev
2017-02-01fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker
2016-09-27compat: remove compat_printk()Arnd Bergmann
2016-03-22compat: add in_compat_syscall to ask whether we're in a compat syscallAndy Lutomirski
2016-03-04vfs: vfs: Define new syscalls preadv2,pwritev2Milosz Tanski
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss
2015-01-27compat: Declare compat_sys_sigpending and compat_sys_sigprocmask prototypesCatalin Marinas
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2014-04-02Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-20compat: include linux/unistd.h within linux/compat.hHeiko Carstens
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06fs/compat: optional preadv64/pwrite64 compat system callsHeiko Carstens
2014-03-06ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_tHeiko Carstens
2014-03-04compat: add COMPAT_SYSCALL_DEFINE0 macroHeiko Carstens
2014-03-04compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Heiko Carstens
2014-02-02compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin
2014-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-31Typo in compat_sys_lseek() declarationStephan Springl
2014-01-29fs/compat: fix lookup_dcookie() parameter handlingHeiko Carstens
2014-01-29fs/compat: fix parameter handling for compat readv/writev syscallsHeiko Carstens
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13syscalls.h: use gcc alias instead of assembler aliases for syscallsAndi Kleen
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro
2013-09-11syscalls.h: add forward declarations for inplace syscall wrappersSergei Trofimovich
2013-09-01Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-19Fix breakage in MIPS siginfo handlingDavid Howells