aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/ia32
AgeCommit message (Expand)AuthorFilesLines
2022-10-19x86/signal/32: Merge native and compat 32-bit signal codeGravatar Brian Gerst 2-342/+0
2022-10-19x86/signal: Merge get_sigframe()Gravatar Brian Gerst 1-34/+0
2022-10-19x86: Remove __USER32_DSGravatar Brian Gerst 1-7/+7
2022-10-19x86/signal: Remove sigset_t parameter from frame setup functionsGravatar Brian Gerst 1-4/+4
2022-10-19x86/signal: Remove sig parameter from frame setup functionsGravatar Brian Gerst 1-6/+6
2022-04-11x86: Remove a.out supportGravatar Borislav Petkov 2-327/+0
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+8
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hGravatar Thomas Gleixner 1-1/+0
2021-10-01audit: add support for the openat2 syscallGravatar Richard Guy Briggs 1-0/+2
2021-10-01audit: replace magic audit syscall class numbers with macrosGravatar Richard Guy Briggs 1-5/+6
2021-09-14x86/fpu/signal: Change return type of fpu__restore_sig() to booleanGravatar Thomas Gleixner 1-1/+1
2021-09-14x86/signal: Change return type of restore_sigcontext() to booleanGravatar Thomas Gleixner 1-6/+6
2021-09-14x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to booleanGravatar Thomas Gleixner 1-2/+2
2021-09-03binfmt: remove in-tree usage of MAP_DENYWRITEGravatar David Hildenbrand 1-4/+2
2021-09-03binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()Gravatar David Hildenbrand 1-1/+1
2021-06-29binfmt: remove in-tree usage of MAP_EXECUTABLEGravatar David Hildenbrand 1-2/+2
2020-12-11x86/ia32_signal: Propagate __user annotation properlyGravatar Lukas Bulwahn 1-1/+1
2020-09-08x86: remove address space overrides using set_fs()Gravatar Christoph Hellwig 1-1/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 1-1/+0
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-3/+1
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2020-05-19x86/audit: Fix a -Wmissing-prototypes warning for ia32_classify_syscall()Gravatar Benjamin Thiel 1-0/+1
2020-05-07exec: Rename flush_old_exec begin_new_execGravatar Eric W. Biederman 1-1/+1
2020-05-07exec: Merge install_exec_creds into setup_new_execGravatar Eric W. Biederman 1-1/+0
2020-05-07binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfGravatar Eric W. Biederman 1-2/+1
2020-05-05signal: refactor copy_siginfo_to_user32Gravatar Christoph Hellwig 1-1/+1
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-167/+137
2020-03-26x86: ia32_setup_rt_frame(): consolidate uaccess areasGravatar Al Viro 1-10/+3
2020-03-26x86: ia32_setup_frame(): consolidate uaccess areasGravatar Al Viro 1-27/+12
2020-03-26x86: ia32_setup_sigcontext(): lift user_access_{begin,end}() into the callersGravatar Al Viro 1-16/+28
2020-03-21x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsGravatar Brian Gerst 2-255/+1
2020-03-21x86/entry/32: Rename 32-bit specific syscallsGravatar Brian Gerst 1-15/+15
2020-03-19x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Gravatar Al Viro 1-24/+26
2020-03-18x86: switch ia32_setup_sigcontext() to unsafe_put_user()Gravatar Al Viro 1-31/+33
2020-03-18x86: get rid of get_user_ex() in ia32_restore_sigcontext()Gravatar Al Viro 1-62/+44
2020-03-18x86: switch sigframe sigset handling to explict __get_user()/__put_user()Gravatar Al Viro 1-11/+5
2020-01-08x86: Remove force_iret()Gravatar Brian Gerst 1-2/+0
2019-10-11syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturnGravatar Sami Tolvanen 1-2/+3
2019-07-14clone: fix CLONE_PIDFD supportGravatar Dmitry V. Levin 1-0/+4
2019-07-12x86: use static_cpu_has in uaccess region to avoid instrumentationGravatar Marco Elver 1-1/+1
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 1-2/+10
2019-06-09fork: add clone3Gravatar Christian Brauner 1-2/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-11/+6
2019-04-10x86/fpu: Remove fpu->initializedGravatar Sebastian Andrzej Siewior 1-11/+6
2019-04-03x86/ia32: Fix ia32_restore_sigcontext() AC leakGravatar Peter Zijlstra 1-12/+17
2019-03-05a.out: remove core dumping supportGravatar Linus Torvalds 1-159/+0
2019-02-13x86/a.out: Clear the dump structure initiallyGravatar Borislav Petkov 1-2/+4
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 3-7/+7