kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-13 15:57:11 to 2021-09-15 01:19:23 UTC [more...]

[PATCH V10 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-09-15  1:19 UTC  (4+ messages)
` [PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-15  0:28 UTC  (8+ messages)
` [PATCH v3 4/8] powerpc/pseries/svm: Add a powerpc version of cc_platform_has()
` [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()

[PATCH] KVM: SEV: Acquire vcpu mutex when updating VMSA
 2021-09-14 23:43 UTC  (4+ messages)

[PATCH 0/3] KVM: x86: Clean up RESET "emulation"
 2021-09-14 23:08 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: Drop explicit zeroing of MSR guest values at vCPU creation
` [PATCH 2/3] KVM: VMX: Move RESET emulation to vmx_vcpu_reset()
` [PATCH 3/3] KVM: SVM: Move RESET emulation to svm_vcpu_reset()

[PATCH resend RFC 0/9] s390: fixes, cleanups and optimizations for page table walkers
 2021-09-14 22:41 UTC  (18+ messages)
` [PATCH resend RFC 1/9] s390/gmap: validate VMA in __gmap_zap()
` [PATCH resend RFC 2/9] s390/gmap: don't unconditionally call pte_unmap_unlock() "
` [PATCH resend RFC 3/9] s390/mm: validate VMA in PGSTE manipulation functions
` [PATCH resend RFC 5/9] s390/uv: fully validate the VMA before calling follow_page()
` [PATCH resend RFC 6/9] s390/pci_mmio: fully validate the VMA before calling follow_pte()
` [PATCH resend RFC 7/9] s390/mm: no need for pte_alloc_map_lock() if we know the pmd is present

[PATCH v7 00/15] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-14 22:31 UTC  (16+ messages)
` [PATCH v7 01/15] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH v7 02/15] tools: arm64: Import sysreg.h
` [PATCH v7 03/15] KVM: arm64: selftests: Use read/write definitions from sysreg.h
` [PATCH v7 04/15] KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG
` [PATCH v7 05/15] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH v7 06/15] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH v7 07/15] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH v7 08/15] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH v7 09/15] KVM: arm64: selftests: Maintain consistency for vcpuid type
` [PATCH v7 10/15] KVM: arm64: selftests: Add guest support to get the vcpuid
` [PATCH v7 11/15] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH v7 12/15] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v7 13/15] KVM: arm64: selftests: Add host support for vGIC
` [PATCH v7 14/15] KVM: arm64: selftests: Add arch_timer test
` [PATCH v7 15/15] KVM: arm64: selftests: arch_timer: Support vCPU migration

[PATCH 0/2] KVM: SEV: RECEIVE_UPDATE_DATA bug fixes
 2021-09-14 22:15 UTC  (5+ messages)
` [PATCH 1/2] KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATA
` [PATCH 2/2] KVM: SEV: Flush cache on non-coherent systems before RECEIVE_UPDATE_DATA

[PATCH V2] KVM: SEV: Disable KVM_CAP_VM_COPY_ENC_CONTEXT_FROM for SEV-ES
 2021-09-14 19:54 UTC  (3+ messages)

[PATCH] KVM: SEV: Disable KVM_CAP_VM_COPY_ENC_CONTEXT_FROM for SEV-ES
 2021-09-14 18:49 UTC  (6+ messages)

[PATCH v2 0/9] Move vfio_ccw to the new mdev API
 2021-09-14 18:03 UTC  (9+ messages)
` [PATCH v2 1/9] vfio/ccw: Use functions for alloc/free of the vfio_ccw_private

[PATCH] nitro_enclaves: merge contiguous physical memory regions
 2021-09-14 17:45 UTC 

[RFC/RFT PATCH 0/2] x86: sgx_vepc: implement ioctl to EREMOVE all pages
 2021-09-14 17:44 UTC  (28+ messages)
` [PATCH 1/2] x86: sgx_vepc: extract sgx_vepc_remove_page
` [PATCH 2/2] x86: sgx_vepc: implement SGX_IOC_VEPC_REMOVE ioctl

[PATCH v6 00/14] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-14 16:55 UTC  (22+ messages)
` [PATCH v6 01/14] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH v6 02/14] tools: arm64: Import sysreg.h
` [PATCH v6 03/14] KVM: arm64: selftests: Use read/write definitions from sysreg.h
` [PATCH v6 04/14] KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG
` [PATCH v6 05/14] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH v6 06/14] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH v6 07/14] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH v6 08/14] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH v6 09/14] KVM: arm64: selftests: Add guest support to get the vcpuid
` [PATCH v6 10/14] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH v6 11/14] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v6 12/14] KVM: arm64: selftests: Add host support for vGIC
` [PATCH v6 13/14] KVM: arm64: selftests: Add arch_timer test
` [PATCH v6 14/14] KVM: arm64: selftests: arch_timer: Support vCPU migration

[PATCH 0/4 V8] Add AMD SEV and SEV-ES intra host migration support
 2021-09-14 16:47 UTC  (5+ messages)
` [PATCH 1/4 V8] KVM: SEV: Add support for SEV intra host migration
` [PATCH 2/4 V8] KVM: SEV: Add support for SEV-ES "
` [PATCH 3/4 V8] selftest: KVM: Add open sev dev helper
` [PATCH 4/4 V8] selftest: KVM: Add intra host migration tests

[PROBLEM] Frequently get "irq 31: nobody cared" when passing through 2x GPUs that share same pci switch via vfio
 2021-09-14 16:43 UTC 

[PATCH 0/4] AMD's LBR test for nesting and few more fixes
 2021-09-14 16:30 UTC  (5+ messages)
` [PATCH 1/4] svm: add SVM_BARE_VMRUN
` [PATCH 2/4] svm: intercept shutdown in all svm tests by default
` [PATCH 3/4] few fixes for pmu_lbr test
` [PATCH 4/4] svm: add tests for LBR virtualization

[PATCH 2/2] kvm: rename KVM_MAX_VCPU_ID to, KVM_MAX_VCPU_IDS
 2021-09-14 15:59 UTC 

[PATCH 0/3] KVM: qemu patches for few KVM features I developed
 2021-09-14 15:52 UTC  (4+ messages)
` [PATCH 1/3] KVM: use KVM_{GET|SET}_SREGS2 when supported
` [PATCH 2/3] gdbstub: implement NOIRQ support for single step on KVM
` [PATCH 3/3] KVM: SVM: add migration support for nested TSC scaling

[PATCH 00/14] nSVM fixes and optional features
 2021-09-14 15:48 UTC  (15+ messages)
` [PATCH 01/14] KVM: x86: nSVM: restore int_vector in svm_clear_vintr
` [PATCH 02/14] KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0
` [PATCH 03/14] KVM: x86: nSVM: test eax for 4K alignment for GP errata workaround
` [PATCH 04/14] KVM: x86: nSVM: don't copy pause related settings
` [PATCH 05/14] KVM: x86: nSVM: don't copy virt_ext from vmcb12
` [PATCH 06/14] KVM: x86: SVM: don't set VMLOAD/VMSAVE intercepts on vCPU reset
` [PATCH 07/14] KVM: x86: SVM: add warning for CVE-2021-3656
` [PATCH 08/14] KVM: x86: SVM: add module param to control LBR virtualization
` [PATCH 09/14] KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
` [PATCH 10/14] KVM: x86: nSVM: implement nested LBR virtualization
` [PATCH 11/14] KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
` [PATCH 12/14] KVM: x86: SVM: add module param to control TSC scaling
` [PATCH 13/14] KVM: x86: nSVM: implement nested "
` [PATCH 14/14] KVM: x86: nSVM: support PAUSE filter threshold and count

[PATCH] KVM: SVM: fix missing sev_decommission in sev_receive_start
 2021-09-14 15:26 UTC  (2+ messages)

[PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-14 12:22 UTC  (4+ messages)

[RFC PATCH 0/3] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-09-14 11:39 UTC  (10+ messages)
` [RFC PATCH 3/3] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races

[PATCH v4 00/18] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-14 10:39 UTC  (11+ messages)
` [PATCH v4 02/18] KVM: arm64: selftests: Add sysreg.h
` [PATCH v4 09/18] KVM: arm64: selftests: Add guest support to get the vcpuid

[PATCH v2] KVM: nVMX: Fix nested bus lock VM exit
 2021-09-14  9:50 UTC 

[PATCH v1 kvmtool 3/7] pci: Fix pci_dev_* print macros
 2021-09-14  9:13 UTC  (2+ messages)
` [RESEND PATCH v1 kvmtool 4/8] vfio/pci: Rename PBA offset in device descriptor to fd_offset

[PATCH v3] vfio/pci: Add OpRegion 2.0+ Extended VBT support
 2021-09-14  9:11 UTC  (6+ messages)
` [PATCH v4] "
      ` [PATCH v5] "
        ` [PATCH v6] "

[RFC v2 0/5] virtio/vsock: introduce SOCK_DGRAM support
 2021-09-14  6:56 UTC  (8+ messages)
` [RFC v2 1/5] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [RFC v2 2/5] virtio/vsock: add support for virtio datagram
` [RFC v2 3/5] vhost/vsock: add support for vhost dgram
` [RFC v2 4/5] vsock_test: add tests for vsock dgram
` [RFC v2 5/5] virtio/vsock: add sysfs for rx buf len for dgram

cleanup vfio iommu_group creation v5
 2021-09-14  6:11 UTC  (11+ messages)
` [PATCH 01/14] vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
` [PATCH 04/14] vfio: factor out a vfio_group_find_or_alloc helper
` [PATCH 05/14] vfio: refactor noiommu group creation
` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices

[PATCH 0/2] KVM: arm64: vgic-v3: Missing check for redist region above the VM IPA size
 2021-09-14  3:20 UTC  (8+ messages)
` [PATCH 1/2] KVM: arm64: vgic: check redist region is not "

kvm crash in 5.14.1?
 2021-09-14  2:58 UTC 

[Bug 214165] New: Missing clflush before RECEIVE_UPDATE_DATA
 2021-09-13 23:06 UTC  (2+ messages)
` [Bug 214165] "

[PATCH v6 00/14] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-13 23:15 UTC 

[PATCH 2/7] KVM: X86: Synchronize the shadow pagetable before link it
 2021-09-13 22:31 UTC  (5+ messages)

[PATCH v5 00/14] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-13 21:43 UTC  (19+ messages)
` [PATCH v5 01/14] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH v5 02/14] tools: arm64: Import sysreg.h
` [PATCH v5 03/14] KVM: arm64: selftests: Use read/write definitions from sysreg.h
` [PATCH v5 04/14] KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG
` [PATCH v5 05/14] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH v5 06/14] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH v5 07/14] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH v5 08/14] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH v5 09/14] KVM: arm64: selftests: Add guest support to get the vcpuid
` [PATCH v5 10/14] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH v5 11/14] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v5 12/14] KVM: arm64: selftests: Add host support for vGIC
` [PATCH v5 13/14] KVM: arm64: selftests: Add arch_timer test
` [PATCH v5 14/14] KVM: arm64: selftests: arch_timer: Support vCPU migration

[PATCH 0/2] kvm: fix KVM_MAX_VCPU_ID handling
 2021-09-13 18:21 UTC  (5+ messages)
` [PATCH 2/2] kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS

[PATCH 0/2 V7] Add AMD SEV and SEV-ES intra host migration support
 2021-09-13 16:21 UTC  (5+ messages)
` [PATCH 1/3 V7] KVM, SEV: Add support for SEV intra host migration

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-09-13 16:21 UTC  (6+ messages)
` [PATCH v2 05/12] x86/sev: Use GHCB protocol version 2 if supported
` [PATCH v2 06/12] x86/sev: Cache AP Jump Table Address


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