kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-22 14:00:20 to 2014-10-29 16:41:36 UTC [more...]

[PATCH 0/4] leverage FAULT_FOLL_ALLOW_RETRY in get_user_pages
 2014-10-29 16:41 UTC  (6+ messages)
` [PATCH 2/4] mm: gup: add get_user_pages_locked and get_user_pages_unlocked

[RFC] Hypervisor RNG and enumeration
 2014-10-29 16:29 UTC  (12+ messages)
` [Xen-devel] "

Benchmarking for vhost polling patch
 2014-10-29 12:38 UTC 

[GIT PULL 0/9] KVM: s390: Fixes and cleanups for kvm/next (3.19)
 2014-10-29 11:56 UTC  (11+ messages)
` [GIT PULL 1/9] KVM: s390: Make the simple ipte mutex specific to a VM instead of global
` [GIT PULL 2/9] KVM: s390: Cleanup usage of current->mm in set_guest_storage_key
` [GIT PULL 3/9] KVM: s390: Fix size of monitor-class number field
` [GIT PULL 4/9] KVM: s390: sigp: dispatch orders with one target in a separate function
` [GIT PULL 5/9] KVM: s390: sigp: move target cpu checks into dispatcher
` [GIT PULL 6/9] KVM: s390: sigp: separate preparation handlers
` [GIT PULL 7/9] KVM: s390: sigp: instruction counters for all sigp orders
` [GIT PULL 8/9] KVM: s390: sigp: inject emergency calls in a separate function
` [GIT PULL 9/9] KVM: s390: sigp: split handling of SIGP STOP (AND STORE STATUS)

[PATCH 3.10] vhost-net: backport extend device allocation to 3.10
 2014-10-29  8:45 UTC  (4+ messages)

[RFC PATCH 0/4] vhost_net: support for cross endian guests
 2014-10-29  8:38 UTC  (5+ messages)
` [RFC PATCH 1/4] vhost: add VHOST_VRING_F_BYTESWAP flag
` [RFC PATCH 2/4] vhost: add byteswap routines
` [RFC PATCH 3/4] vhost: byteswap virtqueue attributes
` [RFC PATCH 4/4] vhost_net: byteswap virtio_net header

[PATCH v12 0/6] arm/KVM: dirty page logging support for ARMv7 (3.17.0-rc1)
 2014-10-28 16:29 UTC  (10+ messages)
` [PATCH v12 1/6] KVM: Add architecture-defined TLB flush support
` [PATCH v12 2/6] KVM: Add generic support for dirty page logging
` [PATCH v12 3/6] arm: KVM: Add ARMv7 API to flush TLBs
` [PATCH v12 4/6] arm: KVM: Add initial dirty page locking infrastructure
` [PATCH v12 0/6] 2nd-request for review comments: arm/KVM: dirty page logging support for ARMv7 (3.17.0-rc1)

[PATCH RFC 00/11] qemu: towards virtio-1 host support
 2014-10-28 15:40 UTC  (20+ messages)
` [PATCH RFC 05/11] virtio: introduce legacy virtio devices
  ` [Qemu-devel] "
` [PATCH RFC 07/11] dataplane: allow virtio-1 devices
  ` [Qemu-devel] "

KVM call for agenda for 2014-10-28
 2014-10-28 12:34 UTC  (2+ messages)

AW: Nic Bonding - throughput for guest
 2014-10-28 12:12 UTC 

A question about HTL VM-Exit handling time
 2014-10-28 10:16 UTC  (8+ messages)

KVM tracing events
 2014-10-28  9:36 UTC  (2+ messages)

Live migration locks up 3.2 guests in do_timer(ticks ~ 500000)
 2014-10-28  9:04 UTC  (9+ messages)

[RFC][PATCH 1/2] kvm: x86: vmx: move down hardware_setup() and hardware_unsetup()
 2014-10-28  2:14 UTC  (2+ messages)
` [RFC][PATCH 2/2] kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup()

Question about physical page allocation to the guest
 2014-10-27 23:36 UTC  (3+ messages)

KVM: x86: Handle errors when RIP is set during far jumps
 2014-10-27 22:03 UTC  (3+ messages)
  ` [PATCH] KVM: x86: Fix far-jump to non-canonical check

[PATCH v12 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-10-27 21:22 UTC  (17+ messages)
` [PATCH v12 09/11] pvqspinlock, x86: Add para-virtualization support

[PATCH v9 01/19] vfio/platform: initial skeleton of VFIO support for platform devices
 2014-10-27 20:12 UTC  (21+ messages)
  ` [PATCH v9 02/19] vfio: platform: probe to devices on the platform bus
  ` [PATCH v9 03/19] vfio: platform: add the VFIO PLATFORM module to Kconfig
  ` [PATCH v9 04/19] vfio: amba: VFIO support for AMBA devices
  ` [PATCH v9 05/19] vfio: amba: add the VFIO for AMBA devices module to Kconfig
  ` [PATCH v9 06/19] vfio/platform: return info for bound device
  ` [PATCH v9 07/19] vfio/platform: return info for device memory mapped IO regions
  ` [PATCH v9 08/19] vfio/platform: read and write support for the device fd
  ` [PATCH v9 09/19] vfio/platform: support MMAP of MMIO regions
  ` [PATCH v9 10/19] vfio/platform: return IRQ info
  ` [PATCH v9 11/19] vfio/platform: initial interrupts support code
  ` [PATCH v9 12/19] vfio/platform: trigger an interrupt via eventfd
  ` [PATCH v9 13/19] vfio/platform: support for level sensitive interrupts
  ` [PATCH v9 14/19] vfio: move eventfd support code for VFIO_PCI to a separate file
  ` [PATCH v9 15/19] vfio: add local lock in virqfd instead of depending on VFIO PCI
  ` [PATCH v9 16/19] vfio: pass an opaque pointer on virqfd initialization
  ` [PATCH v9 17/19] vfio: virqfd: add vfio_ prefix to virqfd_enable and virqfd_disable
  ` [PATCH v9 18/19] vfio: initialize the virqfd workqueue in VFIO generic code
  ` [PATCH v9 19/19] vfio/platform: implement IRQ masking/unmasking via an eventfd

[PATCH] KVM: emulator: fix execution close to the segment limit
 2014-10-27 20:08 UTC  (2+ messages)

[PATCH v2 1/6] vfio: implement iommu driver capabilities with an enum
 2014-10-27 18:05 UTC  (6+ messages)
  ` [PATCH v2 2/6] vfio: type1: support for platform bus devices on ARM
  ` [PATCH v2 3/6] vfio: introduce the VFIO_DMA_MAP_FLAG_NOEXEC flag
  ` [PATCH v2 4/6] vfio: type1: replace domain wide protection flags with supported capabilities
  ` [PATCH v2 5/6] vfio: type1: replace vfio_domains_have_iommu_cache with generic function
  ` [PATCH v2 6/6] vfio: type1: implement the VFIO_DMA_MAP_FLAG_NOEXEC flag

[PATCH] target-i386: add Intel AVX-512 support
 2014-10-27 15:53 UTC  (12+ messages)
  ` [Qemu-devel] "

[PATCH] KVM: trivial fix comment regarding __kvm_set_memory_region
 2014-10-27 15:51 UTC  (2+ messages)

[PATCH 0/1] kvm-s390: Provide guest TOD Clock Get/Set Controls
 2014-10-27 15:44 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/6] KVM: x86: Miscellaneous bug fixes
 2014-10-27 14:48 UTC  (5+ messages)
` [PATCH 2/6] KVM: x86: Wrong error code on limit violation during emulation

[PATCH] KVM: emulator: fix error code for __linearize
 2014-10-27 14:31 UTC 

[PATCH 00/17] RFC: userfault v2
 2014-10-27  9:32 UTC  (2+ messages)

[QA-TCP] How to send tcp small packages immediately?
 2014-10-27  1:08 UTC  (3+ messages)

[PATCH 00/14] KVM changes for 3.18-rc2
 2014-10-25 23:51 UTC  (22+ messages)
` [PATCH 01/14] KVM: x86: Check non-canonical addresses upon WRMSR
` [PATCH 02/14] KVM: x86: Prevent host from panicking on shared MSR writes
` [PATCH 03/14] KVM: x86: Improve thread safety in pit
` [PATCH 04/14] KVM: x86: Fix wrong masking on relative jump/call
` [PATCH 05/14] KVM: x86: Emulator fixes for eip canonical checks on near branches
` [PATCH 06/14] KVM: x86: Handle errors when RIP is set during far jumps
` [PATCH 07/14] kvm: vmx: handle invvpid vm exit gracefully
` [PATCH 08/14] kvm: x86: don't kill guest on unknown exit reason
` [PATCH 09/14] KVM: x86: Decoding guest instructions which cross page boundary may fail
` [PATCH 10/14] KVM: emulate: avoid accessing NULL ctxt->memopp
` [PATCH 11/14] KVM: x86: Emulator does not decode clflush well
` [PATCH 12/14] KVM: x86: PREFETCH and HINT_NOP should have SrcMem flag
` [PATCH 13/14] kvm: fix excessive pages un-pinning in kvm_iommu_map error path
` [PATCH 14/14] KVM: x86: Wrong assertion on paging_tmpl.h

AW: Nic Bonding - throughput for guest
 2014-10-24 18:49 UTC 

Nic Bonding - throughput for guest
 2014-10-24 15:13 UTC  (2+ messages)

[GIT PULL] KVM changes for 3.18-rc2
 2014-10-24 15:19 UTC 

Payment
 2014-10-24 11:09 UTC 

[RFC][PATCH] kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup()
 2014-10-24 10:48 UTC  (2+ messages)

[PATCH] target-ppc: kvm: Fix memory overflow issue about strncat()
 2014-10-24  8:19 UTC  (5+ messages)
  ` [Qemu-trivial] "

vmfork in KVM
 2014-10-23 18:25 UTC 

The status about vhost-net on kvm-arm?
 2014-10-23 12:16 UTC  (11+ messages)
        ` [Qemu-devel] "

[PATCH v3 0/4] mm: new function to forbid zeropage mappings for a process
 2014-10-23 10:19 UTC  (8+ messages)
` [PATCH 2/4] mm: introduce mm_forbids_zeropage function
` [PATCH 4/4] s390/mm: disable KSM for storage key enabled pages

Infinite IRQ injection loop in QEMU
 2014-10-23 10:17 UTC  (3+ messages)

[PATCH] KVM: x86: Enable Intel AVX-512 for guest
 2014-10-23  5:49 UTC  (3+ messages)

reduce networking latency
 2014-10-23  4:15 UTC  (5+ messages)

[PATCH v12 5/6] arm: KVM: dirty log read write protect support
 2014-10-22 22:38 UTC  (2+ messages)
` [PATCH v12 6/6] arm: KVM: ARMv7 dirty page logging 2nd stage page fault

[PATCH] x86,kvm,vmx: Don't trap writes to CR4.TSD
 2014-10-22 19:52 UTC  (3+ messages)

[PATCH v8 07/18] vfio/platform: return info for device memory mapped IO regions
 2014-10-22 17:53 UTC  (9+ messages)
` [PATCH v8 09/18] vfio/platform: support MMAP of MMIO regions

[PATCH RFC 00/11] linux: towards virtio-1 guest support
 2014-10-22 14:37 UTC  (5+ messages)
` [PATCH RFC 04/11] virtio_ring: implement endian reversal based on VERSION_1 feature


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