kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-16 14:42:45 to 2015-09-21 05:32:58 UTC [more...]

[PATCH v9 00/18] Add VT-d Posted-Interrupts support - including prerequisite series
 2015-09-21  5:32 UTC  (31+ messages)
` [PATCH v9 03/18] KVM: arm/arm64: select IRQ_BYPASS_MANAGER
  ` [PATCH v9 01/18] virt: IRQ bypass manager
  ` [PATCH v9 02/18] KVM: x86: select IRQ_BYPASS_MANAGER
  ` [PATCH v9 04/18] KVM: create kvm_irqfd.h
  ` [PATCH v9 05/18] KVM: introduce kvm_arch functions for IRQ bypass
  ` [PATCH v9 06/18] KVM: eventfd: add irq bypass consumer management
  ` [PATCH v9 07/18] KVM: Extend struct pi_desc for VT-d Posted-Interrupts
  ` [PATCH v9 09/18] KVM: Define a new interface kvm_intr_is_single_vcpu()
  ` [PATCH v9 11/18] KVM: make kvm_set_msi_irq() public
  ` [PATCH v9 12/18] vfio: Register/unregister irq_bypass_producer
  ` [PATCH v9 13/18] KVM: x86: Update IRTE for posted-interrupts
  ` [PATCH v9 14/18] KVM: Implement IRQ bypass consumer callbacks for x86
  ` [PATCH v9 15/18] KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'
  ` [PATCH v9 16/18] KVM: Update Posted-Interrupts Descriptor when vCPU is preempted
  ` [PATCH v9 17/18] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
  ` [PATCH v9 18/18] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts
` [PATCH v9 08/18] KVM: Add some helper functions for Posted-Interrupts
` [PATCH v9 10/18] KVM: Make struct kvm_irq_routing_table accessible

[Fedora-xen] rdmsr_safe in Linux PV (under Xen) gets an #GP:Re: Running fedora xen on top of KVM?
 2015-09-21  4:49 UTC  (9+ messages)
              ` rdmsr_safe in Linux PV (under Xen) gets an #GP:Re: [Fedora-xen] "

[edk2] KVM: MTRR: fix memory type handling if MTRR is completely disabled
 2015-09-21  3:40 UTC  (6+ messages)

[PATCH] kvm: svm: reset mmu on VCPU reset
 2015-09-21  2:14 UTC  (3+ messages)

[PATCH 0/2] VFIO: Accept IOMMU group (PE) ID
 2015-09-21  1:42 UTC  (6+ messages)
` [PATCH 1/2] drivers/vfio: Support EEH API revision
` [PATCH 2/2] drivers/vfio: Support IOMMU group for EEH operations

[PATCH] KVM: PPC: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store()
 2015-09-21  1:37 UTC  (2+ messages)

[PATCH v2 0/2] x86/msr: MSR access failure changes
 2015-09-21  1:13 UTC  (5+ messages)
` [PATCH v2 1/2] x86/msr: Carry on after a non-"safe" MSR access fails without !panic_on_oops
` [PATCH v2 2/2] x86/msr: Set the return value to zero when native_rdmsr_safe fails

[RFC PATCH 0/2] kvmclock: fix ABI breakage from PVCLOCK_COUNTS_FROM_ZERO
 2015-09-20 22:57 UTC  (4+ messages)
` [PATCH 1/2] x86: kvmclock: abolish PVCLOCK_COUNTS_FROM_ZERO
` [PATCH 2/2] Revert "KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR"

[RFC PATCH v2] os-android: Add support to android platform
 2015-09-20 19:52 UTC  (2+ messages)

include/linux/kvm_host.h:488 suspicious rcu_dereference_check() usage!
 2015-09-20 16:48 UTC 

suspicious RCU usage with kvm_pr
 2015-09-18 19:54 UTC  (4+ messages)

[PATCH] KVM: x86: trap AMD MSRs for the TSeg base and mask
 2015-09-18 19:07 UTC  (2+ messages)

[PATCH] irq_remapping: move structs outside #ifdef
 2015-09-18 18:43 UTC  (2+ messages)

[PATCH v8 00/13] Add VT-d Posted-Interrupts support
 2015-09-18 16:17 UTC  (17+ messages)
` [PATCH v8 03/13] KVM: Define a new interface kvm_intr_is_single_vcpu()
` [PATCH v8 09/13] KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'

[PATCH] kvmtool: don't rely on $HOME
 2015-09-18 16:04 UTC  (8+ messages)

[kvm:queue 27/38] arch/x86/kvm/hyperv.c:186:41: sparse: incorrect type in argument 2 (different modifiers)
 2015-09-18 15:06 UTC  (7+ messages)
        ` [kbuild-all] "

[PATCH] kvm:x86:Fix incorrect error paths in the function process_smi
 2015-09-18 14:52 UTC 

[GIT PULL] KVM fixes for 4.3-rc2
 2015-09-18 11:57 UTC 

[PATCH] KVM: disable halt_poll_ns as default for s390x
 2015-09-18 11:35 UTC  (4+ messages)

[PATCH] sched: access local runqueue directly in single_task_running
 2015-09-18 11:35 UTC  (4+ messages)

[PULL] vhost: cleanups and fixes
 2015-09-18 10:42 UTC 

[PATCH 0/1] macvtap regression since 3.18
 2015-09-18 10:39 UTC  (3+ messages)
` [PATCH 1/1] macvtap: Fix regression for macvtap ioctls

[PATCH] KVM: PPC: Book3S HV: Fix handling of interrupted VCPUs
 2015-09-18  8:15 UTC  (2+ messages)

[PATCH] kvm: fix preemption warnings in kvm_vcpu_block
 2015-09-18  7:52 UTC  (5+ messages)
` single_task_running() vs. preemption warnings (was Re: [PATCH] kvm: fix preemption warnings in kvm_vcpu_block)

[PATCH 0/2] x86/msr: MSR access failure changes
 2015-09-18  7:14 UTC  (4+ messages)
` [PATCH 1/2] x86/msr: Carry on after a non-"safe" MSR access fails without !panic_on_oops
` [PATCH 2/2] x86/msr: Set the return value to zero when native_rdmsr_safe fails

[PATCH 0/2] KVM/arm: add fp/simd lazy switch support
 2015-09-18  1:05 UTC  (3+ messages)
` [PATCH 1/2] KVM/arm: add hooks for armv7 "
` [PATCH 2/2] KVM/arm: enable armv7 fp/simd lazy switch

[PATCH 0/3] x86/paravirt: Fix baremetal paravirt MSR ops
 2015-09-17 18:51 UTC  (27+ messages)
` [PATCH 1/3] x86/paravirt: Add _safe to the read_msr and write_msr PV hooks
` [PATCH 2/3] x86/paravirt: Add paravirt_{read,write}_msr
` [PATCH 3/3] x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=y
        ` [Xen-devel] [PATCH 0/3] x86/paravirt: Fix baremetal paravirt MSR ops

[GIT PULL] Second set of KVM/ARM updates for 4.3-rc2
 2015-09-17 15:31 UTC  (13+ messages)
` [PATCH 1/8] KVM: arm64: add workaround for Cortex-A57 erratum #852523
` [PATCH 2/8] arm64: KVM: Fix user access for debug registers
` [PATCH 3/8] arm: KVM: Fix incorrect device to IPA mapping
` [PATCH 4/8] arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resources
` [PATCH 5/8] arm64: KVM: Disable virtual timer even if the guest is not using it
` [PATCH 6/8] arm: "
` [PATCH 7/8] arm64: KVM: Remove all traces of the ThumbEE registers
` [PATCH 8/8] arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'

[PATCH v2 00/18] implement vNVDIMM
 2015-09-17 12:43 UTC  (17+ messages)
` [PATCH v2 08/18] nvdimm: init backend memory mapping and config data area
                      ` [Qemu-devel] "

[PATCH 0/3] arm/arm64: KVM: Fix !irqchip_in_kernel() handling
 2015-09-17 12:11 UTC  (6+ messages)
` [PATCH 1/3] arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resources
` [PATCH 2/3] arm64: KVM: Disable virtual timer even if the guest is not using it
` [PATCH 3/3] arm: "

[PATCH] KVM: add halt_attempted_poll to VCPU stats
 2015-09-17 10:28 UTC  (2+ messages)

[PATCH v2 00/22] KVM: ARM64: Add guest PMU support
 2015-09-17  9:35 UTC  (7+ messages)

[PATCH] ARM/ARM64: KVM: remove 'config KVM_ARM_MAX_VCPUS'
 2015-09-17  8:15 UTC  (5+ messages)

[4.2] commit d59cfc09c32 (sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem) causes regression for libvirt/kvm
 2015-09-16 18:45 UTC  (5+ messages)
` [PATCH cgroup/for-4.3-fixes 1/2] Revert "cgroup: simplify threadgroup locking"
  ` [PATCH cgroup/for-4.3-fixes 2/2] Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem"

[PATCH] KVM: arm64: remove all traces of the ThumbEE registers
 2015-09-16 17:34 UTC  (3+ messages)

[PATCH] Fixes: 805de8f43c20 (atomic: Replace atomic_{set,clear}_mask() usage)
 2015-09-16 14:47 UTC  (2+ messages)

[PATCH] arm64: KVM: Fix user access for debug registers
 2015-09-16 14:46 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).