summaryrefslogtreecommitdiffstats
path: root/include/linux/compat.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-121-6/+0
|\
| * fs: remove compat_sys_mountChristoph Hellwig2020-09-221-6/+0
* | Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-121-0/+9
|\ \
| * | compat: add a compat_need_64bit_alignment_fixup() helperChristoph Hellwig2020-09-171-0/+9
| |/
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-36/+14
|\ \
| * | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-031-8/+0
| * | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-031-4/+0
| * | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-4/+0
| * | fs: remove various compat readv/writev helpersChristoph Hellwig2020-10-031-10/+10
| * | iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig2020-10-031-11/+5
| * | compat.h: fix a spelling error in <linux/compat.h>Christoph Hellwig2020-09-251-1/+1
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
|/
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+0
* net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* signal: refactor copy_siginfo_to_user32Christoph Hellwig2020-05-051-2/+9
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-4/+5
|\
| * x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro2020-03-191-4/+5
* | y2038: remove unused time32 interfacesArnd Bergmann2020-02-211-29/+0
|/
* compat: provide compat_ptr() on all architecturesArnd Bergmann2020-01-031-0/+18
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-13/+6
|\
| * y2038: itimer: compat handling to itimer.cArnd Bergmann2019-11-151-11/+4
| * y2038: make ns_to_compat_timeval use __kernel_old_timevalArnd Bergmann2019-11-151-2/+2
* | futex: Move futex exit handling into futex codeThomas Gleixner2019-11-201-2/+0
|/
* signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov2019-07-161-2/+1
* y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-69/+4
* time: make adjtime compat handling available for 32 bitArnd Bergmann2019-02-071-33/+2
* y2038: signal: Add compat_sys_rt_sigtimedwait_time64Arnd Bergmann2018-12-181-0/+3
* y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann2018-12-181-0/+3
* io_pgetevents: use __kernel_timespecDeepa Dinamani2018-12-061-0/+6
* pselect6: use __kernel_timespecDeepa Dinamani2018-12-061-0/+5
* ppoll: use __kernel_timespecDeepa Dinamani2018-12-061-0/+5
* signal: Add set_user_sigmask()Deepa Dinamani2018-12-061-0/+4
* Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-031-0/+3
|\
| * include/linux/compat.h: mark expected switch fall-throughsGustavo A. R. Silva2018-10-311-0/+3
* | x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov2018-11-011-2/+2
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-54/+47
|\
| * y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann2018-08-291-6/+1
| * asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann2018-08-291-2/+0
| * y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-48/+48
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-2/+2
|\ \
| * | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-2/+2
| |/
* / signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon2018-10-011-0/+3
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-141-0/+11
|\
| * kernel: add kcompat_sys_{f,}statfs64()Mark Rutland2018-07-121-0/+11
* | Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2018-07-121-1/+7
|\|
| * disable -Wattribute-alias warning for SYSCALL_DEFINEx()Arnd Bergmann2018-06-251-1/+7
* | time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani2018-06-241-9/+0
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-4/+8
|\
| * compat: Enable compat_get/put_timespec64 alwaysDeepa Dinamani2018-04-191-2/+0
| * compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-191-0/+1