aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/ptrace32.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-11-22ptrace: Don't allow accessing an undumpable mmGravatar Eric W. Biederman 1-2/+2
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsGravatar Lorenzo Stoakes 1-2/+3
2014-08-02MIPS: Remove asm/user.hGravatar Alex Smith 1-1/+1
2014-08-02MIPS: ptrace: Fix user pt_regs definition, use in ptrace_{get, set}regs()Gravatar Alex Smith 1-2/+4
2014-07-30MIPS: ptrace: Avoid smp_processor_id() when retrieving FPU IRGravatar Alex Smith 1-1/+1
2014-03-31MIPS: Simplify PTRACE_PEEKUSR for FPC_EIRGravatar Paul Burton 1-39/+3
2014-03-26MIPS: Simplify FP context accessGravatar Paul Burton 1-17/+8
2014-01-13MIPS: Support for 64-bit FP with O32 binariesGravatar Paul Burton 1-22/+31
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSGravatar David Howells 1-1/+0
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-01-11MIPS: 64-bit: Use generic 32-bit ptrace compat code.Gravatar Anirban Sinha 1-63/+1
2008-10-11MIPS: Move ptrace prototypes to ptrace.hGravatar Ralf Baechle 1-6/+0
2008-10-11MIPS: Ptrace support for HARDWARE_WATCHPOINTSGravatar David Daney 1-0/+10
2008-10-11MIPS: Use compat_sys_ptraceGravatar Thomas Bogendoerfer 1-35/+8
2007-10-29[MIPS] Store sign-extend register values for PTRACE_GETREGSGravatar Atsushi Nemoto 1-2/+2
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Gravatar Ralf Baechle 1-8/+8
2006-10-09[MIPS] Make sure cpu_has_fpu is used only in atomic contextGravatar Atsushi Nemoto 1-1/+2
2006-06-19[MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs.Gravatar Atsushi Nemoto 1-11/+5
2006-04-19[MIPS] MT: Improved multithreading support.Gravatar Ralf Baechle 1-0/+14
2006-02-07[MIPS] Sparse: Fix some compiler/sparse warnings in ptrace32.cGravatar Atsushi Nemoto 1-7/+15
2006-01-12[PATCH] mips: task_thread_info()Gravatar Al Viro 1-2/+2
2006-01-12[PATCH] mips: task_pt_regs()Gravatar Al Viro 1-4/+2
2006-01-10MIPS: DSP: eleminate used_dsp.Gravatar Ralf Baechle 1-6/+2
2006-01-08[PATCH] use ptrace_get_task_struct in various placesGravatar Christoph Hellwig 1-20/+6
2005-10-29Protect manipulation of c0_status against preemption and multithreading.Gravatar Ralf Baechle 1-4/+16
2005-10-29Revise MIPS 64-bit ptrace interfaceGravatar Daniel Jacobowitz 1-0/+81
2005-10-29Support the MIPS32 / MIPS64 DSP ASE.Gravatar Ralf Baechle 1-0/+38
2005-10-29NPTL, round one.Gravatar Ralf Baechle 1-0/+5
2005-10-2932-bit compatibility for ptrace GETEVENTMSG operation.Gravatar Ralf Baechle 1-1/+5
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Gravatar Jesper Juhl 1-1/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+285