aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-24/+5
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro1-14/+4
2012-12-19generic compat_sys_sigaltstack()Al Viro1-3/+1
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-7/+0
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+3
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker1-2/+3
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/urgentIngo Molnar1-3/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-4/+0
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+14
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-122/+89
2012-09-29uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov1-3/+1
2012-09-26x86: Exit RCU extended QS on notify resumeFrederic Weisbecker1-0/+4
2012-09-21Merge branch 'x86/fpu' into x86/smapH. Peter Anvin1-124/+91
2012-09-21x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin1-10/+14
2012-09-20x86: get rid of TIF_IRET hackeryAl Viro1-4/+0
2012-09-18x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha1-7/+8
2012-09-18x86, signal: Cleanup ifdefs and is_ia32, is_x32Suresh Siddha1-115/+81
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches1-1/+4
2012-06-01x86: get rid of calling do_notify_resume() when returning to kernel modeAl Viro1-10/+0
2012-06-01new helper: signal_delivered()Al Viro1-4/+2
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-22/+9
2012-06-01new helper: sigmask_to_save()Al Viro1-4/+1
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+0
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21new helper: sigsuspend()Al Viro1-11/+1
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar1-0/+1
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+122
2012-03-14uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju1-0/+6
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju1-1/+1
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds1-0/+1
2012-02-20x32: Signal-related system callsH. Peter Anvin1-1/+117
2012-02-20x32: Export setup/restore_sigcontext from signal.cH. Peter Anvin1-6/+4
2012-02-20x86: Move some signal-handling definitions to a common headerH. Peter Anvin1-9/+1
2012-01-10signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming1-5/+1
2011-07-14x86: Kill handle_signal()->set_fs()Oleg Nesterov1-9/+0