kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-09 11:46:19 to 2019-07-11 11:51:27 UTC [more...]

[PATCH v9 00/14] SMMUv3 Nested Stage Setup (IOMMU part)
 2019-07-11 11:49 UTC  (11+ messages)
` [PATCH v9 01/14] iommu: Introduce attach/detach_pasid_table API
` [PATCH v9 02/14] iommu: Introduce cache_invalidate API
` [PATCH v9 03/14] iommu: Introduce bind/unbind_guest_msi
` [PATCH v9 04/14] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v9 05/14] iommu/smmuv3: Dynamically allocate s1_cfg and s2_cfg
` [PATCH v9 06/14] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v9 07/14] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v9 08/14] iommu/smmuv3: Introduce __arm_smmu_tlb_inv_asid/s1_range_nosync
` [PATCH v9 09/14] iommu/smmuv3: Implement cache_invalidate
` [PATCH v9 10/14] dma-iommu: Implement NESTED_MSI cookie

[RFC][PATCH v11 0/2] mm: Support for page hinting
 2019-07-11 11:48 UTC  (14+ messages)
` [RFC][Patch v11 1/2] mm: page_hinting: core infrastructure
` [RFC][Patch v11 2/2] virtio-balloon: page_hinting: reporting to the host
` [QEMU Patch] virtio-baloon: Support for page hinting

KVM_SET_NESTED_STATE not yet stable
 2019-07-11 11:37 UTC  (6+ messages)

[PULL 00/19] Migration patches
 2019-07-11 11:40 UTC  (23+ messages)
` [PULL 01/19] migration: fix multifd_recv event typo
` [PULL 02/19] migration-test: rename parameter to parameter_int
` [PULL 03/19] migration-test: Add migration multifd test
` [PULL 04/19] migration/multifd: call multifd_send_sync_main when sending RAM_SAVE_FLAG_EOS
` [PULL 05/19] migration/xbzrle: update cache and current_data in one place
` [PULL 06/19] cutils: remove one unnecessary pointer operation
` [PULL 07/19] migration/multifd: sync packet_num after all thread are done
` [PULL 08/19] migratioin/ram.c: reset complete_round when we gets a queued page
` [PULL 09/19] migration: No need to take rcu during sync_dirty_bitmap
` [PULL 10/19] memory: Don't set migration bitmap when without migration
` [PULL 11/19] bitmap: Add bitmap_copy_with_{src|dst}_offset()
` [PULL 12/19] memory: Pass mr into snapshot_and_clear_dirty
` [PULL 13/19] memory: Introduce memory listener hook log_clear()
` [PULL 14/19] kvm: Update comments for sync_dirty_bitmap
` [PULL 15/19] kvm: Persistent per kvmslot dirty bitmap
` [PULL 16/19] kvm: Introduce slots lock for memory listener
` [PULL 17/19] kvm: Support KVM_CLEAR_DIRTY_LOG
` [PULL 19/19] migration: allow private destination ram with x-ignore-shared
    ` [Qemu-devel] [PULL 00/19] Migration patches

[PATCH v2] KVM: x86: PMU Event Filter
 2019-07-11 11:22 UTC  (2+ messages)

[PATCH kvm-unit-tests] arm: Add PL031 test
 2019-07-11  9:59 UTC  (13+ messages)

[RFC v1 00/18] intel_iommu: expose Shared Virtual Addressing to VM
 2019-07-11  8:13 UTC  (39+ messages)
` [RFC v1 02/18] linux-headers: import vfio.h from kernel
` [RFC v1 03/18] hw/pci: introduce PCIPASIDOps to PCIDevice
` [RFC v1 04/18] intel_iommu: add "sm_model" option
` [RFC v1 05/18] vfio/pci: add pasid alloc/free implementation
` [RFC v1 06/18] intel_iommu: support virtual command emulation and pasid request
` [RFC v1 07/18] hw/pci: add pci_device_bind/unbind_gpasid
` [RFC v1 08/18] vfio/pci: add vfio bind/unbind_gpasid implementation
` [RFC v1 09/18] intel_iommu: process pasid cache invalidation
` [RFC v1 10/18] intel_iommu: tag VTDAddressSpace instance with PASID
` [RFC v1 11/18] intel_iommu: create VTDAddressSpace per BDF+PASID

[kvm-unit-tests PATCH] tscdeadline_latency: Check condition first before loop
 2019-07-11  7:33 UTC  (2+ messages)

[PATCH v1] KVM: x86: expose AVX512_BF16 feature to guest
 2019-07-11  5:49 UTC 

[PATCH v3 00/11] Add AMD SEV guest live migration support
 2019-07-10 20:13 UTC  (12+ messages)
` [PATCH v3 01/11] KVM: SVM: Add KVM_SEV SEND_START command
` [PATCH v3 02/11] KVM: SVM: Add KVM_SEND_UPDATE_DATA command
` [PATCH v3 03/11] KVM: SVM: Add KVM_SEV_SEND_FINISH command
` [PATCH v3 04/11] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
` [PATCH v3 05/11] KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
` [PATCH v3 06/11] KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
` [PATCH v3 07/11] KVM: x86: Add AMD SEV specific Hypercall3
` [PATCH v3 08/11] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH v3 09/11] KVM: x86: Introduce KVM_GET_PAGE_ENC_BITMAP ioctl
` [PATCH v3 10/11] mm: x86: Invoke hypercall when page encryption status is changed
` [PATCH v3 11/11] KVM: x86: Introduce KVM_SET_PAGE_ENC_BITMAP ioctl

[PATCH 0/5] KVM: nVMX: Skip vmentry checks that are necessary only if VMCS12 is dirty
 2019-07-10 20:11 UTC  (17+ messages)
` [PATCH 2/5] KVM: nVMX: Skip VM-Exit Control "
` [PATCH 3/5] KVM: nVMX: Skip VM-Entry Control "
` [PATCH 4/5] KVM: nVMX: Skip Host State Area vmentry "
` [PATCH 5/5] KVM: nVMX: Skip Guest "

[PATCH v3] mdev: Send uevents around parent device registration
 2019-07-10 18:11 UTC  (2+ messages)

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-07-10 16:23 UTC  (7+ messages)
` [PATCH 43/59] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH 44/59] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH 46/59] KVM: arm64: nv: arch_timer: Support hyp timer emulation

[RFC v2 0/5] Some vfio-ccw fixes
 2019-07-10 16:10 UTC  (15+ messages)
` [RFC v2 2/5] vfio-ccw: Fix memory leak and don't call cp_free in cp_init
` [RFC v2 4/5] vfio-ccw: Don't call cp_free if we are processing a channel program
` [RFC v2 5/5] vfio-ccw: Update documentation for csch/hsch

[PATCH 2/2] tests: kvm: Test virtualization of VMX capability MSRs
 2019-07-10 16:09 UTC  (3+ messages)

[PATCH 1/2] kvm: nVMX: Enforce must-be-zero bits in the IA32_VMX_VMCS_ENUM MSR
 2019-07-10 16:08 UTC  (4+ messages)

[PATCH] KVM: x86: Unconditionally enable irqs in guest context
 2019-07-10 16:07 UTC 

[PATCH] KVM: x86: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GEN
 2019-07-10 16:05 UTC  (3+ messages)

[PATCH v3 0/3] Documentation: virtual: convert .txt to .rst
 2019-07-10 15:30 UTC  (4+ messages)
` [PATCH v3 1/3] Documentation: virtual: Convert paravirt_ops.txt "
` [PATCH v3 2/3] Documentation: kvm: Convert cpuid.txt "
` [PATCH v3 3/3] Documentation: virtual: Add toctree hooks

[PATCH AUTOSEL 5.1 06/11] KVM: x86: degrade WARN to pr_warn_ratelimited
 2019-07-10 15:02 UTC 

[PATCH AUTOSEL 4.14 4/8] KVM: x86: degrade WARN to pr_warn_ratelimited
 2019-07-10 15:03 UTC 

[PATCH AUTOSEL 4.9 4/7] KVM: x86: degrade WARN to pr_warn_ratelimited
 2019-07-10 15:03 UTC 

[PATCH AUTOSEL 4.4 3/4] KVM: x86: degrade WARN to pr_warn_ratelimited
 2019-07-10 15:03 UTC 

[PATCH AUTOSEL 4.19 5/9] KVM: x86: degrade WARN to pr_warn_ratelimited
 2019-07-10 15:02 UTC 

[PATCH v2] kvm: x86: Fix -Wmissing-prototypes warnings
 2019-07-10 14:36 UTC  (2+ messages)

[PATCH] KVM: Properly check if "page" is valid in kvm_vcpu_unmap
 2019-07-10 14:25 UTC  (2+ messages)

[PATCH v2 0/3] Documentation: virtual: convert .txt to .rst
 2019-07-10 13:07 UTC  (6+ messages)
` [PATCH v2 1/3] Documentation: kvm: Convert cpuid.txt "
` [PATCH v2 2/3] Documentation: virtual: Convert paravirt_ops.txt "
` [PATCH v2 3/3] Documentation: virtual: Add toctree hooks

[PATCH v2 0/2] KVM: nVMX: add tracepoints for nested VM-Enter failures
 2019-07-10 12:42 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: nVMX: add tracepoint for failed nested VM-Enter
` [PATCH v2 2/2] KVM: nVMX: trace nested VM-Enter failures detected by H/W

VFIO/IOMMU/PCI Linux Plumbers 2019 MC - Call for Topics
 2019-07-10 10:03 UTC 

[PATCH v7 00/12] Guest LBR Enabling
 2019-07-10  9:23 UTC  (15+ messages)
` [PATCH v7 08/12] KVM/x86/vPMU: Add APIs to support host save/restore the guest lbr stack
` [PATCH v7 12/12] KVM/VMX/vPMU: support to report GLOBAL_STATUS_LBRS_FROZEN

[PATCH] target-i386: adds PV_SCHED_YIELD CPUID feature bit
 2019-07-10  8:06 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH RESEND v2] target-i386: adds PV_SCHED_YIELD CPUID feature bit
 2019-07-10  8:02 UTC 

[PATCH] vhost: fix null pointer dereference in vhost_del_umem_range
 2019-07-10  7:56 UTC  (3+ messages)

[PATCH 0/5] KVM: cpuid: cleanups, simplify multi-index CPUID leaves
 2019-07-10  7:48 UTC  (9+ messages)
` [PATCH 2/5] KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafs
` [PATCH 5/5] KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_param

[RFC v2] vhost: introduce mdev based hardware vhost backend
 2019-07-10  7:22 UTC  (14+ messages)

[PATCH v4 0/7] s390: vfio-ap: dynamic configuration support
 2019-07-09 21:11 UTC  (9+ messages)
` [PATCH v4 3/7] s390: zcrypt: driver callback to indicate resource in use

cputime takes cstate into consideration
 2019-07-09 18:27 UTC  (8+ messages)

[PATCH 0/4] target/i386: kvm: Various nested-state fixes
 2019-07-09 17:21 UTC  (9+ messages)
` [PATCH 1/4] target/i386: kvm: Init nested-state for VMX when vCPU expose VMX
  ` [Qemu-devel] "
` [PATCH 2/4] target/i386: kvm: Init nested-state for vCPU exposed with SVM
  ` [Qemu-devel] "
` [PATCH 3/4] target/i386: kvm: Save nested-state only in case vCPU have set VMXON region
  ` [Qemu-devel] "
` [PATCH 4/4] target/i386: kvm: Demand nested migration kernel capabilities only when vCPU may have enabled VMX
  ` [Qemu-devel] "

[PATCH v1 01/22] docs: Documentation/*.txt: rename all ReST files to *.rst
 2019-07-09 17:02 UTC 

[PATCH] kvm: x86: Fix -Wmissing-prototypes warnings
 2019-07-09 14:23 UTC  (2+ messages)

[GIT PULL] KVM/arm updates for Linux 5.3
 2019-07-09 12:25 UTC  (19+ messages)
` [PATCH 01/18] arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RAS
` [PATCH 02/18] KVM: arm64: Abstract the size of the HYP vectors pre-amble
` [PATCH 03/18] KVM: arm64: Make indirect vectors preamble behaviour symmetric
` [PATCH 04/18] KVM: arm64: Consume pending SError as early as possible
` [PATCH 05/18] KVM: arm64: Defer guest entry when an asynchronous exception is pending
` [PATCH 06/18] arm64: Update silicon-errata.txt for Neoverse-N1 #1349291
` [PATCH 07/18] KVM: arm64: Re-mask SError after the one instruction window
` [PATCH 08/18] KVM: arm64: Skip more of the SError vaxorcism
` [PATCH 09/18] KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functions
` [PATCH 10/18] KVM: arm/arm64: Extract duplicated code to own function
` [PATCH 11/18] KVM: arm/arm64: Re-create event when setting counter value
` [PATCH 12/18] KVM: arm/arm64: Remove pmc->bitmask
` [PATCH 13/18] KVM: arm/arm64: Support chained PMU counters
` [PATCH 14/18] arm64: KVM: Propagate full Spectre v2 workaround state to KVM guests
` [PATCH 15/18] KVM: arm/arm64: Add save/restore support for firmware workaround state
` [PATCH 16/18] KVM: doc: Add API documentation on the KVM_REG_ARM_WORKAROUNDS register
` [PATCH 17/18] KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s
` [PATCH 18/18] KVM: arm/arm64: Initialise host's MPIDRs by reading the actual register


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