Haibo Xu ([email protected])

Number of posts: 138 (0.4 per day)
First post: 2023-05-11 09:18:53
Last post: 2024-04-24 05:31:58

Date List Subject
2023-09-14 01:36:12 linux-kernel [PATCH v3 1/9] KVM: selftests: Unify the codes for guest exception handling
2023-09-14 01:31:42 linux-kernel [PATCH v3 8/9] KVM: riscv: selftests: Change vcpu_has_ext to a common function
2023-09-14 01:29:52 linux-kernel [PATCH v3 6/9] KVM: riscv: selftests: Add exception handling support
2023-09-14 01:29:51 linux-kernel [PATCH v3 7/9] KVM: riscv: selftests: Add guest helper to get vcpu id
2023-09-14 01:29:26 linux-kernel [PATCH v3 5/9] KVM: riscv: selftests: Switch to use macro from csr.h
2023-09-14 01:28:13 linux-kernel [PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
2023-09-05 16:20:58 linux-kernel [PATCH v2 1/8] KVM: selftests: Unify the codes for guest exception handling
2023-09-04 11:54:24 linux-kernel [PATCH v2 8/8] KVM: riscv: selftests: Add sstc timer test
2023-09-04 10:14:18 linux-kernel [PATCH v2 0/8] RISCV: Add kvm Sstc timer selftest
2023-09-03 21:42:39 linux-kernel [PATCH v2 7/8] KVM: riscv: selftest: Change vcpu_has_ext to a common function
2023-09-03 18:50:38 linux-kernel [PATCH v2 2/8] KVM: arm64: selftest: Split arch_timer test code
2023-09-03 13:14:25 linux-kernel [PATCH v2 3/8] tools: riscv: Add header file csr.h
2023-09-03 11:56:32 linux-kernel [PATCH v2 5/8] KVM: riscv: selftests: Add exception handling support
2023-09-03 04:10:49 linux-kernel [PATCH v2 4/8] KVM: riscv: selftests: Switch to use macro from csr.h
2023-09-02 22:37:36 linux-kernel [PATCH v2 6/8] KVM: riscv: selftests: Add guest helper to get vcpu id
2023-07-27 08:17:51 linux-kernel [PATCH 1/4] tools: riscv: Add header file csr.h
2023-07-27 08:16:46 linux-kernel [PATCH 4/4] KVM: riscv: selftests: Add sstc_timer test
2023-07-27 08:16:13 linux-kernel [PATCH 2/4] KVM: riscv: selftests: Add exception handling support
2023-07-27 07:44:56 linux-kernel [PATCH 3/4] KVM: riscv: selftests: Add guest helper to get vcpu id
2023-07-27 07:36:08 linux-kernel [PATCH 0/4] RISCV: Add kvm Sstc timer selftest
2023-07-25 09:26:47 linux-kernel [PATCH v6 02/13] KVM: arm64: selftests: Drop SVE cap check in print_reg
2023-07-25 09:25:44 linux-kernel [PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API
2023-07-25 09:23:34 linux-kernel [PATCH v6 03/13] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
2023-07-25 09:18:48 linux-kernel [PATCH v6 06/13] KVM: arm64: selftests: Split get-reg-list test code
2023-07-25 09:18:42 linux-kernel [PATCH v6 13/13] KVM: riscv: selftests: Add get-reg-list test
2023-07-25 09:17:00 linux-kernel [PATCH v6 04/13] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
2023-07-25 09:15:07 linux-kernel [PATCH v6 05/13] KVM: arm64: selftests: Delete core_reg_fixup
2023-07-25 09:13:02 linux-kernel [PATCH v6 08/13] KVM: arm64: selftests: Move reject_set check logic to a function
2023-07-25 09:10:18 linux-kernel [PATCH v6 11/13] KVM: selftests: Add skip_set facility to get_reg_list test
2023-07-25 08:54:32 linux-kernel [PATCH v6 12/13] KVM: riscv: Add KVM_GET_REG_LIST API support
2023-07-25 08:51:45 linux-kernel [PATCH v6 10/13] KVM: selftests: Only do get/set tests on present blessed list
2023-07-25 08:51:33 linux-kernel [PATCH v6 09/13] KVM: arm64: selftests: Move finalize_vcpu back to run_test
2023-07-25 08:51:14 linux-kernel [PATCH v6 07/13] KVM: arm64: selftests: Finish generalizing get-reg-list
2023-07-25 08:50:49 linux-kernel [PATCH v6 01/13] KVM: arm64: selftests: Replace str_with_index with strdup_printf
2023-07-01 14:43:39 linux-kernel [PATCH v5 10/13] KVM: selftests: Only do get/set tests on present blessed list
2023-07-01 14:41:40 linux-kernel [PATCH v5 07/13] KVM: arm64: selftests: Finish generalizing get-reg-list
2023-07-01 14:39:30 linux-kernel [PATCH v5 11/13] KVM: selftests: Add skip_set facility to get_reg_list test
2023-07-01 14:35:14 linux-kernel [PATCH v5 03/13] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
2023-07-01 14:32:56 linux-kernel [PATCH v5 04/13] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
2023-07-01 14:12:39 linux-kernel [PATCH v5 08/13] KVM: arm64: selftests: Move reject_set check logic to a function
2023-07-01 14:07:04 linux-kernel [PATCH v5 12/13] KVM: riscv: Add KVM_GET_REG_LIST API support
2023-07-01 13:59:22 linux-kernel [PATCH v5 05/13] KVM: arm64: selftests: Delete core_reg_fixup
2023-07-01 13:55:32 linux-kernel [PATCH v5 13/13] KVM: riscv: selftests: Add get-reg-list test
2023-07-01 13:54:37 linux-kernel [PATCH v5 02/13] KVM: arm64: selftests: Drop SVE cap check in print_reg
2023-07-01 13:54:29 linux-kernel [PATCH v5 09/13] KVM: arm64: selftests: Move finalize_vcpu back to run_test
2023-07-01 13:40:16 linux-kernel [PATCH v5 06/13] KVM: arm64: selftests: Split get-reg-list test code
2023-07-01 13:39:49 linux-kernel [PATCH v5 00/13] RISCV: Add KVM_GET_REG_LIST API
2023-07-01 13:39:18 linux-kernel [PATCH v5 01/13] KVM: arm64: selftests: Replace str_with_index with strdup_printf
2023-06-23 11:30:48 linux-kernel [PATCH v4 10/12] KVM: riscv: Add KVM_GET_REG_LIST API support
2023-06-23 11:30:31 linux-kernel [PATCH v4 12/12] KVM: riscv: selftests: Add get-reg-list test
2023-06-23 11:29:48 linux-kernel [PATCH v4 05/12] KVM: arm64: selftests: Delete core_reg_fixup