public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-08 12:19:37 to 2019-04-10 12:04:36 UTC [more...]

[PATCH v2] kvm: mmu: Fix overflow on kvm mmu page limit calculation
 2019-04-10 12:04 UTC  (5+ messages)

[KVM nVMX]: Check "load IA32_PAT" VM-exit{entry} controls on vmentry of L2 guests (v5)
 2019-04-10 12:03 UTC  (12+ messages)
` [PATCH 1/6 v5][KVM nVMX]: Check "load IA32_PAT" VM-exit control on vmentry
` [PATCH 2/6 v5][KVM nVMX]: Check "load IA32_PAT" VM-entry "
` [PATCH 3/6 v5][KVM nVMX]: Move the checks for Guest Control Registers and Guest MSRs to a separate function
` [PATCH 4/6 v5][KVM nVMX]: nested_check_guest_cregs_dregs_msrs() should return -EINVAL for error conditions
` [PATCH 5/6 v5][KVM nVMX]: nested_vmx_check_vmentry_postreqs() should return VMX_EXIT_REASONS_FAILED_VMENTRY | EXIT_REASON_INVALID_STATE "
` [PATCH 6/6 v5][kvm-unit-test nVMX]: Check "load IA32_PAT" on vmentry of L2 guests

[PATCH] KVM: x86: Raise #GP when guest vCPU do not support PMU
 2019-04-10 12:03 UTC  (3+ messages)

[PATCH] KVM: x86: nVMX: allow RSM to restore VMXE CR4 flag
 2019-04-10 10:32 UTC  (6+ messages)
          ` [RFC] selftests: kvm: add a selftest for SMM

[kvm-unit-tests PATCH] Add s390x/*.bin to the .gitignore file
 2019-04-10 10:22 UTC  (2+ messages)

[kvm-unit-tests PATCH] s390x: Add a test for the diagnose 0x308 hypercall
 2019-04-10  9:59 UTC 

[PATCH] KVM: x86: clear VM_EXIT_SAVE_IA32_PAT
 2019-04-10  9:55 UTC 

[PATCH] KVM: x86: optimize check for valid PAT value
 2019-04-10  9:55 UTC 

[kvm-unit-tests PATCH] scripts: Colorize only when possible
 2019-04-10  9:34 UTC  (2+ messages)

[PATCH 1/3] KVM: x86: Load SMRAM in a single shot when leaving SMM
 2019-04-10  9:25 UTC  (2+ messages)
` [PATCH 0/3] KVM: x86: clear HF_SMM_MASK before loading state

[RFC PATCH 00/12] s390: virtio: support protected virtualization
 2019-04-10  9:20 UTC  (30+ messages)
` [RFC PATCH 01/12] virtio/s390: use vring_create_virtqueue
` [RFC PATCH 02/12] virtio/s390: DMA support for virtio-ccw
` [RFC PATCH 03/12] s390/mm: force swiotlb for protected virtualization
` [RFC PATCH 04/12] s390/cio: introduce cio DMA pool
` [RFC PATCH 05/12] s390/cio: add protected virtualization support to cio
` [RFC PATCH 07/12] virtio/s390: use DMA memory for ccw I/O
` [RFC PATCH 10/12] virtio/s390: consolidate DMA allocations

[PATCH] KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU
 2019-04-10  9:15 UTC 

[PATCH 0/2] KVM: x86: Fix SMM bugs for 32-bit guests/hosts
 2019-04-10  9:13 UTC 

[PATCH 0/2] KVM: x86: Enforce EFER bits according to CPUID
 2019-04-10  9:09 UTC 

[PATCH] KVM: x86: svm: make sure NMI is injected after nmi_singlestep
 2019-04-10  9:08 UTC  (2+ messages)

[PATCH v6 00/20] x86/split_lock: Enable split locked accesses detection
 2019-04-10  8:50 UTC  (14+ messages)
` [PATCH v6 11/20] kvm/x86: Emulate MSR IA32_CORE_CAPABILITY
` [PATCH v6 12/20] kvm/vmx: Emulate MSR TEST_CTL
` [PATCH v6 13/20] x86/split_lock: Enable split lock detection by default

[PATCH] kvm: arm: Skip stage2 huge mappings for unaligned ipa backed by THP
 2019-04-10  8:39 UTC  (9+ messages)

[PATCH v5 0/6] virtio pmem driver
 2019-04-10  8:38 UTC  (11+ messages)
` [PATCH v5 1/6] libnvdimm: nd_region flush callback support
` [PATCH v5 2/5] virtio-pmem: Add virtio pmem driver
` [PATCH v5 3/6] libnvdimm: add dax_dev sync flag
` [PATCH v5 4/6] dax: check synchronous mapping is supported
` [PATCH v5 5/6] ext4: disable map_sync for async flush
` [PATCH v5 6/6] xfs: "

[PATCH net] vhost: flush dcache page when logging dirty pages
 2019-04-10  7:53 UTC  (3+ messages)

[PATCH RFC 00/39] x86/KVM: Xen HVM guest support
 2019-04-10  7:14 UTC  (14+ messages)
                  ` [Xen-devel] "

[PATCH v4 0/6] vfio-ccw: support hsch/csch (kernel part)
 2019-04-09 23:34 UTC  (7+ messages)
` [PATCH v4 1/6] vfio-ccw: make it safe to access channel programs
      ` [Qemu-devel] "

[PATCH v6 0/8] mmu notifier provide context informations
 2019-04-09 22:08 UTC  (3+ messages)

[PATCH v2] svm/avic: Fix invalidate logical APIC id entry
 2019-04-09 16:39 UTC  (3+ messages)

[PATCH kvm-unit-tests] arm: powerpc: comment halt(code)
 2019-04-09 16:33 UTC  (4+ messages)

[Bug 202055] Failed to PCI passthrough SSD with SMI SM2262 controller
 2019-04-09 14:57 UTC  (2+ messages)

[PATCH v4 00/17] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-04-09 14:13 UTC  (8+ messages)
` [PATCH v4 10/17] KVM: PPC: Book3S HV: XIVE: add get/set accessors for the VP XIVE state
` [PATCH v4 16/17] KVM: introduce a KVM_DESTROY_DEVICE ioctl
` [RFC PATCH v4.1 16/17] KVM: PPC: Book3S HV: XIVE: introduce a xive_devices array under the VM
  ` [RFC PATCH v4 17/17] KVM: PPC: Book3S HV: XIVE: introduce a 'release' device operation

[PATCH v2 1/1] vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
 2019-04-09 14:27 UTC  (2+ messages)

Thoughts on simple scanner approach for free page hinting
 2019-04-09 14:03 UTC  (25+ messages)

[PATCH net] vhost: reject zero size iova range
 2019-04-09 12:50 UTC  (2+ messages)

[kvm-unit-tests PATCH] lib: arm: Use correct halt() prototype from smp.h
 2019-04-09 10:11 UTC  (5+ messages)

[PATCH RFC 0/4] vsock/virtio: optimizations to increase the throughput
 2019-04-09  9:13 UTC  (13+ messages)
` [PATCH RFC 3/4] vsock/virtio: change the maximum packet size allowed

[PATCH] virtio: Honour 'may_reduce_num' in vring_create_virtqueue
 2019-04-09  9:00 UTC  (4+ messages)

[PATCH v9 00/27] x86: load FPU registers on return to userland
 2019-04-09  7:27 UTC  (9+ messages)
` [PATCH 19/27] x86/fpu: Update xstate's PKRU value on write_pkru()
` [PATCH 24/27] x86/fpu: Add a fastpath to __fpu__restore_sig()

INFO: task hung in vhost_net_stop_vq
 2019-04-09  3:31 UTC  (6+ messages)

[RFC v2 0/3] fio-ccw fixes for kernel stacktraces
 2019-04-08 21:05 UTC  (4+ messages)
` [RFC v2 1/3] vfio-ccw: Do not call flush_workqueue while holding the spinlock
` [RFC v2 2/3] vfio-ccw: Prevent quiesce function going into an infinite loop
` [RFC v2 3/3] vfio-ccw: Release any channel program when releasing/removing vfio-ccw mdev

[KVM nVMX]: Check "load IA32_PAT" VM-exit{entry} controls on vmentry of L2 guests (v4)
 2019-04-08 17:34 UTC  (9+ messages)
` [PATCH 1/6 v4][KVM nVMX]: Check "load IA32_PAT" VM-exit control on vmentry
` [PATCH 4/6 v4][KVM nVMX]: nested_check_guest_cregs_dregs_msrs() should return -EINVAL for error conditions
` [PATCH 5/6 v4][KVM nVMX]: nested_vmx_check_vmentry_postreqs() should return VMX_EXIT_REASONS_FAILED_VMENTRY | EXIT_REASON_INVALID_STATE "
` [PATCH 6/6 v4][kvm-unit-test nVMX]: Check "load IA32_PAT" on vmentry of L2 guests

[PATCH] KVM: x86: fix warning Using plain integer as NULL pointer
 2019-04-08 16:55 UTC  (2+ messages)

[PATCH] kvm: mmu: Fix overflow on kvm mmu page limit calculation
 2019-04-08 16:27 UTC  (3+ messages)

[Bug 53361] New: Wrong CPUID data returned by KVM
 2019-04-08 15:02 UTC  (2+ messages)
` [Bug 53361] "

[PATCH -v5] x86/kvm: Implement HWCR support
 2019-04-08 14:57 UTC  (3+ messages)

[Bug 55711] arm/kvm/arm.c:203: possible missing break ?
 2019-04-08 14:25 UTC 

[PATCH] Revert "svm: Fix AVIC incomplete IPI emulation"
 2019-04-08 14:16 UTC  (2+ messages)

[PATCH v7 00/23] SMMUv3 Nested Stage Setup
 2019-04-08 12:19 UTC  (24+ messages)
` [PATCH v7 01/23] driver core: add per device iommu param
` [PATCH v7 02/23] iommu: introduce device fault data
` [PATCH v7 03/23] iommu: introduce device fault report API
` [PATCH v7 04/23] iommu: Introduce attach/detach_pasid_table API
` [PATCH v7 05/23] iommu: Introduce cache_invalidate API
` [PATCH v7 06/23] iommu: Introduce bind/unbind_guest_msi
` [PATCH v7 07/23] vfio: VFIO_IOMMU_ATTACH/DETACH_PASID_TABLE
` [PATCH v7 08/23] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v7 09/23] vfio: VFIO_IOMMU_BIND/UNBIND_MSI
` [PATCH v7 10/23] iommu/arm-smmu-v3: Link domains and devices
` [PATCH v7 11/23] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v7 12/23] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v7 13/23] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v7 14/23] iommu/smmuv3: Implement cache_invalidate
` [PATCH v7 15/23] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v7 16/23] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v7 17/23] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v7 18/23] iommu/smmuv3: Report non recoverable faults
` [PATCH v7 19/23] vfio-pci: Add a new VFIO_REGION_TYPE_NESTED region type
` [PATCH v7 20/23] vfio-pci: Register an iommu fault handler
` [PATCH v7 21/23] vfio_pci: Allow to mmap the fault queue
` [PATCH v7 22/23] vfio-pci: Add VFIO_PCI_DMA_FAULT_IRQ_INDEX
` [PATCH v7 23/23] vfio: Document nested stage control


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox