kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-14 16:52:01 to 2016-10-20 11:09:02 UTC [more...]

[kvm-unit-tests RFC PATCH 00/14] VT-d unit test
 2016-10-20 11:08 UTC  (23+ messages)
` [kvm-unit-tests PATCH 01/14] x86: vm: allow multiple init for vm setup
` [kvm-unit-tests PATCH 02/14] x86: smp: allow multiple init for smp setup
` [kvm-unit-tests PATCH 03/14] x86: intel-iommu: add vt-d init test
` [kvm-unit-tests PATCH 04/14] pci: refactor init process to pci_dev_init()
` [kvm-unit-tests PATCH 12/14] x86: intel-iommu: add dmar test

[PATCH kernel v3 0/4] powerpc/spapr/vfio: Put pages on VFIO container shutdown
 2016-10-20  7:31 UTC  (6+ messages)
` [PATCH kernel v3 1/4] powerpc/iommu: Pass mm_struct to init/cleanup helpers
` [PATCH kernel v3 2/4] powerpc/iommu: Stop using @current in mm_iommu_xxx
` [PATCH kernel v3 3/4] vfio/spapr: Cache mm in tce_container
` [PATCH kernel v3 4/4] powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown

[PATCH v9 00/12] Add Mediated device support
 2016-10-20  7:23 UTC  (23+ messages)
` [PATCH v9 01/12] vfio: Mediated device Core driver
` [PATCH v9 02/12] vfio: VFIO based driver for Mediated devices
` [PATCH v9 03/12] vfio: Rearrange functions to get vfio_group from dev
` [PATCH v9 04/12] vfio iommu: Add support for mediated devices
` [PATCH v9 05/12] vfio: Introduce common function to add capabilities
` [PATCH v9 06/12] vfio_pci: Update vfio_pci to use vfio_info_add_capability()
` [PATCH v9 07/12] vfio: Introduce vfio_set_irqs_validate_and_prepare()
` [PATCH v9 08/12] vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()
` [PATCH v9 09/12] vfio_platform: "
` [PATCH v9 10/12] vfio: Add function to get device_api string from vfio_device_info.flags
` [PATCH v9 11/12] docs: Add Documentation for Mediated devices
` [PATCH v9 12/12] docs: Sample driver to demonstrate how to use Mediated device framework

[PATCH 1/2] KVM: page track: add a new notifier type: track_flush_slot
 2016-10-20  1:48 UTC  (21+ messages)
          ` [Qemu-devel] "

[PATCH 0/5] KVM: LAPIC: Add APIC Timer periodic/oneshot mode VMX preemption timer support
 2016-10-19 22:57 UTC  (9+ messages)
` [PATCH 1/5] KVM: LAPIC: extract start_sw_period() to handle periodic/oneshot mode
` [PATCH 2/5] KVM: LAPIC: guarantee the timer is in tsc-deadline mode
` [PATCH 3/5] KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()
` [PATCH 4/5] KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timer
` [PATCH 5/5] KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer support

[PATCH 3.10 13/16] MIPS: KVM: Check for pfn noslot case
 2016-10-19 22:49 UTC 

[PATCH v4 0/5] implement vcpu preempted check
 2016-10-19 18:45 UTC  (12+ messages)
` [PATCH v4 1/5] kernel/sched: introduce vcpu preempted check interface
` [PATCH v4 2/5] locking/osq: Drop the overload of osq_lock()
` [PATCH v4 3/5] kernel/locking: Drop the overload of {mutex, rwsem}_spin_on_owner
` [PATCH v4 4/5] powerpc/spinlock: support vcpu preempted check
` [PATCH v4 5/5] x86, kvm: "

[PATCH 0/5] KVM: x86: cleanup and minimal speedup for APICv
 2016-10-19 11:45 UTC  (15+ messages)
` [PATCH 1/5] KVM: x86: avoid atomic operations on APICv vmentry
` [PATCH 2/5] KVM: x86: do not scan IRR twice "
` [PATCH 3/5] KVM: x86: do not use KVM_REQ_EVENT for APICv interrupt injection
` [PATCH 4/5] KVM: x86: remove unnecessary sync_pir_to_irr
` [PATCH 5/5] KVM: vmx: clear pending interrupts on KVM_SET_LAPIC

invtsc + migration + TSC scaling
 2016-10-19 17:42 UTC  (20+ messages)
    ` [Qemu-devel] "

[PATCH 00/10] mm: adjust get_user_pages* functions to explicitly pass FOLL_* flags
 2016-10-19 17:23 UTC  (35+ messages)
` [PATCH 01/10] mm: remove write/force parameters from __get_user_pages_locked()
` [PATCH 02/10] mm: remove write/force parameters from __get_user_pages_unlocked()
` [PATCH 03/10] mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
` [PATCH 04/10] mm: replace get_user_pages_locked() "
` [PATCH 05/10] mm: replace get_vaddr_frames() "
` [PATCH 06/10] mm: replace get_user_pages() "
` [PATCH 07/10] mm: replace get_user_pages_remote() "
` [PATCH 08/10] mm: replace __access_remote_vm() write parameter "
` [PATCH 10/10] mm: replace access_process_vm() "

FOSDEM 2017: Call For Proposals -- Virtualization & IaaS DevRoom
 2016-10-19 15:23 UTC 

[PATCH RFC] kvm/hypercall: Add the PVI hypercall support
 2016-10-19 10:54 UTC  (11+ messages)

[PATCH v2 34/37] docs: fix locations of several documents that got moved
 2016-10-19 13:59 UTC  (3+ messages)

[PATCH v2 0/1] s390 preparation for vcpu preempted check
 2016-10-19  8:50 UTC  (6+ messages)
` [PATCH v2 1/1] s390/spinlock: Provide vcpu_is_preempted
      ` [PATCH v3] "

[kvm-unit-tests PATCH v7 00/13] PCI bus support
 2016-10-19  3:46 UTC  (9+ messages)
` [kvm-unit-tests PATCH v7 06/13] pci: Rework pci_bar_addr()

[PATCH V2] kvm/stats: Update kvm stats to clear on write to their debugfs entry
 2016-10-19  2:49 UTC 

[PATCH] KVM: MIPS: Add missing uaccess.h include
 2016-10-18 23:45 UTC 

[PATCH 1/2] KVM: VMX: clean up declaration of VPID/EPT invalidation types
 2016-10-18 22:45 UTC  (2+ messages)
` [PATCH 2/2] KVM: nVMX: invvpid handling improvements

[RFC PATCH v1 00/28] x86: Secure Encrypted Virtualization (AMD)
 2016-10-18 21:44 UTC  (9+ messages)
` [RFC PATCH v1 21/28] KVM: introduce KVM_SEV_ISSUE_CMD ioctl

[PATCH] doc-rst: DocBook to reST migration of the uio-howto.tmpl
 2016-10-18 16:37 UTC  (5+ messages)

[PATCH 0/7] kvmtool: fix virtio 9p vulnerabilities
 2016-10-18 16:02 UTC 

[PATCH 4/7] kvmtool: check strncpy return value
 2016-10-18 16:02 UTC 

[PATCH 6/7] kvmtool: refactor fixes with get_full_path()
 2016-10-18 16:03 UTC 

[PATCH 1/7] kvmtool: 9p: fix path traversal vulnerabilities
 2016-10-18 16:02 UTC 

[PATCH 2/7] kvmtool: fix sprintf vulnerabilities
 2016-10-18 16:02 UTC 

[PATCH 3/7] kvmtool: fix strcpy vulnerabilities
 2016-10-18 16:02 UTC 

[PATCH 5/7] kvmtool: fix rel_to_abs()
 2016-10-18 16:02 UTC 

[PATCH 7/7] kvmtool: 9p: refactor rel_to_abs()
 2016-10-18 16:03 UTC 

[Bug 177791] New: screen flickering with intel_iommu=on
 2016-10-18 11:39 UTC  (3+ messages)
` [Bug 177791] "

[PATCH] kvm/stats: Update kvm stats to clear on write to their debugfs entry
 2016-10-18  7:18 UTC  (7+ messages)

Unable to Disable KSM Merging Memory Across NUMA Nodes (Error: Device or resource busy)
 2016-10-18  5:15 UTC 

misbehaving virtual machines
 2016-10-18  1:34 UTC 

[kvm-unit-tests PATCH v3 00/10] arm/arm64: add gic framework
 2016-10-17 19:53 UTC  (19+ messages)
` [kvm-unit-tests PATCH v3 03/10] arm/arm64: smp: support more than 8 cpus
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 06/10] arm/arm64: add initial gicv2 support
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 07/10] arm/arm64: add initial gicv3 support
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 08/10] arm/arm64: gicv2: add an IPI test
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 09/10] arm/arm64: gicv3: "
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v3 10/10] arm/arm64: gic: don't just use zero
  ` [Qemu-devel] "

[PATCH -next] KVM: PPC: Book3S HV: Use list_move_tail instead of list_del/list_add_tail
 2016-10-17 15:15 UTC 

[PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-10-17 15:08 UTC  (7+ messages)
` [PATCH v14 04/16] iommu/dma: MSI doorbell alloc/free

[PATCH] x86: apic: add APIC Timer periodic/oneshot mode latency test
 2016-10-17  8:28 UTC 

[PATCH 3.12 84/84] KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
 2016-10-17  7:52 UTC 

[patch added to 3.12-stable] KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
 2016-10-17  7:47 UTC 

Question about KVM virtio network latency improvement
 2016-10-15 20:20 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;
as well as URLs for NNTP newsgroup(s).