1. 7c4f563 mips: Use sigsp() by Richard Weinberger · 11 years ago
  2. 81d103b mips: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
  3. 16f77de Revert "MIPS: Save/restore MSA context around signals" by Paul Burton · 11 years ago
  4. ca75064 MIPS: kernel: signal: Prevent save/restore FPU context in user memory by Leonid Yegoshin · 11 years ago
  5. eec43a2 MIPS: Save/restore MSA context around signals by Paul Burton · 11 years ago
  6. 6bbfd65 MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptrace by Paul Burton · 11 years ago
  7. ff3aa5f MIPS: Don't require FPU on sigcontext setup/restore by Paul Burton · 11 years ago
  8. b2ead52 MIPS: Move & rename fpu_emulator_{save,restore}_context by Paul Burton · 11 years ago
  9. 597ce17 MIPS: Support for 64-bit FP with O32 binaries by Paul Burton · 11 years ago
  10. c3fc5cd MIPS: Implement HAVE_CONTEXT_TRACKING. by Ralf Baechle · 12 years ago
  11. 01be057 MIPS: microMIPS: Add vdso support. by Douglas Leung · 12 years ago
  12. aebb2af Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  13. 1910f4a mips: sigsuspend() is essentially the same as rt_sigsuspend() here by Al Viro · 12 years ago
  14. bde208d switch mips to generic rt_sigsuspend(), make it unconditional by Al Viro · 12 years ago
  15. ea536ad mips: switch to generic sigaltstack by Al Viro · 12 years ago
  16. 709410a mips: use sane prototype for sys_rt_sigsuspend() by Al Viro · 12 years ago
  17. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
  18. 9ec9b5a MIPS: Fix harmlessly missing else statement. by Ralf Baechle · 12 years ago
  19. f76f330 MIPS: Prevent hitting do_notify_resume() with !user_mode(regs). by Al Viro · 13 years ago
  20. efee984 new helper: signal_delivered() by Al Viro · 13 years ago
  21. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
  22. 6fd84c0 TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set by Al Viro · 13 years ago
  23. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 13 years ago
  24. b7f9a11 new helper: sigmask_to_save() by Al Viro · 13 years ago
  25. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 13 years ago
  26. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 13 years ago
  27. 68f3f16 new helper: sigsuspend() by Al Viro · 13 years ago
  28. 8598f3c MIPS: Use set_current_blocked() and block_sigmask() by Matt Fleming · 13 years ago
  29. b81947c Disintegrate asm/system.h for MIPS by David Howells · 13 years ago
  30. 1f71792 MIPS: Handle __put_user() sleeping. by Ralf Baechle · 14 years ago
  31. c726b82 MIPS: Fix GCC-4.6 'set but not used' warning in signal*.c by David Daney · 14 years ago
  32. 4bfb8c5 MIPS: do_sigaltstack() expects userland pointers by Al Viro · 14 years ago
  33. 8f5a00eb MIPS: Sanitize restart logics by Al Viro · 14 years ago
  34. 062ab57 MIPS: Don't block signals if we'd failed to setup a sigframe by Al Viro · 14 years ago
  35. d814c28 MIPS: Move signal trampolines off of the stack. by David Daney · 15 years ago
  36. 137f6f3 MIPS: Cleanup signal code initialization by Ralf Baechle · 15 years ago
  37. 733e5e4 KEYS: Add missing linux/tracehook.h #inclusions by David Howells · 16 years ago
  38. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 16 years ago
  39. d0420c8 KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6] by David Howells · 16 years ago
  40. dbda6ac MIPS: CVE-2009-0029: Enable syscall wrappers. by Ralf Baechle · 16 years ago
  41. 21a151d [MIPS] checkfiles: Fix "need space after that ','" errors. by Ralf Baechle · 17 years ago
  42. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  43. faea623 [MIPS] Retry {save,restore}_fp_context if failed in atomic context. by Atsushi Nemoto · 18 years ago
  44. 5323180 [MIPS] Disallow CpU exception in kernel again. by Atsushi Nemoto · 18 years ago
  45. 53dc802 [MIPS] FPU ownership management & preemption fixes by Atsushi Nemoto · 18 years ago
  46. c6a2f46 [MIPS] Check FCSR for pending interrupts, alternative version by Atsushi Nemoto · 18 years ago
  47. 9693a85 [MIPS] Add basic SMARTMIPS ASE support by Franck Bui-Huu · 18 years ago
  48. 151fd6a [MIPS] signals: Share even more code. by Ralf Baechle · 18 years ago
  49. 24c556e [MIPS] signals: make common _BLOCKABLE macro by Franck Bui-Huu · 18 years ago
  50. 6668058 [MIPS] signal: Move sigframe definition for native O32/N64 into signal.c by Ralf Baechle · 18 years ago
  51. e692eb3 [MIPS] signal: do not inline handle_signal() by Franck Bui-Huu · 18 years ago
  52. f90080a [MIPS] signal: do not use save_static_function() anymore by Franck Bui-Huu · 18 years ago
  53. 722bb63 [MIPS] signal: factorize debug code by Franck Bui-Huu · 18 years ago
  54. 601dde4 [MIPS] signal: test return value of install_sigtramp() by Franck Bui-Huu · 18 years ago
  55. c0b9bae [MIPS] signal: clean up sigframe structure by Franck Bui-Huu · 18 years ago
  56. c3fc4ab [MIPS] signal: do not inline functions in signal-common.h by Franck Bui-Huu · 18 years ago
  57. e0daad4 [MIPS] Whitespace cleanups. by Ralf Baechle · 18 years ago
  58. 13fdd31 [MIPS] Avoid double signal restarting. by Ralf Baechle · 19 years ago
  59. 45887e1 [MIPS] Add missing returns in signal code. by Ralf Baechle · 19 years ago
  60. 048c614 [MIPS] Don't call try_to_freeze in do_signal & co. by Ralf Baechle · 19 years ago
  61. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  62. 9c6031c [MIPS] Signal cleanup by Atsushi Nemoto · 19 years ago
  63. 40ac5d4 [MIPS] Make do_signal return void. by Ralf Baechle · 19 years ago
  64. 7b3e2fc [MIPS] Add support for TIF_RESTORE_SIGMASK. by Ralf Baechle · 19 years ago
  65. 5665a0a [MIPS] Fix minor sparse warnings by Atsushi Nemoto · 19 years ago
  66. 9bbf28a3 [MIPS] Sparse: Add some __user tags to signal functions. by Atsushi Nemoto · 19 years ago
  67. 85b0549 [MIPS] Avoid duplicate do_syscall_trace calls on return from sigreturn. by Ralf Baechle · 19 years ago
  68. 16cd395 Fix return type of setup_frame variants by Atsushi Nemoto · 19 years ago
  69. 129bc8f Setup_frame is now returning a success value. by Ralf Baechle · 20 years ago
  70. 02416dc Redo RM9000 workaround which along with other DSP ASE changes was by Ralf Baechle · 20 years ago
  71. e50c0a8 Support the MIPS32 / MIPS64 DSP ASE. by Ralf Baechle · 20 years ago
  72. fe00f94 Sparseify MIPS. by Ralf Baechle · 20 years ago
  73. 69be8f1 [PATCH] convert signal handling of NODEFER to act like other Unix boxes. by Steven Rostedt · 20 years ago
  74. d4b3a80 [PATCH] mips: fixed try_to_freeze build error by Yoichi Yuasa · 20 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago