aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c
Commit message (Expand)AuthorAge
* Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-09-04
|\
| * Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro2013-09-01
* | x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi Kleen2013-08-06
* | x86, asmlinkage: Make various syscalls asmlinkageAndi Kleen2013-08-06
|/
* x86/signals: Merge EFLAGS bit clearing into a single statementJiri Olsa2013-05-28
* x86/signals: Clear RF EFLAGS bit for signal handlerJiri Olsa2013-05-28
* x86/signals: Propagate RF EFLAGS bit through the signal restore callJiri Olsa2013-05-28
* x86: convert to ksignalAl Viro2013-02-14
* x86: switch to generic old sigactionAl Viro2013-02-03
* x86,um: switch to generic old sigsuspend()Al Viro2013-02-03
* x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-20
|\
| * new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro2012-12-19
| * generic compat_sys_sigaltstack()Al Viro2012-12-19
| * introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-19
* | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-12-03
|\ \ | |/ |/|
| * context_tracking: New context tracking susbsystemFrederic Weisbecker2012-11-30
* | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-10-21
|\ \ | |/ |/|
| * uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov2012-09-29
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-09
|\ \
| * | x86: get rid of TIF_IRET hackeryAl Viro2012-09-20
| |/
* | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-01
|\ \
| * \ Merge branch 'x86/fpu' into x86/smapH. Peter Anvin2012-09-21
| |\ \
| * | | x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin2012-09-21
| | |/ | |/|
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-01
|\ \ \ | | |/ | |/|
| * | x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha2012-09-18
| * | x86, signal: Cleanup ifdefs and is_ia32, is_x32Suresh Siddha2012-09-18
| |/
* / x86: Exit RCU extended QS on notify resumeFrederic Weisbecker2012-09-26
|/
* x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-06
* x86: get rid of calling do_notify_resume() when returning to kernel modeAl Viro2012-06-01
* new helper: signal_delivered()Al Viro2012-06-01
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-01
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-01
* new helper: sigmask_to_save()Al Viro2012-06-01
* new helper: restore_saved_sigmask()Al Viro2012-06-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-31
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-23
* | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-24
|\ \ | |/ |/|
| * Merge branch 'perf/core' into perf/uprobesIngo Molnar2012-04-14
| |\
| * | uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju2012-03-14
* | | new helper: sigsuspend()Al Viro2012-05-21
| |/ |/|
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-29
|\|
| * x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-13
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-29
|\|
| * x32: Signal-related system callsH. Peter Anvin2012-02-20
| * x32: Export setup/restore_sigcontext from signal.cH. Peter Anvin2012-02-20
| * x86: Move some signal-handling definitions to a common headerH. Peter Anvin2012-02-20
* | i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-21
|/
* signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming2012-01-10
* x86: Kill handle_signal()->set_fs()Oleg Nesterov2011-07-15