summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-2/+0
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-241-0/+6
|\ \ | |/ |/|
| * Merge branch 'perf/core' into perf/uprobesIngo Molnar2012-04-141-0/+1
| |\
| * | uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju2012-03-141-0/+6
* | | new helper: sigsuspend()Al Viro2012-05-211-11/+1
| |/ |/|
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-291-1/+1
|\ \ | |/
| * x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-131-1/+1
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-16/+122
|\ \ | |/
| * x32: Signal-related system callsH. Peter Anvin2012-02-201-1/+117
| * x32: Export setup/restore_sigcontext from signal.cH. Peter Anvin2012-02-201-6/+4
| * x86: Move some signal-handling definitions to a common headerH. Peter Anvin2012-02-201-9/+1
* | i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-211-0/+1
|/
* signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming2012-01-101-5/+1
OpenPOWER on IntegriCloud