LinuxLists
Users
About
Tiezhu Yang (
[email protected]
)
Number of posts: 1425 (0.84 per day)
First post: 2019-09-30 05:05:28
Last post: 2024-05-29 06:32:21
Previous Page
/
Next Page
Date
List
Subject
2023-04-14 09:34:12
linux-kernel
[PATCH v2 3/4] LoongArch: Use larch_insn_gen_break() for kprobes
2023-04-14 09:34:09
linux-kernel
[PATCH v2 2/4] LoongArch: Add larch_insn_gen_break() to generate break insns
2023-04-14 09:34:07
linux-kernel
[PATCH v2 1/4] LoongArch: Move three functions from kprobes.c to inst.c
2023-04-14 09:33:55
linux-kernel
[PATCH v2 0/4] Add uprobes support for LoongArch
2023-04-13 02:22:36
linux-kernel
Re: [PATCH v1 3/4] LoongArch: Use larch_insn_gen_break() for kprobes
2023-04-13 01:58:55
linux-kernel
Re: [PATCH v1 1/4] LoongArch: Move three functions from kprobes.c to inst.h
2023-04-12 10:12:03
linux-kernel
[PATCH v1 4/4] LoongArch: Add uprobes support
2023-04-12 10:10:13
linux-kernel
[PATCH v1 1/4] LoongArch: Move three functions from kprobes.c to inst.h
2023-04-12 10:10:05
linux-kernel
[PATCH v1 0/4] Add uprobes support for LoongArch
2023-04-12 10:09:55
linux-kernel
[PATCH v1 3/4] LoongArch: Use larch_insn_gen_break() for kprobes
2023-04-12 10:09:20
linux-kernel
[PATCH v1 2/4] LoongArch: Add larch_insn_gen_break() to generate break insns
2023-04-12 07:42:50
linux-kernel
Re: [PATCH 0/3] Modify is_arm_mapping_symbol() related code
2023-04-11 07:22:04
linux-kernel
[PATCH 2/2] MIPS: Remove set_swbp() in uprobes.c
2023-04-11 07:21:41
linux-kernel
[PATCH 1/2] MIPS: Use def_bool y for ARCH_SUPPORTS_UPROBES
2023-04-11 07:20:55
linux-kernel
[PATCH 0/2] Clean up uprobes for MIPS
2023-04-07 12:07:18
linux-kernel
Re: [RFC PATCH 2/3] LoongArch: Add larch_insn_gen_break() to generate break insn
2023-04-07 02:47:07
linux-kernel
[PATCH bpf-next] tools headers: Remove s390 ptrace.h in check-headers.sh
2023-04-07 02:17:59
linux-kernel
[RFC PATCH 3/3] LoongArch: Add uprobes support
2023-04-07 02:17:23
linux-kernel
[RFC PATCH 1/3] LoongArch: Move three functions from kprobes.c to inst.h
2023-04-07 02:17:02
linux-kernel
[RFC PATCH 2/3] LoongArch: Add larch_insn_gen_break() to generate break insn
2023-04-07 02:15:51
linux-kernel
[RFC PATCH 0/3] Add uprobes support for LoongArch
2023-03-31 09:26:45
linux-kernel
[PATCH 2/3] module: Move is_arm_mapping_symbol() to module_symbol.h
2023-03-31 09:26:02
linux-kernel
[PATCH 3/3] module: Ignore L0 and rename is_arm_mapping_symbol()
2023-03-31 09:25:43
linux-kernel
[PATCH 0/3] Modify is_arm_mapping_symbol() related code
2023-03-31 09:25:32
linux-kernel
[PATCH 1/3] module: Sync code of is_arm_mapping_symbol()
2023-03-31 08:28:19
linux-kernel
[PATCH] LoongArch: Clean up plat_swiotlb_setup() related code
2023-03-30 03:45:20
linux-kernel
Re: loongarch wakeup build error
2023-03-21 06:57:26
linux-kernel
[PATCH] perf bench syscall: Add fork syscall benchmark
2023-03-21 06:35:35
linux-kernel
[PATCH] lib/Kconfig.debug: Correct help info of LOCKDEP_STACK_TRACE_HASH_BITS
2023-03-21 06:29:26
linux-kernel
[PATCH] LoongArch: Check unwind_error() in arch_stack_walk()
2023-03-10 02:07:20
linux-kernel
Re: [PATCH] LoongArch: Add support for function error injection
2023-03-07 07:59:21
linux-kernel
[PATCH v3 RESEND] checksyscalls: Ignore fstat to silence build warning on LoongArch
2023-03-07 07:40:47
linux-kernel
[PATCH] tools/arch/loongarch: Use __SIZEOF_LONG__ to define __BITS_PER_LONG
2023-03-07 07:10:12
linux-kernel
[PATCH] LoongArch: Add support for function error injection
2023-02-28 12:03:10
linux-kernel
[PATCH bpf-next v3] selftests/bpf: Set __BITS_PER_LONG if target is bpf for LoongArch
2023-02-24 10:38:54
linux-kernel
[PATCH bpf-next v2 3/3] selftests/bpf: Use __NR_prlimit64 instead of __NR_getrlimit in user_ringbuf test
2023-02-24 10:38:49
linux-kernel
[PATCH bpf-next v2 2/3] selftests/bpf: Check __TARGET_ARCH_loongarch if target is bpf for LoongArch
2023-02-24 10:38:47
linux-kernel
[PATCH bpf-next v2 1/3] libbpf: Use struct user_pt_regs to define __PT_REGS_CAST() for LoongArch
2023-02-24 10:38:39
linux-kernel
[PATCH bpf-next v2 0/3] Fix some build errors for bpf selftest on LoongArch
2023-02-23 02:49:17
linux-kernel
Re: [PATCH bpf-next 3/3] selftests/bpf: Check __ARCH_WANT_SET_GET_RLIMIT before syscall(__NR_getrlimit)
2023-02-22 11:55:34
linux-kernel
[PATCH bpf-next 3/3] selftests/bpf: Check __ARCH_WANT_SET_GET_RLIMIT before syscall(__NR_getrlimit)
2023-02-22 11:55:32
linux-kernel
[PATCH bpf-next 0/3] Fix some build errors for bpf selftest on LoongArch
2023-02-22 11:55:30
linux-kernel
[PATCH bpf-next 2/3] selftests/bpf: Check __TARGET_ARCH_loongarch if target is bpf for LoongArch
2023-02-22 11:55:28
linux-kernel
[PATCH bpf-next 1/3] libbpf: Use struct user_pt_regs to define __PT_REGS_CAST() for LoongArch
2023-02-22 10:08:11
linux-kernel
Re: [PATCH] docs/bpf: Fix invalid link of "Documentation/bpf/btf.rst"
2023-02-22 03:11:24
linux-kernel
[PATCH] docs/bpf: Fix invalid link of "Documentation/bpf/btf.rst"
2023-02-22 01:55:12
linux-kernel
[PATCH] firmware: dmi: Change size of dmi_ids_string[] to 256
2023-02-16 07:51:12
linux-kernel
[PATCH bpf-next] selftests/bpf: Remove not used headers
2023-02-15 11:01:23
linux-kernel
[PATCH bpf-next] selftests/bpf: Fix build error for LoongArch
2023-02-11 11:16:42
linux-kernel
[PATCH] LoongArch: Only call get_timer_irq() once in constant_clockevent_init()
2023-02-07 03:14:44
linux-kernel
Re: [PATCH v12 0/5] Add kprobe and kretprobe support for LoongArch