aboutsummaryrefslogtreecommitdiff
path: root/include/linux/compat.h
AgeCommit message (Expand)Author
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-02-07time: make adjtime compat handling available for 32 bitArnd Bergmann
2018-12-18y2038: signal: Add compat_sys_rt_sigtimedwait_time64Arnd Bergmann
2018-12-18y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann
2018-12-06io_pgetevents: use __kernel_timespecDeepa Dinamani
2018-12-06pselect6: use __kernel_timespecDeepa Dinamani
2018-12-06ppoll: use __kernel_timespecDeepa Dinamani
2018-12-06signal: Add set_user_sigmask()Deepa Dinamani
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar
2018-11-01x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov
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