aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/ptrace_32.c
AgeCommit message (Expand)Author
2022-11-15sh: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2020-09-13sh: fix syscall tracingRich Felker
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds
2020-08-14sh: Add SECCOMP_FILTERMichael Karcher
2020-07-27kill unused dump_fpu() instancesAl Viro
2020-07-27sh: convert to ->regset_get()Al Viro
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2018-12-28sh: kernel: convert to SPDX identifiersKuninori Morimoto
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris
2013-07-09ptrace/sh: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov
2012-04-18seccomp: ignore secure_computing return valuesWill Drewry
2012-03-28Disintegrate asm/system.h for SHDavid Howells
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris
2011-07-01perf: Add context field to perf_eventAvi Kivity
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-04-25sh, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker
2011-03-23sh: Fix ptrace hw_breakpoint handlingDavid Engraf
2011-03-23sh: Fix ptrace fpu state initialisationPhil Edworthy
2010-10-27ptrace: cleanup arch_ptrace() on shNamhyung Kim
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim
2010-06-14sh: Add kprobe-based event tracer.Paul Mundt
2010-05-27ptrace: unify FDPIC implementationsMike Frysinger
2010-05-01hw-breakpoints: Tag ptrace breakpoint as exclude_kernelFrederic Weisbecker
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-13Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates'Paul Mundt
2010-01-13sh: Move over to dynamically allocated FPU context.Paul Mundt
2009-12-28sh: Convert ptrace to hw_breakpoint API.Paul Mundt
2009-12-08sh: hw-breakpoints: Add preliminary support for SH-4A UBC.Paul Mundt
2009-09-16sh: Wire up HAVE_SYSCALL_TRACEPOINTS.Paul Mundt
2009-08-20sh: Fix up the CONFIG_FTRACE_SYSCALLS=n build.Paul Mundt
2009-07-06sh: Add ftrace syscall tracing supportMatt Fleming
2009-05-09sh: Add ptrace support for NOMMU debuggingPeter Griffin
2009-04-04sh: Fix up DSP context save/restore.Michael Trimarchi
2008-09-21sh: Add FPU registers to regset interface.Paul Mundt
2008-09-12sh: Check SR.DSP bit for DSP regset validity.Paul Mundt
2008-09-12sh: Add missing task_user_regset_view() definition.Paul Mundt
2008-09-12sh: Add DSP registers to regset interface.Paul Mundt
2008-09-12sh: ptrace: Introduce user_regset interface for gp regs.Paul Mundt
2008-09-08sh: fixup many sparse errors.Paul Mundt
2008-08-02sh: Fix up the audit arch endian specification.Paul Mundt
2008-08-02sh: Make syscall tracer use tracehook notifiers, add TIF_NOTIFY_RESUME.Paul Mundt
2008-08-02sh: ptrace single stepping cleanups.Paul Mundt
2008-08-02sh: seccomp support.Paul Mundt
2008-07-28sh: Initial ELF FDPIC support.Paul Mundt
2008-02-14sh: fix ptrace copy_from/to_user() compilation errorMagnus Damm
2008-01-28sh: syscall audit support.Yuichi Nakamura