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