Show patches with: Submitter = Vishal Annapurve       |    State = Action Required       |    Archived = No       |   55 patches
Patch Series S/W/F Date Submitter Delegate State
[V4,4/4] KVM: selftests: x86: Invoke kvm hypercall as per host cpu Execute hypercalls according to host cpu --- 2022-12-28 Vishal Annapurve New
[V4,3/4] KVM: sefltests: x86: Replace is_*cpu with is_host_*cpu Execute hypercalls according to host cpu --- 2022-12-28 Vishal Annapurve New
[V4,2/4] KVM: selftests: x86: Add variables to store cpu type Execute hypercalls according to host cpu --- 2022-12-28 Vishal Annapurve New
[V4,1/4] KVM: selftests: x86: use this_cpu_* helpers Execute hypercalls according to host cpu --- 2022-12-28 Vishal Annapurve New
[V3,8/8] KVM: selftests: Add private mem test for SEV VMs KVM: selftests: SEV: selftests for fd-based private memory --- 2022-12-23 Vishal Annapurve New
[V3,7/8] KVM: selftests: private_mem_test: Add support for SEV VMs KVM: selftests: SEV: selftests for fd-based private memory --- 2022-12-23 Vishal Annapurve New
[V3,6/8] KVM: selftests: Refactor private_mem_test KVM: selftests: SEV: selftests for fd-based private memory --- 2022-12-23 Vishal Annapurve New
[V3,5/8] KVM: selftests: Enable pagetable mapping for SEV VMs KVM: selftests: SEV: selftests for fd-based private memory --- 2022-12-23 Vishal Annapurve New
[V3,4/8] KVM: selftests: Split SEV VM creation logic KVM: selftests: SEV: selftests for fd-based private memory --- 2022-12-23 Vishal Annapurve New
[V3,3/8] KVM: selftests: x86: Support changing gpa encryption masks KVM: selftests: SEV: selftests for fd-based private memory --- 2022-12-23 Vishal Annapurve New
[V3,2/8] KVM: selftests: Support mapping pagetables to guest virtual memory KVM: selftests: SEV: selftests for fd-based private memory --- 2022-12-23 Vishal Annapurve New
[V3,1/8] KVM: selftests: private_mem: Use native hypercall KVM: selftests: SEV: selftests for fd-based private memory --- 2022-12-23 Vishal Annapurve New
[V3,2/2] KVM: selftests: x86: Add native hypercall support Execute hypercalls from guests according to cpu --- 2022-12-22 Vishal Annapurve New
[V3,1/2] KVM: selftests: x86: Cache the cpu vendor type Execute hypercalls from guests according to cpu --- 2022-12-22 Vishal Annapurve New
[V2,6/6] KVM: selftests: x86: Add selftest for private memory KVM: selftests: selftests for fd-based private memory --- 2022-12-05 Vishal Annapurve New
[V2,4/6] KVM: selftests: x86: Add helpers to execute VMs with private memory KVM: selftests: selftests for fd-based private memory --- 2022-12-05 Vishal Annapurve New
[V2,2/6] KVM: Selftests: Add support for private memory KVM: selftests: selftests for fd-based private memory --- 2022-12-05 Vishal Annapurve New
[V4,3/3] KVM: selftests: Add arch specific post vm creation hook Minor improvements to the selftest setup logic --- 2022-11-15 Vishal Annapurve New
[V1,6/6] KVM: selftests: x86: Add selftest for private memory selftests: KVM: selftests for fd-based private memory --- 2022-11-11 Vishal Annapurve New
[V1,5/6] KVM: selftests: Add get_free_huge_2m_pages selftests: KVM: selftests for fd-based private memory --- 2022-11-11 Vishal Annapurve New
[V1,4/6] KVM: selftests: x86: Execute VMs with private memory selftests: KVM: selftests for fd-based private memory --- 2022-11-11 Vishal Annapurve New
[V1,3/6] KVM: selftests: x86: Add IS_ALIGNED/IS_PAGE_ALIGNED helpers selftests: KVM: selftests for fd-based private memory --- 2022-11-11 Vishal Annapurve New
[V1,1/6] KVM: x86: Add support for testing private memory selftests: KVM: selftests for fd-based private memory --- 2022-11-11 Vishal Annapurve New
[V3,4/4] KVM: selftests: x86: Precompute the cpu type Minor improvements to the selftest setup logic --- 2022-10-13 Vishal Annapurve New
[V2,8/8] KVM: selftests: x86: xen: Execute cpu specific vmcall instruction Execute hypercalls from guests according to cpu type --- 2022-09-15 Vishal Annapurve New
[V2,7/8] Kvm: selftests: x86: Execute cpu specific vmcall instruction Execute hypercalls from guests according to cpu type --- 2022-09-15 Vishal Annapurve New
[V2,6/8] KVM: selftests: x86: Execute cpu specific hypercall from nested guests Execute hypercalls from guests according to cpu type --- 2022-09-15 Vishal Annapurve New
[V2,5/8] KVM: selftests: x86: delete svm_vmcall_test Execute hypercalls from guests according to cpu type --- 2022-09-15 Vishal Annapurve New
[V2,4/8] KVM: selftests: x86: Precompute the result for is_{intel,amd}_cpu() Execute hypercalls from guests according to cpu type --- 2022-09-15 Vishal Annapurve New
[V2,3/8] KVM: selftests: Add arch specific post vm load setup Execute hypercalls from guests according to cpu type --- 2022-09-15 Vishal Annapurve New
[V2,2/8] KVM: selftests: Add arch specific initialization Execute hypercalls from guests according to cpu type --- 2022-09-15 Vishal Annapurve New
[V1,5/5] selftests: kvm: Execute vmcall/vmmcall as per cpu type Execute hypercalls from guests according to cpu type --- 2022-09-03 Vishal Annapurve New
[V1,3/5] selftests: kvm: x86: Execute vmcall/vmmcall according to CPU type Execute hypercalls from guests according to cpu type --- 2022-09-03 Vishal Annapurve New
[V1,2/5] selftests: kvm: Introduce kvm_arch_main and helpers Execute hypercalls from guests according to cpu type --- 2022-09-03 Vishal Annapurve New
[V1,1/5] selftests: kvm: move common startup logic to kvm_util.c Execute hypercalls from guests according to cpu type --- 2022-09-03 Vishal Annapurve New
[RFC,V2,7/8] selftests: kvm: Refactor testing logic for private memory [RFC,V2,1/8] selftests: kvm: x86_64: Add support for pagetable tracking --- 2022-08-30 Vishal Annapurve New
[RFC,V2,5/8] selftests: kvm: Update usage of private mem lib for SEV VMs [RFC,V2,1/8] selftests: kvm: x86_64: Add support for pagetable tracking --- 2022-08-30 Vishal Annapurve New
[RFC,V2,4/8] selftests: kvm: sev: Support memslots with private memory [RFC,V2,1/8] selftests: kvm: x86_64: Add support for pagetable tracking --- 2022-08-30 Vishal Annapurve New
[RFC,V2,1/8] selftests: kvm: x86_64: Add support for pagetable tracking [RFC,V2,1/8] selftests: kvm: x86_64: Add support for pagetable tracking --- 2022-08-30 Vishal Annapurve New
[RFC,V3,6/6] sefltests: kvm: x86: Add selftest for private memory selftests: KVM: selftests for fd-based private memory --- 2022-08-19 Vishal Annapurve New
[RFC,V3,5/6] selftests: kvm: x86: Execute VMs with private memory selftests: KVM: selftests for fd-based private memory --- 2022-08-19 Vishal Annapurve New
[RFC,V3,4/6] selftests: kvm: x86: Execute hypercall as per the cpu selftests: KVM: selftests for fd-based private memory --- 2022-08-19 Vishal Annapurve New
[RFC,V3,3/6] selftests: kvm: ucall: Allow querying ucall pool gpa selftests: KVM: selftests for fd-based private memory --- 2022-08-19 Vishal Annapurve New
[RFC,V3,2/6] selftests: kvm: Add support for private memory selftests: KVM: selftests for fd-based private memory --- 2022-08-19 Vishal Annapurve New
[RFC,V3,1/6] kvm: x86: Add support for testing private memory selftests: KVM: selftests for fd-based private memory --- 2022-08-19 Vishal Annapurve New
[RFC,V1,2/3] selftests: kvm: sev: Handle hypercall exit selftests: KVM: sev: selftests for fd-based approach of supporting private memory --- 2022-05-24 Vishal Annapurve New
[RFC,V2,8/8] selftests: kvm: priv_memfd: Add test avoiding double allocation Untitled series #175387 --- 2022-05-11 Vishal Annapurve New
[RFC,V2,7/8] selftests: kvm: Add hugepage support to priv_memfd_test suite. selftests: KVM: selftests for fd-based approach of supporting private memory --- 2022-05-11 Vishal Annapurve New
[RFC,V2,6/8] selftests: kvm: Add KVM_HC_MAP_GPA_RANGE hypercall test selftests: KVM: selftests for fd-based approach of supporting private memory --- 2022-05-11 Vishal Annapurve New
[RFC,V2,5/8] selftests: kvm: Add implicit memory conversion tests selftests: KVM: selftests for fd-based approach of supporting private memory --- 2022-05-11 Vishal Annapurve New
[RFC,V2,4/8] selftests: kvm: priv_memfd_test: Add shared access test selftests: KVM: selftests for fd-based approach of supporting private memory --- 2022-05-11 Vishal Annapurve New
[RFC,V2,3/8] selftests: kvm: priv_memfd_test: Add support for memory conversion selftests: KVM: selftests for fd-based approach of supporting private memory --- 2022-05-11 Vishal Annapurve New
[RFC,V2,2/8] selftests: kvm: Add a basic selftest to test private memory selftests: KVM: selftests for fd-based approach of supporting private memory --- 2022-05-11 Vishal Annapurve New
[RFC,V2,1/8] selftests: kvm: Fix inline assembly for hypercall selftests: KVM: selftests for fd-based approach of supporting private memory --- 2022-05-11 Vishal Annapurve New
[RFC,V1,1/5] x86: kvm: HACK: Allow testing of priv memfd approach selftests: KVM: selftests for fd-based approach of supporting private memory --- 2022-04-08 Vishal Annapurve New