summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/probes
AgeCommit message (Expand)Author
2021-10-27ftrace: disable preemption when recursion locked王贇
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu
2021-07-21riscv: kprobes: implement the branch instructionsChen Lifu
2021-07-21riscv: kprobes: implement the auipc instructionChen Lifu
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2021-05-29riscv: kprobes: Remove redundant kprobe_step_ctxJisheng Zhang
2021-05-22riscv: kprobes: Fix build error when MMU=nJisheng Zhang
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-26riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobeLiao Chang
2021-04-26riscv: kprobes: Implement alloc_insn_page()Jisheng Zhang
2021-04-15riscv: kprobes/ftrace: Add recursion protection to the ftrace callbackJisheng Zhang
2021-03-16ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King
2021-03-16riscv: fix bugon.cocci warningskernel test robot
2021-03-09riscv: ftrace: Use ftrace_get_regs helperNanyong Sun
2021-02-18RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt
2021-01-14riscv: Add uprobes supportedGuo Ren
2021-01-14riscv: Add KPROBES_ON_FTRACE supportedGuo Ren
2021-01-14riscv: Add kprobes supportedGuo Ren