aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-18arm64: ptrace: fix empty registers set in prstatus of aarch32 process coreVictor Kamensky1-9/+19
2014-06-18arm64: ptrace: change fs when passing kernel pointer to regset codeWill Deacon1-0/+4
2014-05-29arm64: ftrace: Add system call tracepointAKASHI Takahiro1-0/+9
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstreamCatalin Marinas1-0/+2
2014-05-12arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro1-0/+1
2014-05-12arm64: split syscall_trace() into separate functions for enter/exitAKASHI Takahiro1-21/+29
2014-05-08arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel1-0/+2
2013-12-19arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled eventsWill Deacon1-20/+18
2013-11-28arm64: ptrace: fix compat registes get/set to be endian cleanMatthew Leach1-21/+19
2013-06-12arm64: debug: consolidate software breakpoint handlersWill Deacon1-59/+0
2012-10-18arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpointsWill Deacon1-16/+21
2012-10-18arm64: ptrace: make structure padding explicit for debug registersWill Deacon1-6/+30
2012-10-11arm64: Do not export the compat-specific definitions to the userCatalin Marinas1-3/+3
2012-09-27arm64: ptrace: remove obsolete ptrace request numbers from user headersWill Deacon1-6/+6
2012-09-17arm64: Debugging supportWill Deacon1-0/+1126