aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/kprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-5/+6
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-1/+1
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-6/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-10/+0
2020-09-08arc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-52/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-2/+3
2018-06-21ARC/kprobes: Don't call the ->break_handler() in ARC kprobes codeMasami Hiramatsu1-7/+0
2018-06-21ARC/kprobes: Remove jprobe implementationMasami Hiramatsu1-36/+2
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-06arc: Replace __get_cpu_var usesChristoph Lameter1-3/+3
2013-10-14doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew1-1/+1
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta1-3/+2
2013-04-09ARC: Remove duplicate inclusion of header filesSachin Kamat1-1/+0
2013-02-15ARC: [3.9] Fallout of hlist iterator updateVineet Gupta1-3/+3
2013-02-15ARC: kprobes supportVineet Gupta1-0/+525