summaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32/ia32_signal.c
Commit message (Expand)AuthorAgeFilesLines
* x86/signal/32: Merge native and compat 32-bit signal codeBrian Gerst2022-10-191-340/+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/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
* x86/ia32_signal: Propagate __user annotation properlyLukas Bulwahn2020-12-111-1/+1
* signal: refactor copy_siginfo_to_user32Christoph Hellwig2020-05-051-1/+1
* 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: Remove force_iret()Brian Gerst2020-01-081-2/+0
* syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturnSami Tolvanen2019-10-111-2/+3
* x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver2019-07-121-1/+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
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-4/+4
* syscalls/x86: auto-create compat_sys_*() prototypesDominik Brodowski2018-04-021-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar2017-09-261-1/+1
* 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-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov2016-09-141-1/+1
* 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
| * x86/headers: Remove direct sigcontext32.h usesIngo Molnar2015-09-081-1/+1
| * x86/headers: Convert sigcontext_ia32 uses to sigcontext_32Ingo Molnar2015-09-081-2/+2
| * x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32Ingo Molnar2015-09-081-1/+1
* | x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-071-2/+2
|/
* x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst2015-07-061-93/+0
* x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling...Ingo Molnar2015-05-191-0/+1
* x86/fpu: Move the signal frame handling code closer to each otherIngo Molnar2015-05-191-1/+1
* x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-191-1/+1
* x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar2015-05-191-1/+2
* x86/fpu: Open code PF_USED_MATH usagesIngo Molnar2015-05-191-1/+1
* x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-191-1/+0
* x86/signal: Remove pax argument from restore_sigcontextBrian Gerst2015-04-061-11/+6
* x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst2015-03-231-0/+2