1. a0faf96 mips: switch to ->regset_get() by Al Viro · 4 years, 10 months ago
  2. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 9 months ago
  3. 02aff8d Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  4. b35f549 syscalls: Remove start and number from syscall_get_arguments() args by Steven Rostedt (Red Hat) · 8 years ago
  5. 16add41 syscall_get_arch: add "struct task_struct *" argument by Dmitry V. Levin · 6 years ago
  6. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  7. 3cd6408 MIPS: ptrace: introduce NT_MIPS_MSA regset by Paul Burton · 6 years ago
  8. 6c79759 MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=n by Paul Burton · 6 years ago
  9. cc97ab2 MIPS: Simplify FP context initialization by Paul Burton · 6 years ago
  10. 1ae22a0 MIPS: Add FP_MODE regset support by Maciej W. Rozycki · 7 years ago
  11. 44109c6 MIPS: Add DSP ASE regset support by Maciej W. Rozycki · 7 years ago
  12. f5958b4 MIPS: Correct the 64-bit DSP accumulator register size by Maciej W. Rozycki · 7 years ago
  13. 763f969 Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 7 years ago
  14. c7e8146 MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs by Maciej W. Rozycki · 7 years ago
  15. d1157b1 MIPS: ptrace: Make FPU context layout comments match reality by Maciej W. Rozycki · 7 years ago
  16. 9a3a92c MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs by Maciej W. Rozycki · 7 years ago
  17. 71e909c MIPS: ptrace: Expose FIR register through FP regset by Maciej W. Rozycki · 7 years ago
  18. c8c5a3a MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accesses by Maciej W. Rozycki · 7 years ago
  19. 006501e MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSET by Maciej W. Rozycki · 7 years ago
  20. be07a6a MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSA by Maciej W. Rozycki · 7 years ago
  21. 80b3ffc MIPS: Consistently handle buffer counter with PTRACE_SETREGSET by Maciej W. Rozycki · 7 years ago
  22. dc24d0e MIPS: Guard against any partial write attempt with PTRACE_SETREGSET by Maciej W. Rozycki · 7 years ago
  23. a03fe72 MIPS: Factor out NT_PRFPREG regset access helpers by Maciej W. Rozycki · 7 years ago
  24. de8cd0d MIPS/ptrace: Update syscall nr on register changes by James Hogan · 8 years ago
  25. b6318a9 MIPS/ptrace: Pick up ptrace/seccomp changed syscalls by James Hogan · 8 years ago
  26. 547da67 MIPS: Fix an n32 core file generation regset support regression by Maciej W. Rozycki · 7 years ago
  27. 3d729de MIPS: seccomp: Fix indirect syscall args by James Hogan · 8 years ago
  28. 828db21 MIPS: Traced negative syscalls should return -ENOSYS by James Hogan · 8 years ago
  29. 4f32a39 MIPS: Negate error syscall return in trace by James Hogan · 8 years ago
  30. 669c409 MIPS: Give __secure_computing() access to syscall arguments. by David Daney · 8 years ago
  31. 72c3373 Merge branch 'regset' (PTRACE_SETREGSET data leakage) by Linus Torvalds · 8 years ago
  32. d614fd5 mips/ptrace: Preserve previous registers for short regset write by Dave Martin · 8 years ago
  33. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  34. 08c941b MIPS: Move register dump routines out of ptrace code by Marcin Nowakowski · 8 years ago
  35. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  36. 5a1aca4 MIPS: Fix FCSR Cause bit handling for correct SIGFPE issue by Maciej W. Rozycki · 8 years ago
  37. c9e5603 MIPS: ptrace: Also initialize the FP context on individual FCSR writes by Maciej W. Rozycki · 8 years ago
  38. 2ac3c8d MIPS/ptrace: run seccomp after ptrace by Kees Cook · 9 years ago
  39. 2f275de seccomp: Add a seccomp_data parameter secure_computing() by Andy Lutomirski · 9 years ago
  40. abf378b MIPS: ptrace: Prevent writes to read-only FCSR bits by Maciej W. Rozycki · 9 years ago
  41. 4249548 MIPS: ptrace: Fix FP context restoration FCSR regression by Maciej W. Rozycki · 9 years ago
  42. 50af501 MIPS: Add and use watch register field definitions by James Hogan · 9 years ago
  43. 555fae6 MIPS: ptrace: Drop cp0_tcstatus from regoffset_table[] by James Hogan · 9 years ago
  44. 40e084a MIPS: Add uprobes support. by Ralf Baechle · 10 years ago
  45. 03dce59 MIPS: Fix a preemption issue with thread's FPU defaults by Maciej W. Rozycki · 10 years ago
  46. 98b0429 Merge branch '4.1-fp' into mips-for-linux-next by Ralf Baechle · 10 years ago
  47. 9b26616 MIPS: Respect the ISA level in FCSR handling by Maciej W. Rozycki · 10 years ago
  48. ac9ad83 MIPS: prevent FP context set via ptrace being discarded by Paul Burton · 10 years ago
  49. c2d9f17 MIPS: Fix syscall_get_nr for the syscall exit tracing. by Lars Persson · 10 years ago
  50. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  51. 9139740 ARCH: AUDIT: audit_syscall_entry() should not require the arch by Eric Paris · 11 years ago
  52. a4412fc seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing by Andy Lutomirski · 11 years ago
  53. 475d592 Merge branch '3.16-fixes' into mips-for-linux-next by Ralf Baechle · 11 years ago
  54. 60be939 MIPS: Remove asm/user.h by Alex Smith · 11 years ago
  55. a79ebea MIPS: ptrace: Fix user pt_regs definition, use in ptrace_{get, set}regs() by Alex Smith · 11 years ago
  56. c23b3d1a MIPS: ptrace: Change GP regset to use correct core dump register layout by Alex Smith · 11 years ago
  57. 65768a1 MIPS: ptrace: Test correct task's flags in task_user_regset_view() by Alex Smith · 11 years ago
  58. 656ff9b MIPS: ptrace: Avoid smp_processor_id() when retrieving FPU IR by Alex Smith · 11 years ago
  59. b1442d3 MIPS: Prevent user from setting FCSR cause bits by Paul Burton · 11 years ago
  60. 57c7ea5 MIPS: ptrace: Avoid smp_processor_id() in preemptible code by Alex Smith · 11 years ago
  61. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  62. dab75dd MIPS: Simplify ptrace_getfpregs FPU IR retrieval by Paul Burton · 11 years ago
  63. 3351047 MIPS: Simplify PTRACE_PEEKUSR for FPC_EIR by Paul Burton · 11 years ago
  64. 72b22bb MIPS: Don't assume 64-bit FP registers for FP regset by Paul Burton · 11 years ago
  65. bbd426f MIPS: Simplify FP context access by Paul Burton · 11 years ago
  66. 4c21b8f MIPS: seccomp: Handle indirect system calls (o32) by Markos Chandras · 11 years ago
  67. 1225eb8 MIPS: ptrace: Move away from secure_computing_strict by Markos Chandras · 11 years ago
  68. 6e34574 MIPS: asm: syscall: Define syscall_get_arch by Markos Chandras · 11 years ago
  69. 5e937a9 syscall_get_arch: remove useless function arguments by Eric Paris · 11 years ago
  70. 597ce17 MIPS: Support for 64-bit FP with O32 binaries by Paul Burton · 11 years ago
  71. 1d7bf99 MIPS: ftrace: Add support for syscall tracepoints. by Ralf Baechle · 12 years ago
  72. 0dfa95a MIPS: ptrace: Switch syscall reporting to tracehook_report_syscall_entry(). by Ralf Baechle · 12 years ago
  73. bec9b2b MIPS: Move audit_arch() helper function to __syscall_get_arch(). by Ralf Baechle · 12 years ago
  74. 7aeb753 MIPS: Implement task_user_regset_view. by Ralf Baechle · 13 years ago
  75. bc3d22c MIPS: ptrace: Use tracehook helpers. by Ralf Baechle · 13 years ago
  76. c3fc5cd MIPS: Implement HAVE_CONTEXT_TRACKING. by Ralf Baechle · 12 years ago
  77. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
  78. e4da89d seccomp: ignore secure_computing return values by Will Drewry · 13 years ago
  79. b81947c Disintegrate asm/system.h for MIPS by David Howells · 13 years ago
  80. b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 13 years ago
  81. d7e7528b Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 13 years ago
  82. 8b659a3 MIPS: Split do_syscall_trace into two functions. by Ralf Baechle · 14 years ago
  83. b20bff0 MIPS: Audit: Fix success success argument pass to audit_syscall_exit by Ralf Baechle · 14 years ago
  84. fb67113 ptrace: cleanup arch_ptrace() on MIPS by Namhyung Kim · 14 years ago
  85. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  86. e5b377a MIPS: secure_computing, syscall audit: syscall number should in r2, not r0. by Al Viro · 14 years ago
  87. 55436c9 mips: use generic ptrace_resume code by Christoph Hellwig · 15 years ago
  88. 0926bf9 MIPS: Ptrace support for HARDWARE_WATCHPOINTS by David Daney · 16 years ago
  89. b7e4226 [MIPS] Build fix: Fix irq flags type by Ralf Baechle · 16 years ago
  90. 62b14c2 [MIPS] Store sign-extend register values for PTRACE_GETREGS by Atsushi Nemoto · 17 years ago
  91. 1bcf548 Consolidate PTRACE_DETACH by Alexey Dobriyan · 17 years ago
  92. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 17 years ago
  93. 293c5bd [MIPS] Fixup secure computing stuff. by Ralf Baechle · 18 years ago
  94. f284ce7 PTRACE_POKEDATA consolidation by Alexey Dobriyan · 18 years ago
  95. 7664732 PTRACE_PEEKDATA consolidation by Alexey Dobriyan · 18 years ago
  96. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  97. 9693a85 [MIPS] Add basic SMARTMIPS ASE support by Franck Bui-Huu · 18 years ago
  98. e04582b [MIPS] Make sure cpu_has_fpu is used only in atomic context by Atsushi Nemoto · 18 years ago
  99. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  100. eae8907 [MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs. by Atsushi Nemoto · 19 years ago