public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-01-28 08:28:16 to 2014-02-02 02:29:02 UTC [more...]

[PATCH 00/17] kvm-unit-tests/arm: initial drop
 2014-02-02  2:29 UTC  (24+ messages)
` [PATCH 05/17] add 'make cscope' support
` [PATCH 06/17] Add halt() and some error codes
` [PATCH 07/17] move x86's simple heap management to common code
` [PATCH 08/17] Introduce libio to common code for io read/write
` [PATCH 10/17] libfdt: get libfdt to build
` [PATCH 11/17] add support for device trees
` [PATCH 12/17] Introduce virtio-testdev
` [PATCH 13/17] arm: initial drop
` [PATCH 15/17] printf: support field padding
` [PATCH 16/17] arm: add useful headers from the linux kernel
  ` [PATCH 09/17] libfdt: Import libfdt source

Measuring KVM Performance using Hardware Performance Counters
 2014-02-02  2:08 UTC  (2+ messages)

[PULL v2 0/8] vfio pull request
 2014-02-01 22:15 UTC  (7+ 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

[RFC PATCH 01/10] KVM: PPC: BOOK3S: PR: Add POWER8 support
 2014-01-31 22:17 UTC  (32+ 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

[uq/master PATCH 0/7] x86 CPU subclasses, take 7
 2014-01-31 19:25 UTC  (34+ messages)
` [uq/master PATCH 1/7] target-i386: Eliminate CONFIG_KVM #ifdefs
` [uq/master PATCH 2/7] target-i386: Don't change x86_def_t struct on cpu_x86_register()
` [uq/master PATCH 3/7] target-i386: Move KVM default-vendor hack to instance_init
` [uq/master PATCH 4/7] target-i386: Rename cpu_x86_register() to x86_cpu_load_def()
` [uq/master PATCH 5/7] target-i386: Call x86_cpu_load_def() earlier
` [uq/master PATCH 6/7] target-i386: Rename x86_def_t to X86CPUDefinition
` [uq/master PATCH 7/7] target-i386: CPU model subclasses
  ` [Qemu-devel] "
  ` [uq/master PATCH 7/7 v8] "
` [Qemu-devel] [uq/master PATCH 0/7] x86 CPU subclasses, take 7
              ` [libvirt] "
                ` [Qemu-devel] [libvirt] "

[Bug 67751] New: Stack trace with suspicious RCU usage, when starting ovs-switchd
 2014-01-31 16:25 UTC  (3+ messages)
` [Bug 67751] "

[Bug 69491] New: Booting into Intel Haswell (baremetal) crashes with soft lockup [qemu-system-x86:911]
 2014-01-31 16:11 UTC  (2+ messages)
` [Bug 69491] Booting into a guest on Intel Haswell (bare-metal) throws soft lockups [qemu-system-x86:911]

QEMU & KVM at devconf.cz 7-9 February in Brno, Czech Republic
 2014-01-31 16:10 UTC 

[PULL 0/8] KVM: s390: floating interrupt controller and asyncpf
 2014-01-31 14:58 UTC  (15+ messages)
` [PULL 1/8] KVM: s390: add and extend interrupt information data structs
` [PULL 2/8] KVM: s390: add floating irq controller
` [PULL 3/8] KVM: s390: limit floating irqs
` [PULL 4/8] KVM: s390: Add FAULT_FLAG_RETRY_NOWAIT for guest fault
` [PULL 5/8] KVM: async_pf: Provide additional direct page notification
      ` [PATCH] Fixup for patch 5
        ` [PATCH] KVM: async_pf: Add missing call for async page present
` [PULL 6/8] KVM: async_pf: Allow to wait for outstanding work
` [PULL 7/8] KVM: async_pf: Async page fault support on s390
` [PULL 8/8] KVM: async_pf: Exploit one reg interface for pfault

[PATCH] vfio: Set PCI_DEV_FLAGS_ASSIGNED when assigning device to guest
 2014-01-30 20:10 UTC  (6+ messages)

KVM: x86: remove unused last_kernel_ns variable
 2014-01-30 10:58 UTC  (2+ messages)

[patch] KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio()
 2014-01-30 10:57 UTC  (4+ messages)

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

[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 v3] KVM: Specify byte order for KVM_EXIT_MMIO
 2014-01-29 14:31 UTC  (2+ 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  (19+ 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] "

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


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