summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/probes/decode-insn.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-16riscv: kprobes: simulate c.beqz and c.bnezNam Cao1-2/+2
2023-08-16riscv: kprobes: simulate c.jr and c.jalr instructionsNam Cao1-2/+2
2023-08-16riscv: kprobes: simulate c.j instructionNam Cao1-1/+2
2021-07-21riscv: kprobes: implement the branch instructionsChen Lifu1-2/+1
2021-07-21riscv: kprobes: implement the auipc instructionChen Lifu1-1/+1
2021-02-18RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt1-1/+1
2021-01-14riscv: Add kprobes supportedGuo Ren1-0/+48