kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-31 14:28:23 to 2014-04-07 14:16:36 UTC [more...]

[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
 2014-04-07 14:16 UTC  (34+ messages)
` [PATCH v8 01/10] qspinlock: A generic 4-byte queue spinlock implementation
` [PATCH v8 02/10] qspinlock, x86: Enable x86-64 to use queue spinlock
` [PATCH v8 03/10] qspinlock: More optimized code for smaller NR_CPUS
` [PATCH v8 04/10] qspinlock: Optimized code path for 2 contending tasks
` [PATCH v8 05/10] pvqspinlock, x86: Allow unfair spinlock in a PV guest
` [PATCH v8 06/10] pvqspinlock: Enable lock stealing in queue lock waiters
` [PATCH v8 07/10] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v8 08/10] pvqspinlock, x86: Add qspinlock para-virtualization support
` [PATCH v8 09/10] pvqspinlock, x86: Enable qspinlock PV support for KVM
` [PATCH v8 10/10] pvqspinlock, x86: Enable qspinlock PV support for XEN

[PATCH v2] powernv: kvm: make _PAGE_NUMA take effect
 2014-04-07  8:36 UTC  (9+ messages)

[PATCH] arm, kvm: fix double lock on cpu_add_remove_lock
 2014-04-07  6:44 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bit
 2014-04-07  5:12 UTC  (3+ messages)

vhost-[pid] 100% CPU
 2014-04-06 19:03 UTC  (3+ messages)

spec2006 profile on kvmx86
 2014-04-05 20:57 UTC 

NX/DEP from host to guest
 2014-04-05 18:18 UTC 

Raw Disk Not Appearing in Guests
 2014-04-05 15:33 UTC 

[RFC PATCH] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-04-05  2:07 UTC  (10+ messages)

[PATCH] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-04-04 20:19 UTC 

Away for three weeks
 2014-04-04 16:33 UTC 

[Bug 73331] New: Nested Virtualization, L2 cannot boot up on Ivybridge and Haswell
 2014-04-04 15:57 UTC  (2+ messages)
` [Bug 73331] "

Where to post Feature suggestions/ideas?
 2014-04-04 12:18 UTC 

[RFC PATCH 0/2] Emulator speedups - avoid initializations where possible
 2014-04-04  9:47 UTC  (4+ messages)
` [RFC PATCH 1/2] KVM: emulate: move init_decode_cache to emulate.c
` [RFC PATCH 2/2] KVM: emulate: clean up initializations in init_decode_cache

[PATCH v4 0/4] KVM: enable Intel SMAP for KVM
 2014-04-04  7:27 UTC  (8+ messages)
` [PATCH v4 1/4] KVM: Remove SMAP bit from CR4_RESERVED_BITS
` [PATCH v4 2/4] KVM: Add SMAP support when setting CR4
` [PATCH v4 3/4] KVM: Disable SMAP for guests in EPT realmode and EPT unpaging mode
` [PATCH v4 4/4] KVM: expose SMAP feature to guest

buildbot failure in kvm on next-ppc64
 2014-04-04  6:03 UTC 

[kvm-kmod PATCH]: Provide X86_FEATURE_CLFLUSH for kernels < 3.15
 2014-04-04  5:37 UTC  (2+ messages)

buildbot failure in kvm on ppc64
 2014-04-04  3:56 UTC 

[PATCH] KVM: x86: Fix page-tables reserved bits
 2014-04-04  3:31 UTC 

[GIT PULL] VFIO update for 3.15-rc1
 2014-04-03 19:45 UTC 

[PATCH] ARM: KVM: Handle IPA unmapping on memory region deletion
 2014-04-03 17:07 UTC  (4+ messages)

Coverity CID 714665: vfio_ext_cap_len() use of uninitialized variable
 2014-04-03 16:55 UTC  (3+ messages)

FreeBSD filesystem sharing
 2014-04-03 16:04 UTC 

[SOLVED] Re: Can't setup kgdb with KVM, debug event not registered in sysrq-trigger ?
 2014-04-03 15:08 UTC 

scalability in KVM
 2014-04-03 13:44 UTC  (2+ messages)

PVEOI
 2014-04-03 11:45 UTC 

Can't setup kgdb with KVM, debug event not registered in sysrq-trigger ?
 2014-04-03  6:25 UTC 

Who signed gemu-1.7.1.tar.bz2?
 2014-04-03  0:40 UTC 

VDSO pvclock may increase host cpu consumption, is this a problem?
 2014-04-02 22:31 UTC  (11+ messages)

[PATCH 0/5] cmma and lazy sske
 2014-04-02 14:31 UTC  (7+ messages)
` [PATCH 1/5] KVM: s390: make cmma usage conditionally
` [PATCH 2/5] KVM: s390: Adding skey bit to mmu context
` [PATCH 3/5] KVM: s390: Clear storage keys
` [PATCH 4/5] KVM: s390: Allow skeys to be enabled for the current process
` [PATCH 5/5] KVM: s390: Don't enable skeys by default

[GIT PULL] KVM changes for 3.15 merge window
 2014-04-02 11:06 UTC  (3+ messages)

[PATCH/RFC] s390: Provide a configuration and control device
 2014-04-02  8:54 UTC  (18+ messages)
` [PATCH/RFC] KVM: s390: Add S390 configuration and control kvm device
` [PATCH/RFC] s390x/kvm: implement and use QEMU config device for s390

Guest VM kernel panic with VIRTIO_BLK with KVM
 2014-04-02  6:20 UTC  (2+ messages)

[RFC PATCH]pci-assign: Fix memory out of bound when MSI-X table not fit in a single page
 2014-04-02  3:12 UTC 

[PATCH 0/3] VFIO Bug Fixes
 2014-04-02  1:36 UTC  (4+ messages)
` [PATCH 3/3] drivers/vfio/pci: Fix MSIx message lost

[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
 2014-04-01 20:47 UTC  (11+ messages)
` [PATCH v8 01/10] qspinlock: A generic 4-byte queue spinlock implementation
` [PATCH v8 02/10] qspinlock, x86: Enable x86-64 to use queue spinlock
` [PATCH v8 03/10] qspinlock: More optimized code for smaller NR_CPUS
` [PATCH v8 04/10] qspinlock: Optimized code path for 2 contending tasks
` [PATCH v8 05/10] pvqspinlock, x86: Allow unfair spinlock in a PV guest
` [PATCH v8 06/10] pvqspinlock: Enable lock stealing in queue lock waiters
` [PATCH v8 07/10] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v8 08/10] pvqspinlock, x86: Add qspinlock para-virtualization support
` [PATCH v8 09/10] pvqspinlock, x86: Enable qspinlock PV support for KVM
` [PATCH v8 10/10] pvqspinlock, x86: Enable qspinlock PV support for XEN

[PATCH 1/4] KVM: PPC: e500mc: Revert "add load inst fixup"
 2014-04-01 17:11 UTC  (8+ messages)
` [PATCH 4/4] KVM: PPC: Bookehv: Get vcpu's last instruction for emulation

KVM call for agenda 2014-04-01
 2014-04-01 17:06 UTC  (2+ messages)
` [Qemu-devel] "

KVM call for agenda 2014-04-01
 2014-04-01 15:34 UTC 

[RFC PATCH 0/6] KVM: x86: speedups for emulator memory accesses
 2014-04-01 15:26 UTC  (7+ messages)
` [PATCH 1/6] KVM: emulate: simplify writeback
` [PATCH 2/6] KVM: emulate: abstract handling of memory operands
` [PATCH 3/6] KVM: export mark_page_dirty_in_slot
` [PATCH 4/6] KVM: emulate: introduce memory_prepare callback to speed up memory access
` [PATCH 5/6] KVM: emulate: activate memory access optimization
` [PATCH 6/6] KVM: emulate: extend memory access optimization to stores

Massive read only kvm guests when backing file was missing
 2014-04-01 14:09 UTC  (11+ messages)
  ` [Qemu-devel] "

KVM call agenfda for 2014-04-01
 2014-04-01 12:39 UTC  (13+ messages)
` [Qemu-devel] KVM call agenda "
                `  "

[PATCH v3 0/4] KVM: enable Intel SMAP for KVM
 2014-04-01 11:54 UTC  (6+ messages)
` [PATCH v3 2/4] KVM: Add SMAP support when setting CR4

[RFC v2] ARM VM System Specification
 2014-04-01 10:16 UTC  (6+ messages)

Public key for qemu 1.7.1
 2014-04-01  9:56 UTC 

[PATCH] Rename variable smep to cr4_smep
 2014-04-01  9:56 UTC  (2+ messages)

[RFC PATCH v4 00/10] VFIO support for platform devices
 2014-03-31 23:52 UTC  (26+ messages)
` [RFC PATCH v4 01/10] driver core: export driver_probe_device()
                ` mechanism to allow a driver to bind to any device

[PATCH v2 0/3] nVMX: Fixes to run Xen as L1
 2014-03-31 21:00 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: nVMX: Don't advertise single context invalidation for invept
` [PATCH v2 2/3] KVM: nVMX: Ack and write vector info to intr_info if L1 asks us to
` [PATCH v2 3/3] KVM: nVMX: Advertise support for interrupt acknowledgement

[PATCH 1/2] kvm: support any-length wildcard ioeventfd
 2014-03-31 18:50 UTC  (2+ messages)
` [PATCH 2/2] vmx: speed up wildcard MMIO EVENTFD

Demand paging for VM on KVM
 2014-03-31 18:03 UTC  (3+ 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).