summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fieldsDave Martin2017-01-181-0/+4
* arm64/ptrace: Preserve previous registers for short regset writeDave Martin2017-01-181-1/+1
* arm64/ptrace: Preserve previous registers for short regset writeDave Martin2017-01-181-1/+2
* arm64/ptrace: Preserve previous registers for short regset writeDave Martin2017-01-181-3/+4
* arm64: Allow hw watchpoint at varied offset from base addressPratyush Anand2016-11-181-3/+4
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-291-4/+4
|\
| * arm64/ptrace: run seccomp after ptraceKees Cook2016-06-141-4/+4
| * seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski2016-06-141-1/+1
* | arm64: Add HAVE_REGS_AND_STACK_ACCESS_API featureDavid A. Long2016-07-191-0/+101
|/
* arm64: Rework valid_user_regsMark Rutland2016-03-021-2/+78
* arm64: Clear out any singlestep state on a ptrace detach operationJohn Blackwood2015-12-071-0/+6
* arm64: Better native ptrace support for compat tasksCatalin Marinas2015-07-271-1/+91
* arm64: add seccomp supportAKASHI Takahiro2014-11-281-0/+5
* arm64: ptrace: add NT_ARM_SYSTEM_CALL regsetAKASHI Takahiro2014-11-281-0/+35
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-191-2/+2
|\
| * audit: arm64: Remove the audit arch argument to audit_syscall_entryEric Paris2014-09-231-2/+2
| * arm64: audit: Add audit hook in syscall_trace_enter/exit()AKASHI Takahiro2014-09-231-0/+7
* | arm64: ptrace: fix compat reg getter/setter return valuesWill Deacon2014-08-281-3/+7
* | arm64: ptrace: fix compat hardware watchpoint reportingWill Deacon2014-08-281-1/+2
* | Revert "arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALL"Will Deacon2014-08-191-4/+0
* | arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALLCatalin Marinas2014-07-241-0/+4
* | arm64: audit: Add audit hook in syscall_trace_enter/exit()AKASHI Takahiro2014-07-101-0/+7
|/
* arm64: ptrace: fix empty registers set in prstatus of aarch32 process coreVictor Kamensky2014-06-181-9/+19
* arm64: ptrace: change fs when passing kernel pointer to regset codeWill Deacon2014-06-181-0/+4
* arm64: ftrace: Add system call tracepointAKASHI Takahiro2014-05-291-0/+9
* Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas2014-05-161-0/+2
|\
| * arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel2014-05-081-0/+2
* | arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro2014-05-121-0/+1
* | arm64: split syscall_trace() into separate functions for enter/exitAKASHI Takahiro2014-05-121-21/+29
|/
* arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled eventsWill Deacon2013-12-191-20/+18
* arm64: ptrace: fix compat registes get/set to be endian cleanMatthew Leach2013-11-281-21/+19
* arm64: debug: consolidate software breakpoint handlersWill Deacon2013-06-121-59/+0
* arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpointsWill Deacon2012-10-181-16/+21
* arm64: ptrace: make structure padding explicit for debug registersWill Deacon2012-10-181-6/+30
* arm64: Do not export the compat-specific definitions to the userCatalin Marinas2012-10-111-3/+3
* arm64: ptrace: remove obsolete ptrace request numbers from user headersWill Deacon2012-09-271-6/+6
* arm64: Debugging supportWill Deacon2012-09-171-0/+1126