aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/probes/kprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-20arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-08-25arm64: Create sections.hJames Morse1-4/+1
2016-08-25arm64: kprobe: Always clear pstate.D in breakpoint exception handlerPratyush Anand1-16/+13
2016-08-11arm64: Remove stack duplicating code from jprobesDavid A. Long1-26/+5
2016-07-21arm64: kprobes: Add KASAN instrumentation around stack accessesCatalin Marinas1-0/+5
2016-07-21arm64: kprobes: Cleanup jprobe_returnMarc Zyngier1-12/+10
2016-07-20arm64: kprobes: Fix overflow when saving stackMarc Zyngier1-8/+14
2016-07-19arm64: kprobes: WARN if attempting to step with PSTATE.D=1Will Deacon1-0/+2
2016-07-19arm64: Add kernel return probes support (kretprobes)Sandeepa Prabhu1-1/+89
2016-07-19arm64: Add trampoline code for kretprobesWilliam Cohen1-0/+5
2016-07-19arm64: kprobes instruction simulation supportSandeepa Prabhu1-11/+42
2016-07-19arm64: Treat all entry code as non-kprobe-ablePratyush Anand1-0/+26
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu1-0/+525