kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-03 11:26:06 to 2021-02-04 12:52:26 UTC [more...]

[PATCH v2 0/9] Introduce vfio-pci-core subsystem
 2021-02-04 12:51 UTC  (19+ messages)
` [PATCH 8/9] vfio/pci: use x86 naming instead of igd

[PATCH v2 0/7] KVM: arm64: More PMU/debug ID register fixes
 2021-02-04 12:32 UTC  (12+ messages)
` [PATCH v2 6/7] KVM: arm64: Upgrade PMU support to ARMv8.4

Optimized clocksource with AMD AVIC enabled for Windows guest
 2021-02-04 12:24 UTC  (5+ messages)

[PATCH 00/12] Introduce dev-msi and interrupt message store
 2021-02-04 12:14 UTC  (14+ messages)
` [PATCH 01/12] x86/irq: Add DEV_MSI allocation type
` [PATCH 02/12] x86/msi: Rename and rework pci_msi_prepare() to cover non-PCI MSI
` [PATCH 03/12] platform-msi: Provide default irq_chip:: Ack
` [PATCH 04/12] genirq/proc: Take buslock on affinity write
` [PATCH 05/12] genirq/msi: Provide and use msi_domain_set_default_info_flags()
` [PATCH 06/12] platform-msi: Add device MSI infrastructure
` [PATCH 07/12] irqdomain/msi: Provide msi_alloc/free_store() callbacks
` [PATCH 08/12] genirq: Set auxiliary data for an interrupt
` [PATCH 09/12] iommu/vt-d: Add DEV-MSI support
` [PATCH 10/12] iommu: Add capability IOMMU_CAP_VIOMMU_HINT
` [PATCH 11/12] platform-msi: Add platform check for subdevice irq domain
` [PATCH 12/12] irqchip: Add IMS (Interrupt Message Store) driver

[PATCH 00/12] KVM: x86: Legal GPA fixes and cleanups
 2021-02-04 10:44 UTC  (17+ messages)
` [PATCH 01/12] KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset
` [PATCH 02/12] KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRs
` [PATCH 03/12] KVM: x86: Add a helper to check for a legal GPA
` [PATCH 04/12] KVM: x86: Add a helper to handle legal GPA with an alignment requirement
` [PATCH 05/12] KVM: VMX: Use GPA legality helpers to replace open coded equivalents
` [PATCH 06/12] KVM: nSVM: Use common GPA helper to check for illegal CR3
` [PATCH 07/12] KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
` [PATCH 08/12] KVM: x86: Use reserved_gpa_bits to calculate reserved PxE bits
` [PATCH 09/12] KVM: x86/mmu: Add helper to generate mask of reserved HPA bits
` [PATCH 10/12] KVM: x86: Add helper to consolidate "raw" reserved GPA mask calculations
` [PATCH 11/12] KVM: x86: Move nVMX's consistency check macro to common code
` [PATCH 12/12] KVM: nSVM: Trace VM-Enter consistency check failures

[PATCH v7 00/17] follow_pfn and other iomap races
 2021-02-04 10:23 UTC  (9+ messages)
` [PATCH v7 12/17] PCI: Revoke mappings like devmem

[PATCH -next] KVM: s390: Return the correct errno code
 2021-02-04  9:04 UTC  (4+ messages)
    ` 答复: "

[PATCH v15 00/14] Introduce support for guest CET feature
 2021-02-04  8:28 UTC  (16+ messages)
` [PATCH v15 04/14] KVM: x86: Add #CP support in guest exception dispatch
` [PATCH v15 07/14] KVM: VMX: Emulate reads and writes to CET MSRs
` [PATCH v15 11/14] KVM: VMX: Pass through CET MSRs to the guest when supported
` [PATCH v15 12/14] KVM: nVMX: Add helper to check the vmcs01 MSR bitmap for MSR pass-through
` [PATCH v15 13/14] KVM: nVMX: Enable CET support for nested VMX
` [PATCH v15 14/14] KVM: x86: Save/Restore GUEST_SSP to/from SMRAM

[PATCH] KVM: SVM: Remove bogus WARN and emulation if guest #GPs with EFER.SVME=1
 2021-02-04  8:20 UTC  (2+ messages)

[PATCH RFC v2 00/10] vdpa: add vdpa simulator for block device
 2021-02-04  8:02 UTC  (6+ messages)
` [PATCH RFC v2 08/10] "

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-02-04  7:51 UTC  (3+ messages)

[RFC PATCH v1 0/4] vfio: Add IOPF support for VFIO passthrough
 2021-02-04  6:52 UTC  (5+ messages)

Kenya Cutomized Business Plans for only Kes 499/=
 2021-02-04  6:34 UTC 

[PATCH v2 0/6] Add SBI v0.2 support for KVM
 2021-02-04  5:32 UTC  (7+ messages)
` [PATCH v2 1/6] RISC-V: Mark the existing SBI v0.1 implementation as legacy
` [PATCH v2 2/6] RISC-V: Reorganize SBI code by moving legacy SBI to its own file
` [PATCH v2 3/6] RISC-V: Add SBI v0.2 base extension
` [PATCH v2 4/6] RISC-V: Add v0.1 replacement SBI extensions defined in v02
` [PATCH v2 5/6] RISC-V: Add SBI HSM extension in KVM
` [PATCH v2 6/6] RISC-V: Add SBI RESET "

[PATCH v10 00/17] Add AMD SEV guest live migration support
 2021-02-04  4:10 UTC  (18+ messages)
` [PATCH v10 01/16] KVM: SVM: Add KVM_SEV SEND_START command
` [PATCH v10 02/16] KVM: SVM: Add KVM_SEND_UPDATE_DATA command
` [PATCH v10 03/16] KVM: SVM: Add KVM_SEV_SEND_FINISH command
` [PATCH v10 04/16] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
` [PATCH v10 05/16] KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
` [PATCH v10 06/16] KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
` [PATCH v10 07/16] KVM: x86: Add AMD SEV specific Hypercall3
` [PATCH v10 08/16] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH v10 09/16] mm: x86: Invoke hypercall when page encryption status is changed
` [PATCH v10 10/16] KVM: x86: Introduce KVM_GET_SHARED_PAGES_LIST ioctl
` [PATCH v10 11/16] KVM: x86: Introduce KVM_SET_SHARED_PAGES_LIST ioctl
` [PATCH v10 12/16] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR
` [PATCH v10 13/16] EFI: Introduce the new AMD Memory Encryption GUID
` [PATCH v10 14/16] KVM: x86: Add guest support for detecting and enabling SEV Live Migration feature
` [PATCH v10 15/16] KVM: x86: Add kexec support for SEV Live Migration
` [PATCH v10 16/16] KVM: SVM: Bypass DBG_DECRYPT API calls for unencrypted guest memory

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-02-04  3:53 UTC  (45+ messages)
` [RFC PATCH v3 08/27] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [RFC PATCH v3 14/27] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [RFC PATCH v3 23/27] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions

[PATCH v8 00/13] Generalize memory encryption models
 2021-02-04  2:47 UTC  (9+ messages)
` [PATCH v8 07/13] confidential guest support: Introduce cgs "ready" flag
` [PATCH v8 08/13] confidential guest support: Move SEV initialization into arch specific code
` [PATCH v8 10/13] spapr: Add PEF based confidential guest support

[PATCH v2 0/4] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-02-04  0:59 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: vmx/pmu: Add MSR_ARCH_LBR_DEPTH emulation for Arch LBR
` [PATCH v2 2/4] KVM: vmx/pmu: Add MSR_ARCH_LBR_CTL "
` [PATCH v2 3/4] KVM: vmx/pmu: Add Arch LBR emulation and its VMCS field
` [PATCH v2 4/4] KVM: x86: Expose Architectural LBR CPUID and its XSAVES bit

[PATCH v13 00/15] s390/vfio-ap: dynamic configuration support
 2021-02-04  0:21 UTC  (6+ messages)
` [PATCH v13 09/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device

[kvm:nested-svm 99/137] arch/mips/include/asm/spinlock.h:17:28: error: redefinition of 'queued_spin_unlock'
 2021-02-03 22:32 UTC 

[PATCH 0/3] vfio/type1: batch page pinning
 2021-02-03 20:47 UTC  (4+ messages)
` [PATCH 1/3] vfio/type1: change success value of vaddr_get_pfn()
` [PATCH 2/3] vfio/type1: prepare for batched pinning with struct vfio_batch
` [PATCH 3/3] vfio/type1: batch page pinning

[Bug 208767] New: kernel stack overflow due to Lazy update IOAPIC on an x86_64 *host*, when gpu is passthrough to macos guest vm
 2021-02-03 20:32 UTC  (2+ messages)
` [Bug 208767] "

[PATCH 1/2] KVM: x86/mmu: Make HVA handler retpoline-friendly
 2021-02-03 20:10 UTC  (19+ messages)
` [PATCH 2/2] KVM: Scalable memslots implementation

[PATCH] swiotlb: Validate bounce size in the sync/unmap path
 2021-02-03 19:36 UTC  (4+ messages)

[PATCH v2 00/28] Allow parallel MMU operations with TDP MMU
 2021-02-03 18:51 UTC  (20+ messages)
` [PATCH v2 18/28] KVM: x86/mmu: Use an rwlock for the x86 MMU
` [PATCH v2 23/28] KVM: x86/mmu: Allow parallel page faults for the TDP MMU
` [PATCH v2 24/28] KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
` [PATCH v2 25/28] KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU "
` [PATCH v2 26/28] KVM: x86/mmu: Allow enabling / disabling dirty logging under "

[PATCH v6 00/19] KVM: Add minimal support for Xen HVM guests
 2021-02-03 17:55 UTC  (24+ messages)
` [PATCH v6 01/19] KVM: x86/xen: fix Xen hypercall page msr handling
` [PATCH v6 02/19] KVM: x86/xen: Fix __user pointer handling for hypercall page installation
` [PATCH v6 03/19] KVM: x86/xen: intercept xen hypercalls if enabled
` [PATCH v6 04/19] KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
` [PATCH v6 05/19] KVM: x86/xen: Move KVM_XEN_HVM_CONFIG handling to xen.c
` [PATCH v6 06/19] KVM: x86/xen: Add kvm_xen_enabled static key
` [PATCH v6 07/19] KVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTR
` [PATCH v6 08/19] KVM: x86/xen: latch long_mode when hypercall page is set up
` [PATCH v6 09/19] KVM: x86/xen: add definitions of compat_shared_info, compat_vcpu_info
` [PATCH v6 10/19] KVM: x86/xen: register shared_info page
` [PATCH v6 11/19] xen: add wc_sec_hi to struct shared_info
` [PATCH v6 12/19] KVM: x86/xen: update wallclock region
` [PATCH v6 13/19] KVM: x86/xen: Add KVM_XEN_VCPU_SET_ATTR/KVM_XEN_VCPU_GET_ATTR
` [PATCH v6 14/19] KVM: x86/xen: register vcpu info
` [PATCH v6 15/19] KVM: x86/xen: setup pvclock updates
` [PATCH v6 16/19] KVM: x86/xen: register vcpu time info region
` [PATCH v6 17/19] KVM: x86/xen: Add event channel interrupt vector upcall
` [PATCH v6 18/19] KVM: x86: declare Xen HVM shared info capability and add test case
` [PATCH v6 19/19] KVM: Add documentation for Xen hypercall and shared_info updates

[Bug 207489] New: Kernel panic due to Lazy update IOAPIC EOI on an x86_64 *host*, when two (or more) PCI devices from different IOMMU groups are passed to Windows 10 guest, upon guest boot into Windows, with more than 4 VCPUs
 2021-02-03 16:16 UTC  (2+ messages)
` [Bug 207489] "

[kvm:queue 120/138] arch/x86/kernel/fpu/xstate.c:608:14: error: use of undeclared identifier 'XFEATURE_RSRVD_COMP_11'
 2021-02-03 15:53 UTC 

[kvm:queue 120/138] arch/x86/kernel/fpu/xstate.c:608:14: error: 'XFEATURE_RSRVD_COMP_11' undeclared; did you mean
 2021-02-03 15:01 UTC 

[RFC v2 0/4] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-02-03 14:10 UTC  (7+ messages)
` [RFC v2 2/4] KVM: x86: add support for ioregionfd signal handling
` [RFC v2 3/4] KVM: add support for ioregionfd cmds/replies serialization

[PATCH v3 0/5] amba: minor fix and various cleanups
 2021-02-03 13:18 UTC  (3+ messages)
` [PATCH v3 4/5] amba: Make the remove callback return void

[kvm-unit-tests PATCH v3 00/11] GIC fixes and improvements
 2021-02-03 12:59 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 02/11] lib: arm/arm64: gicv2: Document existing barriers when sending IPIs
` [kvm-unit-tests PATCH v3 04/11] arm/arm64: gic: Remove unnecessary synchronization with stats_reset()
` [kvm-unit-tests PATCH v3 05/11] arm/arm64: gic: Use correct memory ordering for the IPI test

[PATCH kvm-unit-tests] x86: add CR4.DE test to debug.flat
 2021-02-03 11:41 UTC 


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