aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/ptrace32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2018-11-09MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-13/+20
2018-07-19MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki1-1/+1
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-2/+2
2018-05-24MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki1-1/+1
2018-05-24MIPS: ptrace: Make FPU context layout comments match realityMaciej W. Rozycki1-2/+2
2018-05-14MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRsMaciej W. Rozycki1-2/+2
2017-11-09MIPS/ptrace: Update syscall nr on register changesJames Hogan1-0/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-2/+2
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-2/+3
2014-08-02MIPS: Remove asm/user.hAlex Smith1-1/+1
2014-08-02MIPS: ptrace: Fix user pt_regs definition, use in ptrace_{get, set}regs()Alex Smith1-2/+4
2014-07-30MIPS: ptrace: Avoid smp_processor_id() when retrieving FPU IRAlex Smith1-1/+1
2014-03-31MIPS: Simplify PTRACE_PEEKUSR for FPC_EIRPaul Burton1-39/+3
2014-03-26MIPS: Simplify FP context accessPaul Burton1-17/+8
2014-01-13MIPS: Support for 64-bit FP with O32 binariesPaul Burton1-22/+31
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-01-11MIPS: 64-bit: Use generic 32-bit ptrace compat code.Anirban Sinha1-63/+1
2008-10-11MIPS: Move ptrace prototypes to ptrace.hRalf Baechle1-6/+0
2008-10-11MIPS: Ptrace support for HARDWARE_WATCHPOINTSDavid Daney1-0/+10
2008-10-11MIPS: Use compat_sys_ptraceThomas Bogendoerfer1-35/+8
2007-10-29[MIPS] Store sign-extend register values for PTRACE_GETREGSAtsushi Nemoto1-2/+2
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle1-8/+8
2006-10-09[MIPS] Make sure cpu_has_fpu is used only in atomic contextAtsushi Nemoto1-1/+2
2006-06-19[MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs.Atsushi Nemoto1-11/+5
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle1-0/+14
2006-02-07[MIPS] Sparse: Fix some compiler/sparse warnings in ptrace32.cAtsushi Nemoto1-7/+15
2006-01-12[PATCH] mips: task_thread_info()Al Viro1-2/+2
2006-01-12[PATCH] mips: task_pt_regs()Al Viro1-4/+2
2006-01-10MIPS: DSP: eleminate used_dsp.Ralf Baechle1-6/+2
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig1-20/+6
2005-10-29Protect manipulation of c0_status against preemption and multithreading.Ralf Baechle1-4/+16
2005-10-29Revise MIPS 64-bit ptrace interfaceDaniel Jacobowitz1-0/+81
2005-10-29Support the MIPS32 / MIPS64 DSP ASE.Ralf Baechle1-0/+38
2005-10-29NPTL, round one.Ralf Baechle1-0/+5
2005-10-2932-bit compatibility for ptrace GETEVENTMSG operation.Ralf Baechle1-1/+5
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+285