1. ea64d5a signal: Unify and correct copy_siginfo_to_user32 by Eric W. Biederman · 7 years ago
  2. 212a36a signal: Unify and correct copy_siginfo_from_user32 by Eric W. Biederman · 7 years ago
  3. cc73152 signal: Remove kernel interal si_code magic by Eric W. Biederman · 7 years ago
  4. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  5. d1e63c9 MIPS: Factor o32 specific code into signal_o32.c by Harvey Hunt · 9 years ago
  6. 5050e91 MIPS: Support sending SIG_SYS to 32bit userspace from 64bit kernel by Matt Redfearn · 9 years ago
  7. ebb5e78 MIPS: Initial implementation of a VDSO by Alex Smith · 9 years ago
  8. 6a24432 MIPS: Remove unused {get,put}_sigset functions by Paul Burton · 9 years ago
  9. d02a40a MIPS: Use common FP sigcontext code for O32 compat by Paul Burton · 9 years ago
  10. 7785610 MIPS: Add offsets to sigcontext FP fields to struct mips_abi by Paul Burton · 9 years ago
  11. 3c00cb5 signal: fix information leak in copy_siginfo_from_user32 by Amanieu d'Antras · 9 years ago
  12. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  13. 7c4f563 mips: Use sigsp() by Richard Weinberger · 11 years ago
  14. 81d103b mips: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
  15. 16f77de Revert "MIPS: Save/restore MSA context around signals" by Paul Burton · 11 years ago
  16. eec43a2 MIPS: Save/restore MSA context around signals by Paul Burton · 11 years ago
  17. 6bbfd65 MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptrace by Paul Burton · 11 years ago
  18. ff3aa5f MIPS: Don't require FPU on sigcontext setup/restore by Paul Burton · 11 years ago
  19. b2ead52 MIPS: Move & rename fpu_emulator_{save,restore}_context by Paul Burton · 11 years ago
  20. 597ce17 MIPS: Support for 64-bit FP with O32 binaries by Paul Burton · 11 years ago
  21. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  22. aebb2af Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  23. aa58480 mips: switch to generic compat rt_sigaction() by Al Viro · 12 years ago
  24. 1910f4a mips: sigsuspend() is essentially the same as rt_sigsuspend() here by Al Viro · 12 years ago
  25. ea5d83d mips: switch to generic compat rt_sigqueueinfo() by Al Viro · 12 years ago
  26. 45cb66f mips: switch to generic compat rt_sigpending() by Al Viro · 12 years ago
  27. 056a060 mips: switch to generic compat rt_sigprocmask() by Al Viro · 12 years ago
  28. bde208d switch mips to generic rt_sigsuspend(), make it unconditional by Al Viro · 12 years ago
  29. 1c37ea82 mips: switch to compat_sys_waitid() by Al Viro · 12 years ago
  30. ea536ad mips: switch to generic sigaltstack by Al Viro · 12 years ago
  31. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
  32. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
  33. 68f3f16 new helper: sigsuspend() by Al Viro · 13 years ago
  34. 8598f3c MIPS: Use set_current_blocked() and block_sigmask() by Matt Fleming · 13 years ago
  35. b81947c Disintegrate asm/system.h for MIPS by David Howells · 13 years ago
  36. c726b82 MIPS: Fix GCC-4.6 'set but not used' warning in signal*.c by David Daney · 14 years ago
  37. d814c28 MIPS: Move signal trampolines off of the stack. by David Daney · 15 years ago
  38. 137f6f3 MIPS: Cleanup signal code initialization by Ralf Baechle · 15 years ago
  39. dbda6ac MIPS: CVE-2009-0029: Enable syscall wrappers. by Ralf Baechle · 16 years ago
  40. 5d9a76c MIPS: Use compat_sys_ptrace by Thomas Bogendoerfer · 16 years ago
  41. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 17 years ago
  42. 05014a1 [MIPS] remove some duplicate includes by Jesper Juhl · 17 years ago
  43. a76f3a4 [MIPS] use compat_siginfo in rt_sigframe_n32 by Pavel Kiryukhin · 18 years ago
  44. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  45. faea623 [MIPS] Retry {save,restore}_fp_context if failed in atomic context. by Atsushi Nemoto · 18 years ago
  46. 5323180 [MIPS] Disallow CpU exception in kernel again. by Atsushi Nemoto · 18 years ago
  47. 53dc802 [MIPS] FPU ownership management & preemption fixes by Atsushi Nemoto · 18 years ago
  48. c6a2f46 [MIPS] Check FCSR for pending interrupts, alternative version by Atsushi Nemoto · 18 years ago
  49. 01ee603 [MIPS] sigset_32 has been made redundand by compat_sigset_t. by Ralf Baechle · 18 years ago
  50. 151fd6a [MIPS] signals: Share even more code. by Ralf Baechle · 18 years ago
  51. 755f21b [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code. by Atsushi Nemoto · 18 years ago
  52. 431dc80 [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code. by Ralf Baechle · 18 years ago
  53. 24c556e [MIPS] signals: make common _BLOCKABLE macro by Franck Bui-Huu · 18 years ago
  54. dd02f06 [MIPS] signal: Fix warnings in o32 compat code. by Ralf Baechle · 18 years ago
  55. f90080a [MIPS] signal: do not use save_static_function() anymore by Franck Bui-Huu · 18 years ago
  56. 6bfe966 [MIPS] signal32: no need to save c0_status register in setup_sigcontext32() by Franck Bui-Huu · 18 years ago
  57. 9432a9b [MIPS] signal32: reduce {setup,restore}_sigcontext32 sizes by Franck Bui-Huu · 18 years ago
  58. 722bb63 [MIPS] signal: factorize debug code by Franck Bui-Huu · 18 years ago
  59. 36a1f2c2 [MIPS] signal32: remove duplicate code by Franck Bui-Huu · 18 years ago
  60. c0b9bae [MIPS] signal: clean up sigframe structure by Franck Bui-Huu · 18 years ago
  61. 13fdd31 [MIPS] Avoid double signal restarting. by Ralf Baechle · 18 years ago
  62. 45887e1 [MIPS] Add missing returns in signal code. by Ralf Baechle · 18 years ago
  63. 048c614 [MIPS] Don't call try_to_freeze in do_signal & co. by Ralf Baechle · 18 years ago
  64. a3dddd5 [MIPS] War on whitespace: cleanup initial spaces followed by tabs. by Ralf Baechle · 19 years ago
  65. 9c6031c [MIPS] Signal cleanup by Atsushi Nemoto · 19 years ago
  66. 6254944 [MIPS] Reformat all of signal32.c with tabs instead of space for consistency by Martin Michlmayr · 19 years ago
  67. 304416d [MIPS] Reformat _sys32_rt_sigsuspend with tabs instead of space for consistency. by Ralf Baechle · 19 years ago
  68. dda73d0 [MIPS] Make do_signal32 return void. by Martin Michlmayr · 19 years ago
  69. 68fa383 [MIPS] Add support for TIF_RESTORE_SIGMASK for signal32 by Martin Michlmayr · 19 years ago
  70. 4cbf876 [MIPS] Fix typo in _sys32_rt_sigreturn and _sysn32_rt_sigreturn. by Atsushi Nemoto · 19 years ago
  71. 7b3e2fc [MIPS] Add support for TIF_RESTORE_SIGMASK. by Ralf Baechle · 19 years ago
  72. 5665a0a [MIPS] Fix minor sparse warnings by Atsushi Nemoto · 19 years ago
  73. 9bbf28a3 [MIPS] Sparse: Add some __user tags to signal functions. by Atsushi Nemoto · 19 years ago
  74. c4fa634 MIPS: DSP: Put DSPcontrol register into the right place in the signal frame. by Ralf Baechle · 19 years ago
  75. 85b0549 [MIPS] Avoid duplicate do_syscall_trace calls on return from sigreturn. by Ralf Baechle · 19 years ago
  76. 16cd395 Fix return type of setup_frame variants by Atsushi Nemoto · 19 years ago
  77. 129bc8f Setup_frame is now returning a success value. by Ralf Baechle · 20 years ago
  78. 02416dc Redo RM9000 workaround which along with other DSP ASE changes was by Ralf Baechle · 20 years ago
  79. e50c0a8 Support the MIPS32 / MIPS64 DSP ASE. by Ralf Baechle · 20 years ago
  80. 1fcf1cc We pass a kernel pointer to do_sigaltstack in sys32_sigaltstack, so by Ralf Baechle · 20 years ago
  81. 209ac8d Use compat_sigval_t in struct compat_siginfo. by Ralf Baechle · 20 years ago
  82. 77c728c Gcc 4.0 fixes. by Ralf Baechle · 20 years ago
  83. a982099 Update to match the native siginfo structure and code. by Ralf Baechle · 20 years ago
  84. 54f2da7 Implement 32-bit compatibility for waitid(2). by Ralf Baechle · 20 years ago
  85. 42a3b4f [PATCH] mips: nuke trailing whitespace by Ralf Baechle · 19 years ago
  86. 69be8f1 [PATCH] convert signal handling of NODEFER to act like other Unix boxes. by Steven Rostedt · 19 years ago
  87. 0e6c1f5 [PATCH] try_to_freeze() call fixes by Nigel Cunningham · 19 years ago
  88. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago