kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-24 12:48:47 to 2022-02-24 21:29:50 UTC [more...]

[PATCH 00/21] Control VQ support in vDPA
 2022-02-24 21:22 UTC  (20+ 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

[PATCH] KVM: x86: Temporarily drop kvm->srcu when uninitialized vCPU is blocking
 2022-02-24 21:26 UTC 

[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  (22+ messages)
` [PATCH V9 mlx5-next 01/15] PCI/IOV: Add pci_iov_vf_id() to get VF index
` [PATCH V9 mlx5-next 02/15] net/mlx5: Reuse exported virtfn index function call
` [PATCH V9 mlx5-next 03/15] net/mlx5: Disable SRIOV before PF removal
` [PATCH V9 mlx5-next 04/15] PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF
` [PATCH V9 mlx5-next 05/15] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH V9 mlx5-next 06/15] net/mlx5: Introduce migration bits and structures
` [PATCH V9 mlx5-next 07/15] net/mlx5: Add migration commands definitions
` [PATCH V9 mlx5-next 08/15] vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl
` [PATCH V9 mlx5-next 09/15] vfio: Define device migration protocol v2
` [PATCH V9 mlx5-next 10/15] vfio: Extend the device migration protocol with RUNNING_P2P
` [PATCH V9 mlx5-next 11/15] vfio: Remove migration protocol v1 documentation
` [PATCH V9 mlx5-next 12/15] vfio/mlx5: Expose migration commands over mlx5 device
` [PATCH V9 mlx5-next 13/15] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V9 mlx5-next 14/15] vfio/pci: Expose vfio_pci_core_aer_err_detected()
` [PATCH V9 mlx5-next 15/15] vfio/mlx5: Use its own PCI reset_done error handler

[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

[GIT PULL] KVM changes for 5.17-rc6
 2022-02-24 20:08 UTC 

[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
 2022-02-24 20:05 UTC  (17+ 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 10/19] KVM: Create helper for setting a system event exit
` [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

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

[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 0/2] KVM: VMX: Revert back to refreshing HOST_CR3 at ->run
 2022-02-24 19:19 UTC  (3+ 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] KVM: x86: Forcibly leave nested virt when SMM state is toggled
 2022-02-24 18:59 UTC  (6+ messages)

[Bug 199727] CPU freezes in KVM guests during high IO load on host
 2022-02-24 18:58 UTC 

[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 v4 00/13] KVM: arm64: Add support for hypercall services selection
 2022-02-24 17:25 UTC  (14+ 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 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  (7+ messages)
` [PATCH v6 34/64] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [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)

[PATCH v2] target/arm: Support PSCI 1.1 and SMCCC 1.0
 2022-02-24 14:41 UTC  (2+ messages)

[PATCH v2] vhost: fix hung thread due to erroneous iotlb entries
 2022-02-24 14:33 UTC 

[PATCH v2] KVM:VMX:Remove scratch 'cpu' variable that shadows an identical scratch var
 2022-02-24 14:24 UTC  (2+ messages)

[PATCH v2] kvm:vmx: Fix typos comment in __loaded_vmcs_clear()
 2022-02-24 14:24 UTC  (2+ messages)

[PATCH v2] KVM:nVMX: Make setup/unsetup under the same conditions
 2022-02-24 14:23 UTC  (2+ messages)

[PATCH] KVM: x86: Fix pointer mistmatch warning when patching RET0 static calls
 2022-02-24 14:23 UTC  (2+ messages)

[PATCH] KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to non default value when tsc scaling disabled
 2022-02-24 14:22 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/8] s390x: Extend instruction interception tests
 2022-02-24 14:08 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 6/8] s390x: Add more tests for STSCH

[PATCH v3 0/2] VM fork detection for RNG
 2022-02-24 13:39 UTC  (3+ messages)
` [PATCH v3 1/2] random: add mechanism for VM forks to reinitialize crng
` [PATCH v3 2/2] virt: vmgenid: introduce driver for reinitializing RNG on VM fork

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

[PATCH v1 00/16] KVM: Add Xen event channel acceleration
 2022-02-24 12:48 UTC  (15+ messages)
` [PATCH v1 01/16] KVM: Use enum to track if cached PFN will be used in guest and/or host
` [PATCH v1 02/16] KVM: x86/xen: Use gfn_to_pfn_cache for runstate area
` [PATCH v1 03/16] KVM: x86: Use gfn_to_pfn_cache for pv_time
` [PATCH v1 04/16] KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_info
` [PATCH v1 07/16] KVM: x86/xen: Support direct injection of event channel events
` [PATCH v1 08/16] KVM: x86/xen: intercept EVTCHNOP_send from guests
` [PATCH v1 09/16] KVM: x86/xen: handle PV IPI vcpu yield
` [PATCH v1 10/16] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID
` [PATCH v1 11/16] KVM: x86/xen: handle PV timers oneshot mode
` [PATCH v1 12/16] KVM: x86/xen: Kernel acceleration for XENVER_version
` [PATCH v1 13/16] KVM: x86/xen: Support per-vCPU event channel upcall via local APIC
` [PATCH v1 14/16] KVM: x86/xen: Advertise and document KVM_XEN_HVM_CONFIG_EVTCHN_SEND
` [PATCH v1 15/16] KVM: x86/xen: handle PV spinlocks slowpath
` [PATCH v1 16/16] KVM: x86/xen: Add self tests for KVM_XEN_HVM_CONFIG_EVTCHN_SEND


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