kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-21 06:39:46 to 2021-05-24 15:56:34 UTC [more...]

[patch 0/4] VMX: configure posted interrupt descriptor when assigning device (v3)
 2021-05-24 15:55 UTC  (3+ messages)
` [patch 4/4] KVM: VMX: update vcpu posted-interrupt descriptor when assigning device

[PATCH 00/12] KVM: nVMX: Fix vmcs02 PID use-after-free issue
 2021-05-24 15:50 UTC  (5+ messages)
` [PATCH 02/12] KVM: x86: Wake up a vCPU when kvm_check_nested_events fails

[PATCH v3 00/12] KVM: Implement nested TSC scaling
 2021-05-24 15:37 UTC  (16+ messages)
` [PATCH v3 01/12] math64.h: Add mul_s64_u64_shr()
` [PATCH v3 02/12] KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'
` [PATCH v3 03/12] KVM: X86: Rename kvm_compute_tsc_offset() to kvm_compute_tsc_offset_l1()
` [PATCH v3 04/12] KVM: X86: Add a ratio parameter to kvm_scale_tsc()
` [PATCH v3 05/12] KVM: VMX: Add a TSC multiplier field in VMCS12
` [PATCH v3 06/12] KVM: X86: Add functions for retrieving L2 TSC fields from common code
` [PATCH v3 07/12] KVM: X86: Add functions that calculate L2's TSC offset and multiplier
` [PATCH v3 08/12] KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it
` [PATCH v3 09/12] KVM: VMX: Remove vmx->current_tsc_ratio and decache_tsc_multiplier()
` [PATCH v3 10/12] KVM: VMX: Set the TSC offset and multiplier on nested entry and exit
` [PATCH v3 11/12] KVM: VMX: Expose TSC scaling to L2
` [PATCH v3 12/12] KVM: selftests: x86: Add vmx_nested_tsc_scaling_test

[PATCH v2 0/7] KVM: nVMX: Fixes for nested state migration when eVMCS is in use
 2021-05-24 14:37 UTC  (28+ messages)
` [PATCH v2 1/7] KVM: nVMX: Introduce nested_evmcs_is_used()
` [PATCH v2 2/7] KVM: nVMX: Release enlightened VMCS on VMCLEAR
` [PATCH v2 3/7] KVM: nVMX: Ignore 'hv_clean_fields' data when eVMCS data is copied in vmx_get_nested_state()
` [PATCH v2 4/7] KVM: nVMX: Force enlightened VMCS sync from nested_vmx_failValid()
` [PATCH v2 5/7] KVM: nVMX: Reset eVMCS clean fields data from prepare_vmcs02()
` [PATCH v2 6/7] KVM: nVMX: Request to sync eVMCS from VMCS12 after migration
` [PATCH v2 7/7] KVM: selftests: evmcs_test: Test that KVM_STATE_NESTED_EVMCS is never lost

[PATCH] KVM: SVM: Assume a 64-bit hypercall for guests with protected state
 2021-05-24 14:20 UTC  (8+ messages)

[PATCH v4] KVM: selftests: Print a message if /dev/kvm is missing
 2021-05-24 14:07 UTC  (2+ messages)

[PATCH v4 1/5] KVM: exit halt polling on need_resched() for both book3s and generic halt-polling
 2021-05-24 13:47 UTC  (7+ messages)
` [PATCH v4 2/5] KVM: X86: Bail out of direct yield in case of under-committed scenarios

[kvm-unit-tests PATCH] x86: Convert vmx_tests.c comments to ASCII
 2021-05-24 13:46 UTC  (2+ messages)

[PATCH v2 00/10] KVM: selftests: exercise userfaultfd minor faults
 2021-05-24 13:38 UTC  (12+ messages)
` [PATCH v2 02/10] KVM: selftests: simplify setup_demand_paging error handling
` [PATCH v2 03/10] KVM: selftests: print a message when skipping KVM tests
` [PATCH v2 09/10] KVM: selftests: allow using UFFD minor faults for demand paging

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-05-24 13:11 UTC  (20+ messages)
` [RFC PATCH v3 2/8] vfio/type1: Add a page fault handler
` [RFC PATCH v3 4/8] vfio/type1: Pre-map more pages than requested in the IOPF handling
` [RFC PATCH v3 5/8] vfio/type1: VFIO_IOMMU_ENABLE_IOPF
` [RFC PATCH v3 6/8] vfio/type1: No need to statically pin and map if IOPF enabled
` [RFC PATCH v3 7/8] vfio/type1: Add selective DMA faulting support
` [RFC PATCH v3 8/8] vfio: Add nested IOPF support

[PATCH v2 0/5] KVM: selftests: arm64 exception handling and debug test
 2021-05-24 12:59 UTC  (3+ messages)

[kvm PATCH v6 0/2] shrink vcpu_vmx down to order 2
 2021-05-24 12:50 UTC  (2+ messages)

[PATCH v5 0/7] Lazily allocate memslot rmaps
 2021-05-24 12:43 UTC  (2+ messages)

[PATCH] KVM: selftests: Ignore CPUID.0DH.1H in get_cpuid_test
 2021-05-24 12:31 UTC  (2+ messages)

[PATCH v2] KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()
 2021-05-24 12:30 UTC  (4+ messages)

[PATCH 0/6] Don't use BIT() macro in UAPI headers
 2021-05-24 12:29 UTC  (15+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] x86/elf: Use _BITUL() "
  ` [PATCH v2 2/7] KVM: X86: "
  ` [PATCH v2 3/7] drivers: firmware: psci: "
  ` [PATCH v2 4/7] uacce: "
  ` [PATCH v2 5/7] media: vicodec: "
  ` [PATCH v2 6/7] tools headers UAPI: Sync pkt_sched.h with the kernel sources
  ` [PATCH v2 7/7] checkpatch: suggest _BITULL() and _BITUL() for UAPI headers

[PATCH] selftests: kvm: make allocation of extra memory take effect
 2021-05-24 12:27 UTC  (3+ messages)
` [PATCH] selftests: kvm: Fix a potential elf loading issue

[PATCH v3 0/2] KVM: x86: Enable dirty logging lazily for huge pages
 2021-05-24 12:12 UTC  (3+ messages)
` [PATCH v3 2/2] KVM: x86: Not wr-protect huge page with init_all_set dirty log

[PATCH] vhost: Remove the repeated declaration
 2021-05-24 12:04 UTC 

[PATCH v3 0/4] Add support for XMM fast hypercalls
 2021-05-24 12:00 UTC  (3+ messages)
` [PATCH v3 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls

[PATCH v2 1/2] KVM: selftests: Keep track of memslots more efficiently
 2021-05-24 11:50 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: selftests: add a memslot-related performance benchmark

Windows fails to boot after rebase to QEMU master
 2021-05-24 10:13 UTC  (2+ messages)

About the performance of hyper-v
 2021-05-24  8:21 UTC  (6+ messages)

[PATCH v18 00/18] KVM RISC-V Support
 2021-05-24  7:09 UTC  (2+ messages)

[PATCH 00/43] KVM: x86: vCPU RESET/INIT fixes and consolidation
 2021-05-24  4:57 UTC  (17+ messages)
` [PATCH 02/43] KVM: VMX: Set EDX at INIT with CPUID.0x1, Family-Model-Stepping
` [PATCH 06/43] KVM: x86: Properly reset MMU context at vCPU RESET/INIT
` [PATCH 29/43] KVM: SVM: Tweak order of cr0/cr4/efer writes at RESET/INIT

[PATCH] KVM: X86: Fix warning caused by stale emulation context
 2021-05-24  4:35 UTC 

[PATCH v6 00/20] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2021-05-24  0:02 UTC  (30+ messages)
` [PATCH v6 01/20] vfio/mdev: idxd: add theory of operation documentation for idxd mdev
` [PATCH v6 02/20] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH v6 03/20] dmaengine: idxd: add IMS offset and size retrieval code
` [PATCH v6 04/20] dmaengine: idxd: add portal offset for IMS portals
` [PATCH v6 05/20] vfio: mdev: common lib code for setting up Interrupt Message Store
` [PATCH v6 06/20] vfio/mdev: idxd: add PCI config for read/write for mdev
` [PATCH v6 07/20] vfio/mdev: idxd: Add administrative commands emulation "
` [PATCH v6 08/20] vfio/mdev: idxd: Add mdev device context initialization
` [PATCH v6 09/20] vfio/mdev: Add mmio read/write support for mdev
` [PATCH v6 10/20] vfio/mdev: idxd: add mdev type as a new wq type
` [PATCH v6 11/20] vfio/mdev: idxd: Add basic driver setup for idxd mdev
` [PATCH v6 12/20] vfio: move VFIO PCI macros to common header
` [PATCH v6 13/20] vfio/mdev: idxd: add mdev driver registration and helper functions
` [PATCH v6 14/20] vfio/mdev: idxd: add 1dwq-v1 mdev type
` [PATCH v6 15/20] vfio/mdev: idxd: ims domain setup for the vdcm
` [PATCH v6 16/20] vfio/mdev: idxd: add new wq state for mdev
` [PATCH v6 17/20] vfio/mdev: idxd: add error notification from host driver to mediated device
` [PATCH v6 18/20] vfio: move vfio_pci_set_ctx_trigger_single to common code
` [PATCH v6 19/20] vfio: mdev: Add device request interface
` [PATCH v6 20/20] vfio: mdev: idxd: setup request interrupt

[PATCH v5 01/28] x86/fpu/xstate: Modify the initialization helper to handle both static and dynamic buffers
 2021-05-23 19:32 UTC  (6+ messages)
` [PATCH v5 03/28] x86/fpu/xstate: Modify address finders "
` [PATCH v5 04/28] x86/fpu/xstate: Modify the context restore helper "
` [PATCH v5 06/28] x86/fpu/xstate: Add new variables to indicate dynamic xstate buffer size
` [PATCH v5 08/28] x86/fpu/xstate: Convert the struct fpu 'state' field to a pointer
` [PATCH v5 11/28] x86/fpu/xstate: Update the xstate save function to support dynamic states

[PATCH v10 00/18] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-05-23 12:14 UTC  (3+ messages)

[PATCH v3 0/8] KVM: Scalable memslots implementation
 2021-05-22 11:11 UTC  (17+ messages)
` [PATCH v3 1/8] KVM: x86: Cache total page count to avoid traversing the memslot array
` [PATCH v3 2/8] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
` [PATCH v3 3/8] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v3 4/8] KVM: Introduce memslots hva tree
` [PATCH v3 6/8] KVM: Keep memslots in tree-based structures instead of array-based ones

[syzbot] WARNING in x86_emulate_instruction
 2021-05-22  2:52 UTC 

[PATCH v3] target/i386/sev: add support to query the attestation report
 2021-05-21 22:15 UTC  (2+ messages)

[PATCH v18 00/18] KVM RISC-V Support
 2021-05-21 20:25 UTC  (7+ messages)

[PATCH 1/2] KVM: Deliver VM fault signals to userspace
 2021-05-21 19:25 UTC  (3+ messages)

[PATCH v5 0/4] KVM statistics data fd-based binary interface
 2021-05-21 19:04 UTC  (8+ messages)
` [PATCH v5 1/4] KVM: stats: Separate common stats from architecture specific ones

[PATCH 0/4 v2] KVM: nVMX: nSVM: Add more statistics to KVM debugfs
 2021-05-21 18:06 UTC  (4+ messages)
` [PATCH 4/4 v2] KVM: x86: Add a new VM statistic to show number of VCPUs created in a given VM

[PATCH v3 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-05-21 17:01 UTC  (3+ messages)
` [PATCH v3 4/9] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation

[PATCH v2 0/8] x86/sev-es: Fixes for SEV-ES Guest Support
 2021-05-21 14:34 UTC  (3+ messages)
` [PATCH v2 7/8] x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()

[RFC PATCH 00/67] KVM: X86: TDX support
 2021-05-21 14:09 UTC  (4+ messages)

[RFCv2 13/13] KVM: unmap guest memory using poisoned pages
 2021-05-21 12:31 UTC  (11+ messages)

[PATCH v2 00/30] KVM: x86: hyper-v: Fine-grained access check to Hyper-V hypercalls and MSRs
 2021-05-21  9:52 UTC  (31+ messages)
` [PATCH v2 01/30] asm-generic/hyperv: add HV_STATUS_ACCESS_DENIED definition
` [PATCH v2 02/30] KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUID
` [PATCH v2 03/30] KVM: x86: hyper-v: Cache guest CPUID leaves determining features availability
` [PATCH v2 04/30] KVM: x86: hyper-v: Prepare to check access to Hyper-V MSRs
` [PATCH v2 05/30] KVM: x86: hyper-v: Honor HV_MSR_HYPERCALL_AVAILABLE privilege bit
` [PATCH v2 06/30] KVM: x86: hyper-v: Honor HV_MSR_VP_RUNTIME_AVAILABLE "
` [PATCH v2 07/30] KVM: x86: hyper-v: Honor HV_MSR_TIME_REF_COUNT_AVAILABLE "
` [PATCH v2 08/30] KVM: x86: hyper-v: Honor HV_MSR_VP_INDEX_AVAILABLE "
` [PATCH v2 09/30] KVM: x86: hyper-v: Honor HV_MSR_RESET_AVAILABLE "
` [PATCH v2 10/30] KVM: x86: hyper-v: Honor HV_MSR_REFERENCE_TSC_AVAILABLE "
` [PATCH v2 11/30] KVM: x86: hyper-v: Honor HV_MSR_SYNIC_AVAILABLE "
` [PATCH v2 12/30] KVM: x86: hyper-v: Honor HV_MSR_SYNTIMER_AVAILABLE "
` [PATCH v2 13/30] KVM: x86: hyper-v: Honor HV_MSR_APIC_ACCESS_AVAILABLE "
` [PATCH v2 14/30] KVM: x86: hyper-v: Honor HV_ACCESS_FREQUENCY_MSRS "
` [PATCH v2 15/30] KVM: x86: hyper-v: Honor HV_ACCESS_REENLIGHTENMENT "
` [PATCH v2 16/30] KVM: x86: hyper-v: Honor HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE "
` [PATCH v2 17/30] KVM: x86: hyper-v: Honor HV_FEATURE_DEBUG_MSRS_AVAILABLE "
` [PATCH v2 18/30] KVM: x86: hyper-v: Inverse the default in hv_check_msr_access()
` [PATCH v2 19/30] KVM: x86: hyper-v: Honor HV_STIMER_DIRECT_MODE_AVAILABLE privilege bit
` [PATCH v2 20/30] KVM: x86: hyper-v: Prepare to check access to Hyper-V hypercalls
` [PATCH v2 21/30] KVM: x86: hyper-v: Check access to HVCALL_NOTIFY_LONG_SPIN_WAIT hypercall
` [PATCH v2 22/30] KVM: x86: hyper-v: Honor HV_POST_MESSAGES privilege bit
` [PATCH v2 23/30] KVM: x86: hyper-v: Honor HV_SIGNAL_EVENTS "
` [PATCH v2 24/30] KVM: x86: hyper-v: Honor HV_DEBUGGING "
` [PATCH v2 25/30] KVM: x86: hyper-v: Honor HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED bit
` [PATCH v2 26/30] KVM: x86: hyper-v: Honor HV_X64_CLUSTER_IPI_RECOMMENDED bit
` [PATCH v2 27/30] KVM: x86: hyper-v: Honor HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED bit
` [PATCH v2 28/30] KVM: selftests: move Hyper-V MSR definitions to hyperv.h
` [PATCH v2 29/30] KVM: selftests: Move evmcs.h to x86_64/
` [PATCH v2 30/30] KVM: selftests: Introduce hyperv_features test

[PATCH] Move VMEnter and VMExit tracepoints closer to the actual event
 2021-05-21  7:58 UTC  (7+ messages)

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-05-21  6:48 UTC  (3+ messages)
` [PATCH v15 07/12] iommu/smmuv3: Implement cache_invalidate


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