1. eb3717f MIPS: Correct the 64-bit DSP accumulator register size by Maciej W. Rozycki · 6 years ago
  2. 5826fc5 MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs by Maciej W. Rozycki · 6 years ago
  3. 0ed5a21 MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs by Maciej W. Rozycki · 6 years ago
  4. b1e0cf6 MIPS: ptrace: Expose FIR register through FP regset by Maciej W. Rozycki · 6 years ago
  5. 78c00f5 MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accesses by Maciej W. Rozycki · 6 years ago
  6. 1f4cff1 MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSET by Maciej W. Rozycki · 6 years ago
  7. cfc5c63 MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSA by Maciej W. Rozycki · 6 years ago
  8. f616180 MIPS: Consistently handle buffer counter with PTRACE_SETREGSET by Maciej W. Rozycki · 6 years ago
  9. 5b593a81 MIPS: Guard against any partial write attempt with PTRACE_SETREGSET by Maciej W. Rozycki · 6 years ago
  10. 8eb5655 MIPS: Factor out NT_PRFPREG regset access helpers by Maciej W. Rozycki · 6 years ago
  11. 219f386 MIPS: Fix an n32 core file generation regset support regression by Maciej W. Rozycki · 7 years ago
  12. 02131ae MIPS: Negate error syscall return in trace by James Hogan · 7 years ago
  13. 0ba34c8 mips/ptrace: Preserve previous registers for short regset write by Dave Martin · 7 years ago
  14. 5a1aca4 MIPS: Fix FCSR Cause bit handling for correct SIGFPE issue by Maciej W. Rozycki · 8 years ago
  15. c9e5603 MIPS: ptrace: Also initialize the FP context on individual FCSR writes by Maciej W. Rozycki · 8 years ago
  16. 2ac3c8d MIPS/ptrace: run seccomp after ptrace by Kees Cook · 8 years ago
  17. 2f275de seccomp: Add a seccomp_data parameter secure_computing() by Andy Lutomirski · 8 years ago
  18. abf378b MIPS: ptrace: Prevent writes to read-only FCSR bits by Maciej W. Rozycki · 8 years ago
  19. 4249548 MIPS: ptrace: Fix FP context restoration FCSR regression by Maciej W. Rozycki · 8 years ago
  20. 50af501 MIPS: Add and use watch register field definitions by James Hogan · 8 years ago
  21. 555fae6 MIPS: ptrace: Drop cp0_tcstatus from regoffset_table[] by James Hogan · 8 years ago
  22. 40e084a MIPS: Add uprobes support. by Ralf Baechle · 9 years ago
  23. 03dce59 MIPS: Fix a preemption issue with thread's FPU defaults by Maciej W. Rozycki · 9 years ago
  24. 98b0429 Merge branch '4.1-fp' into mips-for-linux-next by Ralf Baechle · 9 years ago
  25. 9b26616 MIPS: Respect the ISA level in FCSR handling by Maciej W. Rozycki · 9 years ago
  26. ac9ad83 MIPS: prevent FP context set via ptrace being discarded by Paul Burton · 9 years ago
  27. c2d9f17 MIPS: Fix syscall_get_nr for the syscall exit tracing. by Lars Persson · 9 years ago
  28. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  29. 9139740 ARCH: AUDIT: audit_syscall_entry() should not require the arch by Eric Paris · 10 years ago
  30. a4412fc seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing by Andy Lutomirski · 10 years ago
  31. 475d592 Merge branch '3.16-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  32. 60be939 MIPS: Remove asm/user.h by Alex Smith · 10 years ago
  33. a79ebea MIPS: ptrace: Fix user pt_regs definition, use in ptrace_{get, set}regs() by Alex Smith · 10 years ago
  34. c23b3d1a MIPS: ptrace: Change GP regset to use correct core dump register layout by Alex Smith · 10 years ago
  35. 65768a1 MIPS: ptrace: Test correct task's flags in task_user_regset_view() by Alex Smith · 10 years ago
  36. 656ff9b MIPS: ptrace: Avoid smp_processor_id() when retrieving FPU IR by Alex Smith · 10 years ago
  37. b1442d3 MIPS: Prevent user from setting FCSR cause bits by Paul Burton · 10 years ago
  38. 57c7ea5 MIPS: ptrace: Avoid smp_processor_id() in preemptible code by Alex Smith · 10 years ago
  39. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  40. dab75dd MIPS: Simplify ptrace_getfpregs FPU IR retrieval by Paul Burton · 11 years ago
  41. 3351047 MIPS: Simplify PTRACE_PEEKUSR for FPC_EIR by Paul Burton · 11 years ago
  42. 72b22bb MIPS: Don't assume 64-bit FP registers for FP regset by Paul Burton · 10 years ago
  43. bbd426f MIPS: Simplify FP context access by Paul Burton · 10 years ago
  44. 4c21b8f MIPS: seccomp: Handle indirect system calls (o32) by Markos Chandras · 10 years ago
  45. 1225eb8 MIPS: ptrace: Move away from secure_computing_strict by Markos Chandras · 10 years ago
  46. 6e34574 MIPS: asm: syscall: Define syscall_get_arch by Markos Chandras · 10 years ago
  47. 5e937a9 syscall_get_arch: remove useless function arguments by Eric Paris · 10 years ago
  48. 597ce17 MIPS: Support for 64-bit FP with O32 binaries by Paul Burton · 11 years ago
  49. 1d7bf99 MIPS: ftrace: Add support for syscall tracepoints. by Ralf Baechle · 11 years ago
  50. 0dfa95a MIPS: ptrace: Switch syscall reporting to tracehook_report_syscall_entry(). by Ralf Baechle · 12 years ago
  51. bec9b2b MIPS: Move audit_arch() helper function to __syscall_get_arch(). by Ralf Baechle · 12 years ago
  52. 7aeb753 MIPS: Implement task_user_regset_view. by Ralf Baechle · 12 years ago
  53. bc3d22c MIPS: ptrace: Use tracehook helpers. by Ralf Baechle · 12 years ago
  54. c3fc5cd MIPS: Implement HAVE_CONTEXT_TRACKING. by Ralf Baechle · 11 years ago
  55. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 11 years ago
  56. e4da89d seccomp: ignore secure_computing return values by Will Drewry · 12 years ago
  57. b81947c Disintegrate asm/system.h for MIPS by David Howells · 12 years ago
  58. b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 12 years ago
  59. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 12 years ago
  60. 8b659a3 MIPS: Split do_syscall_trace into two functions. by Ralf Baechle · 13 years ago
  61. b20bff0 MIPS: Audit: Fix success success argument pass to audit_syscall_exit by Ralf Baechle · 13 years ago
  62. fb67113 ptrace: cleanup arch_ptrace() on MIPS by Namhyung Kim · 14 years ago
  63. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  64. e5b377a MIPS: secure_computing, syscall audit: syscall number should in r2, not r0. by Al Viro · 14 years ago
  65. 55436c9 mips: use generic ptrace_resume code by Christoph Hellwig · 14 years ago
  66. 0926bf9 MIPS: Ptrace support for HARDWARE_WATCHPOINTS by David Daney · 16 years ago
  67. b7e4226 [MIPS] Build fix: Fix irq flags type by Ralf Baechle · 16 years ago
  68. 62b14c2 [MIPS] Store sign-extend register values for PTRACE_GETREGS by Atsushi Nemoto · 17 years ago
  69. 1bcf548 Consolidate PTRACE_DETACH by Alexey Dobriyan · 17 years ago
  70. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 17 years ago
  71. 293c5bd [MIPS] Fixup secure computing stuff. by Ralf Baechle · 17 years ago
  72. f284ce7 PTRACE_POKEDATA consolidation by Alexey Dobriyan · 17 years ago
  73. 7664732 PTRACE_PEEKDATA consolidation by Alexey Dobriyan · 17 years ago
  74. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  75. 9693a85 [MIPS] Add basic SMARTMIPS ASE support by Franck Bui-Huu · 17 years ago
  76. e04582b [MIPS] Make sure cpu_has_fpu is used only in atomic context by Atsushi Nemoto · 18 years ago
  77. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  78. eae8907 [MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs. by Atsushi Nemoto · 18 years ago
  79. 5411be5 [PATCH] drop task argument of audit_syscall_{entry,exit} by Al Viro · 18 years ago
  80. 41c594a [MIPS] MT: Improved multithreading support. by Ralf Baechle · 18 years ago
  81. dc8f602 [PATCH] mips: task_thread_info() by Al Viro · 18 years ago
  82. 40bc9c6 [PATCH] mips: task_pt_regs() by Al Viro · 18 years ago
  83. 6c35585 MIPS: DSP: eleminate used_dsp. by Ralf Baechle · 18 years ago
  84. 481bed4 [PATCH] consolidate sys_ptrace() by Christoph Hellwig · 19 years ago
  85. dfb7dac [PATCH] unify sys_ptrace prototype by Christoph Hellwig · 19 years ago
  86. 101b353 Protect manipulation of c0_status against preemption and multithreading. by Ralf Baechle · 19 years ago
  87. ea3d710 Revise MIPS 64-bit ptrace interface by Daniel Jacobowitz · 19 years ago
  88. c134a5e Avoid defining variables in the middle of a block which breaks older compilers. by Ralf Baechle · 19 years ago
  89. e50c0a8 Support the MIPS32 / MIPS64 DSP ASE. by Ralf Baechle · 19 years ago
  90. f8280c8 Fix tasteless #ifdef mess in audit_arch(), minor cleanups. by Ralf Baechle · 19 years ago
  91. 3c37026 NPTL, round one. by Ralf Baechle · 19 years ago
  92. fe00f94 Sparseify MIPS. by Ralf Baechle · 19 years ago
  93. 875d43e [PATCH] mips: clean up 32/64-bit configuration by Ralf Baechle · 19 years ago
  94. 27b030d Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 19 years ago
  95. 7ed20e1 [PATCH] convert that currently tests _NSIG directly to use valid_signal() by Jesper Juhl · 19 years ago
  96. 67eb81e mips: warning fix audit_arch() by Yoichi Yuasa · 19 years ago
  97. 2fd6f58 [AUDIT] Don't allow ptrace to fool auditing, log arch of audited syscalls. by · 19 years ago
  98. 48bb358 [PATCH] mips: remove #include <linux/audit.h> two times by Yoichi Yuasa · 19 years ago
  99. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago