Age | Commit message (Expand) | Author | Files | Lines |
2015-04-18 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -11/+11 |
2015-04-16 | x86/ptrace: Fix the TIF_FORCED_TF logic in handle_signal() | Oleg Nesterov | 1 | -11/+11 |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -15/+1 |
2015-04-13 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2015-04-12 | x86: Remove signal translation and exec_domain | Richard Weinberger | 1 | -15/+1 |
2015-04-06 | x86/signal: Remove pax argument from restore_sigcontext | Brian Gerst | 1 | -14/+8 |
2015-03-23 | x86/fpu: Rename drop_init_fpu() to fpu_reset_state() | Borislav Petkov | 1 | -1/+1 |
2015-03-23 | x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET | Brian Gerst | 1 | -0/+2 |
2015-03-17 | x86/signal/64: Remove 'fs' and 'gs' from sigcontext | Andy Lutomirski | 1 | -2/+2 |
2015-03-17 | x86/signal/64: Fix SS handling for signals delivered to 64-bit programs | Andy Lutomirski | 1 | -9/+13 |
2015-02-13 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 1 | -1/+1 |
2015-01-07 | x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricks | Luck, Tony | 1 | -6/+0 |
2014-09-03 | x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal() | Oleg Nesterov | 1 | -0/+5 |
2014-06-24 | x86_32, signal: Fix vdso rt_sigreturn | Andy Lutomirski | 1 | -1/+1 |
2014-05-06 | x86, vdso: Reimplement vdso.so preparation in build-time C | Andy Lutomirski | 1 | -2/+4 |
2013-09-04 | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+3 |
2013-09-02 | Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP | Al Viro | 1 | -3/+3 |
2013-08-07 | x86, asmlinkage: Make several variables used from assembler/linker script vis... | Andi Kleen | 1 | -1/+1 |
2013-08-07 | x86, asmlinkage: Make various syscalls asmlinkage | Andi Kleen | 1 | -2/+2 |
2013-05-28 | x86/signals: Merge EFLAGS bit clearing into a single statement | Jiri Olsa | 1 | -7/+3 |
2013-05-28 | x86/signals: Clear RF EFLAGS bit for signal handler | Jiri Olsa | 1 | -0/+6 |
2013-05-28 | x86/signals: Propagate RF EFLAGS bit through the signal restore call | Jiri Olsa | 1 | -6/+0 |
2013-02-14 | x86: convert to ksignal | Al Viro | 1 | -63/+54 |
2013-02-04 | x86: switch to generic old sigaction | Al Viro | 1 | -47/+0 |
2013-02-04 | x86,um: switch to generic old sigsuspend() | Al Viro | 1 | -11/+0 |
2013-02-04 | x86: get rid of pt_regs argument in sigreturn variants | Al Viro | 1 | -3/+6 |
2012-12-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -24/+5 |
2012-12-20 | new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those | Al Viro | 1 | -14/+4 |
2012-12-20 | generic compat_sys_sigaltstack() | Al Viro | 1 | -3/+1 |
2012-12-20 | introduce generic sys_sigaltstack(), switch x86 and um to it | Al Viro | 1 | -7/+0 |
2012-12-03 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 1 | -2/+3 |
2012-11-30 | context_tracking: New context tracking susbsystem | Frederic Weisbecker | 1 | -2/+3 |
2012-10-21 | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 1 | -3/+1 |
2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+0 |
2012-10-02 | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -10/+14 |
2012-10-01 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -122/+89 |
2012-09-29 | uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume() | Oleg Nesterov | 1 | -3/+1 |
2012-09-26 | x86: Exit RCU extended QS on notify resume | Frederic Weisbecker | 1 | -0/+4 |
2012-09-22 | Merge branch 'x86/fpu' into x86/smap | H. Peter Anvin | 1 | -124/+91 |
2012-09-21 | x86, smap: Reduce the SMAP overhead for signal handling | H. Peter Anvin | 1 | -10/+14 |
2012-09-20 | x86: get rid of TIF_IRET hackery | Al Viro | 1 | -4/+0 |
2012-09-19 | x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels | Suresh Siddha | 1 | -7/+8 |
2012-09-19 | x86, signal: Cleanup ifdefs and is_ia32, is_x32 | Suresh Siddha | 1 | -115/+81 |
2012-06-06 | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> | Joe Perches | 1 | -1/+4 |
2012-06-01 | x86: get rid of calling do_notify_resume() when returning to kernel mode | Al Viro | 1 | -10/+0 |
2012-06-01 | new helper: signal_delivered() | Al Viro | 1 | -4/+2 |
2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 1 | -3/+0 |
2012-06-01 | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 1 | -22/+9 |
2012-06-01 | new helper: sigmask_to_save() | Al Viro | 1 | -4/+1 |
2012-06-01 | new helper: restore_saved_sigmask() | Al Viro | 1 | -4/+1 |