summaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32
Commit message (Expand)AuthorAgeFilesLines
* x86/signal/32: Merge native and compat 32-bit signal codeBrian Gerst2022-10-192-342/+0
* x86/signal: Merge get_sigframe()Brian Gerst2022-10-191-34/+0
* x86: Remove __USER32_DSBrian Gerst2022-10-191-7/+7
* x86/signal: Remove sigset_t parameter from frame setup functionsBrian Gerst2022-10-191-4/+4
* x86/signal: Remove sig parameter from frame setup functionsBrian Gerst2022-10-191-6/+6
* x86: Remove a.out supportBorislav Petkov2022-04-112-327/+0
* Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-011-5/+8
|\
| * audit: add support for the openat2 syscallRichard Guy Briggs2021-10-011-0/+2
| * audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2021-10-011-5/+6
* | x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner2021-10-201-1/+0
* | x86/fpu/signal: Change return type of fpu__restore_sig() to booleanThomas Gleixner2021-09-141-1/+1
* | x86/signal: Change return type of restore_sigcontext() to booleanThomas Gleixner2021-09-141-6/+6
* | x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to booleanThomas Gleixner2021-09-141-2/+2
|/
* binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand2021-09-031-4/+2
* binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()David Hildenbrand2021-09-031-1/+1
* binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand2021-06-291-2/+2
* x86/ia32_signal: Propagate __user annotation properlyLukas Bulwahn2020-12-111-1/+1
* x86: remove address space overrides using set_fs()Christoph Hellwig2020-09-081-1/+0
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-3/+1
|\
| * exec: Rename flush_old_exec begin_new_execEric W. Biederman2020-05-071-1/+1
| * exec: Merge install_exec_creds into setup_new_execEric W. Biederman2020-05-071-1/+0
| * binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfEric W. Biederman2020-05-071-2/+1
* | Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-011-1/+1
|\ \
| * | signal: refactor copy_siginfo_to_user32Christoph Hellwig2020-05-051-1/+1
| |/
* / x86/audit: Fix a -Wmissing-prototypes warning for ia32_classify_syscall()Benjamin Thiel2020-05-191-0/+1
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-167/+137
|\
| * x86: ia32_setup_rt_frame(): consolidate uaccess areasAl Viro2020-03-261-10/+3
| * x86: ia32_setup_frame(): consolidate uaccess areasAl Viro2020-03-261-27/+12
| * x86: ia32_setup_sigcontext(): lift user_access_{begin,end}() into the callersAl Viro2020-03-261-16/+28
| * x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro2020-03-191-24/+26
| * x86: switch ia32_setup_sigcontext() to unsafe_put_user()Al Viro2020-03-181-31/+33
| * x86: get rid of get_user_ex() in ia32_restore_sigcontext()Al Viro2020-03-181-62/+44
| * x86: switch sigframe sigset handling to explict __get_user()/__put_user()Al Viro2020-03-181-11/+5
* | x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst2020-03-212-255/+1
* | x86/entry/32: Rename 32-bit specific syscallsBrian Gerst2020-03-211-15/+15
|/
* x86: Remove force_iret()Brian Gerst2020-01-081-2/+0
* syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturnSami Tolvanen2019-10-111-2/+3
* clone: fix CLONE_PIDFD supportDmitry V. Levin2019-07-141-0/+4
* x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver2019-07-121-1/+1
* Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-111-2/+10
|\
| * fork: add clone3Christian Brauner2019-06-091-2/+10
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-071-11/+6
|\
| * x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior2019-04-101-11/+6
* | x86/ia32: Fix ia32_restore_sigcontext() AC leakPeter Zijlstra2019-04-031-12/+17
|/
* a.out: remove core dumping supportLinus Torvalds2019-03-051-159/+0
* x86/a.out: Clear the dump structure initiallyBorislav Petkov2019-02-131-2/+4
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-033-7/+7