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