aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueGravatar Maciej W. Rozycki 1-4/+3
2016-11-04MIPS: ptrace: Also initialize the FP context on individual FCSR writesGravatar Maciej W. Rozycki 1-0/+1
2016-06-14MIPS/ptrace: run seccomp after ptraceGravatar Kees Cook 1-5/+4
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Gravatar Andy Lutomirski 1-1/+1
2016-05-13MIPS: ptrace: Prevent writes to read-only FCSR bitsGravatar Maciej W. Rozycki 1-9/+19
2016-05-13MIPS: ptrace: Fix FP context restoration FCSR regressionGravatar Maciej W. Rozycki 1-0/+1
2016-05-13MIPS: Add and use watch register field definitionsGravatar James Hogan 1-3/+4
2016-01-24MIPS: ptrace: Drop cp0_tcstatus from regoffset_table[]Gravatar James Hogan 1-3/+0
2015-09-03MIPS: Add uprobes support.Gravatar Ralf Baechle 1-0/+88
2015-05-12MIPS: Fix a preemption issue with thread's FPU defaultsGravatar Maciej W. Rozycki 1-1/+1
2015-04-13Merge branch '4.1-fp' into mips-for-linux-nextGravatar Ralf Baechle 1-6/+24
2015-04-08MIPS: Respect the ISA level in FCSR handlingGravatar Maciej W. Rozycki 1-2/+8
2015-03-27MIPS: prevent FP context set via ptrace being discardedGravatar Paul Burton 1-6/+24
2015-02-04MIPS: Fix syscall_get_nr for the syscall exit tracing.Gravatar Lars Persson 1-0/+2
2014-10-19Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 1-3/+1
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archGravatar Eric Paris 1-3/+1
2014-09-03seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingGravatar Andy Lutomirski 1-1/+1
2014-08-02Merge branch '3.16-fixes' into mips-for-linux-nextGravatar Ralf Baechle 1-1/+2
2014-08-02MIPS: Remove asm/user.hGravatar Alex Smith 1-1/+0
2014-08-02MIPS: ptrace: Fix user pt_regs definition, use in ptrace_{get, set}regs()Gravatar Alex Smith 1-13/+13
2014-07-30MIPS: ptrace: Change GP regset to use correct core dump register layoutGravatar Alex Smith 1-29/+160
2014-07-30MIPS: ptrace: Test correct task's flags in task_user_regset_view()Gravatar Alex Smith 1-1/+1
2014-07-30MIPS: ptrace: Avoid smp_processor_id() when retrieving FPU IRGravatar Alex Smith 1-2/+2
2014-07-30MIPS: Prevent user from setting FCSR cause bitsGravatar Paul Burton 1-1/+2
2014-05-28MIPS: ptrace: Avoid smp_processor_id() in preemptible codeGravatar Alex Smith 1-7/+7
2014-04-12Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 1-1/+1
2014-03-31MIPS: Simplify ptrace_getfpregs FPU IR retrievalGravatar Paul Burton 1-24/+1
2014-03-31MIPS: Simplify PTRACE_PEEKUSR for FPC_EIRGravatar Paul Burton 1-37/+3
2014-03-26MIPS: Don't assume 64-bit FP registers for FP regsetGravatar Paul Burton 1-6/+40
2014-03-26MIPS: Simplify FP context accessGravatar Paul Burton 1-22/+17
2014-03-26MIPS: seccomp: Handle indirect system calls (o32)Gravatar Markos Chandras 1-2/+1
2014-03-26MIPS: ptrace: Move away from secure_computing_strictGravatar Markos Chandras 1-4/+6
2014-03-26MIPS: asm: syscall: Define syscall_get_archGravatar Markos Chandras 1-1/+1
2014-03-20syscall_get_arch: remove useless function argumentsGravatar Eric Paris 1-1/+1
2014-01-13MIPS: Support for 64-bit FP with O32 binariesGravatar Paul Burton 1-27/+33
2013-10-29MIPS: ftrace: Add support for syscall tracepoints.Gravatar Ralf Baechle 1-0/+10
2013-10-29MIPS: ptrace: Switch syscall reporting to tracehook_report_syscall_entry().Gravatar Ralf Baechle 1-2/+4
2013-10-29MIPS: Move audit_arch() helper function to __syscall_get_arch().Gravatar Ralf Baechle 1-13/+3
2013-10-29MIPS: Implement task_user_regset_view.Gravatar Ralf Baechle 1-0/+129
2013-10-29MIPS: ptrace: Use tracehook helpers.Gravatar Ralf Baechle 1-41/+5
2013-06-10MIPS: Implement HAVE_CONTEXT_TRACKING.Gravatar Ralf Baechle 1-0/+12
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-6/+6
2012-04-18seccomp: ignore secure_computing return valuesGravatar Will Drewry 1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSGravatar David Howells 1-1/+0
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsGravatar Eric Paris 1-4/+3
2012-01-17Audit: push audit success and retcode into arch ptrace.hGravatar Eric Paris 1-3/+1
2011-05-19MIPS: Split do_syscall_trace into two functions.Gravatar Ralf Baechle 1-8/+35
2011-05-10MIPS: Audit: Fix success success argument pass to audit_syscall_exitGravatar Ralf Baechle 1-2/+2
2010-10-27ptrace: cleanup arch_ptrace() on MIPSGravatar Namhyung Kim 1-11/+11