- 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 0b4521e signals/sigaltstack, x86/signals: Unify the x86 sigaltstack check with other architectures by Stas Sergeev · 9 years ago
- abfb949 x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() by Dmitry Safonov · 9 years ago
- d366bf7 x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- 6c25da5 x86/signal/64: Re-add support for SS in the 64-bit signal context by Andy Lutomirski · 9 years ago
- 8ff5bd2 x86/signal/64: Fix SS if needed when delivering a 64-bit signal by Andy Lutomirski · 9 years ago
- 95d97ad x86/signal: Cleanup get_nr_restart_syscall() by Dmitry V. Levin · 9 years ago
- 22eab11 x86/signal: Fix restart_syscall number for x32 tasks by Dmitry V. Levin · 9 years ago
- 4302d50 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 33d46f9 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 0a6d1fa x86/vdso: Remove runtime 32-bit vDSO selection by Andy Lutomirski · 9 years ago
- dae0f30 x86/signal: Deinline get_sigframe, save 240 bytes by Denys Vlasenko · 9 years ago
- 530e5c8 x86/headers: Make sigcontext pointers bit independent by Ingo Molnar · 9 years ago
- a5dd192 Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes by Ingo Molnar · 9 years ago
- ed596cd Revert x86 sigcontext cleanups by Linus Torvalds · 9 years ago
- ba3e127 x86/vm86: Clean up vm86.h includes by Brian Gerst · 9 years ago
- 5ed92a8 x86/vm86: Use the normal pt_regs area for vm86 by Brian Gerst · 9 years ago
- 1f484aa x86/entry: Move C entry and exit code to arch/x86/entry/common.c by Andy Lutomirski · 10 years ago
- 5e2aad2 x86/compat: Remove unneeded #include by Brian Gerst · 10 years ago
- fcbc99c x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functions by Ingo Molnar · 10 years ago
- 05012c1 x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h by Ingo Molnar · 10 years ago
- fbce778 x86/fpu: Merge fpu__reset() and fpu__clear() by Ingo Molnar · 10 years ago
- 82c0e45 x86/fpu: Move the signal frame handling code closer to each other by Ingo Molnar · 10 years ago
- 9dfe99b x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() by Ingo Molnar · 10 years ago
- 5033861 x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state() by Ingo Molnar · 10 years ago
- c8e1404 x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe() by Ingo Molnar · 10 years ago
- 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 10 years ago
- af2d94f x86/fpu: Use 'struct fpu' in fpu_reset_state() by Ingo Molnar · 10 years ago
- c5bedc6 x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active by Ingo Molnar · 10 years ago
- 4c13841 x86/fpu: Open code PF_USED_MATH usages by Ingo Molnar · 10 years ago
- f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 10 years ago
- 90d1c08 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- fd0f86b x86/ptrace: Fix the TIF_FORCED_TF logic in handle_signal() by Oleg Nesterov · 10 years ago
- fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
- 421ec90 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 3050a35 x86: Remove signal translation and exec_domain by Richard Weinberger · 11 years ago
- 6a3713f x86/signal: Remove pax argument from restore_sigcontext by Brian Gerst · 10 years ago
- b85e67d x86/fpu: Rename drop_init_fpu() to fpu_reset_state() by Borislav Petkov · 10 years ago
- 1daeaa3 x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET by Brian Gerst · 10 years ago
- 9a036b93 x86/signal/64: Remove 'fs' and 'gs' from sigcontext by Andy Lutomirski · 10 years ago
- c6f2062 x86/signal/64: Fix SS handling for signals delivered to 64-bit programs by Andy Lutomirski · 10 years ago
- f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
- d4812e1 x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricks by Luck, Tony · 10 years ago
- 66463db x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal() by Oleg Nesterov · 10 years ago
- 6ba19a6 x86_32, signal: Fix vdso rt_sigreturn by Andy Lutomirski · 11 years ago
- 6f121e5 x86, vdso: Reimplement vdso.so preparation in build-time C by Andy Lutomirski · 11 years ago
- f357a82 Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- bd1c149a Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP by Al Viro · 11 years ago
- 277d5b4 x86, asmlinkage: Make several variables used from assembler/linker script visible by Andi Kleen · 11 years ago
- ff49103 x86, asmlinkage: Make various syscalls asmlinkage by Andi Kleen · 11 years ago
- ddd40da x86/signals: Merge EFLAGS bit clearing into a single statement by Jiri Olsa · 12 years ago
- 24cda10 x86/signals: Clear RF EFLAGS bit for signal handler by Jiri Olsa · 12 years ago
- 5e219b3 x86/signals: Propagate RF EFLAGS bit through the signal restore call by Jiri Olsa · 12 years ago
- 235b802 x86: convert to ksignal by Al Viro · 12 years ago
- 5b3eb3a x86: switch to generic old sigaction by Al Viro · 12 years ago
- 15ce1f7 x86,um: switch to generic old sigsuspend() by Al Viro · 12 years ago
- 3fe26fa x86: get rid of pt_regs argument in sigreturn variants by Al Viro · 12 years ago
- 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- c40702c new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those by Al Viro · 12 years ago
- 9026843 generic compat_sys_sigaltstack() by Al Viro · 12 years ago
- 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 12 years ago
- 630e1e0 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 12 years ago
- 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
- f38787f Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/urgent by Ingo Molnar · 12 years ago
- 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 15385df Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- ac07f5c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- db023ea uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume() by Oleg Nesterov · 12 years ago
- edf55fd x86: Exit RCU extended QS on notify resume by Frederic Weisbecker · 13 years ago
- 49b8c69 Merge branch 'x86/fpu' into x86/smap by H. Peter Anvin · 12 years ago
- 5e88353 x86, smap: Reduce the SMAP overhead for signal handling by H. Peter Anvin · 12 years ago
- e76623d x86: get rid of TIF_IRET hackery by Al Viro · 12 years ago
- 72a671c x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels by Suresh Siddha · 12 years ago
- 050902c x86, signal: Cleanup ifdefs and is_ia32, is_x32 by Suresh Siddha · 12 years ago
- c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 13 years ago
- 44fbbb3 x86: get rid of calling do_notify_resume() when returning to kernel mode by Al Viro · 13 years ago
- efee984 new helper: signal_delivered() by Al Viro · 13 years ago
- 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
- a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 13 years ago
- b7f9a11 new helper: sigmask_to_save() by Al Viro · 13 years ago
- 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 13 years ago
- fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
- 654443e Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 13 years ago
- 68f3f16 new helper: sigsuspend() by Al Viro · 13 years ago
- 6ac1ef4 Merge branch 'perf/core' into perf/uprobes by Ingo Molnar · 13 years ago
- eb05df9 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 0326f5a uprobes/core: Handle breakpoint and singlestep exceptions by Srikar Dronamraju · 13 years ago
- 51e7dc7 x86: Rename trap_no to trap_nr in thread_struct by Srikar Dronamraju · 13 years ago
- 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 13 years ago
- c5a3739 x32: Signal-related system calls by H. Peter Anvin · 13 years ago
- 8513942 x32: Export setup/restore_sigcontext from signal.c by H. Peter Anvin · 13 years ago
- f28f0c2 x86: Move some signal-handling definitions to a common header by H. Peter Anvin · 13 years ago
- 5e6292c signal: add block_sigmask() for adding sigmask to current->blocked by Matt Fleming · 13 years ago
- 73d382d x86: Kill handle_signal()->set_fs() by Oleg Nesterov · 14 years ago
- 9b42962 x86, do_signal: Simplify the TS_RESTORE_SIGMASK logic by Oleg Nesterov · 14 years ago
- 3982294 x86, signals: Convert the X86_32 code to use set_current_blocked() by Oleg Nesterov · 14 years ago
- e9bd3f0 x86: signal: sys_rt_sigreturn() should use set_current_blocked() by Oleg Nesterov · 14 years ago
- e6a5858 x86: signal: handle_signal() should use set_current_blocked() by Oleg Nesterov · 14 years ago