summaryrefslogtreecommitdiff
path: root/arch/x86/ia32
AgeCommit message (Expand)Author
2022-10-19x86/signal/32: Merge native and compat 32-bit signal codeBrian Gerst
2022-10-19x86/signal: Merge get_sigframe()Brian Gerst
2022-10-19x86: Remove __USER32_DSBrian Gerst
2022-10-19x86/signal: Remove sigset_t parameter from frame setup functionsBrian Gerst
2022-10-19x86/signal: Remove sig parameter from frame setup functionsBrian Gerst
2022-04-11x86: Remove a.out supportBorislav Petkov
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs
2021-09-14x86/fpu/signal: Change return type of fpu__restore_sig() to booleanThomas Gleixner
2021-09-14x86/signal: Change return type of restore_sigcontext() to booleanThomas Gleixner
2021-09-14x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to booleanThomas Gleixner
2021-09-03binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand
2021-09-03binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()David Hildenbrand
2021-06-29binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand
2020-12-11x86/ia32_signal: Propagate __user annotation properlyLukas Bulwahn
2020-09-08x86: remove address space overrides using set_fs()Christoph Hellwig
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-19x86/audit: Fix a -Wmissing-prototypes warning for ia32_classify_syscall()Benjamin Thiel
2020-05-07exec: Rename flush_old_exec begin_new_execEric W. Biederman
2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman
2020-05-07binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfEric W. Biederman
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-26x86: ia32_setup_rt_frame(): consolidate uaccess areasAl Viro
2020-03-26x86: ia32_setup_frame(): consolidate uaccess areasAl Viro
2020-03-26x86: ia32_setup_sigcontext(): lift user_access_{begin,end}() into the callersAl Viro
2020-03-21x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst
2020-03-21x86/entry/32: Rename 32-bit specific syscallsBrian Gerst
2020-03-19x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro
2020-03-18x86: switch ia32_setup_sigcontext() to unsafe_put_user()Al Viro
2020-03-18x86: get rid of get_user_ex() in ia32_restore_sigcontext()Al Viro
2020-03-18x86: switch sigframe sigset handling to explict __get_user()/__put_user()Al Viro
2020-01-08x86: Remove force_iret()Brian Gerst
2019-10-11syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturnSami Tolvanen
2019-07-14clone: fix CLONE_PIDFD supportDmitry V. Levin
2019-07-12x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2019-06-09fork: add clone3Christian Brauner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior
2019-04-03x86/ia32: Fix ia32_restore_sigcontext() AC leakPeter Zijlstra
2019-03-05a.out: remove core dumping supportLinus Torvalds
2019-02-13x86/a.out: Clear the dump structure initiallyBorislav Petkov
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds