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