Jinrong Liang ([email protected])

Number of posts: 120 (0.13 per day)
First post: 2021-12-17 09:39:40
Last post: 2024-06-11 03:49:08

Date List Subject
2022-01-25 14:40:35 linux-kernel [PATCH 15/19] KVM: x86/emulate: Remove unused "ctxt" of task_switch_{16, 32}()
2022-01-25 14:40:35 linux-kernel [PATCH 16/19] KVM: x86: Remove unused "vcpu" of kvm_arch_tsc_has_attr()
2022-01-25 14:40:09 linux-kernel [PATCH 11/19] KVM: x86/svm: Remove unused "vector" of sev_vcpu_deliver_sipi_vector()
2022-01-25 14:40:05 linux-kernel [PATCH 10/19] KVM: x86/sev: Remove unused "kvm" of sev_unbind_asid()
2022-01-25 14:40:01 linux-kernel [PATCH 06/19] KVM: x86/svm: Remove unused "vcpu" of svm_check_exit_valid()
2022-01-25 14:39:34 linux-kernel [PATCH 08/19] KVM: x86: Remove unused "vcpu" of kvm_after_interrupt()
2022-01-25 14:39:26 linux-kernel [PATCH 09/19] KVM: x86/svm: Remove unused "svm" of sev_es_prepare_guest_switch()
2022-01-25 14:37:45 linux-kernel [PATCH 07/19] KVM: x86/svm: Remove unused "vcpu" of nested_svm_check_tlb_ctl()
2022-01-25 14:36:59 linux-kernel [PATCH 05/19] KVM: x86/mmu_audit: Remove unused "level" of audit_spte_after_sync()
2022-01-25 14:36:52 linux-kernel [PATCH 04/19] KVM: x86/tdp_mmu: Remove unused "kvm" of kvm_tdp_mmu_get_root()
2022-01-25 14:36:51 linux-kernel [PATCH 02/19] KVM: x86/mmu: Remove unused "kvm" of __rmap_write_protect()
2022-01-25 14:36:48 linux-kernel [PATCH 03/19] KVM: x86/mmu: Remove unused "vcpu" of reset_{tdp,ept}_shadow_zero_bits_mask()
2022-01-25 14:36:00 linux-kernel [PATCH 01/19] KVM: x86/mmu: Remove unused "kvm" of kvm_mmu_unlink_parents()
2022-01-25 14:35:48 linux-kernel [PATCH 00/19] KVM: x86: Bulk removal of unused function parameters
2022-01-21 19:17:16 linux-kernel [PATCH] selftests: kvm/x86: Fix the warning in lib/x86_64/processor.c
2022-01-21 19:15:57 linux-kernel [PATCH] KVM: x86: Fix spelling mistake "Unfortuately" -> "Unfortunately"
2022-01-21 19:15:51 linux-kernel [PATCH] selftests: kvm/x86: Fix the warning in pmu_event_filter_test.c
2021-12-17 09:39:40 linux-kernel Re: [PATCH 1/4] KVM: x86: Introduce .pcpu_is_idle() stub infrastructure