aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09MIPS: scall: Save thread_info.syscall unconditionally on entryJiaxun Yang1-9/+6
2024-02-12ptrace: Introduce exception_ip arch hookJiaxun Yang1-0/+7
2022-11-15mips: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-4/+5
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-3/+2
2020-07-27mips: switch to ->regset_get()Al Viro1-146/+58
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-1/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-6/+6
2018-11-20MIPS: ptrace: introduce NT_MIPS_MSA regsetPaul Burton1-0/+147
2018-11-09MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-141/+159
2018-11-09MIPS: Simplify FP context initializationPaul Burton1-19/+0
2018-07-19MIPS: Add FP_MODE regset supportMaciej W. Rozycki1-0/+63
2018-07-19MIPS: Add DSP ASE regset supportMaciej W. Rozycki1-0/+189
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/l...Linus 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
2018-05-14MIPS: ptrace: Expose FIR register through FP regsetMaciej W. Rozycki1-2/+16
2017-12-12MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki1-0/+3
2017-12-12MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki1-0/+1
2017-12-12MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki1-11/+36
2017-12-12MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki1-1/+1
2017-12-12MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki1-1/+11
2017-12-12MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki1-25/+83
2017-11-09MIPS/ptrace: Update syscall nr on register changesJames Hogan1-0/+15
2017-11-09MIPS/ptrace: Pick up ptrace/seccomp changed syscallsJames Hogan1-3/+6
2017-11-09MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki1-0/+17
2017-08-29MIPS: seccomp: Fix indirect syscall argsJames Hogan1-6/+4
2017-07-11MIPS: Traced negative syscalls should return -ENOSYSJames Hogan1-0/+7
2017-07-11MIPS: Negate error syscall return in traceJames Hogan1-1/+1
2017-06-28MIPS: Give __secure_computing() access to syscall arguments.David Daney1-2/+20
2017-03-29Merge branch 'regset' (PTRACE_SETREGSET data leakage)Linus Torvalds1-1/+2
2017-03-29mips/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-01-03MIPS: Move register dump routines out of ptrace codeMarcin Nowakowski1-32/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki1-4/+3
2016-11-04MIPS: ptrace: Also initialize the FP context on individual FCSR writesMaciej W. Rozycki1-0/+1
2016-06-14MIPS/ptrace: run seccomp after ptraceKees Cook1-5/+4
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-1/+1
2016-05-13MIPS: ptrace: Prevent writes to read-only FCSR bitsMaciej W. Rozycki1-9/+19
2016-05-13MIPS: ptrace: Fix FP context restoration FCSR regressionMaciej W. Rozycki1-0/+1
2016-05-13MIPS: Add and use watch register field definitionsJames Hogan1-3/+4
2016-01-24MIPS: ptrace: Drop cp0_tcstatus from regoffset_table[]James Hogan1-3/+0
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
2012-04-18seccomp: ignore secure_computing return valuesWill Drewry1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-4/+3
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-3/+1
2011-05-19MIPS: Split do_syscall_trace into two functions.Ralf Baechle1-8/+35
2011-05-10MIPS: Audit: Fix success success argument pass to audit_syscall_exitRalf Baechle1-2/+2
2010-10-27ptrace: cleanup arch_ptrace() on MIPSNamhyung Kim1-11/+11
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-10-18MIPS: secure_computing, syscall audit: syscall number should in r2, not r0.Al Viro1-2/+2
2010-03-12mips: use generic ptrace_resume codeChristoph Hellwig1-30/+0
2008-10-11MIPS: Ptrace support for HARDWARE_WATCHPOINTSDavid Daney1-1/+99
2008-10-03[MIPS] Build fix: Fix irq flags typeRalf Baechle1-1/+1
2007-10-29[MIPS] Store sign-extend register values for PTRACE_GETREGSAtsushi Nemoto1-9/+9
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-4/+0
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle1-25/+25
2007-07-31[MIPS] Fixup secure computing stuff.Ralf Baechle1-4/+10
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-5/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-10/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-22[MIPS] Add basic SMARTMIPS ASE supportFranck Bui-Huu1-0/+10
2006-10-09[MIPS] Make sure cpu_has_fpu is used only in atomic contextAtsushi Nemoto1-8/+10
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-19[MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs.Atsushi Nemoto1-18/+8
2006-05-01[PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro1-2/+2
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle1-0/+14
2006-01-12[PATCH] mips: task_thread_info()Al Viro1-1/+1
2006-01-12[PATCH] mips: task_pt_regs()Al Viro1-8/+4
2006-01-10MIPS: DSP: eleminate used_dsp.Ralf Baechle1-6/+2
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-50/+5
2005-10-30[PATCH] unify sys_ptrace prototypeChristoph Hellwig1-1/+1
2005-10-29Protect manipulation of c0_status against preemption and multithreading.Ralf Baechle1-8/+31
2005-10-29Revise MIPS 64-bit ptrace interfaceDaniel Jacobowitz1-0/+129
2005-10-29Avoid defining variables in the middle of a block which breaks olderRalf Baechle1-4/+10
2005-10-29Support the MIPS32 / MIPS64 DSP ASE.Ralf Baechle1-0/+38
2005-10-29Fix tasteless #ifdef mess in audit_arch(), minor cleanups.Ralf Baechle1-17/+12
2005-10-29NPTL, round one.Ralf Baechle1-0/+5
2005-10-29Sparseify MIPS.Ralf Baechle1-2/+2
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle1-6/+6
2005-05-03Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-1/+2
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-1/+2
2005-04-29mips: warning fix audit_arch()Yoichi Yuasa1-1/+1
2005-04-29[AUDIT] Don't allow ptrace to fool auditing, log arch of audited syscalls.1-10/+28
2005-04-16[PATCH] mips: remove #include <linux/audit.h> two timesYoichi Yuasa1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+338