summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/probes
AgeCommit message (Expand)AuthorLines
2017-05-30arm64: Call __show_regs directlyKefeng Wang-2/+2
2017-03-10arm64: kprobes: remove kprobe_exceptions_notifyNaveen N. Rao-6/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez-0/+2
2017-02-15arm64/kprobes: consistently handle MRS/MSR with XZRMark Rutland-12/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-11-07arm64: fix error: conflicting types for 'kprobe_fault_handler'Pratyush Anand-1/+0
2016-11-07arm64: Add uprobe supportPratyush Anand-0/+218
2016-11-07arm64: kprobe: protect/rename few definitions to be reused by uprobePratyush Anand-35/+41
2016-11-07arm64/kprobes: Tidy up sign-extension usageRobin Murphy-9/+7
2016-09-20arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker-1/+1
2016-09-15arm64: Improve kprobes test for atomic sequenceDavid A. Long-25/+23
2016-08-25arm64: Create sections.hJames Morse-4/+1
2016-08-25arm64: kprobe: Always clear pstate.D in breakpoint exception handlerPratyush Anand-16/+13
2016-08-11arm64: Remove stack duplicating code from jprobesDavid A. Long-26/+5
2016-07-21arm64: kprobes: Add KASAN instrumentation around stack accessesCatalin Marinas-0/+5
2016-07-21arm64: kprobes: Cleanup jprobe_returnMarc Zyngier-12/+10
2016-07-20arm64: kprobes: Fix overflow when saving stackMarc Zyngier-8/+14
2016-07-19arm64: kprobes: WARN if attempting to step with PSTATE.D=1Will Deacon-0/+2
2016-07-19arm64: Add kernel return probes support (kretprobes)Sandeepa Prabhu-1/+89
2016-07-19arm64: Add trampoline code for kretprobesWilliam Cohen-0/+87
2016-07-19arm64: kprobes instruction simulation supportSandeepa Prabhu-13/+322
2016-07-19arm64: Treat all entry code as non-kprobe-ablePratyush Anand-0/+26
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu-0/+703