summaryrefslogtreecommitdiffstats
path: root/include/linux/compat.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-4/+8
|\
| * compat: Enable compat_get/put_timespec64 alwaysDeepa Dinamani2018-04-191-2/+0
| * compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-191-0/+1
| * time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-1/+2
| * compat: Make compat helpers independent of CONFIG_COMPATDeepa Dinamani2018-04-191-2/+6
* | aio: implement io_pgeteventsChristoph Hellwig2018-05-021-0/+7
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-151-12/+39
|\
| * syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski2018-04-091-12/+17
| * syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski2018-04-051-0/+22
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-051-2/+4
|\ \ | |/ |/|
| * signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68kEric W. Biederman2018-04-021-2/+4
* | bpf: whitelist all syscalls for error injectionHoward McLauchlan2018-04-021-0/+3
* | syscalls/x86: auto-create compat_sys_*() prototypesDominik Brodowski2018-04-021-14/+3
* | syscalls: sort syscall prototypes in include/linux/compat.hDominik Brodowski2018-04-021-277/+378
* | fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski2018-04-021-0/+3
* | Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-081-2/+24
|\ \ | |/ |/|
| * signals: Move put_compat_sigset to compat.h to silence hardened usercopyMatt Redfearn2018-03-021-2/+24
* | signal: Correct the offset of si_pkey in struct siginfoEric W. Biederman2018-03-061-2/+2
|/
* 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
|\