kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-13 21:31:27 to 2022-06-14 20:23:54 UTC [more...]

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-06-14 20:23 UTC  (14+ messages)
` [PATCH Part2 v5 14/45] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v5 23/45] KVM: SVM: Add KVM_SNP_INIT command

[PATCH v2 00/42] KVM: selftests: Overhaul Part II - CPUID
 2022-06-14 20:07 UTC  (43+ messages)
` [PATCH v2 01/42] KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreate
` [PATCH v2 02/42] KVM: sefltests: Use CPUID_XSAVE and CPUID_OSXAVE instead of X86_FEATURE_*
` [PATCH v2 03/42] KVM: selftests: Add framework to query KVM CPUID bits
` [PATCH v2 04/42] KVM: selftests: Use kvm_cpu_has() in the SEV migration test
` [PATCH v2 05/42] KVM: selftests: Use kvm_cpu_has() for nested SVM checks
` [PATCH v2 06/42] KVM: selftests: Use kvm_cpu_has() for nested VMX checks
` [PATCH v2 07/42] KVM: selftests: Use kvm_cpu_has() to query PDCM in PMU selftest
` [PATCH v2 08/42] KVM: selftests: Drop redundant vcpu_set_cpuid() from "
` [PATCH v2 09/42] KVM: selftests: Use kvm_cpu_has() for XSAVES in XSS MSR test
` [PATCH v2 10/42] KVM: selftests: Check for _both_ XTILE data and cfg in AMX test
` [PATCH v2 11/42] KVM: selftests: Use kvm_cpu_has() "
` [PATCH v2 12/42] KVM: selftests: Use kvm_cpu_has() for XSAVE in cr4_cpuid_sync_test
` [PATCH v2 13/42] KVM: selftests: Remove the obsolete/dead MMU role test
` [PATCH v2 14/42] KVM: selftests: Use kvm_cpu_has() for KVM's PV steal time
` [PATCH v2 15/42] KVM: selftests: Use kvm_cpu_has() for nSVM soft INT injection test
` [PATCH v2 16/42] KVM: selftests: Verify that kvm_cpuid2.entries layout is unchanged by KVM
` [PATCH v2 17/42] KVM: selftests: Split out kvm_cpuid2_size() from allocate_kvm_cpuid2()
` [PATCH v2 18/42] KVM: selftests: Cache CPUID in struct kvm_vcpu
` [PATCH v2 19/42] KVM: selftests: Don't use a static local in vcpu_get_supported_hv_cpuid()
` [PATCH v2 20/42] KVM: selftests: Rename and tweak get_cpuid() to get_cpuid_entry()
` [PATCH v2 21/42] KVM: selftests: Use get_cpuid_entry() in kvm_get_supported_cpuid_index()
` [PATCH v2 22/42] KVM: selftests: Add helpers to get and modify a vCPU's CPUID entries
` [PATCH v2 23/42] KVM: selftests: Use vm->pa_bits to generate reserved PA bits
` [PATCH v2 24/42] KVM: selftests: Add and use helper to set vCPU's CPUID maxphyaddr
` [PATCH v2 25/42] KVM: selftests: Use vcpu_get_cpuid_entry() in PV features test (sort of)
` [PATCH v2 26/42] KVM: selftests: Use vCPU's CPUID directly in Hyper-V test
` [PATCH v2 27/42] KVM: selftests: Use vcpu_get_cpuid_entry() in CPUID test
` [PATCH v2 28/42] KVM: selftests: Use vcpu_{set,clear}_cpuid_feature() in nVMX state test
` [PATCH v2 29/42] KVM: selftests: Use vcpu_clear_cpuid_feature() to clear x2APIC
` [PATCH v2 30/42] KVM: selftests: Make get_supported_cpuid() returns "const"
` [PATCH v2 31/42] KVM: selftests: Set input function/index in raw CPUID helper(s)
` [PATCH v2 32/42] KVM: selftests: Add this_cpu_has() to query X86_FEATURE_* via cpuid()
` [PATCH v2 33/42] KVM: selftests: Use this_cpu_has() in CR4/CPUID sync test
` [PATCH v2 34/42] KVM: selftests: Use this_cpu_has() to detect SVM support in L1
` [PATCH v2 35/42] KVM: selftests: Drop unnecessary use of kvm_get_supported_cpuid_index()
` [PATCH v2 36/42] KVM: selftests: Rename kvm_get_supported_cpuid_index() to __..._entry()
` [PATCH v2 37/42] KVM: selftests: Inline "get max CPUID leaf" helpers
` [PATCH v2 38/42] KVM: selftests: Check KVM's supported CPUID, not host CPUID, for XFD
` [PATCH v2 39/42] KVM: selftests: Skip AMX test if ARCH_REQ_XCOMP_GUEST_PERM isn't supported
` [PATCH v2 40/42] KVM: selftests: Clean up requirements for XFD-aware XSAVE features
` [PATCH v2 41/42] KVM: selftests: Use the common cpuid() helper in cpu_vendor_string_is()
` [PATCH v2 42/42] KVM: selftests: Drop unused SVM_CPUID_FUNC macro

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-06-14 19:52 UTC  (8+ messages)
` [PATCH v12 19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-14 19:08 UTC  (18+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-06-14 18:15 UTC  (5+ messages)
` [RFC PATCH v6 090/104] KVM: TDX: Handle TDX PV CPUID hypercall
` [RFC PATCH v6 093/104] KVM: TDX: Handle TDX PV MMIO hypercall

[PATCH] KVM: nVMX: Don't expose TSC scaling to L1 when on Hyper-V
 2022-06-14 17:28 UTC  (14+ messages)

[PATCH 0/6] KVM: Trivial cleanups
 2022-06-14 17:15 UTC  (2+ messages)

[PATCH 0/8] KVM: x86/mmu: Use separate namespaces gPTEs and SPTEs
 2022-06-14 17:12 UTC  (15+ messages)
` [PATCH 1/8] KVM: x86/mmu: Drop unused CMPXCHG macro from paging_tmpl.h
` [PATCH 2/8] KVM: VMX: Refactor 32-bit PSE PT creation to avoid using MMU macro
` [PATCH 3/8] KVM: x86/mmu: Bury 32-bit PSE paging helpers in paging_tmpl.h
` [PATCH 4/8] KVM: x86/mmu: Dedup macros for computing various page table masks
` [PATCH 5/8] KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEs
` [PATCH 6/8] KVM: x86/mmu: Use common macros to compute 32/64-bit paging masks
` [PATCH 7/8] KVM: x86/mmu: Truncate paging32's PT_BASE_ADDR_MASK to 32 bits
` [PATCH 8/8] KVM: x86/mmu: Use common logic for computing the 32/64-bit base PA mask

[PATCH v4 0/4] KVM: s390: selftests: Provide TAP output in tests
 2022-06-14 17:09 UTC  (7+ messages)
` [PATCH v4 1/4] KVM: s390: selftests: Use TAP interface in the memop test
      ` [PATCH] KVM: s390: selftests: Fix memop extension capability check

[PATCH] KVM: selftests: Remove the mismatched parameter comments
 2022-06-14 22:41 UTC  (5+ messages)

[GIT PULL] More KVM changes for Linux 5.19-rc3
 2022-06-14 17:01 UTC  (4+ messages)

[kvm:queue 5/184] arch/x86/kvm/svm/avic.c:913:6: warning: shift count >= width of type
 2022-06-14 16:52 UTC  (4+ messages)

[PATCH] KVM: SVM: Hide SEV migration lockdep goo behind CONFIG_DEBUG_LOCK_ALLOC
 2022-06-14 16:47 UTC  (3+ messages)

[PATCH 0/4] KVM: selftests: Fixups for overhaul
 2022-06-14 16:44 UTC  (4+ messages)

[PATCH] KVM: Use consistent type for return value of kvm_mmu_memory_cache_nr_free_objects()
 2022-06-14 16:31 UTC  (3+ messages)

linux-next: Tree for Jun 14 (arch/x86/kvm/svm/avic.c)
 2022-06-14 16:13 UTC 

[PATCH] KVM: x86: add a bool variable to distinguish whether to use PVIPI
 2022-06-14 15:03 UTC  (4+ messages)

[kvm-unit-tests GIT PULL 0/5] s390x: some migration tests and gcc12 support
 2022-06-14 15:00 UTC  (6+ messages)
` [kvm-unit-tests GIT PULL 1/5] lib: s390x: add header for CMM related defines
` [kvm-unit-tests GIT PULL 2/5] s390x: add cmm migration test
` [kvm-unit-tests GIT PULL 3/5] s390x: Introduce symbol for lowcore and use it
` [kvm-unit-tests GIT PULL 4/5] s390x: Fix gcc 12 warning about array bounds
` [kvm-unit-tests GIT PULL 5/5] s390x: add migration test for storage keys

[PATCH] KVM: selftests: kvm_binary_stats_test: Fix index expressions
 2022-06-14 14:43 UTC  (2+ messages)

[PATCH v11 00/19] KVM: s390: pv: implement lazy destroy for reboot
 2022-06-14 14:29 UTC  (4+ messages)
` [PATCH v11 13/19] KVM: s390: pv: destroy the configuration before its memory

[kvm-unit-tests PATCH v6 0/1] s390x: add migration test for storage keys
 2022-06-14 14:15 UTC  (3+ messages)
` [kvm-unit-tests PATCH v6 1/1] "

[PATCH] x86: kvm: remove NULL check before kfree
 2022-06-14 13:36 UTC  (3+ messages)

[PATCH v2] x86: kvm: remove NULL check before kfree
 2022-06-14 13:34 UTC 

[PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 2048
 2022-06-14 13:14 UTC 

[PATCH RESEND] tools/kvm_stat: fix display of error when multiple processes are found
 2022-06-14 12:11 UTC 

[Bug 216026] New: Fails to compile using gcc 12.1 under Ubuntu 22.04
 2022-06-14 10:56 UTC  (2+ messages)
` [Bug 216026] "

simplify the mdev interface v2
 2022-06-14 10:32 UTC  (28+ messages)
` [PATCH 01/13] vfio/mdev: make mdev.h standalone includable
` [PATCH 02/13] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 03/13] vfio/mdev: simplify mdev_type handling
` [PATCH 04/13] vfio/mdev: remove mdev_{create,remove}_sysfs_files
` [PATCH 05/13] vfio/mdev: remove mdev_from_dev
` [PATCH 06/13] vfio/mdev: unexport mdev_bus_type
` [PATCH 07/13] vfio/mdev: remove mdev_parent_dev
` [PATCH 08/13] vfio/mdev: remove mtype_get_parent_dev
` [PATCH 09/13] vfio/mdev: consolidate all the device_api sysfs into the core code
` [PATCH 10/13] vfio/mdev: consolidate all the name "
` [PATCH 11/13] vfio/mdev: consolidate all the available_instance "
` [PATCH 12/13] vfio/mdev: consolidate all the description "
` [PATCH 13/13] vfio/mdev: add mdev available instance checking to the core

[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-06-14  8:56 UTC  (7+ messages)
` [PATCH v9 10/21] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [PATCH v9 20/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices

[PATCH RFC 0/2] arm: enable MTE for QEMU + kvm
 2022-06-14  8:40 UTC  (4+ messages)
` [PATCH RFC 1/2] arm/kvm: enable MTE if available

[PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 2048
 2022-06-14  8:27 UTC  (3+ messages)

[PATCH 0/7] KVM: x86: Attempt to wrangle PEBS/PMU into submission
 2022-06-14  7:45 UTC  (3+ messages)
` [PATCH 6/7] KVM: x86: Ignore benign host accesses to "unsupported" PEBS and BTS MSRs

[RFC PATCH v2 0/8] virtio/vsock: experimental zerocopy receive
 2022-06-14  4:23 UTC  (5+ messages)

[PATCH v2 00/19] KVM/arm64: Refactoring the vcpu flags
 2022-06-14  4:15 UTC  (3+ messages)
` [PATCH v2 19/19] KVM: arm64: Move the handling of !FP outside of the fast path

[PATCH MANUALSEL 5.4] KVM: Don't null dereference ops->destroy
 2022-06-14  2:11 UTC 

[PATCH MANUALSEL 4.19] KVM: Don't null dereference ops->destroy
 2022-06-14  2:12 UTC 

[PATCH MANUALSEL 5.15 1/4] KVM: x86: do not report a vCPU as preempted outside instruction boundaries
 2022-06-14  2:11 UTC  (4+ messages)
` [PATCH MANUALSEL 5.15 2/4] KVM: x86: do not set st->preempted when going back to user space
` [PATCH MANUALSEL 5.15 3/4] KVM: selftests: Make hyperv_clock selftest more stable
` [PATCH MANUALSEL 5.15 4/4] KVM: Don't null dereference ops->destroy

[PATCH MANUALSEL 4.9] KVM: Don't null dereference ops->destroy
 2022-06-14  2:12 UTC 

[PATCH MANUALSEL 5.10] KVM: Don't null dereference ops->destroy
 2022-06-14  2:11 UTC 

[PATCH MANUALSEL 5.18 1/6] KVM: x86: do not report a vCPU as preempted outside instruction boundaries
 2022-06-14  2:11 UTC  (5+ messages)
` [PATCH MANUALSEL 5.18 2/6] KVM: x86: do not set st->preempted when going back to user space
` [PATCH MANUALSEL 5.18 3/6] KVM: selftests: Make hyperv_clock selftest more stable
` [PATCH MANUALSEL 5.18 4/6] KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty logging
` [PATCH MANUALSEL 5.18 6/6] KVM: Don't null dereference ops->destroy

[PATCH MANUALSEL 5.17 1/4] KVM: x86: do not report a vCPU as preempted outside instruction boundaries
 2022-06-14  2:11 UTC  (4+ messages)
` [PATCH MANUALSEL 5.17 2/4] KVM: x86: do not set st->preempted when going back to user space
` [PATCH MANUALSEL 5.17 3/4] KVM: selftests: Make hyperv_clock selftest more stable
` [PATCH MANUALSEL 5.17 4/4] KVM: Don't null dereference ops->destroy

[PATCH MANUALSEL 4.14] KVM: Don't null dereference ops->destroy
 2022-06-14  2:12 UTC 

[kvm-unit-tests PATCH v4 0/8] Move npt test cases and NPT code improvements
 2022-06-14  0:56 UTC  (5+ messages)

[PATCH] KVM: x86/mmu: Remove unused "type" of split_page_type()
 2022-06-14  0:52 UTC  (3+ messages)

[PATCH v9 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-06-13 21:25 UTC  (3+ messages)
` [PATCH v9 01/10] KVM: selftests: Remove dynamic memory allocation for stats header
` [PATCH v9 10/10] KVM: selftests: Cache binary stats metadata for duration of test


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).