summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/probes/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Call __show_regs directlyKefeng Wang2017-05-301-2/+2
* arm64: kprobes: remove kprobe_exceptions_notifyNaveen N. Rao2017-03-101-6/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* arm64: kprobe: protect/rename few definitions to be reused by uprobePratyush Anand2016-11-071-18/+18
* arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-201-1/+1
* arm64: Create sections.hJames Morse2016-08-251-4/+1
* arm64: kprobe: Always clear pstate.D in breakpoint exception handlerPratyush Anand2016-08-251-16/+13
* arm64: Remove stack duplicating code from jprobesDavid A. Long2016-08-111-26/+5
* arm64: kprobes: Add KASAN instrumentation around stack accessesCatalin Marinas2016-07-211-0/+5
* arm64: kprobes: Cleanup jprobe_returnMarc Zyngier2016-07-211-12/+10
* arm64: kprobes: Fix overflow when saving stackMarc Zyngier2016-07-201-8/+14
* arm64: kprobes: WARN if attempting to step with PSTATE.D=1Will Deacon2016-07-191-0/+2
* arm64: Add kernel return probes support (kretprobes)Sandeepa Prabhu2016-07-191-1/+89
* arm64: Add trampoline code for kretprobesWilliam Cohen2016-07-191-0/+5
* arm64: kprobes instruction simulation supportSandeepa Prabhu2016-07-191-11/+42
* arm64: Treat all entry code as non-kprobe-ablePratyush Anand2016-07-191-0/+26
* arm64: Kprobes with single stepping supportSandeepa Prabhu2016-07-191-0/+525