kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-03 16:58:06 to 2019-06-06 08:11:21 UTC [more...]

[PATCH 0/4] vsock/virtio: several fixes in the .probe() and .remove()
 2019-06-06  8:11 UTC  (10+ messages)
` [PATCH 3/4] vsock/virtio: fix flush of works during the .remove()

[PATCH v6 00/12] Guest LBR Enabling
 2019-06-06  7:02 UTC  (13+ messages)
` [PATCH v6 01/12] perf/x86: fix the variable type of the LBR MSRs
` [PATCH v6 02/12] perf/x86: add a function to get the lbr stack
` [PATCH v6 03/12] KVM/x86: KVM_CAP_X86_GUEST_LBR
` [PATCH v6 04/12] KVM/x86: intel_pmu_lbr_enable
` [PATCH v6 05/12] KVM/x86/vPMU: tweak kvm_pmu_get_msr
` [PATCH v6 06/12] KVM/x86: expose MSR_IA32_PERF_CAPABILITIES to the guest
` [PATCH v6 07/12] perf/x86: no counter allocation support
` [PATCH v6 08/12] KVM/x86/vPMU: Add APIs to support host save/restore the guest lbr stack
` [PATCH v6 09/12] perf/x86: save/restore LBR_SELECT on vCPU switching
` [PATCH v6 10/12] KVM/x86/lbr: lazy save the guest lbr stack
` [PATCH v6 11/12] KVM/x86: remove the common handling of the debugctl msr
` [PATCH v6 12/12] KVM/VMX/vPMU: support to report GLOBAL_STATUS_LBRS_FROZEN

[PATCH v1] KVM: x86: PMU Whitelist
 2019-06-06  7:36 UTC  (13+ messages)

[PATCH 0/3] KVM: LAPIC: Implement Exitless Timer
 2019-06-06  5:44 UTC  (8+ messages)
` [PATCH 1/3] KVM: LAPIC: Make lapic timer unpinned when timer is injected by posted-interrupt
` [PATCH 2/3] KVM: LAPIC: lapic timer is injected by posted interrupt
` [PATCH 3/3] KVM: LAPIC: Ignore timer migration when lapic timer is injected by posted-interrupt

[PATCH v2 0/3] KVM: LAPIC: Implement Exitless Timer
 2019-06-06  5:31 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: LAPIC: Make lapic timer unpinned when timer is injected by posted-interrupt
` [PATCH v2 2/3] KVM: LAPIC: lapic timer interrupt is injected by posted interrupt
` [PATCH v2 3/3] KVM: LAPIC: Ignore timer migration when lapic timer is injected by posted-interrupt

[RFC PATCH v2 0/3] Deliver vGPU page flip events to userspace
 2019-06-06  2:57 UTC  (8+ messages)
` [RFC PATCH v2 1/3] vfio: Use capability chains to handle device specific irq
` [RFC PATCH v2 2/3] drm/i915/gvt: Leverage irq capability chain to get eventfd
` [RFC PATCH v2 3/3] drm/i915/gvt: Send plane flip events to user space

[RESEND PATCH v3] KVM: x86: Add Intel CPUID.1F cpuid emulation support
 2019-06-06  1:30 UTC  (4+ messages)

[PATCH v2 0/2] x86: Enable user wait instructions
 2019-06-06  1:30 UTC  (4+ messages)
` [PATCH v2 1/2] x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE

[PATCH v4] KVM: x86: Add Intel CPUID.1F cpuid emulation support
 2019-06-06  1:18 UTC 

QEMU/KVM migration backwards compatibility broken?
 2019-06-06  0:09 UTC 

[vhost:linux-next 12/19] drivers/vhost/vhost.h:196:22: error: field 'mmu_notifier' has incomplete type
 2019-06-05 23:44 UTC 

memory leak in vhost_net_ioctl
 2019-06-05 23:42 UTC 

[PATCH] KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15
 2019-06-05 22:54 UTC 

[PATCH v8 00/29] SMMUv3 Nested Stage Setup
 2019-06-05 22:45 UTC  (21+ messages)
` [PATCH v8 04/29] iommu: Add recoverable fault reporting
` [PATCH v8 05/29] iommu: Add a timeout parameter for PRQ response
` [PATCH v8 22/29] vfio: VFIO_IOMMU_ATTACH/DETACH_PASID_TABLE
` [PATCH v8 24/29] vfio: VFIO_IOMMU_BIND/UNBIND_MSI
` [PATCH v8 25/29] vfio-pci: Add a new VFIO_REGION_TYPE_NESTED region type
` [PATCH v8 26/29] vfio-pci: Register an iommu fault handler
` [PATCH v8 28/29] vfio-pci: Add VFIO_PCI_DMA_FAULT_IRQ_INDEX

[PATCH v4 2/2] kvm: vmx: segment limit check: use access length
 2019-06-05 21:19 UTC 

[PATCH v4 1/2] kvm: vmx: fix limit checking in get_vmx_mem_address()
 2019-06-05 21:17 UTC 

[PATCH v3 1/2] kvm: vmx: fix limit checking in get_vmx_mem_address()
 2019-06-05 20:30 UTC  (2+ messages)

[PATCH v3 2/2] kvm: vmx: segment limit check: use access length
 2019-06-05 20:27 UTC  (2+ messages)

[PATCH net-next 0/6] vhost: accelerate metadata access
 2019-06-05 20:27 UTC  (2+ messages)

[5.2 regression] copy_fpstate_to_sigframe() change causing crash in 32-bit process
 2019-06-05 17:32 UTC  (3+ messages)

[PATCH v2 1/2] kvm: vmx: fix limit checking in get_vmx_mem_address()
 2019-06-05 14:28 UTC  (2+ messages)

USB drives with logos
 2019-06-05 12:17 UTC 

custom printed logo
 2019-06-05 12:06 UTC 

[PATCH v2 0/4] kvm: selftests: aarch64: use struct kvm_vcpu_init
 2019-06-05 12:15 UTC  (5+ messages)

[PATCH 1/3] KVM: Documentation: Add disable pause exits to KVM_CAP_X86_DISABLE_EXITS
 2019-06-05 11:00 UTC  (7+ messages)
` [PATCH v2 2/3] KVM: X86: Provide a capability to disable cstate msr read intercepts
` [PATCH v2 3/3] KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bit

[patch 0/3] cpuidle-haltpoll driver (v2)
 2019-06-05  8:16 UTC  (7+ messages)
` [patch 1/3] drivers/cpuidle: add cpuidle-haltpoll driver
` [patch 2/3] kvm: x86: add host poll control msrs
` [patch 3/3] cpuidle-haltpoll: disable host side polling when kvm virtualized
  ` [patch v2 "

[PATCH v5 0/8] Introduce support for Guest CET feature
 2019-06-05  2:51 UTC  (12+ messages)
` [PATCH v5 1/8] KVM: VMX: Define CET VMCS fields and control bits
` [PATCH v5 2/8] KVM: x86: Implement CET CPUID support for Guest
` [PATCH v5 4/8] KVM: VMX: Pass through CET related MSRs to Guest
` [PATCH v5 5/8] KVM: VMX: Load Guest CET via VMCS when CET is enabled in Guest

[PATCH] kvm: x86: Fix L1TF mitigation for shadow MMU
 2019-06-05  2:27 UTC  (3+ messages)

[PATCH AUTOSEL 4.14 23/24] KVM: x86/pmu: do not mask the value that is written to fixed PMUs
 2019-06-04 23:24 UTC 

[PATCH AUTOSEL 4.9 16/17] KVM: x86/pmu: do not mask the value that is written to fixed PMUs
 2019-06-04 23:24 UTC 

[PATCH AUTOSEL 4.4 09/10] KVM: x86/pmu: do not mask the value that is written to fixed PMUs
 2019-06-04 23:25 UTC 

[PATCH 0/2] scsi: add support for request batching
 2019-06-04 22:40 UTC  (3+ messages)
` [PATCH 1/2] scsi_host: "

[PATCH v2 2/2] kvm: vmx: segment limit check: use access length
 2019-06-04 22:02 UTC 

[PATCH 2/2] kvm: vmx: take access length into account when checking the limit
 2019-06-04 21:49 UTC  (2+ messages)

[PATCH 1/2] kvm: vmx: fix limit checking in get_vmx_mem_address()
 2019-06-04 20:33 UTC 

[PATCH v9 0/4] vfio: ap: AP Queue Interrupt Control
 2019-06-04 19:38 UTC  (5+ messages)
` [PATCH v9 3/4] s390: ap: implement PAPQ AQIC interception in kernel

[PATCH] KVM: irqchip: Use struct_size() in kzalloc()
 2019-06-04 17:40 UTC  (3+ messages)

[PATCH 1/2] kvm: nVMX: Enforce must-be-zero bits in the IA32_VMX_VMCS_ENUM MSR
 2019-06-04 17:52 UTC  (2+ messages)

[PATCH] Fix apic dangling pointer in vcpu
 2019-06-04 17:37 UTC  (2+ messages)

[PATCH v1 0/9] KVM selftests for s390x
 2019-06-04 17:37 UTC  (3+ messages)

[PATCH] KVM/nSVM: properly map nested VMCB
 2019-06-04 17:27 UTC  (3+ messages)

[PATCH] kvm: Convert kvm_lock to a mutex
 2019-06-04 17:26 UTC 

[PATCH] KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64
 2019-06-04 17:22 UTC  (2+ messages)

[PATCH] x86/kvm/VMX: drop bad asm() clobber from nested_vmx_check_vmentry_hw()
 2019-06-04 17:20 UTC  (2+ messages)

[PATCH] KVM: Remove obsolete address of the FSF
 2019-06-04 17:17 UTC  (2+ messages)

[RFC][Patch v10 0/2] mm: Support for page hinting
 2019-06-04 17:12 UTC  (26+ messages)
` [RFC][Patch v10 1/2] mm: page_hinting: core infrastructure
` [RFC][Patch v10 2/2] virtio-balloon: page_hinting: reporting to the host
` [QEMU PATCH] KVM: Support for page hinting

[PATCH v2] kvm: selftests: ucall improvements
 2019-06-04 17:04 UTC  (2+ messages)

[PATCH 0/2] Fix reserved bits calculation errors caused by MKTME
 2019-06-04 17:04 UTC  (2+ messages)

[PATCH] kvm: support guest access CORE cstate
 2019-06-04 17:00 UTC  (2+ messages)

[PATCH] kvm: x86: refine kvm_get_arch_capabilities()
 2019-06-04 16:09 UTC  (2+ messages)

[PATCH v1 1/1] vfio-ccw: Destroy kmem cache region on module exit
 2019-06-04 15:44 UTC  (3+ messages)

[PULL 0/7] vfio-ccw: fixes
 2019-06-04 15:24 UTC  (4+ messages)

[PATCH v3 0/8] s390: virtio: support protected virtualization
 2019-06-04 15:06 UTC  (17+ messages)
` [PATCH v3 4/8] s390/airq: use DMA memory for adapter interrupts
` [PATCH v3 6/8] virtio/s390: add indirection to indicators access
` [PATCH v3 7/8] virtio/s390: use DMA memory for ccw I/O and classic notifiers
` [PATCH v3 8/8] virtio/s390: make airq summary indicators DMA

[PATCH 0/2] kvm-unit-test: nVMX: Test "Load IA32_EFER" VM-exit control on vmentry of nested guests
 2019-06-04 14:21 UTC  (5+ messages)
` [PATCH 1/2] kvm-unit-test: x86: Add a wrapper to check if the CPU supports NX bit in MSR_EFER
` [PATCH 2/2] kvm-unit-test: nVMX: Test "Load IA32_EFER" VM-exit control on vmentry of nested guests

[PATCH v2 07/22] docs: amd-memory-encryption.rst get rid of warnings
 2019-06-04 14:17 UTC 

[PATCH v3 0/4] KVM: Unify mmu_memory_cache functionality across architectures
 2019-06-04 13:33 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: x86: Move mmu_memory_cache functions to common code
` [PATCH v3 2/4] KVM: x86: Rename mmu_memory_cache to kvm_mmu_memcache
` [PATCH v3 3/4] KVM: arm/arm64: Move to common kvm_mmu_memcache infrastructure
` [PATCH v3 4/4] KVM: mips: "

[PATCH v16 00/16] arm64: untag user pointers passed to the kernel
 2019-06-04 13:09 UTC  (15+ messages)
` [PATCH v16 01/16] uaccess: add untagged_addr definition for other arches
` [PATCH v16 12/16] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()

[PATCH 00/22] Some documentation fixes
 2019-06-04 10:10 UTC  (4+ messages)
` [PATCH 09/22] docs: mark orphan documents as such

[PATCHv6 0/3] vfio/mdev: Improve vfio/mdev core module
 2019-06-04  5:48 UTC  (5+ messages)
` [PATCHv6 1/3] vfio/mdev: Improve the create/remove sequence
` [PATCHv6 2/3] vfio/mdev: Avoid creating sysfs remove file on stale device removal
` [PATCHv6 3/3] vfio/mdev: Synchronize device create/remove with parent removal

[PATCH 1/3] kvm: x86: check kvm_apic_sw_enabled() is enough
 2019-06-04  3:11 UTC 

[PATCH v4 0/2] introduction of migration_version attribute for VFIO live migration
 2019-06-04  0:34 UTC  (3+ messages)

[patch QEMU] kvm: i386: halt poll control MSR support
 2019-06-03 23:04 UTC 

[patch QEMU] kvm: i386: halt poll control MSR support
 2019-06-03 23:00 UTC 

[PATCH v2] mm: add account_locked_vm utility function
 2019-06-03 19:15 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/6] KVM/x86: Add workaround to support ExtINT with AVIC
 2019-06-03 18:58 UTC  (4+ messages)
` [PATCH 6/6] svm: Temporary deactivate AVIC during ExtINT handling

[PATCHv5 0/3] vfio/mdev: Improve vfio/mdev core module
 2019-06-03 18:44 UTC  (4+ messages)
` [PATCHv5 3/3] vfio/mdev: Synchronize device create/remove with parent removal


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