summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/ptrace.c
AgeCommit message (Expand)Author
2024-02-12ptrace: Introduce exception_ip arch hookJiaxun Yang
2022-11-15mips: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2020-07-27mips: switch to ->regset_get()Al Viro
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-11-20MIPS: ptrace: introduce NT_MIPS_MSA regsetPaul Burton
2018-11-09MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton
2018-11-09MIPS: Simplify FP context initializationPaul Burton
2018-07-19MIPS: Add FP_MODE regset supportMaciej W. Rozycki
2018-07-19MIPS: Add DSP ASE regset supportMaciej W. Rozycki
2018-07-19MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2018-05-24MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki
2018-05-24MIPS: ptrace: Make FPU context layout comments match realityMaciej W. Rozycki
2018-05-14MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRsMaciej W. Rozycki
2018-05-14MIPS: ptrace: Expose FIR register through FP regsetMaciej W. Rozycki
2017-12-12MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki
2017-12-12MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki
2017-12-12MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki
2017-12-12MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki
2017-12-12MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki
2017-12-12MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki
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