summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-181-15/+11
|\
| * Revert x86 sigcontext cleanupsLinus Torvalds2015-08-131-15/+11
* | x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-311-0/+1
* | x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-311-0/+3
* | x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski2015-07-071-27/+1
* | x86/compat: Remove unneeded #includeBrian Gerst2015-07-061-1/+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 is_ia32*frame() helpers out of fpu/internal.hIngo Molnar2015-05-191-0/+16
* x86/fpu: Merge fpu__reset() and fpu__clear()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Move the signal frame handling code closer to each otherIngo Molnar2015-05-191-2/+2
* x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state()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: Use 'struct fpu' in fpu_reset_state()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar2015-05-191-3/+5
* x86/fpu: Open code PF_USED_MATH usagesIngo Molnar2015-05-191-3/+3
* x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-191-1/+0
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-181-11/+11
|\
| * x86/ptrace: Fix the TIF_FORCED_TF logic in handle_signal()Oleg Nesterov2015-04-161-11/+11
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-15/+1
|\ \ | |/ |/|
| * x86: Remove signal translation and exec_domainRichard Weinberger2015-04-121-15/+1
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-131-1/+1
|\ \
| * | x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov2015-03-231-1/+1
| |/
* | x86/signal: Remove pax argument from restore_sigcontextBrian Gerst2015-04-061-14/+8
* | x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst2015-03-231-0/+2
* | x86/signal/64: Remove 'fs' and 'gs' from sigcontextAndy Lutomirski2015-03-171-2/+2
* | x86/signal/64: Fix SS handling for signals delivered to 64-bit programsAndy Lutomirski2015-03-171-9/+13
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony2015-01-071-6/+0
* x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()Oleg Nesterov2014-09-021-0/+5
* x86_32, signal: Fix vdso rt_sigreturnAndy Lutomirski2014-06-231-1/+1
* x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski2014-05-051-2/+4
* Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-09-041-3/+3
|\
| * Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro2013-09-011-3/+3
* | x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi Kleen2013-08-061-1/+1
* | x86, asmlinkage: Make various syscalls asmlinkageAndi Kleen2013-08-061-2/+2
|/
* x86/signals: Merge EFLAGS bit clearing into a single statementJiri Olsa2013-05-281-7/+3
* x86/signals: Clear RF EFLAGS bit for signal handlerJiri Olsa2013-05-281-0/+6
* x86/signals: Propagate RF EFLAGS bit through the signal restore callJiri Olsa2013-05-281-6/+0
* x86: convert to ksignalAl Viro2013-02-141-63/+54
* x86: switch to generic old sigactionAl Viro2013-02-031-47/+0
* x86,um: switch to generic old sigsuspend()Al Viro2013-02-031-11/+0
* x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-031-3/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-201-24/+5
|\
| * new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro2012-12-191-14/+4
| * generic compat_sys_sigaltstack()Al Viro2012-12-191-3/+1
| * introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-191-7/+0
* | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-12-031-2/+3
|\ \ | |/ |/|
| * context_tracking: New context tracking susbsystemFrederic Weisbecker2012-11-301-2/+3
OpenPOWER on IntegriCloud