LinuxLists
Users
About
Xim (
[email protected]
)
Number of posts: 48 (0.32 per day)
First post: 2022-08-31 05:02:04
Last post: 2023-01-30 14:39:16
Date
List
Subject
2023-01-30 14:39:16
linux-kernel
Re: [PATCH v6 00/13] Add OPTPROBES feature on RISCV
2023-01-27 13:19:04
linux-kernel
[PATCH v6 01/13] riscv/kprobe: Prepare the skeleton to implement RISCV OPTPROBES
2023-01-27 13:18:51
linux-kernel
[PATCH v6 12/13] riscv/kprobe: Move exception related symbols to .kprobe_blacklist
2023-01-27 13:07:04
linux-kernel
[PATCH v6 09/13] riscv/kprobe: Search free registers from unused caller-saved ones
2023-01-27 13:06:59
linux-kernel
[PATCH v6 05/13] riscv/kprobe: Introduce free register(s) searching algorithm
2023-01-27 13:06:55
linux-kernel
[PATCH v6 06/13] riscv/kprobe: Add code to check if kprobe can be optimized
2023-01-27 13:06:52
linux-kernel
[PATCH v6 04/13] riscv/kprobe: Add common RVI and RVC instruction decoder code
2023-01-27 13:06:50
linux-kernel
[PATCH v6 08/13] riscv/kprobe: Patch AUIPC/JALR pair to optimize kprobe
2023-01-27 13:06:47
linux-kernel
[PATCH v6 10/13] riscv/kprobe: Add instruction boundary check for RVI/RVC hybrid kernel
2023-01-27 13:06:44
linux-kernel
[PATCH v6 02/13] riscv/kprobe: Allocate detour buffer from module region
2023-01-27 13:06:41
linux-kernel
[PATCH v6 00/13] Add OPTPROBES feature on RISCV
2023-01-27 13:06:39
linux-kernel
[PATCH v6 03/13] riscv/kprobe: Add skeleton for preparing optimized kprobe
2023-01-27 13:06:37
linux-kernel
[PATCH v6 07/13] riscv/kprobe: Prepare detour buffer for optimized kprobe
2023-01-27 13:06:33
linux-kernel
[PATCH v6 11/13] riscv/kprobe: Fix instruction simulation of JALR
2023-01-27 13:06:31
linux-kernel
[PATCH v6 13/13] selftest/kprobes: Add testcase for kprobe SYM[+offs]
2023-01-04 09:28:39
linux-kernel
Re: [PATCH v5 0/9] Add OPTPROBES feature on RISCV
2022-12-24 12:12:14
linux-kernel
[PATCH v5 9/9] riscv/kprobe: Search free registers from unused caller-saved ones
2022-12-24 12:11:42
linux-kernel
[PATCH v5 2/9] riscv/kprobe: Allocate detour buffer from module area
2022-12-24 12:11:09
linux-kernel
[PATCH v5 8/9] riscv/kprobe: Patch AUIPC/JALR pair to optimize kprobe
2022-12-24 12:10:05
linux-kernel
[PATCH v5 3/9] riscv/kprobe: Prepare the skeleton to prepare optimized kprobe
2022-12-24 12:09:28
linux-kernel
[PATCH v5 6/9] riscv/kprobe: Add code to check if kprobe can be optimized
2022-12-24 12:09:11
linux-kernel
[PATCH v5 4/9] riscv/kprobe: Add common RVI and RVC instruction decoder code
2022-12-24 12:09:01
linux-kernel
[PATCH v5 7/9] riscv/kprobe: Prepare detour buffer for optimized kprobe
2022-12-24 12:08:56
linux-kernel
[PATCH v5 1/9] riscv/kprobe: Prepare the skeleton to implement RISCV OPTPROBES feature
2022-12-24 12:07:52
linux-kernel
[PATCH v5 5/9] riscv/kprobe: Search free register(s) to clobber for 'AUIPC/JALR'
2022-12-24 11:45:00
linux-kernel
[PATCH v5 0/9] Add OPTPROBES feature on RISCV
2022-11-08 12:00:23
linux-kernel
Re: [PATCH v4 0/8] Add OPTPROBES feature on RISCV
2022-11-06 10:28:11
linux-kernel
[PATCH v4 7/8] riscv/kprobe: Prepare detour buffer for optimized kprobe
2022-11-06 10:27:59
linux-kernel
[PATCH v4 5/8] riscv/kprobe: Search free register(s) to clobber for 'AUIPC/JALR'
2022-11-06 10:24:44
linux-kernel
[PATCH v4 6/8] riscv/kprobe: Add code to check if kprobe can be optimized
2022-11-06 10:21:19
linux-kernel
[PATCH v4 4/8] riscv/kprobe: Add common RVI and RVC instruction decoder code
2022-11-06 10:14:22
linux-kernel
[PATCH v4 0/8] Add OPTPROBES feature on RISCV
2022-11-06 10:06:04
linux-kernel
[PATCH v4 1/8] riscv/kprobe: Prepare the skeleton to implement RISCV OPTPROBES feature
2022-11-06 10:05:46
linux-kernel
[PATCH v4 8/8] riscv/kprobe: Patch AUIPC/JALR pair to optimize kprobe
2022-11-06 10:05:39
linux-kernel
[PATCH v4 3/8] riscv/kprobe: Prepare the skeleton to prepare optimized kprobe
2022-11-06 10:05:29
linux-kernel
[PATCH v4 2/8] riscv/kprobe: Allocate detour buffer from module area
2022-10-30 10:01:23
linux-kernel
[PATCH 7/8] riscv/kprobe: Prepare detour buffer for optimized kprobe
2022-10-30 09:58:50
linux-kernel
[PATCH 4/8] riscv/kprobe: Add common RVI and RVC instruction decoder code
2022-10-30 09:44:30
linux-kernel
[PATCH v3 0/8] Add OPTPROBES feature on RISCV
2022-10-30 09:44:03
linux-kernel
[PATCH 8/8] riscv/kprobe: Patch AUIPC/JALR pair to optimize kprobe
2022-10-30 09:41:47
linux-kernel
[PATCH 2/8] riscv/kprobe: Allocate detour buffer from module area
2022-10-30 09:41:36
linux-kernel
[PATCH 1/8] riscv/kprobe: Prepare the skeleton to implement RISCV OPTPROBES feature
2022-10-30 09:41:30
linux-kernel
[PATCH 6/8] riscv/kprobe: Add code to check if kprobe can be optimized
2022-10-30 09:29:57
linux-kernel
[PATCH 3/8] riscv/kprobe: Prepare the skeleton to prepare optimized kprobe
2022-10-30 09:23:32
linux-kernel
[PATCH 5/8] riscv/kprobe: Search free register(s) to clobber for 'AUIPC/JALR'
2022-09-14 03:54:17
linux-kernel
[PATCH v2] riscv: kprobes: implement optprobes
2022-08-31 09:48:12
linux-kernel
Resend for Pure Text: Re: [PATCH] arch/riscv: kprobes: implement optprobes
2022-08-31 05:02:04
linux-kernel
[PATCH] arch/riscv: kprobes: implement optprobes