summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/probes
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds14 days1-0/+1
|\
| * fix missing vmalloc.h includesKent Overstreet2024-04-251-0/+1
* | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-171-0/+3
|\ \
| * | kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-161-0/+3
| |/
* / riscv: extend execmem_params for generated code allocationsMike Rapoport (IBM)2024-05-141-10/+0
|/
* riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger2023-11-061-2/+2
* riscv: kprobes: allow writing to x0Nam Cao2023-11-051-1/+1
* riscv: provide riscv-specific is_trap_insn()Nam Cao2023-11-051-0/+6
* riscv: kprobes: simulate c.beqz and c.bnezNam Cao2023-08-163-2/+48
* riscv: kprobes: simulate c.jr and c.jalr instructionsNam Cao2023-08-163-2/+41
* riscv: kprobes: simulate c.j instructionNam Cao2023-08-163-1/+27
* Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-301-0/+2
|\
| * riscv: uprobes: Restore thread.bad_causeTiezhu Yang2023-06-201-0/+2
* | rethook, fprobe: do not trace rethook related functionsZe Gao2023-05-181-0/+2
|/
* Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-02-252-37/+11
|\
| * RISC-V: move some stray __RISCV_INSN_FUNCS definitions from kprobesHeiko Stuebner2023-02-151-3/+0
| * Merge patch series "dt-bindings: Add a cpu-capacity property for RISC-V"Palmer Dabbelt2023-02-141-2/+2
| |\
| * | RISC-V: kprobes: use central defined funct3 constantsHeiko Stuebner2022-12-291-13/+6
| * | RISC-V: rename parse_asm.h to insn.hHeiko Stuebner2022-12-291-1/+1
| * | RISC-V: Move riscv_insn_is_* macros into a common headerHeiko Stuebner2022-12-291-21/+5
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-02-201-7/+8
|\ \ \
| * | | riscv: Extend patch_text for multiple instructionsPu Lehui2023-02-171-7/+8
* | | | riscv: kprobe: Fixup misaligned load textGuo Ren2023-02-091-3/+5
|/ / /
* | / riscv: kprobe: Fixup kernel panic when probing an illegal positionGuo Ren2023-02-011-0/+18
| |/ |/|
* | riscv/kprobe: Fix instruction simulation of JALRLiao Chang2023-01-241-2/+2
* | riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel2023-01-051-2/+2
|/
* riscv: add riscv rethook implementationBinglei Wang2022-12-025-17/+39
* riscv:uprobe fix SR_SPIE set/clear handlingYipeng Zou2022-08-111-6/+0
* ftrace: disable preemption when recursion locked王贇2021-10-271-2/+0
* kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-302-3/+3
* kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-1/+1
* kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-09-301-6/+5
* riscv: kprobes: implement the branch instructionsChen Lifu2021-07-212-2/+79
* riscv: kprobes: implement the auipc instructionChen Lifu2021-07-212-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-221-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-151-1/+10
* | ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King2021-03-161-1/+1
* | riscv: fix bugon.cocci warningskernel test robot2021-03-161-2/+1
* | riscv: ftrace: Use ftrace_get_regs helperNanyong Sun2021-03-091-7/+9
|/
* RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt2021-02-182-2/+2
* riscv: Add uprobes supportedGuo Ren2021-01-142-0/+187
* riscv: Add KPROBES_ON_FTRACE supportedGuo Ren2021-01-142-0/+54