aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compat.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar1-0/+3
2018-11-01x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov1-2/+2
2018-10-31include/linux/compat.h: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-54/+47
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-2/+2
2018-10-01signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon1-0/+3
2018-08-29y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann1-6/+1
2018-08-29asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann1-2/+0
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-48/+48
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+11
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/coreThomas Gleixner1-1/+7
2018-07-12kernel: add kcompat_sys_{f,}statfs64()Mark Rutland1-0/+11
2018-06-25disable -Wattribute-alias warning for SYSCALL_DEFINEx()Arnd Bergmann1-1/+7
2018-06-24time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani1-9/+0
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+8
2018-05-02aio: implement io_pgeteventsChristoph Hellwig1-0/+7
2018-04-19compat: Enable compat_get/put_timespec64 alwaysDeepa Dinamani1-2/+0
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani1-0/+1
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann1-1/+2
2018-04-19compat: Make compat helpers independent of CONFIG_COMPATDeepa Dinamani1-2/+6
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+39
2018-04-09syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski1-12/+17
2018-04-05Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+4
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski1-0/+22
2018-04-02signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68kEric W. Biederman1-2/+4
2018-04-02bpf: whitelist all syscalls for error injectionHoward McLauchlan1-0/+3
2018-04-02syscalls/x86: auto-create compat_sys_*() prototypesDominik Brodowski1-14/+3
2018-04-02syscalls: sort syscall prototypes in include/linux/compat.hDominik Brodowski1-277/+378
2018-04-02fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski1-0/+3
2018-03-08Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mipsLinus Torvalds1-2/+24
2018-03-06signal: Correct the offset of si_pkey in struct siginfoEric W. Biederman1-2/+2
2018-03-02signals: Move put_compat_sigset to compat.h to silence hardened usercopyMatt Redfearn1-2/+24
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman1-1/+1
2018-01-15signal: Move addr_lsb into the _sigfault union for clarityEric W. Biederman1-2/+10
2018-01-15signal: unify compat_siginfo_tAl Viro1-0/+90
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-19get_compat_sigset()Al Viro1-1/+1
2017-09-19get rid of {get,put}_compat_itimerspec()Al Viro1-5/+0
2017-09-19signal: replace sigset_to_compat() with put_compat_sigset()Dmitry V. Levin1-1/+2
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