summaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32/ia32_signal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski2014-05-051-4/+4
* constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
* Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro2013-09-011-1/+1
* x86/signals: Propagate RF EFLAGS bit through the signal restore callJiri Olsa2013-05-281-2/+0
* x86: convert to ksignalAl Viro2013-02-141-20/+17
* x86,um: switch to generic old sigsuspend()Al Viro2013-02-031-7/+0
* x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-031-2/+4
* new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro2012-12-191-4/+1
* generic compat_sys_sigaltstack()Al Viro2012-12-191-49/+1
* Merge branch 'x86/fpu' into x86/smapH. Peter Anvin2012-09-211-8/+13
|\
| * x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha2012-09-181-3/+6
| * x86/signals: ia32_signal.c: add __user casts to fix sparse warningsMathias Krause2012-09-051-5/+6
* | x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin2012-09-211-5/+7
|/
* x86, compat: Use test_thread_flag(TIF_IA32) in compat signal deliverySuresh Siddha2012-06-141-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-231-11/+1
|\
| * new helper: sigsuspend()Al Viro2012-05-211-11/+1
* | signal, x86: add SIGSYS info and make it synchronous.Will Drewry2012-04-141-0/+4
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-291-1/+1
|\
| * x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-131-1/+1
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-12/+10
|\ \
| * | x32: Fix stupid ia32/x32 inversion in the siginfo formatH. Peter Anvin2012-03-131-1/+1
| |/
| * x32: Switch to a 64-bit clock_tH. Peter Anvin2012-03-051-2/+8
| * x86: Move some signal-handling definitions to a common headerH. Peter Anvin2012-02-201-10/+2
OpenPOWER on IntegriCloud