summaryrefslogtreecommitdiff
path: root/include/linux/compat.h
AgeCommit message (Expand)Author
2018-10-31include/linux/compat.h: mark expected switch fall-throughsGustavo A. R. Silva
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-10-01signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon
2018-08-29y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann
2018-08-29asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2018-07-12kernel: add kcompat_sys_{f,}statfs64()Mark Rutland
2018-06-25disable -Wattribute-alias warning for SYSCALL_DEFINEx()Arnd Bergmann
2018-06-24time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-05-02aio: implement io_pgeteventsChristoph Hellwig
2018-04-19compat: Enable compat_get/put_timespec64 alwaysDeepa Dinamani
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann
2018-04-19compat: Make compat helpers independent of CONFIG_COMPATDeepa Dinamani
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-09syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski
2018-04-05Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski
2018-04-02signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68kEric W. Biederman
2018-04-02bpf: whitelist all syscalls for error injectionHoward McLauchlan
2018-04-02syscalls/x86: auto-create compat_sys_*() prototypesDominik Brodowski
2018-04-02syscalls: sort syscall prototypes in include/linux/compat.hDominik Brodowski
2018-04-02fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski
2018-03-08Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-06signal: Correct the offset of si_pkey in struct siginfoEric W. Biederman
2018-03-02signals: Move put_compat_sigset to compat.h to silence hardened usercopyMatt Redfearn
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman
2018-01-15signal: Move addr_lsb into the _sigfault union for clarityEric W. Biederman
2018-01-15signal: unify compat_siginfo_tAl Viro
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-19get_compat_sigset()Al Viro
2017-09-19get rid of {get,put}_compat_itimerspec()Al Viro
2017-09-19signal: replace sigset_to_compat() with put_compat_sigset()Dmitry V. Levin
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