public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-06 20:28:05 to 2014-06-12 08:31:00 UTC [more...]

[PATCH v2 00/10] CMA: generalize CMA reserved area management code
 2014-06-12  8:31 UTC  (41+ messages)
` [PATCH v2 01/10] DMA, CMA: clean-up log message
` [PATCH v2 02/10] DMA, CMA: fix possible memory leak
` [PATCH v2 03/10] DMA, CMA: separate core cma management codes from DMA APIs
` [PATCH v2 04/10] DMA, CMA: support alignment constraint on cma region
` [PATCH v2 05/10] DMA, CMA: support arbitrary bitmap granularity
` [PATCH v2 06/10] CMA: generalize CMA reserved area management functionality
` [PATCH v2 07/10] PPC, KVM, CMA: use general CMA reserved area management framework
` [PATCH v2 08/10] mm, cma: clean-up cma allocation error path
` [PATCH v2 09/10] mm, cma: move output param to the end of param list
` [PATCH v2 10/10] mm, cma: use spinlock instead of mutex

[PATCH v11 00/16] qspinlock: a 4-byte queue spinlock with PV support
 2014-06-12  8:17 UTC  (12+ messages)
` [PATCH v11 06/16] qspinlock: prolong the stay in the pending bit path
` [PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
` [PATCH v11 14/16] pvqspinlock: Add qspinlock para-virtualization support

[PATCH 1/4] KVM: PPC: Book3S PR: Fix ABIv2 issues
 2014-06-12  8:16 UTC  (4+ messages)
` [PATCH 2/4] KVM: PPC: Book3S HV: "
` [PATCH 3/4] KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue
` [PATCH 4/4] KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()

Using virtio for inter-VM communication
 2014-06-12  7:44 UTC  (6+ messages)

[PATCH] KVM: PPC: Book3s PR: Disable AIL mode with OPAL
 2014-06-12  3:56 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3s HV: Fix tlbie compile error
 2014-06-12  3:46 UTC  (2+ messages)

How does kvm support x2apic?
 2014-06-12  3:24 UTC  (12+ messages)

[PATCH v7 0/4] arm: dirty page logging support for ARMv7
 2014-06-12  3:02 UTC  (25+ messages)
` [PATCH v7 1/4] arm: add ARMv7 HYP API to flush VM TLBs without address param
` [PATCH v7 2/4] arm: dirty page logging inital mem region write protect (w/no huge PUD support)
` [PATCH v7 4/4] arm: dirty page logging 2nd stage page fault handling support
` [RESEND PATCH v7 3/4] arm: dirty log write protect management support

[RFC v2] ARM VM System Specification
 2014-06-11 14:14 UTC  (24+ messages)

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

[PULL] vhost: infrastructure changes for 3.16
 2014-06-11 13:44 UTC 

[PATCH 0/6] KVM: PPC: Book3S HV: Enable on little endian hosts
 2014-06-11 10:33 UTC  (7+ messages)
` [PATCH 1/6] PPC: Add asm helpers for BE 32bit load/store
` [PATCH 2/6] KVM: PPC: Book3S HV: Make HTAB code LE host aware
` [PATCH 3/6] KVM: PPC: Book3S HV: Access guest VPA in BE
` [PATCH 4/6] KVM: PPC: Book3S HV: Access host lppaca and shadow slb "
` [PATCH 5/6] KVM: PPC: Book3S HV: Access XICS "
` [PATCH 6/6] KVM: PPC: Book3S HV: Enable for little endian hosts

[RFC PATCH 0/3] CMA: generalize CMA reserved area management code
 2014-06-11  8:24 UTC  (10+ messages)
` [RFC PATCH 1/3] CMA: generalize CMA reserved area management functionality
` [RFC PATCH 2/3] DMA, CMA: use general CMA reserved area management framework

Implement PEBS virtualization for Silvermont
 2014-06-10 21:06 UTC  (5+ messages)
` [PATCH 4/4] kvm: Implement PEBS virtualization

How does kvm support x2apic?
 2014-06-10 17:30 UTC 

reduce networking latency
 2014-06-10 15:29 UTC 

[PATCH v2] kvm: x86: emulate monitor and mwait instructions as nop
 2014-06-10 10:16 UTC  (5+ messages)

[PATCH kvm-unit-tests v2 0/3] More nvmx unit tests changes
 2014-06-10  6:51 UTC  (5+ messages)
` [PATCH kvm-unit-tests v2 1/3] VMX: move write_rflags inside asm blocks for vmx instructions
` [PATCH kvm-unit-tests v2 2/3] VMX: Add more checks to test_vmxon
` [PATCH kvm-unit-tests v2 3/3] VMX: Updated test_vmclear and test_vmptrld

[network performance question] only ~2Gbps throughput between two linux guests which are running on the same host via netperf -t TCP_STREAM -m 1400, but xen can achieve ~7Gbps
 2014-06-10  3:50 UTC  (9+ messages)
  ` [network performance question] only ~2Gbps throughput betweentwo linux guests which are running on the same host via netperf -tTCP_STREAM -m 1400, but xen can ac
    ` RE: [network performance question] only ~2Gbps throughputbetweentwo linux guests which are running on the same host via netperf-tTCP_STREAM "
      ` [network performance question] only ~2Gbpsthroughputbetweentwo linux guests which are running on the same host vianetperf-tTCP_STREAM "
        `  "
            ` [network performance question] only~2Gbpsthroughputbetweentwo linux guests which are running on the same hostvianetperf-tTCP_STREAM "

How to enable Pause Loop Exiting (PLE)?
 2014-06-10  1:58 UTC  (8+ messages)

[PATCH 3.4 45/88] virtio-blk: Call del_gendisk() before disable guest kick
 2014-06-10  0:24 UTC  (2+ messages)
` [PATCH 3.4 46/88] virtio-blk: Reset device after blk_cleanup_queue()

[PATCH] x86: realmode: report failures
 2014-06-09 21:43 UTC  (2+ messages)

[PATCH v4 00/19] kvm-unit-tests/arm: initial drop
 2014-06-09 15:34 UTC  (28+ messages)
` [PATCH v4 01/19] remove unused files
` [PATCH v4 08/19] add support for Linux device trees
` [PATCH v4 10/19] Introduce asm-generic/*.h files
` [PATCH v4 11/19] add minimal virtio support for devtree virtio-mmio
` [PATCH v4 15/19] arm: initial drop

[PATCH 9/9] KVM: x86: smsw emulation is incorrect in 64-bit mode
 2014-06-09 11:36 UTC  (4+ messages)
` [PATCH kvm-unit-tests 0/2] x86: Additional smsw tests
  ` [PATCH kvm-unit-tests1/2] x86: emulator: additional smsw test-case

How to enable Pause Loop Exiting (PLE)?
 2014-06-08 18:34 UTC 

[RFC PATCH v6 00/20] VFIO support for platform devices on ARM
 2014-06-08 10:31 UTC  (7+ messages)
` [RFC PATCH v6 04/20] iommu/arm-smmu: add capability IOMMU_CAP_INTR_REMAP
` [RFC PATCH v6 14/20] vfio/platform: initial interrupts support
` [RFC PATCH v6 15/20] vfio/platform: support for maskable and automasked interrupts

[PATCH kvm-unit-tests 0/2] x86: Additional smsw tests
 2014-06-08 10:02 UTC  (2+ messages)
` [PATCH kvm-unit-tests v2] x86: emulator: long mode "

[PATCH] KVM: Fix GSI number space limit
 2014-06-07  0:31 UTC  (3+ messages)

[GIT PULL] VFIO updates for 3.16-rc1
 2014-06-06 20:28 UTC 


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