summaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32/ia32_signal.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-05signal: refactor copy_siginfo_to_user32Christoph Hellwig1-1/+1
2020-03-26x86: ia32_setup_rt_frame(): consolidate uaccess areasAl Viro1-10/+3
2020-03-26x86: ia32_setup_frame(): consolidate uaccess areasAl Viro1-27/+12
2020-03-26x86: ia32_setup_sigcontext(): lift user_access_{begin,end}() into the callersAl Viro1-16/+28
2020-03-19x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro1-24/+26
2020-03-18x86: switch ia32_setup_sigcontext() to unsafe_put_user()Al Viro1-31/+33
2020-03-18x86: get rid of get_user_ex() in ia32_restore_sigcontext()Al Viro1-62/+44
2020-03-18x86: switch sigframe sigset handling to explict __get_user()/__put_user()Al Viro1-11/+5
2020-01-08x86: Remove force_iret()Brian Gerst1-2/+0
2019-10-11syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturnSami Tolvanen1-2/+3
2019-07-12x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver1-1/+1
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-11/+6
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior1-11/+6
2019-04-03x86/ia32: Fix ia32_restore_sigcontext() AC leakPeter Zijlstra1-12/+17
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-4/+4
2018-04-02syscalls/x86: auto-create compat_sys_*() prototypesDominik Brodowski1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar1-1/+1
2017-07-30x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-14x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov1-1/+1
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov1-1/+1
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski1-2/+2
2015-09-08x86/headers: Remove <asm/sigcontext.h> references on the kernel sideIngo Molnar1-1/+1
2015-09-08x86/headers: Remove direct sigcontext32.h usesIngo Molnar1-1/+1
2015-09-08x86/headers: Convert sigcontext_ia32 uses to sigcontext_32Ingo Molnar1-2/+2
2015-09-08x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32Ingo Molnar1-1/+1
2015-07-06x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst1-93/+0
2015-05-19x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling...Ingo Molnar1-0/+1
2015-05-19x86/fpu: Move the signal frame handling code closer to each otherIngo Molnar1-1/+1
2015-05-19x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar1-1/+2
2015-05-19x86/fpu: Open code PF_USED_MATH usagesIngo Molnar1-1/+1
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar1-1/+0
2015-04-06x86/signal: Remove pax argument from restore_sigcontextBrian Gerst1-11/+6
2015-03-23x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst1-0/+2
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-05-05x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski1-4/+4
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-09-01Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro1-1/+1
2013-05-28x86/signals: Propagate RF EFLAGS bit through the signal restore callJiri Olsa1-2/+0
2013-02-14x86: convert to ksignalAl Viro1-20/+17
2013-02-03x86,um: switch to generic old sigsuspend()Al Viro1-7/+0
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsAl Viro1-2/+4
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro1-4/+1
2012-12-19generic compat_sys_sigaltstack()Al Viro1-49/+1