aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-05x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin1-7/+10
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2015-11-03Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski1-2/+2
2015-09-30x86/signal: Deinline get_sigframe, save 240 bytesDenys Vlasenko1-1/+1
2015-09-08x86/headers: Make sigcontext pointers bit independentIngo Molnar1-1/+3
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar1-15/+11
2015-08-13Revert x86 sigcontext cleanupsLinus Torvalds1-15/+11
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst1-0/+1
2015-07-31x86/vm86: Use the normal pt_regs area for vm86Brian Gerst1-0/+3
2015-07-07x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski1-27/+1
2015-07-06x86/compat: Remove unneeded #includeBrian Gerst1-1/+0
2015-05-19x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functionsIngo Molnar1-0/+1
2015-05-19x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.hIngo Molnar1-0/+16
2015-05-19x86/fpu: Merge fpu__reset() and fpu__clear()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Move the signal frame handling code closer to each otherIngo Molnar1-2/+2
2015-05-19x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state()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: Use 'struct fpu' in fpu_reset_state()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar1-3/+5
2015-05-19x86/fpu: Open code PF_USED_MATH usagesIngo Molnar1-3/+3
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar1-1/+0
2015-04-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+11
2015-04-16x86/ptrace: Fix the TIF_FORCED_TF logic in handle_signal()Oleg Nesterov1-11/+11
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds1-15/+1
2015-04-13Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-04-12x86: Remove signal translation and exec_domainRichard Weinberger1-15/+1
2015-04-06x86/signal: Remove pax argument from restore_sigcontextBrian Gerst1-14/+8
2015-03-23x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov1-1/+1
2015-03-23x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst1-0/+2
2015-03-17x86/signal/64: Remove 'fs' and 'gs' from sigcontextAndy Lutomirski1-2/+2
2015-03-17x86/signal/64: Fix SS handling for signals delivered to 64-bit programsAndy Lutomirski1-9/+13
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2015-01-07x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony1-6/+0
2014-09-02x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()Oleg Nesterov1-0/+5
2014-06-23x86_32, signal: Fix vdso rt_sigreturnAndy Lutomirski1-1/+1
2014-05-05x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski1-2/+4
2013-09-04Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2013-09-01Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro1-3/+3
2013-08-06x86, asmlinkage: Make several variables used from assembler/linker script visibleAndi Kleen1-1/+1
2013-08-06x86, asmlinkage: Make various syscalls asmlinkageAndi Kleen1-2/+2
2013-05-28x86/signals: Merge EFLAGS bit clearing into a single statementJiri Olsa1-7/+3
2013-05-28x86/signals: Clear RF EFLAGS bit for signal handlerJiri Olsa1-0/+6
2013-05-28x86/signals: Propagate RF EFLAGS bit through the signal restore callJiri Olsa1-6/+0
2013-02-14x86: convert to ksignalAl Viro1-63/+54
2013-02-03x86: switch to generic old sigactionAl Viro1-47/+0
2013-02-03x86,um: switch to generic old sigsuspend()Al Viro1-11/+0
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsAl Viro1-3/+6