public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-01-24 16:18:11 to 2014-01-30 10:04:41 UTC [more...]

[RFC PATCH 01/10] KVM: PPC: BOOK3S: PR: Add POWER8 support
 2014-01-30 10:04 UTC  (23+ messages)
` [RFC PATCH 01/10] KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulation
` [RFC PATCH 02/10] KVM: PPC: BOOK3S: PR: Emulate virtual timebase register
` [RFC PATCH 03/10] KVM: PPC: BOOK3S: PR: Emulate instruction counter
` [RFC PATCH 04/10] KVM: PPC: BOOK3S: PR: Emulate Thread identification register
` [RFC PATCH 05/10] KVM: PPC: BOOK3S: PR: Doorbell support
` [RFC PATCH 06/10] KVM: PPC: BOOK3S: PR: Emulate DPDES register
` [RFC PATCH 07/10] KVM: PPC: BOOK3S: PR: Emulate facility status and control register
` [RFC PATCH 08/10] KVM: PPC: BOOK3S: PR: Add support for facility unavailable interrupt
` [RFC PATCH 09/10] KVM: PPC: BOOK3S: PR: Ignore write to monitor mode control register
` [RFC PATCH 10/10] PPC: BOOK3S: Disable/Enable TM looking at the ibm,pa-features device tree entry

Measuring KVM Performance using Hardware Performance Counters
 2014-01-30  5:06 UTC 

[PATCH v2 0/9] Phase out pci_enable_msi_block()
 2014-01-29 21:48 UTC  (13+ messages)
` [PATCH v2 4/9] ipr: Use pci_enable_msi_range() and pci_enable_msix_range()
` [PATCH v2 7/9] vfio: "

[PATCH v2 00/10] arm/arm64: KVM: host cache maintainance when guest caches are off
 2014-01-29 20:08 UTC  (22+ messages)
` [PATCH v2 01/10] arm64: KVM: force cache clean on page fault when "
` [PATCH v2 02/10] arm64: KVM: allows discrimination of AArch32 sysreg access
` [PATCH v2 03/10] arm64: KVM: trap VM system registers until MMU and caches are ON
` [PATCH v2 04/10] arm64: KVM: flush VM pages before letting the guest enable caches
` [PATCH v2 05/10] ARM: KVM: force cache clean on page fault when caches are off
` [PATCH v2 06/10] ARM: KVM: fix handling of trapped 64bit coprocessor accesses
` [PATCH v2 07/10] ARM: KVM: fix ordering of "
` [PATCH v2 08/10] ARM: KVM: introduce per-vcpu HYP Configuration Register
` [PATCH v2 09/10] ARM: KVM: trap VM system registers until MMU and caches are ON
` [PATCH v2 10/10] ARM: KVM: add world-switch for AMAIR{0,1}

KVM: x86: remove unused last_kernel_ns variable
 2014-01-29 19:31 UTC 

[GIT PULL] Second round of KVM updates for 3.14
 2014-01-29 18:09 UTC 

[PULL 00/36] ppc patch queue 2014-01-29
 2014-01-29 17:31 UTC  (38+ messages)
` [PULL 01/36] powerpc: kvm: optimize "sc 1" as fast return
` [PULL 02/36] KVM: PPC: Add devname:kvm aliases for modules
` [PULL 03/36] KVM: PPC: fix couple of memory leaks in MPIC/XICS devices
` [PULL 04/36] kvm/powerpc: rename kvm_hypercall() to epapr_hypercall()
` [PULL 05/36] kvm/powerpc: move kvm_hypercall0() and friends to epapr_hypercall0()
` [PULL 06/36] KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivec
` [PULL 07/36] KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures
` [PULL 08/36] KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu struct
` [PULL 09/36] KVM: PPC: Book3S HV: Use load/store_fp_state functions in HV guest entry/exit
` [PULL 10/36] kvm: booke: clear host tlb reference flag on guest tlb invalidation
` [PULL 11/36] kvm: book3s: rename lookup_linux_pte() to lookup_linux_pte_and_update()
` [PULL 12/36] kvm: powerpc: define a linux pte lookup function
` [PULL 13/36] kvm: powerpc: use caching attributes as per linux pte
` [PULL 14/36] KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software state
` [PULL 15/36] KVM: PPC: NULL return of kvmppc_mmu_hpte_cache_next should be handled
` [PULL 16/36] KVM: PPC: Unify kvmppc_get_last_inst and sc
` [PULL 17/36] KVM: PPC: Book3S: MMIO emulation support for little endian guests
` [PULL 18/36] KVM: PPC: Book3S HV: use xics_wake_cpu only when defined
` [PULL 19/36] KVM: PPC: e500: Fix bad address type in deliver_tlb_misss()
` [PULL 20/36] kvm/ppc: IRQ disabling cleanup
` [PULL 21/36] KVM: PPC: Book3S HV: Don't set DABR on POWER8
` [PULL 22/36] KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbers
` [PULL 23/36] KVM: PPC: Book3S HV: Context-switch new POWER8 SPRs
` [PULL 24/36] KVM: PPC: Book3S HV: Flush the correct number of TLB sets on POWER8
` [PULL 25/36] KVM: PPC: Book3S HV: Add handler for HV facility unavailable
` [PULL 26/36] KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8
` [PULL 27/36] KVM: PPC: Book3S HV: Consolidate code that checks reason for wake from nap
` [PULL 28/36] KVM: PPC: Book3S HV: Handle guest using doorbells for IPIs
` [PULL 29/36] KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8
` [PULL 30/36] KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbells
` [PULL 31/36] KVM: PPC: Book3S HV: Add support for DABRX register on POWER7
` [PULL 32/36] KVM: PPC: Book3S HV: Basic little-endian guest support
` [PULL 33/36] powerpc/Kconfig: Make TM select VSX and VMX
` [PULL 34/36] KVM: PPC: Book3S HV: Add new state for transactional memory
` [PULL 35/36] KVM: PPC: Book3S HV: Add software abort codes "
` [PULL 36/36] KVM: PPC: Book3S PR: Cope with doorbell interrupts

[PATCH] kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdef
 2014-01-29 17:11 UTC 

[PATCH 00/17] kvm-unit-tests/arm: initial drop
 2014-01-29 15:35 UTC  (2+ messages)

[PATCH v3] KVM: Specify byte order for KVM_EXIT_MMIO
 2014-01-29 14:31 UTC  (2+ messages)

[patch] KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio()
 2014-01-29 14:29 UTC  (3+ messages)

Golden Guide Update: KVM on ARM Chromebook
 2014-01-29 14:21 UTC 

8% performance improved by change tap interact with kernel stack
 2014-01-29  7:56 UTC  (13+ messages)

[PATCH] ARM: mm: Fix stage-2 device memory attributes
 2014-01-28 21:24 UTC  (8+ messages)
` [PATCH v2] "

KVM and variable-endianness guest CPUs
 2014-01-28 16:31 UTC  (36+ messages)
                                        ` [Qemu-ppc] "

[PATCH RFC 00/73] tree-wide: clean up some no longer required #include <linux/init.h>
 2014-01-28 16:21 UTC  (5+ messages)

[PATCH] KVM, XEN: Fix potential race in pvclock code
 2014-01-28 16:06 UTC  (10+ messages)
` [Xen-devel] "

[PULL v2 0/8] vfio pull request
 2014-01-28 15:58 UTC  (6+ messages)
` [PULL v2 1/8] vfio: Destroy memory regions
` [PULL v2 2/8] vfio: warn if host device rom can't be read
` [PULL v2 3/8] vfio: Do not reattempt a failed rom read
` [PULL v2 4/8] vfio: Filter out bogus mappings

[PATCH v2] KVM: Specify byte order for KVM_EXIT_MMIO
 2014-01-28  8:55 UTC  (24+ messages)

[Bug 67751] New: Stack trace with suspicious RCU usage, when starting ovs-switchd
 2014-01-28  8:28 UTC  (2+ messages)
` [Bug 67751] "

[PATCH V3] KVM: PPC: BOOK3S: PR: Enable Little Endian PR guest
 2014-01-28  6:46 UTC 

[PATCH V3] POWERPC: BOOK3S: KVM: Use the saved dsisr and dar values on book3s 64
 2014-01-28  6:39 UTC 

[PATCH v2] powernv: kvm: make _PAGE_NUMA take effect
 2014-01-27 15:57 UTC  (7+ messages)

[PATCH 00/18] KVM: PPC: Book3S HV: POWER8 support
 2014-01-27 12:50 UTC  (8+ messages)
` [PATCH 07/18] KVM: PPC: Book3S HV: Consolidate code that checks reason for wake from nap
` [PATCH 14/18] KVM: PPC: Book3S HV: Add new state for transactional memory
` [PATCH 16/18] KVM: PPC: Book3S HV: Add transactional memory support

[Bug 69361] New: Host call trace and guest hang after create guest
 2014-01-27 10:44 UTC  (6+ messages)
` [Bug 69361] "

[Bug 69491] New: Booting into Intel Haswell (baremetal) crashes with soft lockup [qemu-system-x86:911]
 2014-01-27  9:37 UTC  (5+ messages)
` [Bug 69491] "
` [Bug 69491] Booting into a guest on Intel Haswell (bare-metal) throws soft lockups [qemu-system-x86:911]

[Bug 67761] New: Kernel fails to boot under virtualization, kernel panic in intel_pstate_timer_func
 2014-01-27  9:12 UTC  (2+ messages)
` [Bug 67761] "

KVM Test report, kernel c760f5e2... qemu 0169c511
 2014-01-27  6:54 UTC 

Kind Regards
 2014-01-26 21:31 UTC 

Kind Regards
 2014-01-26 21:52 UTC 

Kind Regards
 2014-01-26 22:31 UTC 

3.13 hangs when I tried to start a KVM at a 32 bit stable Gentoo
 2014-01-26 10:40 UTC  (6+ messages)

fyi
 2014-01-24 11:55 UTC 

[PATCH uq/master 0/5] Hyper-V improvements and migratability
 2014-01-24 19:40 UTC  (7+ messages)
` [PATCH 1/5] KVM: fix coexistence of KVM and Hyper-V leaves
` [PATCH 3/5] kvm: make hyperv hypercall and guest os id MSRs migratable
` [PATCH 4/5] kvm: make hyperv vapic assist page migratable
` [PATCH 5/5] kvm: add support for hyper-v timers

[RFC PATCH] KVM: Specify byte order for KVM_EXIT_MMIO
 2014-01-24 19:17 UTC  (9+ messages)

kvm virtio ethernet ring on guest side over high throughput (packet per second)
 2014-01-24 18:40 UTC  (6+ messages)


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