aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-21ARM/audit: include audit header and fix audit archEric Paris1-1/+8
2012-02-02ARM: 7308/1: vfp: flush thread hwstate before copying ptrace registersWill Deacon1-1/+1
2012-02-02ARM: 7307/1: vfp: fix ptrace regset modification raceDave Martin1-2/+4
2012-01-17Kernel: Audit Support For The ARM PlatformNathaniel Husted1-5/+11
2011-10-31arm: add elf.h to arch/arm/kernel/ptrace.cPaul Gortmaker1-0/+1
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-25/+3
2011-07-13ARM: Thumb-2: Support Thumb-2 in undefined instruction handlerJon Medhurst1-25/+3
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-05-14ARM: 6883/1: ptrace: Migrate to regsets frameworkDave Martin1-109/+239
2011-04-25arm, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker1-0/+8
2011-03-16Merge branch 'misc' into develRussell King1-382/+1
2011-02-26ARM: 6767/1: ptrace: fix register indexing in GETHBPREGS requestWill Deacon1-3/+3
2011-02-23ARM: 6668/1: ptrace: remove single-step emulation codeWill Deacon1-382/+1
2010-12-06ARM: ptrace: fix style issue with hw_breakpoint interfaceWill Deacon1-2/+2
2010-10-27ptrace: cleanup arch_ptrace() on ARMNamhyung Kim1-12/+13
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-09-08ARM: 6357/1: hw-breakpoint: add new ptrace requests for hw-breakpoint interactionWill Deacon1-0/+239
2010-07-09ARM: 6199/1: Add kprobe-based event tracerWill Deacon1-0/+96
2010-03-12arm: use generic ptrace_resume codeChristoph Hellwig1-48/+12
2010-02-15ARM: vfp ptrace: no point flushing hw context for PTRACE_GETVFPREGSRussell King1-2/+4
2010-02-15ARM: ptrace: get rid of PTRACE_{PEEK,POKE}{TEXT,DATA}Russell King1-16/+0
2010-02-15ARM: 5912/1: Define a 32-bit Thumb-2 breakpoint instructionDaniel Jacobowitz1-0/+31
2009-07-24nommu: ptrace supportPaul Brook1-1/+7
2009-02-12[ARM] 5387/1: Add ptrace VFP support on ARMCatalin Marinas1-0/+58
2008-09-06[ARM] Convert asm/uaccess.h to linux/uaccess.hRussell King1-1/+1
2008-09-06[ARM] remove pc_pointer()Russell King1-5/+3
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-4/+4
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-4/+0
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-6/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-7/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-06[ARM] Move syscall saving out of the way of utraceRussell King1-3/+3
2007-04-21[ARM] ptrace: clean up single stepping supportRussell King1-11/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-28[ARM] 3665/1: crunch: add ptrace supportLennert Buytenhek1-0/+36
2006-03-15[ARM] Fix "thead" typoRussell King1-1/+1
2006-03-12[ARM] iwmmxt thread state alignmentRussell King1-10/+4
2006-01-14[ARM] 3262/4: allow ptraced syscalls to be overridenNicolas Pitre1-3/+12
2006-01-12[PATCH] arm: task_pt_regs()Al Viro1-22/+5
2006-01-12[PATCH] arm: task_thread_info()Al Viro1-5/+5
2005-12-10[ARM] 3200/1: Singlestep over ARM BX and BLX instructions using ptrace fixNikola Valerjev1-0/+9
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-48/+1
2005-10-30[PATCH] unify sys_ptrace prototypeChristoph Hellwig1-1/+1
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-2/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+861