summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/signal.c
AgeCommit message (Expand)Author
2015-09-13Revert x86 sigcontext cleanupsLinus Torvalds
2015-04-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-04-16x86/ptrace: Fix the TIF_FORCED_TF logic in handle_signal()Oleg Nesterov
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-13Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-04-12x86: Remove signal translation and exec_domainRichard Weinberger
2015-04-06x86/signal: Remove pax argument from restore_sigcontextBrian Gerst
2015-03-23x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov
2015-03-23x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst
2015-03-17x86/signal/64: Remove 'fs' and 'gs' from sigcontextAndy Lutomirski
2015-03-17x86/signal/64: Fix SS handling for signals delivered to 64-bit programsAndy Lutomirski
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-01-07x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony
2014-09-02x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()Oleg Nesterov
2014-06-23x86_32, signal: Fix vdso rt_sigreturnAndy Lutomirski
2014-05-05x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski
2013-09-04Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-09-01Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro
2013-08-06x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi Kleen
2013-08-06x86, asmlinkage: Make various syscalls asmlinkageAndi Kleen
2013-05-28x86/signals: Merge EFLAGS bit clearing into a single statementJiri Olsa
2013-05-28x86/signals: Clear RF EFLAGS bit for signal handlerJiri Olsa
2013-05-28x86/signals: Propagate RF EFLAGS bit through the signal restore callJiri Olsa
2013-02-14x86: convert to ksignalAl Viro
2013-02-03x86: switch to generic old sigactionAl Viro
2013-02-03x86,um: switch to generic old sigsuspend()Al Viro
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsAl Viro
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro
2012-12-19generic compat_sys_sigaltstack()Al Viro
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-09-29uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov
2012-09-26x86: Exit RCU extended QS on notify resumeFrederic Weisbecker
2012-09-21Merge branch 'x86/fpu' into x86/smapH. Peter Anvin
2012-09-21x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin
2012-09-20x86: get rid of TIF_IRET hackeryAl Viro
2012-09-18x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha
2012-09-18x86, signal: Cleanup ifdefs and is_ia32, is_x32Suresh Siddha
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches
2012-06-01x86: get rid of calling do_notify_resume() when returning to kernel modeAl Viro
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro