KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-31 20:12:32 to 2016-02-03 18:00:16 UTC [more...]

[PATCH v3 00/23] arm64: Virtualization Host Extension support
 2016-02-03 18:00 UTC  (24+ messages)
` [PATCH v3 01/23] arm/arm64: KVM: Add hook for C-based stage2 init
` [PATCH v3 02/23] arm64: KVM: Switch to "
` [PATCH v3 03/23] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH v3 04/23] arm64: Allow the arch timer to use the HYP timer
` [PATCH v3 05/23] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH v3 06/23] arm64: KVM: Skip HYP setup when already running in HYP
` [PATCH v3 07/23] arm64: KVM: VHE: Patch out use of HVC
` [PATCH v3 08/23] arm64: KVM: VHE: Patch out kern_hyp_va
` [PATCH v3 09/23] arm64: KVM: VHE: Introduce unified system register accessors
` [PATCH v3 10/23] arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
` [PATCH v3 11/23] arm64: KVM: VHE: Split save/restore of registers shared between guest and host
` [PATCH v3 12/23] arm64: KVM: VHE: Use unified system register accessors
` [PATCH v3 13/23] arm64: KVM: VHE: Enable minimal sysreg save/restore
` [PATCH v3 14/23] arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
` [PATCH v3 15/23] arm64: KVM: VHE: Implement VHE activate/deactivate_traps
` [PATCH v3 16/23] arm64: KVM: VHE: Use unified sysreg accessors for timer
` [PATCH v3 17/23] arm64: KVM: VHE: Add fpsimd enabling on guest access
` [PATCH v3 18/23] arm64: KVM: VHE: Add alternative panic handling
` [PATCH v3 19/23] arm64: KVM: Move most of the fault decoding to C
` [PATCH v3 20/23] arm64: perf: Count EL2 events if the kernel is running in HYP
` [PATCH v3 21/23] arm64: hw_breakpoint: Allow EL2 breakpoints if "
` [PATCH v3 22/23] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH v3 23/23] arm64: Panic when VHE and non VHE CPUs coexist

[PATCH v7 0/9] virtio DMA API, yet again
 2016-02-03 17:53 UTC  (14+ messages)
` [PATCH v7 1/9] dma: Provide simple noop dma ops
` [PATCH v7 2/9] alpha/dma: use common "
` [PATCH v7 3/9] s390/dma: Allow per device "
` [PATCH v7 4/9] vring: Introduce vring_use_dma_api()
` [PATCH v7 5/9] virtio_ring: Support DMA APIs
` [PATCH v7 6/9] virtio: Add improved queue allocation API
` [PATCH v7 7/9] virtio_mmio: Use the DMA API if enabled
` [PATCH v7 8/9] virtio_pci: "
` [PATCH v7 9/9] vring: Use the DMA API on Xen

[PATCH v2 00/21] arm64: Virtualization Host Extension support
 2016-02-03 17:45 UTC  (71+ messages)
` [PATCH v2 01/21] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH v2 02/21] arm64: Allow the arch timer to use the HYP timer
` [PATCH v2 03/21] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH v2 04/21] arm64: KVM: Skip HYP setup when already running in HYP
` [PATCH v2 05/21] arm64: KVM: VHE: Turn VTCR_EL2 setup into a reusable macro
` [PATCH v2 06/21] arm64: KVM: VHE: Patch out use of HVC
` [PATCH v2 07/21] arm64: KVM: VHE: Patch out kern_hyp_va
` [PATCH v2 08/21] arm64: KVM: VHE: Introduce unified system register accessors
` [PATCH v2 09/21] arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
` [PATCH v2 10/21] arm64: KVM: VHE: Split save/restore of sysregs shared between EL1 and EL2
` [PATCH v2 11/21] arm64: KVM: VHE: Use unified system register accessors
` [PATCH v2 12/21] arm64: KVM: VHE: Enable minimal sysreg save/restore
` [PATCH v2 13/21] arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
` [PATCH v2 14/21] arm64: KVM: VHE: Implement VHE activate/deactivate_traps
` [PATCH v2 15/21] arm64: KVM: VHE: Use unified sysreg accessors for timer
` [PATCH v2 16/21] arm64: KVM: VHE: Add fpsimd enabling on guest access
` [PATCH v2 17/21] arm64: KVM: VHE: Add alternative panic handling
` [PATCH v2 18/21] arm64: KVM: Introduce hyp_alternate_value helper
` [PATCH v2 19/21] arm64: KVM: Move most of the fault decoding to C
` [PATCH v2 20/21] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH v2 21/21] arm64: Panic when VHE and non VHE CPUs coexist

[PATCH] KVM: arm/arm64: fix reference to uninitialised VGIC
 2016-02-03 17:33 UTC  (2+ messages)

[PATCH v5 0/7] mips/kvm: Support FPU & SIMD (MSA) in MIPS KVM guests
 2016-02-03 17:16 UTC  (8+ messages)
` [PATCH v5 1/7] mips/kvm: Remove a couple of noisy DPRINTFs
` [PATCH v5 2/7] mips/kvm: Implement PRid CP0 register
` [PATCH v5 3/7] mips/kvm: Implement Config CP0 registers
` [PATCH v5 4/7] mips/kvm: Support unsigned KVM registers
` [PATCH v5 5/7] mips/kvm: Support signed 64-bit "
` [PATCH v5 6/7] mips/kvm: Support FPU in MIPS KVM guests
` [PATCH v5 7/7] mips/kvm: Support MSA "

[PATCH 0/4] KVM: x86: change and fix PIT discard tick policy
 2016-02-03 16:51 UTC  (8+ messages)
` [PATCH 1/4] KVM: x86: fix interrupt dropping race in PIT
` [PATCH 2/4] KVM: x86: refactor PIT state inject_lock
` [PATCH 3/4] KVM: x86: change PIT discard tick policy
` [PATCH 4/4] KVM: x86: remove notifiers from PIT discard policy

[PATCH kvm-unit-tests] KVM: x86: add hyperv clock test case
 2016-02-03 16:37 UTC  (3+ messages)

[PATCH 00/10] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-02-03 15:36 UTC  (9+ messages)

[RFC PATCH v1 1/1] vGPU core driver : to provide common interface for vGPU
 2016-02-03 13:21 UTC  (13+ messages)

<summary> RE: [iGVT-g] VFIO based vGPU(was Re: [Announcement] 2015-Q3 release of XenGT - a Mediated ...)
 2016-02-03  8:41 UTC  (2+ messages)

[PATCH v6 3/5] util: [ppc] Use new error_report_fatal() instead of exit()
 2016-02-03  5:06 UTC  (4+ messages)
` [PATCH v6 4/5] util: [ppc] Use new error_report_abort() instead of abort()

[Bug 111711] New: IOMMU Xonar Essence STX causes issues
 2016-02-02 21:21 UTC  (3+ messages)
` [Bug 111711] "

[PATCH 2/2] KVM: Create debugfs dir and stat files for each VM
 2016-02-02 19:37 UTC  (9+ messages)

[PATCH v6 0/9] virtio DMA API, yet again
 2016-02-02 18:26 UTC  (16+ messages)
` [PATCH v6 1/9] dma: Provide simple noop dma ops
` [PATCH v6 2/9] alpha/dma: use common "
` [PATCH v6 3/9] s390/dma: Allow per device "
` [PATCH v6 4/9] vring: Introduce vring_use_dma_api()
` [PATCH v6 5/9] virtio_ring: Support DMA APIs
` [PATCH v6 6/9] virtio: Add improved queue allocation API
` [PATCH v6 7/9] virtio_mmio: Use the DMA API if enabled
` [PATCH v6 8/9] virtio_pci: "
` [PATCH v6 9/9] vring: Use the DMA API on Xen
  ` [Xen-devel] "

[PATCH] KVM: Create debugfs statistics for each VM
 2016-02-02 14:14 UTC  (5+ messages)

[PATCH] virtio-pci: read the right virtio_pci_notify_cap field
 2016-02-02 14:09 UTC  (2+ messages)

[PATCH v4 0/7] mips/kvm: Support FPU & SIMD (MSA) in MIPS KVM guests
 2016-02-02 13:56 UTC  (5+ messages)
` [PATCH v4 7/7] mips/kvm: Support MSA "

[PATCH v2 0/5] KVM: Hyper-V VMBus hypercalls
 2016-02-02 11:34 UTC  (2+ messages)

VFIO based vGPU(was Re: [Announcement] 2015-Q3 release of XenGT - a Mediated ...)
 2016-02-02  7:35 UTC  (29+ messages)
                                            ` [iGVT-g] "

[PATCH 0/8] vfio: capability chains, sparse mmaps, device specific regions, IGD OpRegions
 2016-02-02  0:24 UTC  (9+ messages)
` [PATCH 1/8] vfio: Define capability chains
` [PATCH 2/8] vfio: Add capability chain helpers
` [PATCH 3/8] vfio: Define sparse mmap capability for regions
` [PATCH 4/8] vfio/pci: Include sparse mmap capability for MSI-X table regions
` [PATCH 5/8] vfio: Define device specific region type capability
` [PATCH 6/8] vfio/pci: Add infrastructure for additional device specific regions
` [PATCH 7/8] vfio/pci: Enable virtual register in PCI config space
` [PATCH 8/8] vfio/pci: Intel IGD OpRegion support

[PATCH] vfio: If an IOMMU backend fails, keep looking
 2016-02-01 23:56 UTC 

[PATCH] vfio/pci: Fix unsigned comparison overflow
 2016-02-01 23:54 UTC 

[PATCH v5 00/10] virtio DMA API, yet again
 2016-02-01 21:24 UTC  (18+ messages)
` [PATCH v5 04/10] vring: Introduce vring_use_dma_api()
` [PATCH v5 09/10] vring: Use the DMA API on Xen
  ` [Xen-devel] "
` [Xen-devel] [PATCH v5 00/10] virtio DMA API, yet again

[PATCH v3 0/6] acpi, clocksource, kvm: add GTDT and ARM memory-mapped timer support
 2016-02-01 20:26 UTC  (7+ messages)
` [PATCH v3 1/6] ACPI: add GTDT table parse driver into ACPI driver
` [PATCH v3 2/6] clocksource: simplify ACPI code in arm_arch_timer.c
` [PATCH v3 3/6] clocksource: add memory-mapped timer support "
` [PATCH v3 4/6] clocksource: move some enums to arm_arch_timer.h
` [PATCH v3 5/6] kvm: arm64: wrapping DT support for virt arch timer
` [PATCH v3 6/6] kvm: arm64: Add ACPI "

[kvm-unit-tests PATCH] x86/s3.c: exit with status 0, not *0
 2016-02-01 19:05 UTC  (2+ messages)

[KVMTOOL][PATCH] kvmtool: Makefile: fix indentation of warning stanza
 2016-02-01 14:54 UTC 

[RFC PATCH v3 0/5] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table on PPC64 platform
 2016-02-01  9:13 UTC  (11+ messages)
` [RFC PATCH v3 1/5] PCI: Add support for enforcing all MMIO BARs to be page aligned
` [RFC PATCH v3 3/5] PCI: Add host bridge attribute to indicate filtering of MSIs is supported

my subject
 2016-01-31  1:37 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 read-only IMAP folder(s) and NNTP newsgroup(s).