public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-03 09:57:51 to 2016-08-10 08:48:02 UTC [more...]

[PATCH v12 00/11] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 2/3: msi changes
 2016-08-10  8:48 UTC  (6+ messages)
` [PATCH v12 02/11] genirq/msi: msi_compose wrapper
` [PATCH v12 09/11] genirq/msi: Introduce msi_desc flags

[PATCH 0/2] KVM: nVMX: msr bitmaps fixes
 2016-08-10  5:55 UTC  (8+ messages)
` [PATCH 1/2] KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APIC
` [PATCH 2/2] KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write

[PATCH 1/2] KVM: PPC: Book3S: Don't crash if irqfd used with no in-kernel XICS emulation
 2016-08-10  4:24 UTC  (2+ messages)
` [PATCH 2/2] KVM: PPC: Implement kvm_arch_intc_initialized() for PPC

[kvm-unit-tests PATCH V2 1/4] scripts/runtime: Add ability to mark test as don't run by default
 2016-08-10  1:59 UTC  (4+ messages)
` [kvm-unit-tests PATCH V2 2/4] lib/powerpc: Add generic decrementer exception handler
` [kvm-unit-tests PATCH V2 3/4] lib/powerpc: Add function to start secondary threads
` [kvm-unit-tests PATCH V2 4/4] powerpc/tm: Add a test for H_CEDE while tm suspended

[PATCH v6 0/4] Add Mediated device support
 2016-08-09 19:00 UTC  (14+ messages)
` [PATCH v6 1/4] vfio: Mediated device Core driver
` [PATCH v6 2/4] vfio: VFIO driver for mediated PCI device
` [PATCH v6 3/4] vfio iommu: Add support for mediated devices
` [PATCH v6 4/4] docs: Add Documentation for Mediated devices

[PATCH v2 0/2] KVM: Synchronize KVM devices list access and create ops
 2016-08-09 17:13 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: PPC: Move xics_debugfs_init out of create
` [PATCH v2 2/2] KVM: Protect device ops->create and list_add with kvm->lock

[PATCH 0/2] KVM: Synchronize KVM devices list access and create ops
 2016-08-09 15:20 UTC  (8+ messages)
` [PATCH 1/2] KVM: PPC: Move xics_debugfs_init out of create
` [PATCH 2/2] KVM: Protect device ops->create and list_add with kvm->lock

[PATCH] kvmtool: aarch64: fix path to uncompressed kernel images
 2016-08-09 15:10 UTC  (4+ messages)

[PART2 PATCH v5 00/12] iommu/AMD: Introduce IOMMU AVIC support
 2016-08-09 14:58 UTC  (9+ messages)
` [PART2 PATCH v5 01/12] iommu/amd: Detect and enable guest vAPIC support
` [PART2 PATCH v5 06/12] iommu/amd: Adding GALOG interrupt handler
` [PART2 PATCH v5 09/12] iommu/amd: Enable vAPIC interrupt remapping mode by default

[PATCH v3] KVM: arm64: ITS: return 1 on successful MSI injection
 2016-08-09 14:43 UTC  (3+ messages)

[PATCH v2 0/3] KVM: arm64: vgic-its-fixes
 2016-08-09 13:04 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: arm64: vgic-its: Handle errors from vgic_add_lpi
` [PATCH v2 2/3] KVM: arm64: vgic-its: Plug race in vgic_put_irq
` [PATCH v2 3/3] KVM: arm64: vgic-its: Make updates to propbaser/pendbaser atomic

[PATCH 0/3] KVM: arm64: vgic-its fixes
 2016-08-09 11:56 UTC  (13+ messages)
` [PATCH v2 1/3] KVM: arm64: vgic-its: Handle errors from vgic_add_lpi
` [PATCH 2/3] KVM: arm64: vgic-its: Plug race in vgic_put_irq
` [PATCH 3/3] KVM: arm64: vgic-its: Make updates to propbaser/pendbaser atomic

[PATCH RESEND v4] locking/pvqspinlock: Fix double hash race
 2016-08-09 11:31 UTC  (3+ messages)

[PATCH v2] KVM: arm64: ITS: move ITS registration into first VCPU run
 2016-08-09  7:49 UTC  (2+ messages)

[PATCH v3 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-08-09  2:52 UTC  (11+ messages)
` [PATCH v3 kernel 1/7] virtio-balloon: rework deflate to add page to a list
` [PATCH v3 kernel 2/7] virtio-balloon: define new feature bit and page bitmap head
` [PATCH v3 kernel 3/7] mm: add a function to get the max pfn
` [PATCH v3 kernel 4/7] virtio-balloon: speed up inflate/deflate process
` [PATCH v3 kernel 5/7] mm: add the related functions to get unused page
` [PATCH v3 kernel 6/7] virtio-balloon: define feature bit and head for misc virt queue
` [PATCH v3 kernel 7/7] virtio-balloon: tell host vm's unused page info

[PATCH] KVM: Synchronize accesses to the kvm->devices list
 2016-08-08 22:18 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] kvmtool: ARM: madvise mergeable and hugepage separately
 2016-08-08 16:11 UTC  (2+ messages)

KVM Guest Windows 10 Anniversary Update
 2016-08-08 15:04 UTC 

[Question] virtio-serial misses irq delivery on migration?
 2016-08-08 14:30 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH 0/2] virtio/s390 patches for 4.8
 2016-08-08 11:39 UTC  (3+ messages)

[kvm-unit-tests PATCH 1/4] scripts/runtime: Add ability to mark test as don't run by default
 2016-08-08  5:24 UTC  (12+ messages)
` [kvm-unit-tests PATCH 2/4] lib/powerpc: Add generic decrementer exception handler
` [kvm-unit-tests PATCH 3/4] lib/powerpc: Add function to start secondary threads
` [kvm-unit-tests PATCH 4/4] powerpc/tm: Add a test for H_CEDE while tm suspended

Floating point instructions (e.g. cvtsi2sd) incorrect result
 2016-08-08  2:26 UTC  (2+ messages)

Re;跨境电商物流供应商.为中小微企業提供一站式出口報關運輸服务
 2016-08-07 22:49 UTC 

[PATCH v12 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
 2016-08-07 14:08 UTC  (3+ messages)

arm64: Implement IPI based TLB invalidation
 2016-08-06  7:22 UTC  (11+ messages)
` [PATCH 1/4] arm64: insn: Do not disable irqs during patching
` [PATCH 2/4] arm64: Implement IPI based TLB invalidation
` [PATCH 3/4] KVM: arm/arm64: Check for broadcast TLBI support
` [PATCH 4/4] arm64: hibernate: "
` [PATCH] arm64: Add workaround for Cavium erratum 26026

[GIT PULL] Final batch of KVM changes for 4.8 merge window
 2016-08-05 15:51 UTC 

[PATCH for-4.8] virtio-vsock: fix include guard typo
 2016-08-05 12:52 UTC 

tlb flush after each vm_exit, also virtual interrupts injection
 2016-08-05 11:59 UTC  (7+ messages)
` Fwd: "

[PATCH] KVM: arm/arm64: initialize new VGIC even without host GIC
 2016-08-05  9:34 UTC  (4+ messages)

[kvm-unit-tests PATCH] .gitignore: Add *.patch to git ignore file
 2016-08-05  9:33 UTC  (2+ messages)

[Question] virtio-serial misses irq delivery on migration?
 2016-08-05  9:14 UTC 

[PATCH] VSOCK: fix vhost virtio_vsock_pkt use-after-free
 2016-08-05  8:44 UTC  (3+ messages)

[kvm-unit-tests RFC] Add ability to specify groups which won't be run by default
 2016-08-05  7:33 UTC  (4+ messages)

[PATCH] sched: fix the intention to re-evalute tick dependency for offline cpu
 2016-08-05  5:36 UTC  (2+ messages)

[QUESTION]stuck in SeaBIOS because of losing a SMI
 2016-08-05  2:32 UTC  (3+ messages)

Introspection API development
 2016-08-04 15:08 UTC  (10+ messages)

[bug report] VSOCK: Introduce vhost_vsock.ko
 2016-08-04 12:49 UTC  (2+ messages)

[PATCH v2 0/3] vmx: miscellaneous cleanups
 2016-08-04 12:21 UTC  (2+ messages)

[PATCH 1/2] KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=off
 2016-08-04 12:20 UTC  (6+ messages)
` [PATCH 2/2] KVM: lapic: don't recalculate apic map table twice when enabling LAPIC

[PATCH] KVM: documentation: fix KVM_CAP_X2APIC_API information
 2016-08-04 12:04 UTC 

[PULL 0/8] KVM/ARM Changes for v4.8 - Take #2
 2016-08-04 11:40 UTC  (9+ messages)
` [PULL 1/8] KVM: api: Pass the devid in the msi routing entry
` [PULL 2/8] KVM: Add devid in kvm_kernel_irq_routing_entry
` [PULL 3/8] KVM: irqchip: Convey devid to kvm_set_msi
` [PULL 4/8] KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific header
` [PULL 5/8] KVM: arm/arm64: Enable irqchip routing
` [PULL 6/8] KVM: arm/arm64: Enable MSI routing
` [PULL 7/8] KVM: arm: vgic-irqfd: Workaround changing kvm_set_routing_entry prototype
` [PULL 8/8] arm64: KVM: Set cpsr before spsr on fault injection

[PULL] KVM/ARM updates for Linux 4.8, take #1
 2016-08-04 10:47 UTC  (3+ messages)
` [PATCH 41/55] KVM: arm64: vgic-its: Implement MSI injection in ITS emulation

[PATCH] KVM: arm64: ITS: move ITS registration into first VCPU run
 2016-08-04 10:26 UTC  (13+ messages)

nopea Lainat
 2016-08-02 21:45 UTC 

[PATCH] powerpc: move hmi.c to arch/powerpc/kvm/
 2016-08-04  2:17 UTC  (2+ messages)

[PATCH] sched/deadline: Fix lock pinning warning during cpu hotplug
 2016-08-04  1:42 UTC 

[PATCH 00/14] Present useful limits to user (v2)
 2016-08-03 18:20 UTC  (2+ messages)

[PATCH v2] KVM: arm64: ITS: return 1 on successful MSI injection
 2016-08-03 17:32 UTC  (2+ messages)

[PULL] vhost: new features for 4.8
 2016-08-03 14:14 UTC 

[PATCH] vfio/pci: Fix NULL pointer oops in error interrupt setup handling
 2016-08-03 13:06 UTC  (2+ messages)

[GIT PULL] KVM changes for 4.8 merge window
 2016-08-03 11:00 UTC  (5+ messages)


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