Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-09arch: remove compat_alloc_user_spaceArnd Bergmann
2021-09-09compat: remove some compat entry pointsArnd Bergmann
2021-09-09mm: 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-19signal: Deliver all of the siginfo perf data in _perfEric W. Biederman
2021-05-19siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-07include/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-03signal: Add unsafe_put_compat_sigset()Christophe Leroy
2020-10-13Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-13Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-13Merge 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-23fs: remove compat_sys_mountChristoph Hellwig
2020-09-17compat: add a compat_need_64bit_alignment_fixup() helperChristoph Hellwig
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-15all arch: remove system call sys_sysctlXiaoming Ni
2020-07-20net: 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-02Merge 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-17signal: 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
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-04Merge 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