WANG Xuerui ([email protected])

Number of posts: 324 (0.19 per day)
First post: 2019-06-14 07:03:11
Last post: 2024-03-23 19:02:38

Date List Subject
2023-09-27 00:26:39 linux-kernel Re: [PATCH] LoongArch: numa: Fix high_memory calculation
2023-09-15 16:20:50 linux-kernel Re: [PATCH] LoongArch: Fix lockdep static memory detection
2023-09-13 05:04:37 linux-kernel Re: [PATCH] LoongArch: Set all reserved memblocks on Node#0 at initialization
2023-09-12 16:41:01 linux-kernel Re: [PATCH] LoongArch: Set all reserved memblocks on Node#0 at initialization
2023-08-06 11:30:38 linux-kernel [PATCH v3] LoongArch: Replace -ffreestanding with finer-grained -fno-builtin's
2023-08-06 11:08:42 linux-kernel Re: [PATCH v2] LoongArch: Replace -ffreestanding with finer-grained -fno-builtin's
2023-08-06 08:40:46 linux-kernel [PATCH v2] LoongArch: Replace -ffreestanding with finer-grained -fno-builtin's
2023-08-04 14:12:38 linux-kernel [PATCH v3 3/3] raid6: Add LoongArch SIMD recovery implementation
2023-08-04 14:12:13 linux-kernel [PATCH] LoongArch: Drop -ffreestanding from CFLAGS
2023-08-04 13:18:02 linux-kernel [PATCH v3 0/3] raid5, raid6: Accelerate RAID math with LoongArch SIMD
2023-08-04 13:17:30 linux-kernel [PATCH v3 1/3] LoongArch: Add SIMD-optimized XOR routines
2023-08-04 13:16:45 linux-kernel [PATCH v3 2/3] raid6: Add LoongArch SIMD syndrome calculation
2023-08-04 07:29:35 linux-kernel Re: [PATCH v2 3/3] raid6: Add LoongArch SIMD recovery implementation
2023-08-03 18:59:43 linux-kernel [PATCH v2 0/3] raid5, raid6: Accelerate RAID math with LoongArch SIMD
2023-08-03 18:47:26 linux-kernel [PATCH v2 1/3] LoongArch: Add SIMD-optimized XOR routines
2023-08-03 18:12:08 linux-kernel [PATCH v2 2/3] raid6: Add LoongArch SIMD syndrome calculation
2023-08-03 17:45:43 linux-kernel [PATCH v2 3/3] raid6: Add LoongArch SIMD recovery implementation
2023-08-01 08:58:31 linux-kernel [PATCH 1/3] LoongArch: Add SIMD-optimized XOR routines
2023-08-01 08:58:08 linux-kernel [PATCH 0/3] raid5, raid6: Accelerate RAID math with LoongArch SIMD
2023-08-01 08:41:06 linux-kernel [PATCH 3/3] raid6: Add LoongArch SIMD recovery implementation
2023-08-01 08:34:14 linux-kernel [PATCH 2/3] raid6: Add LoongArch SIMD syndrome calculation
2023-07-31 17:07:44 linux-kernel Re: [PATCH] LoongArch: Allow usage of LSX/LASX in the kernel
2023-07-31 12:47:55 linux-kernel [PATCH 2/5] raid6: guard the tables.c include of <linux/export.h> with __KERNEL__
2023-07-31 12:16:34 linux-kernel [PATCH 3/5] raid6: test: cosmetic cleanups for the test Makefile
2023-07-31 12:15:06 linux-kernel [PATCH 5/5] raid6: test: only check for Altivec if building on powerpc hosts
2023-07-31 12:06:01 linux-kernel [PATCH 1/5] raid6: remove the <linux/export.h> include from recov.c
2023-07-31 11:59:56 linux-kernel [PATCH 4/5] raid6: test: make sure all intermediate and artifact files are .gitignored
2023-07-31 11:39:04 linux-kernel [PATCH 0/5] raid6: raid6test build fixes and cleanups
2023-07-26 08:50:35 linux-kernel Re: [PATCH] LoongArch: eBPF: Restrict bpf_probe_read{, str}() only to archs where they work
2023-07-19 10:55:55 linux-kernel Re: [PATCH v5] LoongArch: Fix CONFIG_CMDLINE_EXTEND and CONFIG_CMDLINE_BOOTLOADER handling
2023-07-18 07:59:00 linux-kernel Re: [PATCH] LoongArch: Cleanup __builtin_constant_p() checking for cpu_has_*
2023-07-14 10:46:22 linux-kernel Re: [PATCH v16 05/30] LoongArch: KVM: Add vcpu related header files
2023-07-14 10:30:17 linux-kernel Re: [PATCH v16 05/30] LoongArch: KVM: Add vcpu related header files
2023-07-14 10:28:34 linux-kernel Re: [PATCH v16 05/30] LoongArch: KVM: Add vcpu related header files
2023-07-13 02:56:01 linux-kernel Re: [PATCH 02/10] tty: sysrq: switch sysrq handlers from int to u8
2023-07-10 05:04:50 linux-kernel Re: [PATCH] LoongArch: Fix module relocation error with binutils 2.41
2023-07-09 08:59:16 linux-kernel Re: [PATCH] loongarch: Fix broken CONFIG_CMDLINE
2023-06-29 13:04:31 linux-kernel Re: [PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
2023-06-28 14:48:53 linux-kernel Re: [PATCH] LoongArch: Delete debugfs checking
2023-06-28 10:59:08 linux-kernel Re: [PATCH v3 06/19] arch/loongarch: Implement <asm/fb.h> with generic helpers
2023-06-28 10:51:27 linux-kernel Re: [PATCH v15 27/30] LoongArch: KVM: Implement vcpu world switch
2023-06-28 10:07:07 linux-kernel Re: [PATCH v15 27/30] LoongArch: KVM: Implement vcpu world switch
2023-06-27 13:22:25 linux-kernel [PATCH 0/2] Fix cross-compilation issues with Clang
2023-06-27 13:21:31 linux-kernel [PATCH 1/2] LoongArch: vDSO: Use CLANG_FLAGS instead of filtering out '--target='
2023-06-27 13:13:45 linux-kernel [PATCH 2/2] LoongArch: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation
2023-06-27 08:32:29 linux-kernel Re: [PATCH v15 05/30] LoongArch: KVM: Add vcpu related header files
2023-06-25 10:18:35 linux-kernel [PATCH v3 5/8] LoongArch: Simplify the invtlb wrappers
2023-06-25 10:04:35 linux-kernel [PATCH v3 7/8] LoongArch: Mark Clang LTO as working
2023-06-25 10:03:41 linux-kernel [PATCH v3 8/8] Makefile: Add loongarch target flag for Clang compilation
2023-06-25 10:03:27 linux-kernel [PATCH v3 2/8] LoongArch: extable: Also recognize ABI names of registers
2023-06-25 10:03:26 linux-kernel [PATCH v3 4/8] LoongArch: Make the CPUCFG and CSR ops simple aliases of compiler built-ins