summaryrefslogtreecommitdiff
path: root/include/linux/compat.h
AgeCommit message (Expand)Author
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta
2023-06-22syscalls: Remove file path comments from headersSohil Mehta
2022-10-19signal/compat: Remove compat_sigset_t overrideBrian Gerst
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren
2022-04-26compat: consolidate the compat_flock{,64} definitionChristoph Hellwig
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann
2021-09-08compat: remove some compat entry pointsArnd Bergmann
2021-09-08mm: simplify compat numa syscallsArnd Bergmann
2021-07-23compat: make linux/compat.h available everywhereArnd Bergmann
2021-07-01x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't...Al Viro
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman
2021-05-18siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-06include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFIN...Masahiro Yamada
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-04-23signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architecturesMarco Elver
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver
2021-04-03signal: Add unsafe_get_compat_sigset()Christophe Leroy
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn
2020-12-04signal: Add unsafe_put_compat_sigset()Christophe Leroy
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig
2020-10-03fs: remove various compat readv/writev helpersChristoph Hellwig
2020-10-03iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig
2020-09-25compat.h: fix a spelling error in <linux/compat.h>Christoph Hellwig
2020-09-22fs: remove compat_sys_mountChristoph Hellwig
2020-09-17compat: add a compat_need_64bit_alignment_fixup() helperChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig
2020-05-05signal: refactor copy_siginfo_to_user32Christoph Hellwig
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-19x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann
2020-01-03compat: provide compat_ptr() on all architecturesArnd Bergmann
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-11-20futex: Move futex exit handling into futex codeThomas Gleixner
2019-11-15y2038: itimer: compat handling to itimer.cArnd Bergmann
2019-11-15y2038: make ns_to_compat_timeval use __kernel_old_timevalArnd Bergmann
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov
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