aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/kernel/probes/kprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-08riscv: kprobes: Fix incorrect address calculationNam Cao1-1/+1
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-1/+1
2024-06-26riscv: Pass patch_text() the length in bytesSamuel Holland1-8/+10
2024-06-26riscv: kprobes: Use patch_text_nosync() for insn slotsSamuel Holland1-3/+2
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2024-05-14riscv: extend execmem_params for generated code allocationsMike Rapoport (IBM)1-10/+0
2024-04-25fix missing vmalloc.h includesKent Overstreet1-0/+1
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-7/+8
2023-02-17riscv: Extend patch_text for multiple instructionsPu Lehui1-7/+8
2023-02-09riscv: kprobe: Fixup misaligned load textGuo Ren1-3/+5
2023-02-01riscv: kprobe: Fixup kernel panic when probing an illegal positionGuo Ren1-0/+18
2022-12-02riscv: add riscv rethook implementationBinglei Wang1-13/+0
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-1/+1
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-1/+1
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu1-6/+5
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-31/+9
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-22riscv: 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/kernel/git/riscv/linuxLinus 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-03-16riscv: fix bugon.cocci warningskernel test robot1-2/+1
2021-02-18RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt1-1/+1
2021-01-14riscv: Add kprobes supportedGuo Ren1-0/+398