summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/probes
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-05-18Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+3
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-05-14riscv: extend execmem_params for generated code allocationsMike Rapoport (IBM)1-10/+0
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2023-11-06riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger1-2/+2
2023-11-06riscv: kprobes: allow writing to x0Nam Cao1-1/+1
2023-11-06riscv: provide riscv-specific is_trap_insn()Nam Cao1-0/+6
2023-08-16riscv: kprobes: simulate c.beqz and c.bnezNam Cao3-2/+48
2023-08-16riscv: kprobes: simulate c.jr and c.jalr instructionsNam Cao3-2/+41
2023-08-16riscv: kprobes: simulate c.j instructionNam Cao3-1/+27
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2023-06-20riscv: uprobes: Restore thread.bad_causeTiezhu Yang1-0/+2
2023-05-18rethook, fprobe: do not trace rethook related functionsZe Gao1-0/+2
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-37/+11
2023-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-7/+8
2023-02-17riscv: Extend patch_text for multiple instructionsPu Lehui1-7/+8
2023-02-16RISC-V: move some stray __RISCV_INSN_FUNCS definitions from kprobesHeiko Stuebner1-3/+0
2023-02-15Merge patch series "dt-bindings: Add a cpu-capacity property for RISC-V"Palmer Dabbelt1-2/+2
2023-02-09riscv: kprobe: Fixup misaligned load textGuo Ren1-3/+5
2023-02-02riscv: kprobe: Fixup kernel panic when probing an illegal positionGuo Ren1-0/+18
2023-01-25riscv/kprobe: Fix instruction simulation of JALRLiao Chang1-2/+2
2023-01-05riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel1-2/+2
2022-12-29RISC-V: kprobes: use central defined funct3 constantsHeiko Stuebner1-13/+6
2022-12-29RISC-V: rename parse_asm.h to insn.hHeiko Stuebner1-1/+1
2022-12-29RISC-V: Move riscv_insn_is_* macros into a common headerHeiko Stuebner1-21/+5
2022-12-03riscv: add riscv rethook implementationBinglei Wang5-17/+39
2022-08-12riscv:uprobe fix SR_SPIE set/clear handlingYipeng Zou1-6/+0
2021-10-27ftrace: disable preemption when recursion locked王贇1-2/+0
2021-10-01kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2-3/+3
2021-10-01kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-1/+1
2021-10-01kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu1-6/+5
2021-07-22riscv: kprobes: implement the branch instructionsChen Lifu2-2/+79
2021-07-22riscv: kprobes: implement the auipc instructionChen Lifu2-1/+35
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-31/+9
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+0
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-10/+0
2021-05-29riscv: kprobes: Remove redundant kprobe_step_ctxJisheng Zhang1-31/+9
2021-05-23riscv: kprobes: Fix build error when MMU=nJisheng Zhang1-0/+2
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+11
2021-04-26riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobeLiao Chang1-1/+3
2021-04-26riscv: kprobes: Implement alloc_insn_page()Jisheng Zhang1-0/+8
2021-04-16riscv: kprobes/ftrace: Add recursion protection to the ftrace callbackJisheng Zhang1-1/+10
2021-03-17ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King1-1/+1
2021-03-17riscv: fix bugon.cocci warningskernel test robot1-2/+1
2021-03-10riscv: ftrace: Use ftrace_get_regs helperNanyong Sun1-7/+9
2021-02-19RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt2-2/+2
2021-01-15riscv: Add uprobes supportedGuo Ren2-0/+187
2021-01-15riscv: Add KPROBES_ON_FTRACE supportedGuo Ren2-0/+54