kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-02 23:06:54 to 2021-02-03 23:14:13 UTC [more...]

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

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-02-03 23:11 UTC  (61+ messages)
` [RFC PATCH v3 01/27] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [RFC PATCH v3 03/27] x86/sgx: Remove a warn from sgx_free_epc_page()
` [RFC PATCH v3 08/27] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [RFC PATCH v3 16/27] KVM: VMX: Convert vcpu_vmx.exit_reason to a union
` [RFC PATCH v3 23/27] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions

[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 v15 00/14] Introduce support for guest CET feature
 2021-02-03 21:46 UTC  (21+ messages)
` [PATCH v15 01/14] KVM: x86: Report XSS as an MSR to be saved if there are supported features
` [PATCH v15 02/14] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS
` [PATCH v15 03/14] KVM: x86: Load guest fpu state when accessing MSRs managed by XSAVES
` [PATCH v15 04/14] KVM: x86: Add #CP support in guest exception dispatch
` [PATCH v15 05/14] KVM: VMX: Introduce CET VMCS fields and flags
` [PATCH v15 06/14] KVM: x86: Add fault checks for CR4.CET
` [PATCH v15 07/14] KVM: VMX: Emulate reads and writes to CET MSRs
` [PATCH v15 08/14] KVM: VMX: Add a synthetic MSR to allow userspace VMM to access GUEST_SSP
` [PATCH v15 09/14] KVM: x86: Report CET MSRs as to-be-saved if CET is supported
` [PATCH v15 10/14] KVM: x86: Enable CET virtualization for VMX and advertise CET to userspace
` [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 00/12] Introduce dev-msi and interrupt message store
 2021-02-03 20:56 UTC  (13+ 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 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  (9+ messages)

[PATCH v2 00/28] Allow parallel MMU operations with TDP MMU
 2021-02-03 18:51 UTC  (29+ messages)
` [PATCH v2 10/28] KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs
` [PATCH v2 18/28] KVM: x86/mmu: Use an rwlock for the x86 MMU
` [PATCH v2 20/28] KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map
` [PATCH v2 22/28] KVM: x86/mmu: Mark SPTEs in disconnected pages as removed
` [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 v2 28/28] KVM: selftests: Disable dirty logging with vCPUs running

[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

[PATCH v8 00/13] Generalize memory encryption models
 2021-02-03 17:50 UTC  (13+ 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 v8 12/13] confidential guest support: Alter virtio default properties for protected guests
` [PATCH v8 13/13] s390: Recognize confidential-guest-support option

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

[PATCH RFC v2 00/10] vdpa: add vdpa simulator for block device
 2021-02-03 16:45 UTC  (5+ messages)
` [PATCH RFC v2 08/10] "

[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] "

[PATCH v7 00/17] follow_pfn and other iomap races
 2021-02-03 16:14 UTC  (8+ messages)
` [PATCH v7 12/17] PCI: Revoke mappings like devmem

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

[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 

[PATCH v2 0/4] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-02-03 14:37 UTC  (6+ 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

[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  (8+ messages)
` [PATCH v3 4/5] amba: Make the remove callback return void
` [GIT PULL] immutable branch for amba changes targeting v5.12-rc1
  ` [PATCH] mailbox: arm_mhuv2: make 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 

[PATCH] KVM: MIPS: remove unneeded semicolon
 2021-02-03 10:37 UTC  (2+ messages)

[PATCH v2 0/2] s390/kvm: fix MVPG when in VSIE
 2021-02-03 10:36 UTC  (3+ messages)
` [PATCH v2 2/2] s390/kvm: VSIE: correctly handle "

[kvm-unit-tests PATCH v1 4/5] s390x: css: SCHM tests format 0
 2021-02-03 10:12 UTC  (8+ messages)
  ` [kvm-unit-tests PATCH v1 3/5] s390x: css: implementing Set CHannel Monitor
  ` [kvm-unit-tests PATCH v1 2/5] s390x: css: simplifications of the tests
  ` [kvm-unit-tests PATCH v1 1/5] s390x: css: Store CSS Characteristics

[PATCH] KVM: vmx/pmu: Add VMCS fields check before exposing LBR_FMT
 2021-02-03  9:42 UTC  (2+ messages)

[PATCH 0/3] use kvm_complete_insn_gp more
 2021-02-03  9:24 UTC  (4+ messages)
` [PATCH 3/3] KVM: x86: move kvm_inject_gp up from kvm_set_dr to callers

Optimized clocksource with AMD AVIC enabled for Windows guest
 2021-02-03  9:15 UTC  (3+ messages)

[RFC PATCH 00/12] KVM: Support Intel KeyLocker
 2021-02-03  8:45 UTC  (5+ messages)
` [RFC PATCH 03/12] kvm/vmx: Introduce the new tertiary processor-based VM-execution controls

[PATCH] KVM: x86: cleanup CR3 reserved bits checks
 2021-02-03  8:28 UTC  (3+ messages)

[PATCH 0/5 v3] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests
 2021-02-03  8:23 UTC  (7+ messages)
` [PATCH 1/5 v3] KVM: SVM: Move IOPM_ALLOC_ORDER and MSRPM_ALLOC_ORDER #defines to svm.h
` [PATCH 2/5 v3] nSVM: Check addresses of MSR and IO bitmap
` [PATCH 3/5 v3] KVM: nSVM: Cleanup in nested_svm_vmrun()
` [PATCH 4/5 v3] Test: nSVM: Test MSR and IO bitmap address
` [PATCH 5/5 v3] Test: SVM: Use ALIGN macro when aligning 'io_bitmap_area'

[PATCH 0/3] nSVM: Test host RFLAGS.TF on VMRUN
 2021-02-03  8:15 UTC  (5+ messages)
` [PATCH 1/3] KVM: SVM: Replace hard-coded value with #define
` [PATCH 2/3] nVMX: Add helper functions to set/unset host RFLAGS.TF on the VMRUN instruction
` [PATCH 3/3] nSVM: Test effect of host RFLAGS.TF on VMRUN

[PATCH v4 0/3] KVM: SVM: Refactor vcpu_load/put to use vmload/vmsave for host state
 2021-02-03  8:10 UTC  (5+ messages)
` [PATCH v4 1/3] KVM: SVM: use vmsave/vmload for saving/restoring additional "

[PATCH] KVM: SVM: Use 'unsigned long' for the physical address passed to VMSAVE
 2021-02-03  8:03 UTC  (2+ messages)

[PATCH] KVM: SVM: Treat SVM as unsupported when running as an SEV guest
 2021-02-03  8:02 UTC  (2+ messages)

[kvm:nested-svm 79/95] arch/x86/kvm/vmx/vmx.c:5649:12: error: conflicting types for 'handle_bus_lock'
 2021-02-03  7:41 UTC  (2+ messages)

[Announcement] Successful KVM RISC-V bring up on FPGA (Rocket core with H extension)
 2021-02-03  3:06 UTC  (2+ messages)

[PATCH v3 06/21] x86/fpu/xstate: Calculate and remember dynamic xstate buffer sizes
 2021-02-03  2:54 UTC  (5+ messages)

[PATCH v16 0/9] Enable ptp_kvm for arm/arm64
 2021-02-03  2:40 UTC  (3+ 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).