summaryrefslogtreecommitdiffstats
path: root/include/linux/compat.h
Commit message (Expand)AuthorAgeFilesLines
* signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-1/+1
* signal: Move addr_lsb into the _sigfault union for clarityEric W. Biederman2018-01-151-2/+10
* signal: unify compat_siginfo_tAl Viro2018-01-151-0/+90
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-7/+3
|\
| * get_compat_sigset()Al Viro2017-09-191-1/+1
| * get rid of {get,put}_compat_itimerspec()Al Viro2017-09-191-5/+0
| * signal: replace sigset_to_compat() with put_compat_sigset()Dmitry V. Levin2017-09-191-1/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-141-9/+0
|\
| * semtimedop(): move compat to nativeAl Viro2017-07-151-9/+0
* | annotate RWF_... flagsChristoph Hellwig2017-08-311-2/+14
* | teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise argumentsAl Viro2017-08-311-1/+1
|/
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-061-2/+1
|\
| * compat_{get,put}_bitmap(): use unsafe_{get,put}_user()Al Viro2017-06-091-2/+1
* | time: introduce {get,put}_itimerspec64Deepa Dinamani2017-06-251-0/+4
* | time: add get_timespec64 and put_timespec64Deepa Dinamani2017-06-251-0/+2
* | itimers: Move compat itimer syscalls to native onesAl Viro2017-06-141-0/+4
* | ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro2017-06-141-0/+4
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-031-0/+7
|\
| * KEYS: add SP800-56A KDF support for DHStephan Mueller2017-04-041-0/+7
* | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-5/+0
|\ \
| * | Remove compat_sys_getdents64()Al Viro2017-04-171-5/+0
| |/
* | x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey2017-03-201-0/+2
|/
* sigaltstack: support SS_AUTODISARM for CONFIG_COMPATStas Sergeev2017-02-271-1/+3
* fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-011-1/+19
* compat: remove compat_printk()Arnd Bergmann2016-09-271-1/+0
* compat: add in_compat_syscall to ask whether we're in a compat syscallAndy Lutomirski2016-03-221-0/+15
* vfs: vfs: Define new syscalls preadv2,pwritev2Milosz Tanski2016-03-041-0/+6
* include, lib: add __printf attributes to several function prototypesNicolas Iooss2015-07-171-1/+1
* compat: Declare compat_sys_sigpending and compat_sys_sigprocmask prototypesCatalin Marinas2015-01-271-0/+9
* syscalls: implement execveat() system callDavid Drysdale2014-12-131-0/+3
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-021-13/+10
|\
| * compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin2014-02-021-13/+10
* | compat: include linux/unistd.h within linux/compat.hHeiko Carstens2014-03-201-0/+1
* | mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-061-5/+5
* | kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-061-3/+3
* | net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-061-2/+2
* | ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-061-2/+2
* | fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-061-8/+10
* | fs/compat: optional preadv64/pwrite64 compat system callsHeiko Carstens2014-03-061-0/+13
* | ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_tHeiko Carstens2014-03-061-1/+1
* | compat: add COMPAT_SYSCALL_DEFINE0 macroHeiko Carstens2014-03-041-0/+3
* | compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Heiko Carstens2014-03-041-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-02-011-1/+1
|\
| * Typo in compat_sys_lseek() declarationStephan Springl2014-01-311-1/+1
* | fs/compat: fix lookup_dcookie() parameter handlingHeiko Carstens2014-01-291-1/+1
|/
* fs/compat: fix parameter handling for compat readv/writev syscallsHeiko Carstens2014-01-291-8/+8
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-131-2/+2
|\
| * syscalls.h: use gcc alias instead of assembler aliases for syscallsAndi Kleen2013-11-131-2/+2
* | constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
|/
OpenPOWER on IntegriCloud