summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/probes
AgeCommit message (Expand)AuthorLines
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan-0/+3
2023-06-18csky: uprobes: Restore thread.trap_noTiezhu Yang-0/+3
2022-07-22csky/kprobe: reclaim insn_slot on kprobe unregistrationLiao Chang-0/+4
2022-04-07csky: patch_text: Fixup last cpu should be masterGuo Ren-1/+1
2022-04-06csky: fix typos in commentsJulia Lawall-1/+1
2021-10-27ftrace: disable preemption when recursion locked王贇-2/+0
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu-3/+3
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu-1/+1
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu-5/+5
2021-09-30csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()Punit Agrawal-7/+0
2021-09-03arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warningskernel test robot-2/+1
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra-10/+0
2021-03-16ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King-1/+1
2021-02-27csky: kprobe: Fixup code in simulate without 'long'Guo Ren-15/+7
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)-1/+3
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)-1/+1
2020-11-06kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)-2/+10
2020-09-08csky: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu-75/+2
2020-05-13csky: Fixup perf probe -x hungupGuo Ren-0/+5
2020-04-03csky: Add uprobes supportGuo Ren-0/+151
2020-04-03csky: Add kprobes supportedGuo Ren-0/+1106