1. 69e13ad x86: signal: remove indent in restore_sigcontext() by Hiroshi Shimamoto · 16 years ago
  2. a2e8d3d x86: signal: move macros out from restore_sigcontext() by Hiroshi Shimamoto · 16 years ago
  3. 455edbc x86: signal: introduce helper macro is_ia32 by Hiroshi Shimamoto · 16 years ago
  4. b94fd69 x86: signal_64.c: introduce helper function signr_convert() by Hiroshi Shimamoto · 16 years ago
  5. 86d3237 x86: signal: cosmetic unification of handle_signal() by Hiroshi Shimamoto · 16 years ago
  6. ee847c5 x86: signal: cosmetic unification of do_notify_resume() by Hiroshi Shimamoto · 16 years ago
  7. 5fd9333 x86: signal: cosmetic unification of do_signal() by Hiroshi Shimamoto · 16 years ago
  8. e6babb6 x86: signal: introduce do_rt_sigreturn() by Hiroshi Shimamoto · 16 years ago
  9. 2ba48e1 x86: signal: remove unneeded err handling by Hiroshi Shimamoto · 16 years ago
  10. 3d0aedd x86: signal: put give_sigsegv of setup frames together by Hiroshi Shimamoto · 16 years ago
  11. 764e8d1 x86: signal_64.c: make handle_signal() similar by Hiroshi Shimamoto · 16 years ago
  12. 0c40ed7 x86: signal_64.c: arg for restore_i387_xstate() is void __user * by Hiroshi Shimamoto · 16 years ago
  13. b2994ef x86: signal_64.c: clean up signal_fault() by Hiroshi Shimamoto · 16 years ago
  14. 1d13024 x86: signal: split out frame setups by Hiroshi Shimamoto · 17 years ago
  15. 8fcd8e2 x86: signal: make NR_restart_syscall by Hiroshi Shimamoto · 17 years ago
  16. f12e6a4 Merge branch 'x86/cleanups' into x86/signal by Ingo Molnar · 16 years ago
  17. 046fd53 Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signal by Ingo Molnar · 16 years ago
  18. 28c3cfd Merge branch 'linus' into x86/tracehook by Ingo Molnar · 17 years ago
  19. 7393423 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 17 years ago
  20. 8d7ccaa Merge commit 'v2.6.27-rc3' into x86/prototypes by Ingo Molnar · 17 years ago
  21. ee2b92a x86, xsave: remove the redundant access_ok() in setup_rt_frame() by Suresh Siddha · 17 years ago
  22. caa007d x86: coding style fixes to arch/x86/kernel/signal_64.c by Gustavo F. Padovan · 17 years ago
  23. c37b5ef x86, xsave: save/restore the extended state context in sigframe by Suresh Siddha · 17 years ago
  24. ab51370 x86, xsave: reorganization of signal save/restore fpstate code layout by Suresh Siddha · 17 years ago
  25. 3c1c7f1 x86, xsave: dynamically allocate sigframes fpstate instead of static allocation by Suresh Siddha · 17 years ago
  26. 59e5213 x86: tracehook: TIF_NOTIFY_RESUME by Roland McGrath · 17 years ago
  27. 4dfcbb9 x86 signals: use asm/syscall.h by Roland McGrath · 17 years ago
  28. 36a0330 x86: tracehook_signal_handler by Roland McGrath · 17 years ago
  29. 6ffac1e x64, fpu: fix possible FPU leakage in error conditions by Suresh Siddha · 17 years ago
  30. b30f3ae x86-64: Clean up 'save/restore_i387()' usage by Linus Torvalds · 17 years ago
  31. 7f9dce3 Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  32. bbc1f69 x86: Introducing asm/syscalls.h by Jaswinder Singh · 17 years ago
  33. 3165651 sched, x86: clean up hrtick implementation by Peter Zijlstra · 17 years ago
  34. 64f0973 x86 ptrace: unify TIF_SINGLESTEP by Roland McGrath · 17 years ago
  35. 5a8da0e signals: x86 TS_RESTORE_SIGMASK by Roland McGrath · 17 years ago
  36. 55928e3 x86 signals: lift set_fs by Roland McGrath · 17 years ago
  37. 8b9c5ff x86 signals: lift flags diddling code by Roland McGrath · 17 years ago
  38. a711317 x86: remove DEBUG_SIG by Ingo Molnar · 17 years ago
  39. e0bf0f7 x86: define DEBUG_SIG in signal_64.c by Harvey Harrison · 17 years ago
  40. 866bc13 x86: Unify argument names in signal_32|64.c by Harvey Harrison · 17 years ago
  41. 123a634 x86: move struct definitions to unifed sigframe.h by Harvey Harrison · 17 years ago
  42. 2d19c45 x86: use sizeof(long) to unify signal_32|64.c by Harvey Harrison · 17 years ago
  43. 1a17680 x86: Use FIX_EFLAGS define in X86_64 by Harvey Harrison · 17 years ago
  44. ac66f3f x86: reduce trivial style differences in signal_32|64.c by Harvey Harrison · 17 years ago
  45. 40f0933 x86: ia32 syscall restart fix by Roland McGrath · 17 years ago
  46. e40cd10 x86: clear DF before calling signal handler by Aurelien Jarno · 17 years ago
  47. 0325291 x86: print which shared library/executable faulted in segfault etc. messages v3 by Andi Kleen · 17 years ago
  48. 053de04 x86: get rid of _MASK flags by Glauber de Oliveira Costa · 17 years ago
  49. 742fa54 x86: use generic register names in struct sigcontext by H. Peter Anvin · 17 years ago
  50. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  51. e1f2877 x86 single_step: TIF_FORCED_TF by Roland McGrath · 17 years ago
  52. 8f4d37e sched: high-res preemption tick by Peter Zijlstra · 17 years ago
  53. 676b185 spelling fixes: arch/x86_64/ by Simon Arlott · 17 years ago
  54. 835c34a Delete filenames in comments. by Dave Jones · 17 years ago
  55. 250c227 x86_64: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/kernel/signal_64.c]
  56. 4c1c61c x86_64: prepare shared kernel/signal.c by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/kernel/signal.c]
  57. abd4f75 x86: i386-show-unhandled-signals-v3 by Masoud Asgharifard Sharbiani · 18 years ago
  58. e02e68d x86_64: support poll() on /dev/mcelog by Tim Hockin · 18 years ago
  59. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  60. 1c3d99c [PATCH] x86-64: Fix x86_64 compilation with DEBUG_SIG on by Glauber de Oliveira Costa · 18 years ago
  61. dd54a11 [PATCH] Remove all traces of signal number conversion by Andi Kleen · 18 years ago
  62. 1d001df [PATCH] Add TIF_RESTORE_SIGMASK by Andi Kleen · 18 years ago
  63. d9005b5 [PATCH] x86_64: Remove bogus RED-PEN comment in signal.c by Andi Kleen · 19 years ago
  64. 5c0f80f [PATCH] x86_64: Remove long obsolete CVS by Andi Kleen · 19 years ago
  65. fc558a7 [PATCH] swsusp: finally solve mysqld problem by Rafael J. Wysocki · 19 years ago
  66. e4e5d32 [PATCH] x86_64: Save/restore CS in 64bit signal handlers and force __USER_CS for CS by Bryan Ford · 19 years ago
  67. 69be8f1 [PATCH] convert signal handling of NODEFER to act like other Unix boxes. by Steven Rostedt · 20 years ago
  68. 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 20 years ago
  69. 76381fe [PATCH] xen: x86_64: use more usermode macro by Vincent Hanquez · 20 years ago
  70. e9129e5 [PATCH] xen: x86_64: Add macro for debugreg by Vincent Hanquez · 20 years ago
  71. 0928d6e [PATCH] x86_64: never block forced SIGSEGV by Roland McGrath · 20 years ago
  72. c5924b7 [PATCH] x86_64: signal.c build fix by Oliver Korpilla · 20 years ago
  73. 607a168 [PATCH] x86_64: Fix 32bit system call restart by Andi Kleen · 20 years ago
  74. 993fb38 [PATCH] amd64 rt_sigframe user annotation by Al Viro · 20 years ago
  75. d61915d [PATCH] x86_64: Fix interaction of single stepping with debuggers by Andi Kleen · 20 years ago
  76. be61bff [PATCH] x86_64: Some fixes for single step handling by Andi Kleen · 20 years ago
  77. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2