kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-03 16:16:12 to 2021-02-05 00:43:26 UTC [more...]

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

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-02-05  0:32 UTC  (51+ 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 0/3] nSVM: Test host RFLAGS.TF on VMRUN
 2021-02-05  0:20 UTC  (4+ messages)
` [PATCH 2/3] nVMX: Add helper functions to set/unset host RFLAGS.TF on the VMRUN instruction

[PATCH 0/1 v2] nSVM: Test host RFLAGS.TF on VMRUN
 2021-02-04 23:29 UTC  (2+ messages)
` [PATCH 1/1 v2] nSVM: Test effect of "

[PATCH] KVM: VMX: Optimize flushing the PML buffer
 2021-02-05  0:02 UTC  (3+ messages)

[PATCH v3 00/13] vdpa: add vdpa simulator for block device
 2021-02-04 22:39 UTC  (16+ messages)
` [PATCH v3 01/13] vdpa_sim: use iova module to allocate IOVA addresses
` [PATCH v3 02/13] vringh: add 'iotlb_lock' to synchronize iotlb accesses
` [PATCH v3 03/13] vringh: reset kiov 'consumed' field in __vringh_iov()
` [PATCH v3 04/13] vringh: explain more about cleaning riov and wiov
` [PATCH v3 05/13] vringh: implement vringh_kiov_advance()
` [PATCH v3 06/13] vringh: add vringh_kiov_length() helper
` [PATCH v3 07/13] vdpa_sim: cleanup kiovs in vdpasim_free()
` [PATCH v3 08/13] vdpa: add return value to get_config/set_config callbacks
` [PATCH v3 09/13] vhost/vdpa: remove vhost_vdpa_config_validate()
` [PATCH v3 10/13] vhost/vdpa: Remove the restriction that only supports virtio-net devices
` [PATCH v3 11/13] vdpa: add vdpa simulator for block device
` [PATCH v3 12/13] vdpa_sim_blk: implement ramdisk behaviour
` [PATCH v3 13/13] vdpa_sim_blk: handle VIRTIO_BLK_T_GET_ID

[PATCH] mm: Export follow_pte() for KVM so that KVM can stop using follow_pfn()
 2021-02-04 20:33 UTC  (3+ messages)

linux-next: Signed-off-by missing for commit in the kvm tree
 2021-02-04 20:18 UTC 

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-02-04 19:52 UTC  (9+ messages)
` [RFC PATCH 01/11] iommu/arm-smmu-v3: Add feature detection for HTTU
` [RFC PATCH 04/11] iommu/arm-smmu-v3: Split block descriptor to a span of page
` [RFC PATCH 05/11] iommu/arm-smmu-v3: Merge a span of page to block descriptor
` [RFC PATCH 06/11] iommu/arm-smmu-v3: Scan leaf TTD to sync hardware dirty log

linux-next: Fixes tag needs some work in the kvm tree
 2021-02-04 20:16 UTC 

[PATCH v3 0/5] amba: minor fix and various cleanups
 2021-02-04 18:15 UTC  (7+ messages)
` [GIT PULL] immutable branch for amba changes targeting v5.12-rc1

[PATCH v2 0/2] s390/kvm: fix MVPG when in VSIE
 2021-02-04 17:10 UTC  (6+ messages)
` [PATCH v2 1/2] s390/kvm: extend kvm_s390_shadow_fault to return entry pointer
` [PATCH v2 2/2] s390/kvm: VSIE: correctly handle MVPG when in VSIE

[PATCH 00/12] KVM: x86: Legal GPA fixes and cleanups
 2021-02-04 18:01 UTC  (21+ 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 v15 00/14] Introduce support for guest CET feature
 2021-02-04 17:29 UTC  (8+ messages)
` [PATCH v15 04/14] KVM: x86: Add #CP support in guest exception dispatch

[PATCH v2 0/2] KVM: x86: cleanups for MOV from/to DR
 2021-02-04 14:54 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: reading debug registers cannot fail
` [PATCH v2 2/2] KVM: x86: move kvm_inject_gp up from kvm_set_dr to callers

[PATCH v10 00/17] Add AMD SEV guest live migration support
 2021-02-04 16:34 UTC  (21+ 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

Optimized clocksource with AMD AVIC enabled for Windows guest
 2021-02-04 15:19 UTC  (8+ messages)

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

[PATCH 00/12] Introduce dev-msi and interrupt message store
 2021-02-04 13:22 UTC  (15+ 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

[RFC v2 0/4] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-02-04 13:03 UTC  (3+ messages)
` [RESEND RFC v2 1/4] KVM: add initial support for KVM_SET_IOREGION

[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] 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 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  (4+ messages)
` [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  (14+ 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  (17+ 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 v6 00/19] KVM: Add minimal support for Xen HVM guests
 2021-02-03 17:55 UTC  (7+ messages)
` [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] "


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