summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/probes/kprobes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: kprobes: Fix incorrect address calculationNam Cao2025-01-081-1/+1
* asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-071-1/+1
* riscv: Pass patch_text() the length in bytesSamuel Holland2024-06-261-8/+10
* riscv: kprobes: Use patch_text_nosync() for insn slotsSamuel Holland2024-06-261-3/+2
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-0/+1
|\
| * fix missing vmalloc.h includesKent Overstreet2024-04-261-0/+1
* | riscv: extend execmem_params for generated code allocationsMike Rapoport (IBM)2024-05-141-10/+0
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-02-211-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-021-0/+18
* riscv: add riscv rethook implementationBinglei Wang2022-12-021-13/+0
* kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-10-011-1/+1
* 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
* 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: fix bugon.cocci warningskernel test robot2021-03-171-2/+1
|/
* RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt2021-02-191-1/+1
* riscv: Add kprobes supportedGuo Ren2021-01-151-0/+398