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