summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-10MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki1-4/+3
2018-09-05MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki1-1/+1
2018-06-06MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki1-1/+1
2018-05-30MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRsMaciej W. Rozycki1-2/+2
2018-05-30MIPS: ptrace: Expose FIR register through FP regsetMaciej W. Rozycki1-2/+16
2018-01-17MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki1-0/+3
2018-01-17MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki1-0/+1
2018-01-17MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki1-11/+36
2018-01-17MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki1-1/+1
2018-01-17MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki1-1/+11
2018-01-17MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki1-25/+83
2017-11-30MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki1-0/+17
2017-07-27MIPS: Negate error syscall return in traceJames Hogan1-1/+1
2017-03-31mips/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+2
2016-06-07MIPS: ptrace: Prevent writes to read-only FCSR bitsMaciej W. Rozycki1-9/+19
2016-06-07MIPS: ptrace: Fix FP context restoration FCSR regressionMaciej W. Rozycki1-0/+1
2015-09-03MIPS: Add uprobes support.Ralf Baechle1-0/+88
2015-05-12MIPS: Fix a preemption issue with thread's FPU defaultsMaciej W. Rozycki1-1/+1
2015-04-13Merge branch '4.1-fp' into mips-for-linux-nextRalf Baechle1-6/+24
2015-04-08MIPS: Respect the ISA level in FCSR handlingMaciej W. Rozycki1-2/+8
2015-03-27MIPS: prevent FP context set via ptrace being discardedPaul Burton1-6/+24
2015-02-04MIPS: Fix syscall_get_nr for the syscall exit tracing.Lars Persson1-0/+2
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-3/+1
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-3/+1
2014-09-03seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski1-1/+1
2014-08-02Merge branch '3.16-fixes' into mips-for-linux-nextRalf Baechle1-1/+2
2014-08-02MIPS: Remove asm/user.hAlex Smith1-1/+0
2014-08-02MIPS: ptrace: Fix user pt_regs definition, use in ptrace_{get, set}regs()Alex Smith1-13/+13
2014-07-30MIPS: ptrace: Change GP regset to use correct core dump register layoutAlex Smith1-29/+160
2014-07-30MIPS: ptrace: Test correct task's flags in task_user_regset_view()Alex Smith1-1/+1
2014-07-30MIPS: ptrace: Avoid smp_processor_id() when retrieving FPU IRAlex Smith1-2/+2
2014-07-30MIPS: Prevent user from setting FCSR cause bitsPaul Burton1-1/+2
2014-05-28MIPS: ptrace: Avoid smp_processor_id() in preemptible codeAlex Smith1-7/+7
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2014-03-31MIPS: Simplify ptrace_getfpregs FPU IR retrievalPaul Burton1-24/+1
2014-03-31MIPS: Simplify PTRACE_PEEKUSR for FPC_EIRPaul Burton1-37/+3
2014-03-26MIPS: Don't assume 64-bit FP registers for FP regsetPaul Burton1-6/+40
2014-03-26MIPS: Simplify FP context accessPaul Burton1-22/+17
2014-03-26MIPS: seccomp: Handle indirect system calls (o32)Markos Chandras1-2/+1
2014-03-26MIPS: ptrace: Move away from secure_computing_strictMarkos Chandras1-4/+6
2014-03-26MIPS: asm: syscall: Define syscall_get_archMarkos Chandras1-1/+1
2014-03-20syscall_get_arch: remove useless function argumentsEric Paris1-1/+1
2014-01-13MIPS: Support for 64-bit FP with O32 binariesPaul Burton1-27/+33
2013-10-29MIPS: ftrace: Add support for syscall tracepoints.Ralf Baechle1-0/+10
2013-10-29MIPS: ptrace: Switch syscall reporting to tracehook_report_syscall_entry().Ralf Baechle1-2/+4
2013-10-29MIPS: Move audit_arch() helper function to __syscall_get_arch().Ralf Baechle1-13/+3
2013-10-29MIPS: Implement task_user_regset_view.Ralf Baechle1-0/+129
2013-10-29MIPS: ptrace: Use tracehook helpers.Ralf Baechle1-41/+5
2013-06-10MIPS: Implement HAVE_CONTEXT_TRACKING.Ralf Baechle1-0/+12
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-6/+6