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