aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/ptrace_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28sh: kernel: convert to SPDX identifiersKuninori Morimoto1-4/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-13/+1
2013-07-09ptrace/sh: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov1-4/+0
2012-04-18seccomp: ignore secure_computing return valuesWill Drewry1-1/+1
2012-03-28Disintegrate asm/system.h for SHDavid 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-07-01perf: Add context field to perf_eventAvi Kivity1-1/+2
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-1/+1
2011-04-25sh, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker1-0/+4
2011-03-23sh: Fix ptrace hw_breakpoint handlingDavid Engraf1-0/+2
2011-03-23sh: Fix ptrace fpu state initialisationPhil Edworthy1-0/+6
2010-10-27ptrace: cleanup arch_ptrace() on shNamhyung Kim1-17/+21
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-10/+11
2010-06-14sh: Add kprobe-based event tracer.Paul Mundt1-0/+27
2010-05-27ptrace: unify FDPIC implementationsMike Frysinger1-23/+0
2010-05-01hw-breakpoints: Tag ptrace breakpoint as exclude_kernelFrederic Weisbecker1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-01-13Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates'Paul Mundt1-25/+57
2010-01-13sh: Move over to dynamically allocated FPU context.Paul Mundt1-6/+6
2009-12-28sh: Convert ptrace to hw_breakpoint API.Paul Mundt1-1/+52
2009-12-08sh: hw-breakpoints: Add preliminary support for SH-4A UBC.Paul Mundt1-19/+0
2009-09-16sh: Wire up HAVE_SYSCALL_TRACEPOINTS.Paul Mundt1-9/+6
2009-08-20sh: Fix up the CONFIG_FTRACE_SYSCALLS=n build.Paul Mundt1-0/+4
2009-07-06sh: Add ftrace syscall tracing supportMatt Fleming1-0/+8
2009-05-09sh: Add ptrace support for NOMMU debuggingPeter Griffin1-0/+8
2009-04-04sh: Fix up DSP context save/restore.Michael Trimarchi1-2/+4
2008-09-21sh: Add FPU registers to regset interface.Paul Mundt1-0/+76
2008-09-12sh: Check SR.DSP bit for DSP regset validity.Paul Mundt1-0/+9
2008-09-12sh: Add missing task_user_regset_view() definition.Paul Mundt1-0/+5
2008-09-12sh: Add DSP registers to regset interface.Paul Mundt1-27/+59
2008-09-12sh: ptrace: Introduce user_regset interface for gp regs.Paul Mundt1-17/+99
2008-09-08sh: fixup many sparse errors.Paul Mundt1-2/+4
2008-08-02sh: Fix up the audit arch endian specification.Paul Mundt1-1/+12
2008-08-02sh: Make syscall tracer use tracehook notifiers, add TIF_NOTIFY_RESUME.Paul Mundt1-28/+26
2008-08-02sh: ptrace single stepping cleanups.Paul Mundt1-75/+18
2008-08-02sh: seccomp support.Paul Mundt1-0/+3
2008-07-28sh: Initial ELF FDPIC support.Paul Mundt1-0/+23
2008-02-14sh: fix ptrace copy_from/to_user() compilation errorMagnus Damm1-2/+2
2008-01-28sh: syscall audit support.Yuichi Nakamura1-4/+17
2008-01-28sh: Move in the SH-5 ptrace impl.Paul Mundt1-0/+274