kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-08 22:04:10 to 2021-09-10 03:30:40 UTC [more...]

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-10  3:30 UTC  (7+ messages)
` [PATCH Part2 v5 16/45] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH Part2 v5 17/45] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH Part2 v5 18/45] crypto: ccp: Provide APIs to query extended attestation report

[PATCH v2 0/7] KVM: VMX: PT (processor trace) optimization cleanup and fixes
 2021-09-10  1:59 UTC  (4+ messages)
` [PATCH v2 6/7] KVM: VMX: Check Intel PT related CPUID leaves

[PATCH 0/3] some fixes of hypercall emulation
 2021-09-10  1:53 UTC  (11+ messages)
` [PATCH 1/3] kvm: x86: Introduce hypercall x86 ops for handling hypercall not in cpl0
` [PATCH 2/3] kvm: x86: Refactor kvm_emulate_hypercall() to no skip instruction
` [PATCH 3/3] kvm: x86: Emulate hypercall instead of fixing hypercall instruction
` [PATCH v2 0/3] kvm: x86: some fixes of hypercall emulation
  ` [PATCH v2 1/3] kvm: x86: Introduce hypercall x86 ops for handling hypercall not in cpl0
  ` [PATCH v2 2/3] kvm: x86: Refactor kvm_emulate_hypercall() to no skip instruction
  ` [PATCH v2 3/3] kvm: x86: Emulate hypercall instead of fixing hypercall instruction

[PATCH] KVM: nVMX: Fix nested bus lock VM exit
 2021-09-10  1:46 UTC  (5+ messages)

[PATCH 0/2 V7] Add AMD SEV and SEV-ES intra host migration support
 2021-09-10  1:40 UTC  (9+ messages)
` [PATCH 1/3 V7] KVM, SEV: Add support for SEV intra host migration
` [PATCH 2/3 V7] KVM, SEV: Add support for SEV-ES "

[PATCH v2 0/4] clean up interface between KVM and psp
 2021-09-10  1:23 UTC  (11+ messages)
` [PATCH v2 3/4] KVM: SVM: move sev_bind_asid to psp

[PATCH v2 0/2] KVM: arm64: vgic-v3: Missing check for redist region above the VM IPA size
 2021-09-10  0:49 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: vgic: check redist region is not "
` [PATCH v2 2/2] KVM: arm64: selftests: tests for vgic redist regions "

[PATCH AUTOSEL 5.13 58/88] vfio/type1: Fix vfio_find_dma_valid return
 2021-09-10  0:17 UTC 

[PATCH AUTOSEL 5.14 65/99] vfio/type1: Fix vfio_find_dma_valid return
 2021-09-10  0:15 UTC 

[PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
 2021-09-09 22:57 UTC  (13+ messages)

[PATCH v2] vfio/pci: Add OpRegion 2.0 Extended VBT support
 2021-09-09 22:00 UTC  (3+ messages)
` [PATCH v3] vfio/pci: Add OpRegion 2.0+ "

[PATCH v2 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-09-09 20:28 UTC  (6+ messages)
` [PATCH v2 5/6] kvm: allocate vcpu pointer array separately

[PATCH v4 00/18] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-09 20:06 UTC  (54+ messages)
` [PATCH v4 01/18] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH v4 02/18] KVM: arm64: selftests: Add sysreg.h
` [PATCH v4 03/18] KVM: arm64: selftests: Use read/write definitions from sysreg.h
` [PATCH v4 04/18] KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG
` [PATCH v4 05/18] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH v4 06/18] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH v4 07/18] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH v4 08/18] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH v4 09/18] KVM: arm64: selftests: Add guest support to get the vcpuid
` [PATCH v4 10/18] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH v4 11/18] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v4 12/18] KVM: selftests: Keep track of the number of vCPUs for a VM
` [PATCH v4 13/18] KVM: selftests: Add support to get the VM's mode
` [PATCH v4 14/18] KVM: arm64: selftests: Add host support for vGIC
` [PATCH v4 15/18] KVM: arm64: selftests: Add arch_timer test
` [PATCH v4 16/18] KVM: arm64: selftests: arch_timer: Support vCPU migration
` [PATCH v4 17/18] KVM: arm64: selftests: Replace ARM64_SYS_REG with ARM64_SYS_KVM_REG
` [PATCH v4 18/18] KVM: selftests: vgic_init: Pull REDIST_REGION_ATTR_ADDR from vgic.h

[PATCH v2 0/9] Move vfio_ccw to the new mdev API
 2021-09-09 19:38 UTC  (10+ messages)
` [PATCH v2 1/9] vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
` [PATCH v2 2/9] vfio/ccw: Pass vfio_ccw_private not mdev_device to various functions
` [PATCH v2 3/9] vfio/ccw: Convert to use vfio_register_group_dev()
` [PATCH v2 4/9] vfio/ccw: Make the FSM complete and synchronize it to the mdev
` [PATCH v2 5/9] vfio/mdev: Consolidate all the device_api sysfs into the core code
` [PATCH v2 6/9] vfio/mdev: Add mdev available instance checking to the core
` [PATCH v2 7/9] vfio/ccw: Remove private->mdev
` [PATCH v2 8/9] vfio: Export vfio_device_try_get()
` [PATCH v2 9/9] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-09-09 19:26 UTC  (8+ messages)
` [PATCH Part1 v5 34/38] x86/sev: Add snp_msg_seqno() helper

[PATCH v2] KVM: VMX: Enable Notify VM exit
 2021-09-09 18:59 UTC  (13+ messages)

[kvm-unit-tests PATCH v3 0/7] x86: Fix duplicate symbols w/ clang
 2021-09-09 18:52 UTC  (15+ messages)
` [kvm-unit-tests PATCH v3 1/7] lib: Drop x86/processor.h's barrier() in favor of compiler.h version
` [kvm-unit-tests PATCH v3 2/7] lib: define the "noinline" macro
` [kvm-unit-tests PATCH v3 3/7] lib: Move __unused attribute macro to compiler.h
` [kvm-unit-tests PATCH v3 4/7] x86: realmode: mark exec_in_big_real_mode as noinline
` [kvm-unit-tests PATCH v3 5/7] x86: svm: mark test_run "
` [kvm-unit-tests PATCH v3 6/7] x86: umip: mark do_ring3 "
` [kvm-unit-tests PATCH v3 7/7] x86: vmx: mark some test_* functions "

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

[PATCH] vfio/ap_ops: Add missed vfio_uninit_group_dev()
 2021-09-09 17:24 UTC 

[PATCH 0/4] Prevent inlining for asm blocks with labels
 2021-09-09 17:19 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 0/5] "
  ` [kvm-unit-tests PATCH v2 2/5] x86: realmode: mark exec_in_big_real_mode as noinline

[PATCH] KVM: nVMX: Reset vmxon_ptr upon VMXOFF emulation
 2021-09-09 16:46 UTC  (5+ messages)

[PATCH resend RFC 0/9] s390: fixes, cleanups and optimizations for page table walkers
 2021-09-09 16:22 UTC  (10+ 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 4/9] s390/mm: fix VMA and page table handling code in storage key handling 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 resend RFC 8/9] s390/mm: optimize set_guest_storage_key()
` [PATCH resend RFC 9/9] s390/mm: optimize reset_guest_reference_bit()

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

[kvm-unit-tests RFC PATCH 0/5] arm: Add kvmtool to the runner script
 2021-09-09 14:42 UTC  (18+ messages)
` [kvm-unit-tests RFC PATCH 3/5] run_tests.sh: Add kvmtool support
` [kvm-unit-tests RFC PATCH 4/5] scripts: Generate kvmtool standalone tests

[GIT PULL] virtio,vdpa,vhost: features, fixes
 2021-09-09 13:56 UTC 

[PATCH v2 0/4] KVM: SVM: Add initial GHCB protocol version 2 support
 2021-09-09 13:32 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: SVM: Get rid of *ghcb_msr_bits() functions

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-09 13:10 UTC  (15+ messages)
` [PATCH v3 1/8] x86/ioremap: Selectively build arch override encryption functions
` [PATCH v3 2/8] mm: Introduce a function to check for confidential computing features
` [PATCH v3 3/8] x86/sev: Add an x86 version of cc_platform_has()
` [PATCH v3 4/8] powerpc/pseries/svm: Add a powerpc "
` [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
` [PATCH v3 6/8] x86/sev: Replace occurrences of sev_active() "
` [PATCH v3 7/8] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v3 8/8] treewide: Replace the use of mem_encrypt_active() "

[PATCH] vhost_net: fix OoB on sendmsg() failure
 2021-09-09 10:00 UTC  (3+ messages)

[PATCH v3 0/3] s390x: KVM: CPU Topology
 2021-09-09  9:03 UTC  (4+ messages)
` [PATCH v3 2/3] s390x: KVM: Implementation of Multiprocessor Topology-Change-Report

[PATCH] KVM: nVMX: Filter out all unsupported controls when eVMCS was activated
 2021-09-09  7:03 UTC  (3+ messages)

[PATCH] KVM: nVMX: fix comments of handle_vmon()
 2021-09-09  5:13 UTC  (5+ messages)

[PATCH v2 0/3] KVM: few more SMM fixes
 2021-09-09  0:59 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: nSVM: restore the L1 host state prior to resuming a nested guest on SMM exit
` [PATCH v2 2/3] KVM: x86: force PDPTRs reload "
` [PATCH v2 3/3] KVM: nSVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM mode

[QUERY] Flushing cache from userspace using VFIO
 2021-09-08 23:12 UTC  (2+ 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).