kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-24 14:44:57 to 2022-02-25 11:24:24 UTC [more...]

[PATCH v3 0/2] VM fork detection for RNG
 2022-02-25 11:24 UTC  (4+ messages)
` [PATCH v3 2/2] virt: vmgenid: introduce driver for reinitializing RNG on VM fork

[PATCH v6 0/7] KVM: SVM: Add initial GHCB protocol version 2 support
 2022-02-25 10:40 UTC  (2+ messages)

[PATCH RFC v1 0/2] VM fork detection for RNG
 2022-02-25 10:40 UTC  (5+ messages)

[PATCH] x86/kvm: Don't waste memory if kvmclock is disabled
 2022-02-25 10:35 UTC 

[PATCH v2] KVM: Don't actually set a request when evicting vCPUs for GFN cache invd
 2022-02-25 10:35 UTC 

[PATCH] KVM: x86: Temporarily drop kvm->srcu when uninitialized vCPU is blocking
 2022-02-25 10:35 UTC 

[PATCH] selftests: kvm: add hyperv_svm_test to .gitignore
 2022-02-25 10:35 UTC 

[PATCH] x86/kvm: Don't use PV TLB/yield when mwait is advertised
 2022-02-25 10:35 UTC 

[PATCH v2] target/arm: Support PSCI 1.1 and SMCCC 1.0
 2022-02-25 10:32 UTC  (4+ messages)

[PATCH 0/2] KVM: VMX: Revert back to refreshing HOST_CR3 at ->run
 2022-02-25 10:29 UTC 

[PATCH] kselftest: add generated objects to .gitignore
 2022-02-25 10:27 UTC 

[PATCH] KVM: x86: Temporarily drop kvm->srcu when uninitialized vCPU is blocking
 2022-02-25  9:59 UTC 

[PATCH] KVM: x86: Reacquire kvm->srcu in vcpu_run() if exiting on pending signal
 2022-02-25  9:59 UTC 

[PATCH] selftests: kvm: add hyperv_svm_test to .gitignore
 2022-02-25  9:59 UTC 

[PATCH] x86/kvm: Don't use PV TLB/yield when mwait is advertised
 2022-02-25  9:59 UTC 

[kvm-unit-tests PATCH v4 0/3] x86/emulator: Add some tests for loading segment descriptor in emulator
 2022-02-25  9:49 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 1/3] x86/emulator: Add some tests for far ret instruction emulation
` [kvm-unit-tests PATCH v4 2/3] x86/emulator: Rename test_ljmp() as test_far_jmp()
` [kvm-unit-tests PATCH v4 3/3] x86/emulator: Add some tests for far jmp instruction emulation

[Bug 199727] CPU freezes in KVM guests during high IO load on host
 2022-02-25  9:49 UTC  (2+ messages)

[PATCH v6 0/9] IPI virtualization support for VM
 2022-02-25  8:22 UTC  (10+ messages)
` [PATCH v6 1/9] x86/cpu: Add new VMX feature, Tertiary VM-Execution control
` [PATCH v6 2/9] KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
` [PATCH v6 3/9] KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
` [PATCH v6 4/9] KVM: VMX: dump_vmcs() reports tertiary_exec_control field as well
` [PATCH v6 5/9] KVM: x86: Add support for vICR APIC-write VM-Exits in x2APIC mode
` [PATCH v6 6/9] KVM: x86: lapic: don't allow to change APIC ID unconditionally
` [PATCH v6 7/9] KVM: VMX: enable IPI virtualization
` [PATCH v6 8/9] KVM: x86: Allow userspace set maximum VCPU id for VM
` [PATCH v6 9/9] KVM: VMX: Optimize memory allocation for PID-pointer table

[PATCH] x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64
 2022-02-25  8:46 UTC 

[PATCH] x86/kvm: Don't use PV TLB/yield when mwait is advertised
 2022-02-25  8:29 UTC 

[PATCH] selftests: kvm: add hyperv_svm_test to .gitignore
 2022-02-25  7:05 UTC 

[PATCH v4 00/13] KVM: arm64: Add support for hypercall services selection
 2022-02-25  6:42 UTC  (15+ messages)
` [PATCH v4 01/13] KVM: arm64: Factor out firmware register handling from psci.c
` [PATCH v4 02/13] KVM: arm64: Introduce KVM_CAP_ARM_REG_SCOPE
` [PATCH v4 03/13] KVM: arm64: Encode the scope for firmware registers
` [PATCH v4 04/13] KVM: arm64: Capture VM's first run
` [PATCH v4 05/13] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [PATCH v4 06/13] KVM: arm64: Add standard hypervisor firmware register
` [PATCH v4 07/13] KVM: arm64: Add vendor "
` [PATCH v4 08/13] Docs: KVM: Add doc for the bitmap firmware registers
` [PATCH v4 09/13] Docs: KVM: Rename psci.rst to hypercalls.rst
` [PATCH v4 10/13] tools: Import ARM SMCCC definitions
` [PATCH v4 11/13] selftests: KVM: aarch64: Introduce hypercall ABI test
` [PATCH v4 12/13] selftests: KVM: aarch64: hypercalls: Test with KVM_CAP_ARM_REG_SCOPE
` [PATCH v4 13/13] selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list

[PATCH][resend] KVM: x86: Yield to IPI target vCPU only if it is busy
 2022-02-25  3:44 UTC 

[PATCH 0/2] KVM: VMX: Revert back to refreshing HOST_CR3 at ->run
 2022-02-25  2:39 UTC  (4+ messages)
` [PATCH 1/2] Revert "KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()"
` [PATCH 2/2] Revert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()"

[PATCH v2] KVM: X86: Introduce vfio_intr_stat per-vm debugfs file
 2022-02-25  2:27 UTC  (2+ messages)
` 答复: "

[PATCH] KVM: x86: Don't snapshot "max" TSC if host TSC is constant
 2022-02-25  1:39 UTC 

[PATCH] KVM: VMX: Fix header file dependency of asm/vmx.h
 2022-02-25  1:34 UTC  (3+ messages)

[PATCH v1 1/1] KVM: s390: Don't cast parameter in bit operations
 2022-02-24 23:15 UTC  (4+ messages)

[GIT PULL] KVM changes for 5.17-rc6
 2022-02-24 22:41 UTC  (2+ messages)

[PATCH] KVM: x86: Temporarily drop kvm->srcu when uninitialized vCPU is blocking
 2022-02-24 22:28 UTC  (2+ messages)

[RFC PATCH] KVM: x86: (Failing) test case for TSC scaling and offset sync
 2022-02-24 22:18 UTC 

[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
 2022-02-24 22:08 UTC  (16+ messages)
` [PATCH v3 03/19] KVM: arm64: Reject invalid addresses for CPU_ON PSCI call
` [PATCH v3 06/19] KVM: arm64: Track vCPU power state using MP state values
` [PATCH v3 09/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
` [PATCH v3 12/19] KVM: arm64: Add support for userspace to suspend a vCPU
` [PATCH v3 13/19] KVM: arm64: Add support KVM_SYSTEM_EVENT_SUSPEND to PSCI SYSTEM_SUSPEND

[RFC PATCH v2 01/19] vhost: move the backend feature bits to vhost_types.h
 2022-02-24 21:34 UTC 

[PATCH 00/21] Control VQ support in vDPA
 2022-02-24 21:22 UTC  (21+ messages)
` [RFC PATCH v2 00/19] "
  ` [RFC PATCH v2 01/19] vhost: move the backend feature bits to vhost_types.h
  ` [RFC PATCH v2 02/19] virtio-vdpa: don't set callback if virtio doesn't need it
  ` [RFC PATCH v2 03/19] vhost-vdpa: passing iotlb to IOMMU mapping helpers
  ` [RFC PATCH v2 04/19] vhost-vdpa: switch to use vhost-vdpa specific IOTLB
  ` [RFC PATCH v2 05/19] vdpa: introduce virtqueue groups
  ` [RFC PATCH v2 06/19] vdpa: multiple address spaces support
  ` [RFC PATCH v2 07/19] vdpa: introduce config operations for associating ASID to a virtqueue group
  ` [RFC PATCH v2 08/19] vhost_iotlb: split out IOTLB initialization
  ` [RFC PATCH v2 09/19] vhost: support ASID in IOTLB API
  ` [RFC PATCH v2 10/19] vhost-vdpa: introduce asid based IOTLB
  ` [RFC PATCH v2 11/19] vhost-vdpa: introduce uAPI to get the number of virtqueue groups
  ` [RFC PATCH v2 12/19] vhost-vdpa: introduce uAPI to get the number of address spaces
  ` [RFC PATCH v2 13/19] vhost-vdpa: uAPI to get virtqueue group id
  ` [RFC PATCH v2 14/19] vhost-vdpa: introduce uAPI to set group ASID
  ` [RFC PATCH v2 15/19] vhost-vdpa: support ASID based IOTLB API
  ` [RFC PATCH v2 16/19] vdpa_sim: advertise VIRTIO_NET_F_MTU
  ` [RFC PATCH v2 17/19] vdpa_sim: factor out buffer completion logic
  ` [RFC PATCH v2 18/19] vdpa_sim: filter destination mac address
  ` [RFC PATCH v2 19/19] vdpasim: control virtqueue support

[PATCH] KVM: x86: Reacquire kvm->srcu in vcpu_run() if exiting on pending signal
 2022-02-24 20:49 UTC  (2+ messages)

[PATCH V9 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-24 20:46 UTC  (8+ messages)
` [PATCH V9 mlx5-next 10/15] vfio: Extend the device migration protocol with RUNNING_P2P

[RFC PATCH 00/13] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-02-24 20:12 UTC  (27+ messages)
` [RFC PATCH 01/13] KVM: SVM: Add warning when encounter invalid APIC ID
` [RFC PATCH 02/13] x86/cpufeatures: Introduce x2AVIC CPUID bit
` [RFC PATCH 03/13] KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
` [RFC PATCH 04/13] KVM: SVM: Only call vcpu_(un)blocking when AVIC is enabled
` [RFC PATCH 05/13] KVM: SVM: Update max number of vCPUs supported for x2AVIC mode
` [RFC PATCH 06/13] KVM: SVM: Add logic to determine x2APIC mode
` [RFC PATCH 07/13] KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID
` [RFC PATCH 08/13] KVM: SVM: Do not update logical APIC ID table when in x2APIC mode
` [RFC PATCH 09/13] KVM: SVM: Introduce helper function avic_get_apic_id
` [RFC PATCH 10/13] KVM: SVM: Adding support for configuring x2APIC MSRs interception
` [RFC PATCH 11/13] KVM: SVM: Add logic to switch between APIC and x2APIC virtualization mode
` [RFC PATCH 12/13] KVM: SVM: Remove APICv inhibit reasone due to x2APIC
` [RFC PATCH 13/13] KVM: SVM: Use fastpath x2apic IPI emulation when #vmexit with x2AVIC

[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-24 19:38 UTC  (47+ messages)
` [PATCH v11 01/45] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v11 02/45] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v11 03/45] KVM: SVM: Create a separate mapping for the GHCB "
  ` [PATCH v11 3.1/45] "
` [PATCH v11 04/45] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v11 05/45] x86/boot: Introduce helpers for MSR reads/writes
` [PATCH v11 06/45] x86/boot: Use MSR read/write helpers instead of inline assembly
` [PATCH v11 07/45] x86/compressed/64: Detect/setup SEV/SME features earlier in boot
` [PATCH v11 08/45] x86/sev: "
` [PATCH v11 09/45] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v11 10/45] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v11 11/45] x86/sev: Save the negotiated GHCB version
` [PATCH v11 12/45] x86/sev: Check SEV-SNP features support
` [PATCH v11 13/45] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v11 14/45] x86/sev: Check the vmpl level
` [PATCH v11 15/45] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v11 16/45] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v11 17/45] x86/sev: "
` [PATCH v11 18/45] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v11 19/45] x86/kernel: Make the .bss..decrypted section shared in RMP table
` [PATCH v11 20/45] x86/kernel: Validate ROM memory before accessing when SEV-SNP is active
` [PATCH v11 21/45] x86/mm: Validate memory when changing the C-bit
` [PATCH v11 22/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v11 23/45] x86/head/64: Re-enable stack protection
` [PATCH v11 24/45] x86/compressed/acpi: Move EFI detection to helper
` [PATCH v11 25/45] x86/compressed/acpi: Move EFI system table lookup "
` [PATCH v11 26/45] x86/compressed/acpi: Move EFI config "
` [PATCH v11 27/45] x86/compressed/acpi: Move EFI vendor "
` [PATCH v11 28/45] x86/compressed/acpi: Move EFI kexec handling into common code
` [PATCH v11 29/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v11 30/45] KVM: x86: Move lookup of indexed CPUID leafs to helper
` [PATCH v11 31/45] x86/sev: Move MSR-based VMGEXITs for CPUID "
` [PATCH v11 32/45] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v11 33/45] x86/boot: Add a pointer to Confidential Computing blob in bootparams
` [PATCH v11 34/45] x86/compressed: Add SEV-SNP feature detection/setup
` [PATCH v11 35/45] x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guests
` [PATCH v11 36/45] x86/compressed: Export and rename add_identity_map()
` [PATCH v11 37/45] x86/compressed/64: Add identity mapping for Confidential Computing blob
` [PATCH v11 38/45] x86/sev: Add SEV-SNP feature detection/setup
` [PATCH v11 39/45] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v11 40/45] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v11 41/45] x86/sev: Register SEV-SNP guest request platform device
` [PATCH v11 42/45] virt: Add SEV-SNP guest driver
` [PATCH v11 43/45] virt: sevguest: Add support to derive key
` [PATCH v11 44/45] virt: sevguest: Add support to get extended report
` [PATCH v11 45/45] virt: sevguest: Add documentation for SEV-SNP CPUID Enforcement

[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
 2022-02-24 19:20 UTC  (10+ messages)
` [PATCH 02/23] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH 03/23] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH 19/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

[PATCH] KVM: x86: Forcibly leave nested virt when SMM state is toggled
 2022-02-24 18:59 UTC  (6+ messages)

[kvm-unit-tests PATCH v4 0/8] s390x: Extend instruction interception tests
 2022-02-24 18:42 UTC  (12+ messages)
` [kvm-unit-tests PATCH v4 1/8] s390x: Add more tests for MSCH
` [kvm-unit-tests PATCH v4 2/8] s390x: Add test for PFMF low-address protection
` [kvm-unit-tests PATCH v4 3/8] s390x: Add sck tests
` [kvm-unit-tests PATCH v4 4/8] s390x: Add tests for STCRW
` [kvm-unit-tests PATCH v4 5/8] s390x: Add more tests for SSCH
` [kvm-unit-tests PATCH v4 6/8] s390x: Add more tests for STSCH
` [kvm-unit-tests PATCH v4 7/8] s390x: Add tests for TSCH
` [kvm-unit-tests PATCH v4 8/8] s390x: Add EPSW test

[PATCH 0/3] KVM: x86: Fixes for kvm/queue
 2022-02-24 17:50 UTC  (6+ messages)

[PATCH kvmtool v4 0/3] aarch64: Add stolen time support
 2022-02-24 16:51 UTC  (4+ messages)
` [PATCH kvmtool v4 1/3] "
` [PATCH kvmtool v4 2/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v4 3/3] Add --no-pvtime command line argument

[PATCH v2 00/18] KVM: MMU: do not unload MMU roots on all role changes
 2022-02-24 16:25 UTC  (17+ messages)
` [PATCH v2 14/18] KVM: x86/mmu: avoid indirect call for get_cr3
` [PATCH v2 15/18] KVM: x86/mmu: rename kvm_mmu_new_pgd, introduce variant that calls get_guest_pgd
` [PATCH v2 16/18] KVM: x86: introduce KVM_REQ_MMU_UPDATE_ROOT
` [PATCH v2 17/18] KVM: x86: flush TLB separately from MMU reset
` [PATCH v2 18/18] KVM: x86: do not unload MMU roots on all role changes

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-02-24 15:56 UTC  (5+ messages)
` [PATCH v6 40/64] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v6 41/64] KVM: arm64: nv: Trap and emulate TLBI "

[kvm-unit-tests PATCH] s390x: Test effect of storage keys on some instructions
 2022-02-24 15:55 UTC  (3+ messages)

[PATCH v3 0/1] KVM: s390: pv: make use of ultravisor AIV support
 2022-02-24 15:47 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH] KVM: x86: Do not change ICR on write to APIC_SELF_IPI
 2022-02-24 15:28 UTC  (2+ messages)

[PATCH v4 0/2] KVM: s390: make use of ultravisor AIV support
 2022-02-24 15:04 UTC  (2+ messages)

[PATCH 00/11] KVM: x86: Prep work for VMX IPI virtualization
 2022-02-24 14:58 UTC  (2+ messages)

[PATCH v2] KVM: x86: Fix emulation in writing cr8
 2022-02-24 14:44 UTC  (2+ messages)


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).