public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-23 09:38:03 to 2014-09-27 05:33:07 UTC [more...]

[PATCH 0/4] VFIO Misc fixes
 2014-09-27  5:33 UTC  (6+ messages)
` [PATCH 4/4] vfio/pci: Restore MSIx message prior to enabling

[PATCHv7 00/26] VFIO support for platform and AMBA devices on ARM
 2014-09-26 20:27 UTC  (47+ 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

[RFC patch 0/6] vfio based pci pass-through for qemu/KVM on s390
 2014-09-26 19:59 UTC  (6+ messages)
  ` [Qemu-devel] "

RFC: get_user_pages_locked|unlocked to leverage VM_FAULT_RETRY
 2014-09-26 19:54 UTC  (2+ messages)

[PATCH 0/2] arm/arm64: KVM: Host 48-bit VA support and IPA limits
 2014-09-26 14:08 UTC  (4+ messages)
` [PATCH 1/2] arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2
` [PATCH 2/2] arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE

[PATCH] arm/arm64: KVM: Fix set_clear_sgi_pend_reg offset
 2014-09-26 13:44 UTC  (7+ messages)

[PATCH 00/27] Changes for arm/arm64 KVM for 3.18
 2014-09-26 13:17 UTC  (28+ messages)
` [PATCH 01/27] KVM: Introduce gfn_to_hva_memslot_prot
` [PATCH 02/27] arm/arm64: KVM: Support KVM_CAP_READONLY_MEM
` [PATCH 03/27] KVM: ARM/arm64: fix non-const declaration of function returning const
` [PATCH 04/27] KVM: ARM/arm64: fix broken __percpu annotation
` [PATCH 05/27] KVM: ARM/arm64: avoid returning negative error code as bool
` [PATCH 06/27] KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_reg
` [PATCH 07/27] KVM: vgic: return int instead of bool when checking I/O ranges
` [PATCH 08/27] KVM: vgic: declare probe function pointer as const
` [PATCH 09/27] ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()
` [PATCH 10/27] KVM: EVENTFD: remove inclusion of irq.h
` [PATCH 11/27] arm/arm64: KVM: Rename irq_state to irq_pending
` [PATCH 12/27] arm/arm64: KVM: Rename irq_active to irq_queued
` [PATCH 13/27] arm/arm64: KVM: vgic: Clear queued flags on unqueue
` [PATCH 14/27] arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRn
` [PATCH 15/27] arm/arm64: KVM: vgic: Fix SGI writes to GICD_I{CS}PENDR0
` [PATCH 16/27] arm/arm64: KVM: vgic: Clarify and correct vgic documentation
` [PATCH 17/27] KVM: ARM: vgic: plug irq injection race
` [PATCH 18/27] arm/arm64: KVM: vgic: switch to dynamic allocation
` [PATCH 19/27] arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQS
` [PATCH 20/27] arm/arm64: KVM: vgic: kill VGIC_MAX_CPUS
` [PATCH 21/27] arm/arm64: KVM: vgic: handle out-of-range MMIO accesses
` [PATCH 22/27] arm/arm64: KVM: vgic: kill VGIC_NR_IRQS
` [PATCH 23/27] arm/arm64: KVM: vgic: delay vgic allocation until init time
` [PATCH 24/27] arm/arm64: KVM: vgic: make number of irqs a configurable attribute
` [PATCH 25/27] arm/arm64: KVM: Fix set_clear_sgi_pend_reg offset
` [PATCH 26/27] arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd alloc
` [PATCH 27/27] arm/arm64: KVM: Report correct FSC for unsupported fault types

Payment
 2014-09-26 12:35 UTC 

[PATCH] arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd alloc
 2014-09-26 11:18 UTC  (2+ messages)

[PATCH] arm/arm64: KVM: Report correct FSC for unsupported fault types
 2014-09-26 10:39 UTC  (2+ messages)

[PATCH] kvm: kvmclock: use get_cpu() and put_cpu()
 2014-09-26  8:23 UTC  (2+ messages)

[PATCH] kvm: Fix kvm_get_page_retry_io __gup retval check
 2014-09-26  8:22 UTC  (3+ messages)

[PATCH v8 0/8] kvm, mem-hotplug: Do not pin ept identity pagetable and apic access page
 2014-09-26  8:13 UTC  (16+ 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 kvm-unit-tests] arm: fix crash when caches are off
 2014-09-26  7:51 UTC  (8+ messages)

FreeBSD Guest Freezes during boot up on Linux KVM, RHEL 6.4 or RHEL 6.5
 2014-09-26  7:31 UTC 

[PATCH v4 0/8] arm/arm64: KVM: dynamic VGIC sizing
 2014-09-26  1:15 UTC  (4+ messages)

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

xmas loan offer@ 1%interest contact us for more info
 2014-09-25 19:25 UTC 

[PATCH v6 0/3] ivshmem: update documentation, add client/server tools
 2014-09-25  8:38 UTC  (5+ messages)
` [PATCH v6 3/3] ivshmem: add check on protocol version in QEMU

[PATCH v2 00/13] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2014-09-25  5:19 UTC  (8+ messages)
` [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 13/13] vfio: powerpc/spapr: Enable Dynamic DMA windows

[PULL 00/24] ppc patch queue 2014-09-24
 2014-09-24 21:21 UTC  (26+ messages)
` [PULL 01/24] KVM: PPC: BOOKE: allow debug interrupt at "debug level"
` [PULL 02/24] KVM: PPC: BOOKE : Emulate rfdi instruction
` [PULL 03/24] KVM: PPC: BOOKE: Allow guest to change MSR_DE
` [PULL 04/24] KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUG
` [PULL 05/24] KVM: PPC: BOOKE: Guest and hardware visible debug registers are same
` [PULL 06/24] KVM: PPC: BOOKE: Add one reg interface for DBSR
` [PULL 07/24] powerpc/booke: Restrict SPE exception handlers to e200/e500 cores
` [PULL 08/24] powerpc/booke: Revert SPE/AltiVec common defines for interrupt numbers
` [PULL 09/24] KVM: PPC: Book3S HV: Add register name when loading toc
` [PULL 10/24] KVM: PPC: BOOKE: Add one_reg documentation of SPRG9 and DBSR
` [PULL 11/24] KVM: PPC: Book3E: Increase FPU laziness
` [PULL 12/24] KVM: PPC: Book3e: Add AltiVec support
` [PULL 13/24] KVM: PPC: Make ONE_REG powerpc generic
` [PULL 14/24] KVM: PPC: Move ONE_REG AltiVec support to powerpc
` [PULL 15/24] KVM: PPC: BOOKE: Emulate debug registers and exception
` [PULL 16/24] KVM: PPC: Remove the tasklet used by the hrtimer
` [PULL 17/24] KVM: PPC: Remove shared defines for SPE and AltiVec interrupts
` [PULL 18/24] KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threads
` [PULL 19/24] KVM: PPC: Book3S HV: Only accept host PVR value for guest PVR
` [PULL 20/24] KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 core
` [PULL 21/24] KVM: PPC: Book3E: Enable "
` [PULL 22/24] powerpc/kvm: support to handle sw breakpoint
` [PULL 23/24] powerpc/kvm: common sw breakpoint instr across ppc
` [PULL 24/24] KVM: PPC: Pass enum to kvmppc_get_last_inst

[PATCH] x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only
 2014-09-24 19:39 UTC  (2+ messages)

reduce networking latency
 2014-09-24 18:40 UTC 

[PATCH] kvm: Fix page ageing bugs
 2014-09-24 17:17 UTC  (10+ messages)
` [PATCH v4] "

[PATCH v3] kvm-vfio: do not use module_init
 2014-09-24 15:41 UTC  (3+ messages)

[PATCH v2] kvm-vfio: do not use module_init
 2014-09-24 12:07 UTC  (3+ messages)

[PATCH] kvm-vfio: do not use module_init
 2014-09-24 11:48 UTC  (4+ messages)

KVM: remove Kconfig symbol KVM_VFIO?
 2014-09-24  9:45 UTC  (4+ messages)
  ` [PATCH] [next-20140923] KVM: Remove KVM_VFIO

[PATCH kvm-unit-tests] vmx_tests: do not set unsupported PAT controls in the VMCS
 2014-09-24  9:43 UTC 

Using physical disks in a VM
 2014-09-24  8:30 UTC  (2+ messages)

[PATCH v7 8/9] kvm, mem-hotplug: Add arch specific mmu notifier to handle apic access migration
 2014-09-24  7:31 UTC  (5+ messages)
` [PATCH 1/1] "

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

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

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

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


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