aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/probes
AgeCommit message (Expand)AuthorFilesLines
2023-02-01riscv: kprobe: Fixup kernel panic when probing an illegal positionGravatar Guo Ren 1-0/+18
2023-01-24riscv/kprobe: Fix instruction simulation of JALRGravatar Liao Chang 1-2/+2
2023-01-05riscv, kprobes: Stricter c.jr/c.jalr decodingGravatar Björn Töpel 1-2/+2
2022-12-02riscv: add riscv rethook implementationGravatar Binglei Wang 5-17/+39
2022-08-11riscv:uprobe fix SR_SPIE set/clear handlingGravatar Yipeng Zou 1-6/+0
2021-10-27ftrace: disable preemption when recursion lockedGravatar 王贇 1-2/+0
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyGravatar Masami Hiramatsu 2-3/+3
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Gravatar Masami Hiramatsu 1-1/+1
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesGravatar Masami Hiramatsu 1-6/+5
2021-07-21riscv: kprobes: implement the branch instructionsGravatar Chen Lifu 2-2/+79
2021-07-21riscv: kprobes: implement the auipc instructionGravatar Chen Lifu 2-1/+35
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-31/+9
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-17/+0
2021-06-03kprobes: Do not increment probe miss count in the fault handlerGravatar Naveen N. Rao 1-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerGravatar Peter Zijlstra 1-10/+0
2021-05-29riscv: kprobes: Remove redundant kprobe_step_ctxGravatar Jisheng Zhang 1-31/+9
2021-05-22riscv: kprobes: Fix build error when MMU=nGravatar Jisheng Zhang 1-0/+2
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+11
2021-04-26riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobeGravatar Liao Chang 1-1/+3
2021-04-26riscv: kprobes: Implement alloc_insn_page()Gravatar Jisheng Zhang 1-0/+8
2021-04-15riscv: kprobes/ftrace: Add recursion protection to the ftrace callbackGravatar Jisheng Zhang 1-1/+10
2021-03-16ftrace: Fix spelling mistake "disabed" -> "disabled"Gravatar Colin Ian King 1-1/+1
2021-03-16riscv: fix bugon.cocci warningsGravatar kernel test robot 1-2/+1
2021-03-09riscv: ftrace: Use ftrace_get_regs helperGravatar Nanyong Sun 1-7/+9
2021-02-18RISC-V: probes: Treat the instruction stream as host-endianGravatar Palmer Dabbelt 2-2/+2
2021-01-14riscv: Add uprobes supportedGravatar Guo Ren 2-0/+187
2021-01-14riscv: Add KPROBES_ON_FTRACE supportedGravatar Guo Ren 2-0/+54
2021-01-14riscv: Add kprobes supportedGravatar Guo Ren 7-0/+693