kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-16 19:51:46 to 2020-03-19 02:21:18 UTC [more...]

[PATCH RFC 0/4] KVM: MIPS: Provide arch-specific kvm_flush_remote_tlbs()
 2020-03-19  2:21 UTC  (9+ messages)
` [PATCH RFC 4/4] KVM: MIPS: Define "

[PATCH v14 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-19  1:17 UTC  (9+ messages)
` [PATCH v14 Kernel 1/7] vfio: KABI for migration interface for device state
` [PATCH v14 Kernel 2/7] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH v14 Kernel 3/7] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH v14 Kernel 4/7] vfio iommu: Implementation of ioctl "
` [PATCH v14 Kernel 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH v14 Kernel 6/7] vfio iommu: Adds flag to indicate dirty pages tracking capability support
` [PATCH v14 Kernel 7/7] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[kvm-unit-tests PATCH 0/8] nVMX: Clean up __enter_guest() and co
 2020-03-18 23:40 UTC  (3+ messages)
` [kvm-unit-tests PATCH 2/8] nVMX: Refactor VM-Entry "failure" struct into "result"

[PATCH kvmtool v3] Add emulation for CFI compatible flash memory
 2020-03-18 21:58 UTC  (2+ messages)

[PATCH v6 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
 2020-03-18 20:04 UTC  (4+ messages)

[PATCH V6 0/8] vDPA support
 2020-03-18 19:48 UTC  (14+ messages)
` [PATCH V6 1/8] vhost: allow per device message handler
` [PATCH V6 2/8] vhost: factor out IOTLB
` [PATCH V6 3/8] vringh: IOTLB support
` [PATCH V6 4/8] vDPA: introduce vDPA bus
` [PATCH V6 5/8] virtio: introduce a vDPA based transport
` [PATCH V6 6/8] vhost: introduce vDPA-based backend
` [PATCH V6 7/8] vdpasim: vDPA device simulator
` [PATCH V6 8/8] virtio: Intel IFC VF driver for VDPA

[PATCH] KVM: nSVM: check for EFER.SVME=1 before entering guest
 2020-03-18 18:40 UTC  (3+ messages)

[PATCH v2 00/32] KVM: x86: TLB flushing fixes and enhancements
 2020-03-18 17:38 UTC  (44+ messages)
` [PATCH v2 01/32] KVM: VMX: Flush all EPTP/VPID contexts on remote TLB flush
` [PATCH v2 02/32] KVM: nVMX: Validate the EPTP when emulating INVEPT(EXTENT_CONTEXT)
` [PATCH v2 03/32] KVM: nVMX: Invalidate all EPTP contexts when emulating INVEPT for L1
` [PATCH v2 04/32] KVM: nVMX: Invalidate all L2 roots when emulating INVVPID without EPT
` [PATCH v2 05/32] KVM: x86: Export kvm_propagate_fault() (as kvm_inject_emulated_page_fault)
` [PATCH v2 06/32] KVM: x86: Consolidate logic for injecting page faults to L1
` [PATCH v2 07/32] KVM: x86: Sync SPTEs when injecting page/EPT fault into L1
` [PATCH v2 08/32] KVM: VMX: Skip global INVVPID fallback if vpid==0 in vpid_sync_context()
` [PATCH v2 09/32] KVM: VMX: Use vpid_sync_context() directly when possible
` [PATCH v2 10/32] KVM: VMX: Move vpid_sync_vcpu_addr() down a few lines
` [PATCH v2 11/32] KVM: VMX: Handle INVVPID fallback logic in vpid_sync_vcpu_addr()
` [PATCH v2 12/32] KVM: VMX: Drop redundant capability checks in low level INVVPID helpers
` [PATCH v2 13/32] KVM: nVMX: Use vpid_sync_vcpu_addr() to emulate INVVPID with address
` [PATCH v2 14/32] KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hook
` [PATCH v2 15/32] KVM: VMX: Clean up vmx_flush_tlb_gva()
` [PATCH v2 16/32] KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()
` [PATCH v2 17/32] KVM: SVM: Wire up ->tlb_flush_guest() directly to svm_flush_tlb()
` [PATCH v2 18/32] KVM: VMX: Move vmx_flush_tlb() to vmx.c
` [PATCH v2 19/32] KVM: nVMX: Move nested_get_vpid02() to vmx/nested.h
` [PATCH v2 20/32] KVM: VMX: Introduce vmx_flush_tlb_current()
` [PATCH v2 21/32] KVM: SVM: Document the ASID logic in svm_flush_tlb()
` [PATCH v2 22/32] KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()
` [PATCH v2 23/32] KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-Exit
` [PATCH v2 24/32] KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASID
` [PATCH v2 25/32] KVM: x86/mmu: Use KVM_REQ_TLB_FLUSH_CURRENT for MMU specific flushes
` [PATCH v2 26/32] KVM: nVMX: Selectively use TLB_FLUSH_CURRENT for nested VM-Enter/VM-Exit
` [PATCH v2 27/32] KVM: nVMX: Reload APIC access page on nested VM-Exit only if necessary
` [PATCH v2 28/32] KVM: VMX: Retrieve APIC access page HPA only when necessary
` [PATCH v2 29/32] KVM: VMX: Don't reload APIC access page if its control is disabled
` [PATCH v2 30/32] KVM: x86/mmu: Add module param to force TLB flush on root reuse
` [PATCH v2 31/32] KVM: nVMX: Don't flush TLB on nested VM transition with EPT enabled
` [PATCH v2 32/32] KVM: nVMX: Free only the affected contexts when emulating INVEPT

[PATCH v4 0/2] KVM: VMX: cleanup VMXON region allocation
 2020-03-18 17:31 UTC  (4+ messages)
` [PATCH v4 1/2] KVM: VMX: rename 'kvm_area' to 'vmxon_region'
` [PATCH v4 2/2] KVM: VMX: untangle VMXON revision_id setting when using eVMCS

[PATCH v3 0/2] KVM: VMX: cleanup VMXON region allocation
 2020-03-18 17:17 UTC  (8+ messages)
` [PATCH v3 2/2] KVM: VMX: untangle VMXON revision_id setting when using eVMCS

[PATCH v13 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-18 17:01 UTC  (13+ messages)
` [PATCH v13 Kernel 4/7] vfio iommu: Implementation of ioctl to for dirty pages tracking
` [PATCH v13 Kernel 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH v13 Kernel 7/7] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[PATCH v7 00/14] KVM: Dirty ring interface
 2020-03-18 16:37 UTC  (15+ messages)
` [PATCH v7 01/14] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v7 02/14] KVM: Cache as_id in kvm_memory_slot
` [PATCH v7 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v7 04/14] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v7 05/14] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v7 06/14] KVM: Make dirty ring exclusive to dirty bitmap log
` [PATCH v7 07/14] KVM: Don't allocate dirty bitmap if dirty ring is enabled
` [PATCH v7 08/14] KVM: selftests: Always clear dirty bitmap after iteration
` [PATCH v7 09/14] KVM: selftests: Sync uapi/linux/kvm.h to tools/
` [PATCH v7 10/14] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH v7 11/14] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH v7 12/14] KVM: selftests: Add dirty ring buffer test
` [PATCH v7 13/14] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH v7 14/14] KVM: selftests: Add "-c" parameter to dirty log test

[PATCH] KVM: VMX: Disable Intel PT before VM-entry
 2020-03-18 15:48 UTC  (2+ messages)

[PATCH] KVM: nVMX: remove side effects from nested_vmx_exit_reflected
 2020-03-18 15:12 UTC  (4+ messages)

[PATCH v2 0/2] KVM: selftests: steal_time cleanups and timespec rework
 2020-03-18 14:58 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: selftests: Rework timespec functions and usage

[PATCH 0/2] Fix errors when try to build kvm selftests on
 2020-03-18 13:13 UTC  (2+ messages)

[PATCH v6 0/5] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-18 13:11 UTC  (9+ messages)
` [PATCH v6 1/5] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v6 2/5] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v6 3/5] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v6 4/5] x86/kvm/hyper-v: enable hypercalls regardless of hypercall page
` [PATCH v6 5/5] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls

[PATCH 0/2 v2] kvm-unit-test: nVMX: Test GUEST_BNDCFGS VM-Entry control on vmentry of nested guests
 2020-03-18 13:07 UTC  (4+ messages)
` [PATCH 1/2 v2] kvm-unit-test: VMX: Add enum for GUEST_BNDCFGS field and LOAD_BNDCFGS vmentry control field
` [PATCH 2/2 v2] kvm-unit-test: nVMX: Test GUEST_BNDCFGS VM-Entry control on vmentry of nested guests

[PATCH v2] KVM: x86: Remove unnecessary brackets in kvm_arch_dev_ioctl()
 2020-03-18 13:05 UTC  (3+ messages)

[PATCH 0/3] kvm-unit-test: nSVM: Add alternative (v2) test framework and add test for SVME.EFER vmcb field
 2020-03-18 12:45 UTC  (5+ messages)
` [PATCH 1/3] kvm-unit-test: nSVM: Add alternative (v2) test format for nested guests
` [PATCH 2/3] kvm-unit-test: nSVM: Add helper functions to write and read vmcb fields
` [PATCH 3/3] kvm-unit-test: nSVM: Test SVME.EFER on VMRUN of nested guests

[PATCH 0/2] KVM: x86: CPUID tracepoint enhancements
 2020-03-18 12:45 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: Add requested index to the CPUID tracepoint
` [PATCH 2/2] KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf values

[PATCH] kvm-unit-test: nSVM: Restructure nSVM test code
 2020-03-18 12:02 UTC  (2+ messages)

[PATCH kvm-unit-tests] x86: vmx: Expect multiple error codes on HOST_EFER corruption
 2020-03-18 11:29 UTC  (2+ messages)

[PATCH] KVM: x86: Expose AVX512 VP2INTERSECT in cpuid for TGL
 2020-03-18 11:26 UTC  (4+ messages)
  ` [PATCH rebase] "

[PATCH] kvm: support to get/set dirty log initial-all-set capability
 2020-03-18 10:47 UTC  (2+ messages)

[Bug 206877] New: Nested virt on AMD (and probably older Intel) doesn't work with ignore_msrs=Y on L0 (fails with UMWAIT error)
 2020-03-18 10:22 UTC 

Some warnings occur in hyperv.c
 2020-03-18  9:54 UTC  (4+ messages)

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-18  6:34 UTC  (23+ messages)
` [PATCH v5 09/23] irqchip/gic-v4.1: Add initial SGI configuration
` [PATCH v5 11/23] irqchip/gic-v4.1: Plumb get/set_irqchip_state SGI callbacks
` [PATCH v5 12/23] irqchip/gic-v4.1: Plumb set_vcpu_affinity "
` [PATCH v5 15/23] irqchip/gic-v4.1: Add VSGI property setup
` [PATCH v5 16/23] irqchip/gic-v4.1: Eagerly vmap vPEs
` [PATCH v5 17/23] KVM: arm64: GICv4.1: Let doorbells be auto-enabled
` [PATCH v5 18/23] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
` [PATCH v5 20/23] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
` [PATCH v5 21/23] KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
` [PATCH v5 23/23] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

[RFC PATCH 00/62] Linux as SEV-ES Guest Support
 2020-03-17 21:34 UTC  (5+ messages)
` [PATCH 38/62] x86/sev-es: Handle instruction fetches from user-space

[PATCH 00/10] KVM: VMX: Unionize vcpu_vmx.exit_reason
 2020-03-17 18:01 UTC  (19+ messages)
` [PATCH 01/10] KVM: nVMX: Move reflection check into nested_vmx_reflect_vmexit()
` [PATCH 06/10] KVM: nVMX: Convert local exit_reason to u16 in ...enter_non_root_mode()
` [PATCH 09/10] KVM: VMX: Cache vmx->exit_reason in local u16 in vmx_handle_exit_irqoff()
` [PATCH 10/10] KVM: VMX: Convert vcpu_vmx.exit_reason to a union

[PATCH 0/2] kvm-unit-test: nVMX: Test GUEST_BNDCFGS VM-Entry control on vmentry of nested guests
 2020-03-17 15:46 UTC  (4+ messages)
` [PATCH 1/2] kvm-unit-test: VMX: Add enum for GUEST_BNDCFGS field and LOAD_BNDCFGS vmentry control field
` [PATCH 2/2] kvm-unit-test: nVMX: Test GUEST_BNDCFGS VM-Entry control on vmentry of nested guests

[Patch v1] x86: Fix the logical destination mode test
 2020-03-17 15:43 UTC  (3+ messages)

[PATCH 09/12] docs: fix broken references for ReST files that moved around
 2020-03-17 13:10 UTC 

[PULL kvm-unit-tests 00/10] arm/arm64: Various fixes
 2020-03-17 12:10 UTC  (2+ messages)

[Bug 155211] New: vcpu0, guest rIP: 0xffffffff81064496 unhandled rdmsr: 0x34
 2020-03-17 11:43 UTC  (2+ messages)
` [Bug 155211] "

[PATCH] KVM: X86: correct meaningless kvm_apicv_activated() check
 2020-03-17 11:24 UTC  (7+ messages)

[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
 2020-03-17  9:09 UTC  (30+ messages)
` [PATCH v3 01/19] target/arm: Rename KVM set_feature() as kvm_set_feature()
` [PATCH v3 03/19] target/arm: Restrict DC-CVAP instruction to TCG accel
` [PATCH v3 05/19] target/arm: Restrict Virtualization Host Extensions instructions to TCG
` [PATCH v3 07/19] target/arm: Make cpu_register() available for other files
` [PATCH v3 09/19] target/arm: Move ARM_V7M Kconfig from hw/ to target/
` [PATCH v3 10/19] target/arm: Restrict ARMv4 cpus to TCG accel
` [PATCH v3 11/19] target/arm: Restrict ARMv5 "
` [PATCH v3 12/19] target/arm: Restrict ARMv6 "
` [PATCH v3 13/19] target/arm: Restrict ARMv7 R-profile "
` [PATCH v3 14/19] target/arm: Restrict ARMv7 M-profile "
` [PATCH v3 15/19] target/arm: Make m_helper.c optional via CONFIG_ARM_V7M
` [PATCH v3 17/19] hw/arm: Automatically select the 'virt' machine on KVM

[PATCH] kvm/x86: Reduce counter period change overhead and delay the effective time
 2020-03-17  8:14 UTC  (3+ messages)
` [PATCH v2] KVM: x86/pmu: "

[Bug 206825] kernel BUG at arch/x86/kvm/mmu.c:296!
 2020-03-16 22:13 UTC 

linux-next: Fixes tag needs some work in the kvm tree
 2020-03-16 20:36 UTC 


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