summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/ptrace.c
AgeCommit message (Expand)Author
2015-05-07Automatically merging tracking-ilp32 into merge-linux-linaroll-20150507.0Andrey Konovalov
2015-04-01Merge branch 'linaro-fixes/android-3.18' into linaro-android-llctAmit Pundir
2015-03-06ARM64:ILP32: Support core dump for ILP32Andrew Pinski
2015-03-06ARM64: Introduce is_a32_task/is_a32_thread and TIF_AARCH32 and use them in th...Andrew Pinski
2015-03-06ARM64: Change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 insteadAndrew Pinski
2015-02-13seccomp: arm64: Fix compile time errorsRuchi Kandoi
2015-02-04arm64: add seccomp supportAKASHI Takahiro
2015-02-04arm64: ptrace: allow tracer to skip a system callAKASHI Takahiro
2015-02-04arm64: ptrace: add PTRACE_SET_SYSCALLAKASHI Takahiro
2014-11-28arm64: add seccomp supportAKASHI Takahiro
2014-11-28arm64: ptrace: add NT_ARM_SYSTEM_CALL regsetAKASHI Takahiro
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-09-23audit: arm64: Remove the audit arch argument to audit_syscall_entryEric Paris
2014-09-23arm64: audit: Add audit hook in syscall_trace_enter/exit()AKASHI Takahiro
2014-08-28arm64: ptrace: fix compat reg getter/setter return valuesWill Deacon
2014-08-28arm64: ptrace: fix compat hardware watchpoint reportingWill Deacon
2014-08-19Revert "arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALL"Will Deacon
2014-07-24arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALLCatalin Marinas
2014-07-10arm64: audit: Add audit hook in syscall_trace_enter/exit()AKASHI Takahiro
2014-06-18arm64: ptrace: fix empty registers set in prstatus of aarch32 process coreVictor Kamensky
2014-06-18arm64: ptrace: change fs when passing kernel pointer to regset codeWill Deacon
2014-05-29arm64: ftrace: Add system call tracepointAKASHI Takahiro
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas
2014-05-12arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro
2014-05-12arm64: split syscall_trace() into separate functions for enter/exitAKASHI Takahiro
2014-05-08arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel
2013-12-19arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled eventsWill Deacon
2013-11-28arm64: ptrace: fix compat registes get/set to be endian cleanMatthew Leach
2013-06-12arm64: debug: consolidate software breakpoint handlersWill Deacon
2012-10-18arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpointsWill Deacon
2012-10-18arm64: ptrace: make structure padding explicit for debug registersWill Deacon
2012-10-11arm64: Do not export the compat-specific definitions to the userCatalin Marinas
2012-09-27arm64: ptrace: remove obsolete ptrace request numbers from user headersWill Deacon
2012-09-17arm64: Debugging supportWill Deacon