summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/probes/kprobes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: add riscv rethook implementationBinglei Wang2022-12-021-13/+0
* kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-10-011-1/+1
* kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-10-011-1/+1
* kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-10-011-6/+5
* Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-091-31/+9
|\
| * riscv: kprobes: Remove redundant kprobe_step_ctxJisheng Zhang2021-05-291-31/+9
* | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-281-17/+0
|\ \
| * | kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao2021-06-031-7/+0
| * | kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-10/+0
| |/
* / riscv: kprobes: Fix build error when MMU=nJisheng Zhang2021-05-231-0/+2
|/
* Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-061-1/+11
|\
| * riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobeLiao Chang2021-04-261-1/+3
| * riscv: kprobes: Implement alloc_insn_page()Jisheng Zhang2021-04-261-0/+8
* | riscv: fix bugon.cocci warningskernel test robot2021-03-171-2/+1
|/
* RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt2021-02-191-1/+1
* riscv: Add kprobes supportedGuo Ren2021-01-151-0/+398