summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/probes (follow)
Commit message (Expand)AuthorAgeFilesLines
* ftrace: disable preemption when recursion locked王贇2021-10-271-2/+0
* kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-10-012-3/+3
* 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
* riscv: kprobes: implement the branch instructionsChen Lifu2021-07-222-2/+79
* riscv: kprobes: implement the auipc instructionChen Lifu2021-07-222-1/+35
* 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: kprobes/ftrace: Add recursion protection to the ftrace callbackJisheng Zhang2021-04-161-1/+10
* | ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King2021-03-171-1/+1
* | riscv: fix bugon.cocci warningskernel test robot2021-03-171-2/+1
* | riscv: ftrace: Use ftrace_get_regs helperNanyong Sun2021-03-101-7/+9
|/
* RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt2021-02-192-2/+2
* riscv: Add uprobes supportedGuo Ren2021-01-152-0/+187
* riscv: Add KPROBES_ON_FTRACE supportedGuo Ren2021-01-152-0/+54
* riscv: Add kprobes supportedGuo Ren2021-01-157-0/+693