kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-01 20:47:11 to 2014-04-10 20:16:25 UTC [more...]

[PATCH v4 0/4] KVM: enable Intel SMAP for KVM
 2014-04-10 20:16 UTC  (7+ messages)

[PATCH] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-04-10 20:03 UTC  (4+ messages)
` [PATCH] driver core: platform: add device binding path 'driver_override'

[PATCH v4 00/19] kvm-unit-tests/arm: initial drop
 2014-04-10 16:57 UTC  (19+ messages)
` [PATCH v4 01/19] remove unused files
` [PATCH v4 02/19] makefile and run_tests tweaks
` [PATCH v4 03/19] clean root dir of all x86-ness
` [PATCH v4 04/19] add distclean target and gitignore more
` [PATCH v4 05/19] add 'make cscope' support
` [PATCH v4 07/19] libfdt: get libfdt to build
` [PATCH v4 08/19] add support for Linux device trees
` [PATCH v4 09/19] libcflat: add abort() and assert()
` [PATCH v4 10/19] Introduce asm-generic/*.h files
` [PATCH v4 11/19] add minimal virtio support for devtree virtio-mmio
` [PATCH v4 12/19] Introduce virtio-testdev
` [PATCH v4 13/19] libcflat: clean up libcflat.h and add string.h
` [PATCH v4 14/19] printf: support field padding
` [PATCH v4 15/19] arm: initial drop
` [PATCH v4 16/19] arm: Add spinlock implementation
` [PATCH v4 17/19] arm: Add IO accessors to avoid register-writeback
` [PATCH v4 18/19] arm: add useful headers from the Linux kernel
` [PATCH v4 19/19] arm: vectors support

KVM call agenfda for 2014-04-01
 2014-04-10 16:16 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH 0/3] Introduce per-vm kvm device attributes
 2014-04-10 11:37 UTC  (8+ messages)
` [PATCH 1/3] kvm: s390: Per-vm kvm device controls
` [PATCH 2/3] kvm: s390: make cmma usage conditionally
` [PATCH 3/3] kvm: s390: Exploiting generic userspace interface for cmma

[PATCH v2] powernv: kvm: make _PAGE_NUMA take effect
 2014-04-10 10:02 UTC  (11+ messages)

[PATCH RFC V2 0/4] Adding tracepoints to vhost/net
 2014-04-10  9:27 UTC  (3+ messages)
` [PATCH RFC V2 4/4] tools: virtio: add a top-like utility for displaying vhost satistics

Unknown KVM internal error on 3.2.1
 2014-04-10  8:24 UTC  (2+ messages)

KVM Test report, kernel 7cbb39d4... qemu 5913815a
 2014-04-10  8:15 UTC 

[PULLv2] KVM: s390: memory management and migration
 2014-04-09 19:56 UTC 

[PULL 0/8] KVM: s390: memory management and migration
 2014-04-09 19:52 UTC  (10+ messages)
` [PULL 1/8] KVM: s390: also set guest pages back to stable on kexec/kdump
` [PULL 2/8] KVM: s390: Adding skey bit to mmu context
` [PULL 3/8] KVM: s390: Clear storage keys
` [PULL 4/8] KVM: s390: Allow skeys to be enabled for the current process
` [PULL 5/8] KVM: s390: Don't enable skeys by default
` [PULL 6/8] KVM: s390/mm: use software dirty bit detection for user dirty tracking
` [PULL 7/8] KVM: s390/mm: new gmap_test_and_clear_dirty function
` [PULL 8/8] KVM: s390: Add proper dirty bitmap support to S390 kvm

[PULL 0/2] small perf fixes
 2014-04-09 15:10 UTC  (4+ messages)
` [PULL 1/2] perf/tool: Fix usage of trace events with '-' in trace system name
` [PULL 2/2] perf-kvm: fix of 'Min time' counting in report command

[PATCH v4 0/5] KVM: x86: flush tlb out of mmu-lock after write protection
 2014-04-09 14:51 UTC  (3+ messages)
` [PATCH 5/5] KVM: MMU: flush tlb out of mmu lock when write-protect the sptes

[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
 2014-04-09 12:08 UTC  (40+ 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

FreeBSD filesystem sharing
 2014-04-09 11:57 UTC  (2+ messages)

poor performance of passed-through VGA
 2014-04-09 11:43 UTC  (5+ messages)

[Bug 73721] New: KVM hv-time
 2014-04-09 10:24 UTC 

vhost-[pid] 100% CPU
 2014-04-09  4:28 UTC  (5+ messages)

[PATCH] arm, kvm: fix double lock on cpu_add_remove_lock
 2014-04-08 11:33 UTC  (3+ messages)

[PATCH 0/3] vfio: Fix coverity found issues
 2014-04-07 22:29 UTC  (4+ messages)
` [PATCH 1/3] vfio/pci: Fix sizing of DPA and THP express capabilities
` [PATCH 2/3] vfio/pci: Fix unchecked return value
` [PATCH 3/3] vfio/iommu_type1: Avoid overflow

[PATCH] KVM: x86: Fix CR3 and LDT sel should not be saved in TSS
 2014-04-07 15:37 UTC 

[PATCH] KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bit
 2014-04-07  5:12 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)

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

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)

[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  (4+ messages)

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


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