summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-10-211-3/+1
|\ \ | |/ |/|
| * uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov2012-09-291-3/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-4/+0
|\ \
| * | x86: get rid of TIF_IRET hackeryAl Viro2012-09-201-4/+0
| |/
* | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-011-10/+14
|\ \
| * \ Merge branch 'x86/fpu' into x86/smapH. Peter Anvin2012-09-211-124/+91
| |\ \
| * | | x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin2012-09-211-10/+14
| | |/ | |/|
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-011-122/+89
|\ \ \ | | |/ | |/|
| * | x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha2012-09-181-7/+8
| * | x86, signal: Cleanup ifdefs and is_ia32, is_x32Suresh Siddha2012-09-181-115/+81
| |/
* / x86: Exit RCU extended QS on notify resumeFrederic Weisbecker2012-09-261-0/+4
|/
* x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-061-1/+4
* x86: get rid of calling do_notify_resume() when returning to kernel modeAl Viro2012-06-011-10/+0
* new helper: signal_delivered()Al Viro2012-06-011-4/+2
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-22/+9
* new helper: sigmask_to_save()Al Viro2012-06-011-4/+1