aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/signal.c
AgeCommit message (Expand)Author
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
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-21new helper: sigsuspend()Al Viro
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-14uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds
2012-02-20x32: Signal-related system callsH. Peter Anvin
2012-02-20x32: Export setup/restore_sigcontext from signal.cH. Peter Anvin
2012-02-20x86: Move some signal-handling definitions to a common headerH. Peter Anvin
2012-01-10signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming
2011-07-14x86: Kill handle_signal()->set_fs()Oleg Nesterov
2011-07-14x86, do_signal: Simplify the TS_RESTORE_SIGMASK logicOleg Nesterov
2011-07-14x86, signals: Convert the X86_32 code to use set_current_blocked()Oleg Nesterov
2011-04-28x86: signal: sys_rt_sigreturn() should use set_current_blocked()Oleg Nesterov
2011-04-28x86: signal: handle_signal() should use set_current_blocked()Oleg Nesterov
2009-12-09x86: Merge sys_sigaltstackBrian Gerst
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker