aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/compat.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-89/+15
2022-04-26asm-generic: compat: Cleanup duplicate definitionsGuo Ren1-68/+12
2022-04-26compat: consolidate the compat_flock{,64} definitionChristoph Hellwig1-17/+3
2022-04-26uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.hChristoph Hellwig1-4/+0
2022-04-12stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka1-4/+2
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann1-13/+0
2021-07-23compat: make linux/compat.h available everywhereArnd Bergmann1-11/+3
2021-01-06[amd64] clean PRSTATUS_SIZE/SET_PR_FPVALID up properlyAl Viro1-14/+0
2021-01-04binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALIDAl Viro1-4/+7
2020-10-26x86/compat: Simplify compat syscall userspace allocationGabriel Krisman Bertazi1-8/+7
2020-09-17compat: add a compat_need_64bit_alignment_fixup() helperChristoph Hellwig1-0/+1
2020-09-17compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig1-2/+0
2020-05-05signal: refactor copy_siginfo_to_user32Christoph Hellwig1-2/+6
2020-01-03compat: provide compat_ptr() on all architecturesArnd Bergmann1-17/+0
2018-11-01x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov1-1/+8
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+2
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2018-08-29asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann1-17/+2
2018-04-20y2038: x86: Extend sysvipc data structuresArnd Bergmann1-16/+16
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani1-11/+0
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman1-0/+4
2018-01-15signal: unify compat_siginfo_tAl Viro1-80/+0
2018-01-12signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman1-2/+0
2017-11-15fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton1-1/+0
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02x86/entry/64: Remove thread_struct::sp0Andy Lutomirski1-0/+1
2017-05-27take compat_sys_old_getrlimit() to native syscallAl Viro1-1/+0
2016-11-24x86/coredump: Always use user_regs_struct for compat_elf_gregset_tDmitry Safonov1-3/+1
2016-09-14x86/coredump: Use pr_reg size, rather that TIF_IA32 flagDmitry Safonov1-4/+4
2016-06-14x86/signals: Add missing signal_compat code for x86 featuresDave Hansen1-0/+11
2016-04-19x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov1-2/+2
2016-03-22x86/compat: remove is_compat_task()Andy Lutomirski1-1/+2
2015-03-10x86/asm/entry/64: Save user RSP in pt_regs->sp on SYSCALL64 fastpathDenys Vlasenko1-1/+1
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko1-1/+73
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi1-1/+1
2012-03-13x86: Move is_ia32_task to asm/thread_info.h from asm/compat.hSrikar Dronamraju1-9/+0
2012-03-05x32: Provide separate is_ia32_task() and is_x32_task() predicatesH. Peter Anvin1-1/+11
2012-02-20x32: Handle process creationH. Peter Anvin1-2/+24
2012-02-20x32: Handle the x32 system call flagH. Peter Anvin1-2/+11
2011-10-28compat: sync compat_stats with statfs.Eric W. Biederman1-1/+2
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin1-1/+1
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig1-1/+2
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+218