aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12ptrace: Introduce exception_ip arch hookGravatar Jiaxun Yang 1-0/+7
2022-11-15mips: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 1-4/+5
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hGravatar Eric W. Biederman 1-3/+2
2020-07-27mips: switch to ->regset_get()Gravatar Al Viro 1-146/+58
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsGravatar Steven Rostedt (Red Hat) 1-1/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentGravatar Dmitry V. Levin 1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-6/+6
2018-11-20MIPS: ptrace: introduce NT_MIPS_MSA regsetGravatar Paul Burton 1-0/+147
2018-11-09MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=nGravatar Paul Burton 1-141/+159
2018-11-09MIPS: Simplify FP context initializationGravatar Paul Burton 1-19/+0
2018-07-19MIPS: Add FP_MODE regset supportGravatar Maciej W. Rozycki 1-0/+63
2018-07-19MIPS: Add DSP ASE regset supportGravatar Maciej W. Rozycki 1-0/+189
2018-07-19MIPS: Correct the 64-bit DSP accumulator register sizeGravatar Maciej W. Rozycki 1-1/+1
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 1-2/+2
2018-05-24MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsGravatar Maciej W. Rozycki 1-1/+1
2018-05-24MIPS: ptrace: Make FPU context layout comments match realityGravatar Maciej W. Rozycki 1-2/+2
2018-05-14MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRsGravatar Maciej W. Rozycki 1-2/+2
2018-05-14MIPS: ptrace: Expose FIR register through FP regsetGravatar Maciej W. Rozycki 1-2/+16
2017-12-12MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesGravatar Maciej W. Rozycki 1-0/+3
2017-12-12MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETGravatar Maciej W. Rozycki 1-0/+1
2017-12-12MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAGravatar Maciej W. Rozycki 1-11/+36
2017-12-12MIPS: Consistently handle buffer counter with PTRACE_SETREGSETGravatar Maciej W. Rozycki 1-1/+1
2017-12-12MIPS: Guard against any partial write attempt with PTRACE_SETREGSETGravatar Maciej W. Rozycki 1-1/+11
2017-12-12MIPS: Factor out NT_PRFPREG regset access helpersGravatar Maciej W. Rozycki 1-25/+83
2017-11-09MIPS/ptrace: Update syscall nr on register changesGravatar James Hogan 1-0/+15
2017-11-09MIPS/ptrace: Pick up ptrace/seccomp changed syscallsGravatar James Hogan 1-3/+6
2017-11-09MIPS: Fix an n32 core file generation regset support regressionGravatar Maciej W. Rozycki 1-0/+17
2017-08-29MIPS: seccomp: Fix indirect syscall argsGravatar James Hogan 1-6/+4
2017-07-11MIPS: Traced negative syscalls should return -ENOSYSGravatar James Hogan 1-0/+7
2017-07-11MIPS: Negate error syscall return in traceGravatar James Hogan 1-1/+1
2017-06-28MIPS: Give __secure_computing() access to syscall arguments.Gravatar David Daney 1-2/+20
2017-03-29Merge branch 'regset' (PTRACE_SETREGSET data leakage)Gravatar Linus Torvalds 1-1/+2
2017-03-29mips/ptrace: Preserve previous registers for short regset writeGravatar Dave Martin 1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-01-03MIPS: Move register dump routines out of ptrace codeGravatar Marcin Nowakowski 1-32/+2
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