public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-19 23:29:53 to 2014-09-24 08:20:04 UTC [more...]

[PATCH v8 0/8] kvm, mem-hotplug: Do not pin ept identity pagetable and apic access page
 2014-09-24  8:20 UTC  (10+ messages)
` [PATCH v8 1/8] kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address
` [PATCH v8 2/8] kvm: Remove ept_identity_pagetable from struct kvm_arch
` [PATCH v8 3/8] kvm: Make init_rmode_identity_map() return 0 on success
` [PATCH v8 4/8] kvm, mem-hotplug: Reload L1's apic access page in vcpu_enter_guest()
` [PATCH v8 5/8] kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make it non-static
` [PATCH v8 6/8] kvm, mem-hotplug: Reload L1's apic access page on migration when L2 is running
` [PATCH v8 7/8] kvm, mem-hotplug: Add arch specific mmu notifier to handle apic access migration
` [PATCH v8 8/8] kvm, mem-hotplug: Unpin and remove kvm_arch->apic_access_page

[PATCH v7 0/9] kvm, mem-hotplug: Do not pin ept identity pagetable and apic access page
 2014-09-24  7:31 UTC  (21+ messages)
` [PATCH v7 1/9] kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address
` [PATCH v7 2/9] kvm: Remove ept_identity_pagetable from struct kvm_arch
` [PATCH v7 3/9] kvm: Make init_rmode_identity_map() return 0 on success
` [PATCH v7 4/9] kvm: Add interface to check if secondary exec virtualzed apic accesses is enabled
` [PATCH v7 5/9] kvm, mem-hotplug: Reload L1's apic access page in vcpu_enter_guest()
` [PATCH v7 6/9] kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make it non-static
` [PATCH v7 7/9] kvm, mem-hotplug: Reload L1's apic access page on migration when L2 is running
` [PATCH v7 8/9] kvm, mem-hotplug: Add arch specific mmu notifier to handle apic access migration
    ` [PATCH 1/1] "
` [PATCH v7 9/9] kvm, mem-hotplug: Unpin and remove kvm_arch->apic_access_page

[PATCH] kvm: Fix page ageing bugs
 2014-09-24  7:20 UTC  (12+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[PATCHv7 00/26] VFIO support for platform and AMBA devices on ARM
 2014-09-23 23:11 UTC  (35+ messages)
  ` [PATCHv7 01/26] iommu/arm-smmu: change IOMMU_EXEC to IOMMU_NOEXEC
  ` [PATCHv7 02/26] iommu: add capability IOMMU_CAP_NOEXEC
  ` [PATCHv7 03/26] iommu/arm-smmu: add IOMMU_CAP_NOEXEC to the ARM SMMU driver
  ` [PATCHv7 04/26] vfio/iommu_type1: support for platform bus devices on ARM
  ` [PATCHv7 05/26] vfio: introduce the VFIO_DMA_MAP_FLAG_NOEXEC flag
  ` [PATCHv7 06/26] vfio/iommu_type1: implement "
  ` [PATCHv7 07/26] driver core: amba: add device binding path 'driver_override'
  ` [PATCHv7 08/26] driver core: amba: add documentation for "
  ` [PATCHv7 09/26] vfio/platform: initial skeleton of VFIO support for platform devices
  ` [PATCHv7 10/26] vfio: platform: probe to devices on the platform bus
  ` [PATCHv7 11/26] vfio: platform: add the VFIO PLATFORM module to Kconfig
  ` [PATCHv7 12/26] vfio: amba: VFIO support for AMBA devices
  ` [PATCHv7 13/26] vfio: amba: add the VFIO for AMBA devices module to Kconfig
  ` [PATCHv7 14/26] vfio/platform: return info for bound device
  ` [PATCHv7 15/26] vfio/platform: return info for device memory mapped IO regions
  ` [PATCHv7 16/26] vfio/platform: read and write support for the device fd
  ` [PATCHv7 17/26] vfio/platform: support MMAP of MMIO regions
  ` [PATCHv7 18/26] vfio/platform: return IRQ info
  ` [PATCHv7 19/26] vfio/platform: initial interrupts support code
  ` [PATCHv7 20/26] vfio/platform: trigger an interrupt via eventfd
  ` [PATCHv7 21/26] vfio/platform: support for maskable and automasked interrupts
  ` [PATCHv7 22/26] vfio: move eventfd support code for VFIO_PCI to a separate file
  ` [PATCHv7 23/26] vfio: add local lock in virqfd instead of depending on VFIO PCI
  ` [PATCHv7 24/26] vfio: pass an opaque pointer on virqfd initialization
  ` [PATCHv7 25/26] vfio: initialize the virqfd workqueue in VFIO generic code
  ` [PATCHv7 26/26] vfio/platform: implement IRQ masking/unmasking via an eventfd

[PATCH v2 00/13] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2014-09-23 21:56 UTC  (17+ messages)
` [PATCH v2 01/13] powerpc/iommu: Check that TCE page size is equal to it_page_size
` [PATCH v2 02/13] powerpc/powernv: Make invalidate() a callback
` [PATCH v2 03/13] powerpc/spapr: vfio: Implement spapr_tce_iommu_ops
` [PATCH v2 04/13] powerpc/powernv: Convert/move set_bypass() callback to take_ownership()
` [PATCH v2 05/13] powerpc/iommu: Fix IOMMU ownership control functions
` [PATCH v2 06/13] powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table
` [PATCH v2 07/13] powerpc/powernv: Do not set "read" flag if direction==DMA_NONE
` [PATCH v2 08/13] powerpc/powernv: Release replaced TCE
` [PATCH v2 09/13] powerpc/pseries/lpar: Enable VFIO
` [PATCH v2 10/13] powerpc/powernv: Implement Dynamic DMA windows (DDW) for IODA
` [PATCH v2 11/13] vfio: powerpc/spapr: Move locked_vm accounting to helpers
` [PATCH v2 12/13] vfio: powerpc/spapr: Use it_page_size
` [PATCH v2 13/13] vfio: powerpc/spapr: Enable Dynamic DMA windows

[PATCH RFC] virtio-pci: share config interrupt between virtio devices
 2014-09-23 20:47 UTC  (11+ messages)

KVM: remove Kconfig symbol KVM_VFIO?
 2014-09-23 20:29 UTC  (2+ messages)

[PATCH] kvm/x86/mmu: Pass gfn and level to rmapp callback
 2014-09-23 20:28 UTC  (2+ messages)

Using physical disks in a VM
 2014-09-23 18:54 UTC 

[PATCH 1/2] kvm: Fix powerpc compile slippage
 2014-09-23 18:36 UTC  (3+ messages)

[PATCH v6 0/3] ivshmem: update documentation, add client/server tools
 2014-09-23 15:58 UTC  (4+ messages)
` [PATCH v6 3/3] ivshmem: add check on protocol version in QEMU

[GIT PULL] Another KVM fix for 3.17
 2014-09-23 13:53 UTC 

Important security message : NNRKIHLKWS
 2014-09-23 13:30 UTC 

[PATCH] KVM: EVENTFD: Only conditionally remove inclusion of irq.h
 2014-09-23  9:37 UTC  (2+ messages)

[RFC patch 0/6] vfio based pci pass-through for qemu/KVM on s390
 2014-09-23  8:33 UTC  (8+ messages)
` [RFC patch 5/6] s390: implement pci instruction
    ` [Qemu-devel] "

[PATCH] x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only
 2014-09-23  8:27 UTC  (4+ messages)

[PATCH] kvm: don't take vcpu mutex for obviously invalid vcpu ioctls
 2014-09-23  8:23 UTC  (16+ messages)

[PATCH kvm-kmod] adjust timekeeping compatibility code
 2014-09-23  8:22 UTC 

[PATCH] x86, kvm: use macros to compute bank MSRs
 2014-09-23  8:03 UTC  (2+ messages)

[PATCH] KVM: x86: Remove debug assertion of non-PAE reserved bits
 2014-09-23  8:02 UTC  (2+ messages)

[patch 0/4] KVM: support for pinning sptes (v2)
 2014-09-23  5:30 UTC  (10+ messages)
` [patch 3/4] KVM: MMU: reload request from GET_DIRTY_LOG path
` [patch 4/4] KVM: MMU: pinned sps are not candidates for deletion

[question] virtio-blk performance degradation happened with virito-serial
 2014-09-23  1:29 UTC  (8+ messages)
` [Qemu-devel] "
  ` [Qemu-devel] [question] virtio-blk performance degradationhappened "
          ` [Qemu-devel] [question] virtio-blk performancedegradationhappened "

[PATCH v11 0/6] arm: dirty page logging support for ARMv7
 2014-09-23  0:54 UTC  (7+ messages)
` [PATCH v11 1/6] KVM: Add architecture-specific TLB flush implementations
` [PATCH v11 2/6] KVM: Add generic implementation of kvm_vm_ioctl_get_dirty_log
` [PATCH v11 3/6] arm: KVM: Add ARMv7 API to flush TLBs
` [PATCH v11 4/6] arm: KVM: Add initial dirty page locking infrastructure
` [PATCH v11 5/6] arm: KVM: dirty log read write protect support
` [PATCH v11 6/6] arm: KVM: ARMv7 dirty page logging 2nd stage page fault

Standardizing an MSR or other hypercall to get an RNG seed?
 2014-09-22 23:01 UTC  (12+ messages)

[PATCH] kvm: Faults which trigger IO release the mmap_sem
 2014-09-22 21:53 UTC  (10+ messages)
` [PATCH v2] "

[PATCH] kvm: Fix page ageing bugs
 2014-09-22 20:18 UTC  (2+ messages)

KVM: nested VMX: disable perf cpuid reporting
 2014-09-22 19:16 UTC  (3+ messages)

[BUG] Guest kernel divide error in kvm_unlock_kick
 2014-09-22 19:14 UTC  (6+ messages)

[PATCH v6] arm64: fix VTTBR_BADDR_MASK
 2014-09-22 17:10 UTC  (5+ messages)

[PATCH] blk-mq: Avoid race condition with uninitialized requests
 2014-09-22 14:17 UTC  (4+ messages)

(unknown),
 2014-09-22 13:58 UTC 

[GIT PULL] Final KVM changes for 3.17
 2014-09-22 12:02 UTC 

[PATCH RFC 1/2] virtio: support for urgent descriptors
 2014-09-22 11:24 UTC  (10+ messages)
` [PATCH RFC 2/2] vhost: support "

[PATCH] x86:kvm: fix two typos in comment
 2014-09-22 10:49 UTC  (2+ messages)

[PATCH] kvm: Make init_rmode_tss() return 0 on success
 2014-09-22  9:17 UTC  (3+ messages)

[[RFC] KVM-S390: Provide guest TOD Clock Get/Set Controls
 2014-09-22  9:08 UTC  (4+ messages)

Standardizing an MSR or other hypercall to get an RNG seed?
 2014-09-22  4:11 UTC  (29+ messages)

Payment
 2014-09-20 13:35 UTC 

HOW ARE YOU?
 2014-09-22  1:16 UTC 

VM lazy restore
 2014-09-21 14:29 UTC 

Looking for sponsors for Outreach Program for Women 2014 December-March
 2014-09-20  8:07 UTC 

[PATCH v2 00/15] KVM GICv3 emulation
 2014-09-20  1:15 UTC  (3+ messages)
` [PATCH v2 15/15] arm/arm64: KVM: allow userland to request a virtual GICv3


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