LinuxLists
Users
About
Jinyang He (
[email protected]
)
Number of posts: 197 (0.14 per day)
First post: 2020-07-22 10:25:56
Last post: 2024-06-07 07:14:58
Previous Page
/
Next Page
Date
List
Subject
2022-08-19 10:54:43
linux-kernel
Re: [PATCH 6/9] LoongArch: modules/ftrace: Initialize PLT at load time
2022-08-19 09:36:36
linux-kernel
Re: [PATCH 1/9] LoongArch/ftrace: Add basic support
2022-08-01 10:23:50
linux-kernel
Re: [PATCH v4 0/4] LoongArch: Support new relocation types
2022-07-29 02:51:16
linux-kernel
Re: [PATCH 1/3] LoongArch: Add guess unwinder support
2022-07-29 02:33:27
linux-kernel
Re: [PATCH 2/3] LoongArch: Add prologue unwinder support
2022-07-28 11:26:09
linux-kernel
Re: [PATCH 3/5] LoongArch: Support relocation against _GLOBAL_OFFSET_TABLE_
2022-07-28 10:05:12
linux-kernel
Re: [PATCH 3/5] LoongArch: Support relocation against _GLOBAL_OFFSET_TABLE_
2022-07-28 01:21:54
linux-kernel
Re: [PATCH 3/5] LoongArch: Support relocation against _GLOBAL_OFFSET_TABLE_
2021-10-25 02:21:06
linux-kernel
Re: [PATCH 4/4] MIPS: Add is_jr_ra_ins() to end the loop early
2021-05-06 02:53:41
linux-kernel
Re: [PATCH] MIPS: Loongson64: Fix build error 'secondary_kexec_args' undeclared under !SMP
2021-04-13 07:41:09
linux-kernel
Re: [PATCH] MIPS: Fix strnlen_user access check
2021-04-12 13:48:59
linux-kernel
Re: [PATCH] MIPS: Fix strnlen_user access check
2021-04-12 12:31:44
linux-kernel
[PATCH v2 0/5] MIPS: relocate: Add automatic relocation to CONFIG_RELOCATABLE
2021-04-12 12:31:44
linux-kernel
[PATCH v2 5/5] MIPS: relocate: Add support to auto relocate kernel
2021-04-12 12:30:55
linux-kernel
[PATCH v2 4/5] MIPS: cavium-octeon: Execute the smp handle after jumping to kernel linked address
2021-04-12 12:29:53
linux-kernel
[PATCH v2 2/5] MIPS: relocate: Use CONFIG_RANDOMIZE_BASE to enable kaslr
2021-04-12 12:29:24
linux-kernel
[PATCH v2 1/5] MIPS: relocate: Only compile relocs when CONFIG_RELOCATABLE is enabled
2021-04-12 12:29:21
linux-kernel
[PATCH v2 3/5] MIPS: Jump to kernel linked address by PC relative way
2021-04-12 06:11:19
linux-kernel
Re: [PATCH] MIPS: Fix strnlen_user access check
2021-04-11 11:06:01
linux-kernel
[PATCH] MIPS: Fix strnlen_user access check
2021-04-01 18:04:03
linux-kernel
[PATCH RFC 2/3] MIPS: relocate: Use CONFIG_RANDOMIZE_BASE to configure kaslr
2021-04-01 18:03:56
linux-kernel
[PATCH RFC 3/3] MIPS: relocate: Add support to relocate kernel auto
2021-04-01 18:03:24
linux-kernel
[PATCH RFC 1/3] MIPS: relocate: Only compile relocs when CONFIG_RELOCATABLE is enabled
2021-04-01 18:03:13
linux-kernel
[PATCH RFC 0/3] Some update for relocate
2021-03-10 08:58:09
linux-kernel
Re: [PATCH RFC] MIPS: livepatch: Add LIVEPATCH basic code
2021-03-01 11:34:00
linux-kernel
[PATCH RFC] MIPS: livepatch: Add LIVEPATCH basic code
2021-02-26 07:15:03
linux-kernel
Re: [PATCH RFC] MIPS: Remove detect_memory_region()
2021-02-26 01:40:18
linux-kernel
Re: [PATCH RFC] MIPS: Remove detect_memory_region()
2021-02-24 23:10:58
linux-kernel
[PATCH RFC] MIPS: Remove detect_memory_region()
2021-02-08 01:21:41
linux-kernel
Re: [PATCH v2 2/4] MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_op
2021-02-07 08:55:40
linux-kernel
[PATCH] MIPS: process: Fix no previous prototype warning
2021-02-07 03:20:49
linux-kernel
Re: [PATCH] mips: kernel: setup: fix crash kernel resource allocation
2021-02-05 10:18:03
linux-kernel
[PATCH v3 2/2] MIPS: relocatable: Use __kaslr_offset in show_kernel_relocation
2021-02-05 10:18:03
linux-kernel
[PATCH v3 1/2] MIPS: relocatable: Provide kaslr_offset() to get the kernel offset
2021-02-05 02:08:09
linux-kernel
Re: [PATCH v2 2/2] MIPS: relocatable: Use __kaslr_offset in show_kernel_relocation
2021-02-04 04:01:12
linux-kernel
Re: [PATCH] MIPS: Use common way to parse elfcorehdr
2021-02-04 03:39:44
linux-kernel
[PATCH] ftrace: Remove unused ftrace_force_update()
2021-02-04 03:13:08
linux-kernel
[PATCH] MIPS: Use common way to parse elfcorehdr
2021-02-03 10:38:51
linux-kernel
[PATCH v2 2/2] MIPS: relocatable: Use __kaslr_offset in show_kernel_relocation
2021-02-03 10:37:21
linux-kernel
[PATCH v2 1/2] MIPS: relocatable: Provide kaslr_offset() to get the kernel offset
2021-02-02 21:22:10
linux-kernel
Re: [PATCH 3/3] MIPS: ftrace: Add DYNAMIC_FTRACE_WITH_REGS support
2021-02-02 05:59:19
linux-kernel
Re: [PATCH] MIPS: relocatable: Provide kaslr_offset() to get the kernel offset
2021-02-01 01:15:12
linux-kernel
Re: [PATCH 1/3] MIPS: ftrace: Fix N32 save registers
2021-01-31 08:23:48
linux-kernel
[PATCH 2/3] MIPS: ftrace: Combine ftrace_modify_code* into one function
2021-01-31 08:23:30
linux-kernel
[PATCH 1/3] MIPS: ftrace: Fix N32 save registers
2021-01-31 08:21:19
linux-kernel
[PATCH 3/3] MIPS: ftrace: Add DYNAMIC_FTRACE_WITH_REGS support
2021-01-27 21:08:19
linux-kernel
[PATCH] MIPS: relocatable: Provide kaslr_offset() to get the kernel offset
2021-01-21 05:48:25
linux-kernel
[PATCH v2 0/4] MIPS: process: Some fixes and improvements about get_frame_info()
2021-01-21 05:45:48
linux-kernel
[PATCH v2 1/4] MIPS: process: Remove unnecessary headers inclusion
2021-01-21 05:38:51
linux-kernel
[PATCH v2 3/4] MIPS: Fix get_frame_info() handing of function size
2021-01-21 05:36:11
linux-kernel
[PATCH v2 4/4] MIPS: Add is_jr_ra_ins() to end the loop early