summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/ptrace.c
AgeCommit message (Expand)Author
2017-11-09MIPS/ptrace: Update syscall nr on register changesJames Hogan
2017-11-09MIPS/ptrace: Pick up ptrace/seccomp changed syscallsJames Hogan
2017-11-09MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki
2017-08-29MIPS: seccomp: Fix indirect syscall argsJames Hogan
2017-07-11MIPS: Traced negative syscalls should return -ENOSYSJames Hogan
2017-07-11MIPS: Negate error syscall return in traceJames Hogan
2017-06-28MIPS: Give __secure_computing() access to syscall arguments.David Daney
2017-03-29Merge branch 'regset' (PTRACE_SETREGSET data leakage)Linus Torvalds
2017-03-29mips/ptrace: Preserve previous registers for short regset writeDave Martin
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-03MIPS: Move register dump routines out of ptrace codeMarcin Nowakowski
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki
2016-11-04MIPS: ptrace: Also initialize the FP context on individual FCSR writesMaciej W. Rozycki
2016-06-14MIPS/ptrace: run seccomp after ptraceKees Cook
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski
2016-05-13MIPS: ptrace: Prevent writes to read-only FCSR bitsMaciej W. Rozycki
2016-05-13MIPS: ptrace: Fix FP context restoration FCSR regressionMaciej W. Rozycki
2016-05-13MIPS: Add and use watch register field definitionsJames Hogan
2016-01-24MIPS: ptrace: Drop cp0_tcstatus from regoffset_table[]James Hogan
2015-09-03MIPS: Add uprobes support.Ralf Baechle
2015-05-12MIPS: Fix a preemption issue with thread's FPU defaultsMaciej W. Rozycki
2015-04-13Merge branch '4.1-fp' into mips-for-linux-nextRalf Baechle
2015-04-08MIPS: Respect the ISA level in FCSR handlingMaciej W. Rozycki
2015-03-27MIPS: prevent FP context set via ptrace being discardedPaul Burton
2015-02-04MIPS: Fix syscall_get_nr for the syscall exit tracing.Lars Persson
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris
2014-09-03seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski
2014-08-02Merge branch '3.16-fixes' into mips-for-linux-nextRalf Baechle
2014-08-02MIPS: Remove asm/user.hAlex Smith
2014-08-02MIPS: ptrace: Fix user pt_regs definition, use in ptrace_{get, set}regs()Alex Smith
2014-07-30MIPS: ptrace: Change GP regset to use correct core dump register layoutAlex Smith
2014-07-30MIPS: ptrace: Test correct task's flags in task_user_regset_view()Alex Smith
2014-07-30MIPS: ptrace: Avoid smp_processor_id() when retrieving FPU IRAlex Smith
2014-07-30MIPS: Prevent user from setting FCSR cause bitsPaul Burton
2014-05-28MIPS: ptrace: Avoid smp_processor_id() in preemptible codeAlex Smith
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-03-31MIPS: Simplify ptrace_getfpregs FPU IR retrievalPaul Burton
2014-03-31MIPS: Simplify PTRACE_PEEKUSR for FPC_EIRPaul Burton
2014-03-26MIPS: Don't assume 64-bit FP registers for FP regsetPaul Burton
2014-03-26MIPS: Simplify FP context accessPaul Burton
2014-03-26MIPS: seccomp: Handle indirect system calls (o32)Markos Chandras
2014-03-26MIPS: ptrace: Move away from secure_computing_strictMarkos Chandras
2014-03-26MIPS: asm: syscall: Define syscall_get_archMarkos Chandras
2014-03-20syscall_get_arch: remove useless function argumentsEric Paris
2014-01-13MIPS: Support for 64-bit FP with O32 binariesPaul Burton
2013-10-29MIPS: ftrace: Add support for syscall tracepoints.Ralf Baechle
2013-10-29MIPS: ptrace: Switch syscall reporting to tracehook_report_syscall_entry().Ralf Baechle
2013-10-29MIPS: Move audit_arch() helper function to __syscall_get_arch().Ralf Baechle