aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compat.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann1-2/+0
2021-09-08compat: remove some compat entry pointsArnd Bergmann1-20/+0
2021-09-08mm: simplify compat numa syscallsArnd Bergmann1-8/+9
2021-07-23compat: make linux/compat.h available everywhereArnd Bergmann1-17/+15
2021-07-01x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't be abandonedAl Viro1-2/+0
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+6
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman1-1/+4
2021-05-18siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman1-3/+2
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-05-06include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFINEx()Masahiro Yamada1-1/+0
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+35
2021-04-23signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architecturesMarco Elver1-1/+1
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver1-0/+2
2021-04-03signal: Add unsafe_get_compat_sigset()Christophe Leroy1-0/+35
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn1-0/+6
2020-12-04signal: Add unsafe_put_compat_sigset()Christophe Leroy1-0/+32
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+9
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-36/+14
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig1-8/+0
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig1-4/+0
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig1-4/+0
2020-10-03fs: remove various compat readv/writev helpersChristoph Hellwig1-10/+10
2020-10-03iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig1-11/+5
2020-09-25compat.h: fix a spelling error in <linux/compat.h>Christoph Hellwig1-1/+1
2020-09-22fs: remove compat_sys_mountChristoph Hellwig1-6/+0
2020-09-17compat: add a compat_need_64bit_alignment_fixup() helperChristoph Hellwig1-0/+9
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni1-1/+0
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig1-4/+0
2020-05-05signal: refactor copy_siginfo_to_user32Christoph Hellwig1-2/+9
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+5
2020-03-19x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro1-4/+5
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann1-29/+0
2020-01-03compat: provide compat_ptr() on all architecturesArnd Bergmann1-0/+18
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-13/+6
2019-11-20futex: Move futex exit handling into futex codeThomas Gleixner1-2/+0
2019-11-15y2038: itimer: compat handling to itimer.cArnd Bergmann1-11/+4
2019-11-15y2038: make ns_to_compat_timeval use __kernel_old_timevalArnd Bergmann1-2/+2
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov1-2/+1
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-69/+4
2019-02-07time: make adjtime compat handling available for 32 bitArnd Bergmann1-33/+2
2018-12-18y2038: signal: Add compat_sys_rt_sigtimedwait_time64Arnd Bergmann1-0/+3
2018-12-18y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann1-0/+3
2018-12-06io_pgetevents: use __kernel_timespecDeepa Dinamani1-0/+6
2018-12-06pselect6: use __kernel_timespecDeepa Dinamani1-0/+5
2018-12-06ppoll: use __kernel_timespecDeepa Dinamani1-0/+5
2018-12-06signal: Add set_user_sigmask()Deepa Dinamani1-0/+4
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