aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-08arm64: unwind: avoid percpu indirection for irq stackMark Rutland1-1/+1
2017-06-29arm64: ptrace: Fix incorrect get_user() use in compat_vfp_set()Dave Martin1-3/+5
2017-06-29arm64: ptrace: Remove redundant overrun check from compat_vfp_set()Dave Martin1-3/+0
2017-06-29arm64: ptrace: Avoid setting compat FP[SC]R to garbage if get_user failsDave Martin1-2/+4
2017-06-22arm64: ptrace: Flush user-RW TLS reg to thread_struct before readingDave Martin1-0/+4
2017-06-22arm64: ptrace: Flush FPSIMD regs back to thread_struct before readingDave Martin1-0/+7
2017-06-22arm64: ptrace: Fix VFP register dumping in compat coredumpsDave Martin1-4/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-18arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fieldsDave Martin1-0/+4
2017-01-18arm64/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-01-18arm64/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+2
2017-01-18arm64/ptrace: Preserve previous registers for short regset writeDave Martin1-3/+4
2016-11-18arm64: Allow hw watchpoint at varied offset from base addressPratyush Anand1-3/+4
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-4/+4
2016-07-19arm64: Add HAVE_REGS_AND_STACK_ACCESS_API featureDavid A. Long1-0/+101
2016-06-14arm64/ptrace: run seccomp after ptraceKees Cook1-4/+4
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-1/+1
2016-03-02arm64: Rework valid_user_regsMark Rutland1-2/+78
2015-12-07arm64: Clear out any singlestep state on a ptrace detach operationJohn Blackwood1-0/+6
2015-07-27arm64: Better native ptrace support for compat tasksCatalin Marinas1-1/+91
2014-11-28arm64: add seccomp supportAKASHI Takahiro1-0/+5
2014-11-28arm64: ptrace: add NT_ARM_SYSTEM_CALL regsetAKASHI Takahiro1-0/+35
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-2/+2
2014-09-23audit: arm64: Remove the audit arch argument to audit_syscall_entryEric Paris1-2/+2
2014-09-23arm64: audit: Add audit hook in syscall_trace_enter/exit()AKASHI Takahiro1-0/+7
2014-08-28arm64: ptrace: fix compat reg getter/setter return valuesWill Deacon1-3/+7
2014-08-28arm64: ptrace: fix compat hardware watchpoint reportingWill Deacon1-1/+2
2014-08-19Revert "arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALL"Will Deacon1-4/+0
2014-07-24arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALLCatalin Marinas1-0/+4
2014-07-10arm64: audit: Add audit hook in syscall_trace_enter/exit()AKASHI Takahiro1-0/+7
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