Age | Commit message (Expand) | Author |
2015-05-19 | x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling... | Ingo Molnar |
2015-05-19 | x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h | Ingo Molnar |
2015-05-19 | x86/fpu: Merge fpu__reset() and fpu__clear() | Ingo Molnar |
2015-05-19 | x86/fpu: Move the signal frame handling code closer to each other | Ingo Molnar |
2015-05-19 | x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() | Ingo Molnar |
2015-05-19 | x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state() | Ingo Molnar |
2015-05-19 | x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe() | Ingo Molnar |
2015-05-19 | x86/fpu: Rename fpu-internal.h to fpu/internal.h | Ingo Molnar |
2015-05-19 | x86/fpu: Use 'struct fpu' in fpu_reset_state() | Ingo Molnar |
2015-05-19 | x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active | Ingo Molnar |
2015-05-19 | x86/fpu: Open code PF_USED_MATH usages | Ingo Molnar |
2015-05-19 | x86/fpu: Fix header file dependencies of fpu-internal.h | Ingo Molnar |
2015-04-18 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2015-04-16 | x86/ptrace: Fix the TIF_FORCED_TF logic in handle_signal() | Oleg Nesterov |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-04-13 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-04-12 | x86: Remove signal translation and exec_domain | Richard Weinberger |
2015-04-06 | x86/signal: Remove pax argument from restore_sigcontext | Brian Gerst |
2015-03-23 | x86/fpu: Rename drop_init_fpu() to fpu_reset_state() | Borislav Petkov |
2015-03-23 | x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET | Brian Gerst |
2015-03-17 | x86/signal/64: Remove 'fs' and 'gs' from sigcontext | Andy Lutomirski |
2015-03-17 | x86/signal/64: Fix SS handling for signals delivered to 64-bit programs | Andy Lutomirski |
2015-02-12 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski |
2015-01-07 | x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricks | Luck, Tony |
2014-09-02 | x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal() | Oleg Nesterov |
2014-06-23 | x86_32, signal: Fix vdso rt_sigreturn | Andy Lutomirski |
2014-05-05 | x86, vdso: Reimplement vdso.so preparation in build-time C | Andy Lutomirski |
2013-09-04 | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2013-09-01 | Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP | Al Viro |
2013-08-06 | x86, asmlinkage: Make several variables used from assembler/linker script vis... | Andi Kleen |
2013-08-06 | x86, asmlinkage: Make various syscalls asmlinkage | Andi Kleen |
2013-05-28 | x86/signals: Merge EFLAGS bit clearing into a single statement | Jiri Olsa |
2013-05-28 | x86/signals: Clear RF EFLAGS bit for signal handler | Jiri Olsa |
2013-05-28 | x86/signals: Propagate RF EFLAGS bit through the signal restore call | Jiri Olsa |
2013-02-14 | x86: convert to ksignal | Al Viro |
2013-02-03 | x86: switch to generic old sigaction | Al Viro |
2013-02-03 | x86,um: switch to generic old sigsuspend() | Al Viro |
2013-02-03 | x86: get rid of pt_regs argument in sigreturn variants | Al Viro |
2012-12-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-12-19 | new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those | Al Viro |
2012-12-19 | generic compat_sys_sigaltstack() | Al Viro |
2012-12-19 | introduce generic sys_sigaltstack(), switch x86 and um to it | Al Viro |
2012-12-03 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar |
2012-11-30 | context_tracking: New context tracking susbsystem | Frederic Weisbecker |
2012-10-21 | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar |
2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-10-01 | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2012-10-01 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2012-09-29 | uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume() | Oleg Nesterov |
2012-09-26 | x86: Exit RCU extended QS on notify resume | Frederic Weisbecker |