kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-01 12:56:39 to 2015-12-03 18:22:49 UTC [more...]

[PATCH 0/5] Threaded MSI interrupt for VFIO PCI device
 2015-12-03 18:22 UTC  (3+ messages)
` [PATCH 1/5] KVM: Extract the irqfd_wakeup_pollin/irqfd_wakeup_pollup
` [PATCH 2/5] VIRT: Support runtime irq_bypass consumer

[PATCH v2 0/3] Introduce MSI hardware mapping for VFIO
 2015-12-03 17:05 UTC  (5+ messages)

[PATCH 0/1] virtio/s390: one fix
 2015-12-03 16:24 UTC  (2+ messages)
` [PATCH 1/1] virtio/s390: handle error values in irb

[PATCH v4 0/3] KVM/arm/arm64: enhance armv7/8 fp/simd lazy switch
 2015-12-03 16:13 UTC  (7+ messages)
` [PATCH v4 1/3] KVM/arm/arm64: add hooks for armv7 fp/simd lazy switch support
` [PATCH v4 2/3] KVM/arm/arm64: enable enhanced armv7 fp/simd lazy switch
` [PATCH v4 3/3] KVM/arm/arm64: enable enhanced armv8 "

[RFC PATCH V2 00/10] Qemu: Add live migration support for SRIOV NIC
 2015-12-03 15:26 UTC  (17+ messages)
` [RFC PATCH V2 02/10] Qemu/VFIO: Add new VFIO_GET_PCI_CAP_INFO ioctl cmd definition
` [RFC PATCH V2 06/10] Qemu/PCI: Add macros for faked PCI migration capability
` [RFC PATCH V2 09/10] Qemu/VFIO: Add SRIOV VF migration support

[PATCH] KVM: vmx: detect mismatched size in VMCS read/write
 2015-12-03 15:17 UTC 

[PATCH] KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcs
 2015-12-03 15:11 UTC 

[PATCH] KVM: VMX: fix read/write sizes of VMCS fields
 2015-12-03 15:11 UTC 

[PATCH] KVM: VMX: fix the writing POSTED_INTR_NV
 2015-12-03 13:58 UTC  (2+ messages)

[PATCH 0/3] KVM: arm64: BUG FIX: Correctly handle zero register transfers
 2015-12-03 13:12 UTC  (13+ messages)
` [PATCH 1/3] KVM: arm64: Correctly handle zero register during MMIO
` [PATCH 2/3] KVM: arm64: Correctly handle zero register in system register accesses
` [PATCH 3/3] KVM: arm64: Get rid of old vcpu_reg()

[PATCH] KVM: arm/arm64: Revert to old way of checking for device mapping in stage2_flush_ptes()
 2015-12-03  8:14 UTC  (8+ messages)

[PATCH v2 00/21] arm64: KVM: world switch in C
 2015-12-03  8:18 UTC  (62+ messages)
` [PATCH v2 06/21] arm64: KVM: Implement system register save/restore
` [PATCH v2 07/21] arm64: KVM: Implement 32bit "
` [PATCH v2 08/21] arm64: KVM: Implement debug save/restore
` [PATCH v2 09/21] arm64: KVM: Implement guest entry
` [PATCH v2 10/21] arm64: KVM: Add patchable function selector
` [PATCH v2 11/21] arm64: KVM: Implement the core world switch
` [PATCH v2 12/21] arm64: KVM: Implement fpsimd save/restore
` [PATCH v2 13/21] arm64: KVM: Implement TLB handling
` [PATCH v2 14/21] arm64: KVM: HYP mode entry points
` [PATCH v2 15/21] arm64: KVM: Add panic handling
` [PATCH v2 16/21] arm64: KVM: Add compatibility aliases
` [PATCH v2 17/21] arm64: KVM: Map the kernel RO section into HYP
` [PATCH v2 18/21] arm64: KVM: Move away from the assembly version of the world switch
` [PATCH v2 19/21] arm64: KVM: Turn system register numbers to an enum
` [PATCH v2 20/21] arm64: KVM: Cleanup asm-offset.c
` [PATCH v2 21/21] arm64: KVM: Remove weak attributes

[PATCH v5 00/21] KVM: ARM64: Add guest PMU support
 2015-12-03  6:11 UTC  (22+ messages)
` [PATCH v5 01/21] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v5 02/21] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v5 03/21] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v5 04/21] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH v5 05/21] KVM: ARM64: Add reset and access handlers for PMSELR register
` [PATCH v5 06/21] KVM: ARM64: Add reset and access handlers for PMCEID0 and PMCEID1 register
` [PATCH v5 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v5 08/21] KVM: ARM64: Add reset and access handlers for PMXEVTYPER register
` [PATCH v5 09/21] KVM: ARM64: Add reset and access handlers for PMXEVCNTR register
` [PATCH v5 10/21] KVM: ARM64: Add reset and access handlers for PMCCNTR register
` [PATCH v5 11/21] KVM: ARM64: Add reset and access handlers for PMCNTENSET and PMCNTENCLR register
` [PATCH v5 12/21] KVM: ARM64: Add reset and access handlers for PMINTENSET and PMINTENCLR register
` [PATCH v5 13/21] KVM: ARM64: Add reset and access handlers for PMOVSSET and PMOVSCLR register
` [PATCH v5 14/21] KVM: ARM64: Add reset and access handlers for PMUSERENR register
` [PATCH v5 15/21] KVM: ARM64: Add reset and access handlers for PMSWINC register
` [PATCH v5 16/21] KVM: ARM64: Add access handlers for PMEVCNTRn and PMEVTYPERn register
` [PATCH v5 17/21] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v5 18/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v5 19/21] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v5 20/21] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v5 21/21] KVM: ARM64: Add a new kvm ARM PMU device

[PATCH] KVM: arm/arm64: vgic: make vgic_io_ops static
 2015-12-02 18:04 UTC  (2+ messages)

[PATCH v4 00/21] KVM: ARM64: Add guest PMU support
 2015-12-02 16:27 UTC  (14+ messages)
` [PATCH v4 18/21] KVM: ARM64: Add PMU overflow interrupt routing

[PATCH kvm-unit-tests] x86: use asm volatile for flags and segment register read/writes
 2015-12-02 14:13 UTC 

[GIT PULL 00/23] KVM: s390 features, kvm_get_vcpu_by_id and stat for 4.5
 2015-12-02 14:00 UTC  (29+ messages)
` [GIT PULL 01/23] KVM: Use common function for VCPU lookup by id
` [GIT PULL 02/23] KVM: use heuristic for fast "
` [GIT PULL 03/23] KVM: Remove unnecessary debugfs dentry references
` [GIT PULL 04/23] KVM: s390: rewrite vcpu_post_run and drop out early
` [GIT PULL 05/23] s390/sclp: introduce checks for ESCA and HVS
` [GIT PULL 06/23] KVM: s390: Generalize access to IPTE controls
` [GIT PULL 07/23] KVM: s390: Generalize access to SIGP controls
` [GIT PULL 08/23] KVM: s390: Provide SCA-aware helpers for VCPU add/del
` [GIT PULL 09/23] KVM: s390: Introduce new structures
` [GIT PULL 10/23] KVM: s390: Make provisions for ESCA utilization
` [GIT PULL 11/23] KVM: s390: Introduce switching code
` [GIT PULL 12/23] KVM: s390: Enable up to 248 VCPUs per VM
` [GIT PULL 13/23] KVM: s390: fast path for sca_ext_call_pending
` [GIT PULL 14/23] KVM: s390: we always have a SCA
` [GIT PULL 15/23] KVM: s390: fix SCA related races and double use
` [GIT PULL 16/23] KVM: s390: always set/clear the SCA sda field
` [GIT PULL 17/23] KVM: s390: cleanup sca_add_vcpu
` [GIT PULL 18/23] KVM: s390: don't switch to ESCA for ucontrol
` [GIT PULL 19/23] s390/sclp: introduce check for SIE
` [GIT PULL 20/23] s390: show virtualization support in /proc/cpuinfo
` [GIT PULL 21/23] KVM: s390: don't load kvm without virtualization support
` [GIT PULL 22/23] KVM: s390: remove pointless test_facility(2) check
` [GIT PULL 23/23] KVM: s390: remove redudant assigment of error code

[PATCH net-next 0/3] basic busy polling support for vhost_net
 2015-12-02 12:36 UTC  (7+ messages)
` [PATCH net-next 3/3] vhost_net: basic polling support

[PATCH v2 0/9] KVM: Hyper-V SynIC timers
 2015-12-02 12:22 UTC  (3+ messages)
` [PATCH v2 1/9] drivers/hv: replace enum hv_message_type by u32

[RFC PATCH V2 0/3] IXGBE/VFIO: Add live migration support for SRIOV NIC
 2015-12-02 11:44 UTC  (16+ messages)

BUG ALERT: ARM32 KVM does not work in 4.4-rc3
 2015-12-02  8:19 UTC  (3+ messages)

[PATCH v9 0/5] implement vNVDIMM
 2015-12-02  7:21 UTC  (6+ messages)
` [PATCH v9 1/5] nvdimm: implement NVDIMM device abstract
` [PATCH v9 2/5] acpi: support specified oem table id for build_header
` [PATCH v9 3/5] nvdimm acpi: build ACPI NFIT table
` [PATCH v9 4/5] nvdimm acpi: build ACPI nvdimm devices
` [PATCH v9 5/5] nvdimm: add maintain info

[PATCH v2 0/5] Add virtio transport for AF_VSOCK
 2015-12-02  6:44 UTC  (6+ messages)
` [PATCH v2 1/5] VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_generic
` [PATCH v2 2/5] VSOCK: Introduce virtio-vsock-common.ko
` [PATCH v2 3/5] VSOCK: Introduce virtio-vsock.ko
` [PATCH v2 4/5] VSOCK: Introduce vhost-vsock.ko
` [PATCH v2 5/5] VSOCK: Add Makefile and Kconfig

[PATCH] kvm: remove unused variable 'vcpu_book3s'
 2015-12-02  1:11 UTC  (3+ messages)

gva_to_gpa function internals
 2015-12-01 22:07 UTC  (3+ messages)

[for-2.6 PATCH 0/3] target-i386: Use C struct for xsave area layout, offsets & sizes
 2015-12-01 18:42 UTC  (9+ messages)
` [for-2.6 PATCH 1/3] target-i386: Define structs for layout of xsave area
    ` [Qemu-devel] "

KVM with PCI forwarding really slow after 4.1
 2015-12-01 17:47 UTC  (2+ messages)

[PATCH 00/11] KVM: x86: track guest page access
 2015-12-01 17:00 UTC  (5+ messages)

[PATCH v5 0/2] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
 2015-12-01 16:00 UTC  (8+ messages)
` [PATCH v5 2/2] KVM: Make KVM_CAP_IRQFD dependent on KVM_CAP_IRQCHIP

[PATCH v2 0/3] target-i386: Use C struct for xsave area layout, offsets & sizes
 2015-12-01 15:28 UTC  (6+ messages)


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