summaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32
Commit message (Expand)AuthorAgeFilesLines
* 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
* syscalls/x86: auto-create compat_sys_*() prototypesDominik Brodowski2018-04-022-2/+1
* mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-021-1/+1
* mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-1/+1
* mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-021-6/+6
* fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-2/+2
* fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-021-4/+4
* fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-1/+2
* fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-021-3/+3
* fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-1/+1
* x86: remove compat_sys_x86_waitpid()Dominik Brodowski2018-04-021-6/+0
* x86: use _do_fork() in compat_sys_x86_clone()Dominik Brodowski2018-04-021-1/+2
* x86/entry: Do not special-case clone(2) in compat entryDominik Brodowski2018-03-071-0/+11
* x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscallsDominik Brodowski2018-03-071-30/+33
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar2017-09-261-1/+1
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-2/+2
|\
| * fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-2/+2
* | x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski2017-07-301-1/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
* x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov2016-09-141-1/+1
* mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-271-9/+8
* mm, aout: handle vm_brk failuresMichal Hocko2016-05-231-7/+15
* x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-031-4/+4
|\
| * x86/headers: Remove <asm/sigcontext.h> references on the kernel sideIngo Molnar2015-09-081-1/+1