public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-05-20 15:50:27 to 2013-05-23 08:50:34 UTC [more...]

updated: kvm networking todo wiki
 2013-05-23  8:50 UTC 

[PATCH v7 00/11] KVM: MMU: fast zap all shadow pages
 2013-05-23  8:33 UTC  (26+ messages)
` [PATCH v7 01/11] KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercall
` [PATCH v7 02/11] KVM: MMU: drop unnecessary kvm_reload_remote_mmus
` [PATCH v7 03/11] KVM: MMU: fast invalidate all pages
` [PATCH v7 04/11] KVM: MMU: zap pages in batch
` [PATCH v7 05/11] KVM: x86: use the fast way to invalidate all pages
` [PATCH v7 06/11] KVM: MMU: show mmu_valid_gen in shadow page related tracepoints
` [PATCH v7 07/11] KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages
` [PATCH v7 08/11] KVM: MMU: do not reuse the obsolete page
` [PATCH v7 09/11] KVM: MMU: introduce kvm_mmu_prepare_zap_obsolete_page
` [PATCH v7 10/11] KVM: MMU: collapse TLB flushes when zap all pages
` [PATCH v7 11/11] KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zapped

kvm tools: why SDL window does not exit on "poweroff"?
 2013-05-23  7:47 UTC  (7+ messages)

[PATCH] kvm: add detail error message when fail to add ioeventfd
 2013-05-23  7:46 UTC  (4+ messages)

[PATCH] vhost-scsi: Depend on NET for memcpy_fromiovec
 2013-05-23  7:30 UTC  (7+ messages)

[RFC PATCH v2 0/2] Hyper-V timers
 2013-05-23  6:18 UTC  (15+ messages)
` [RFC PATCH v2 1/2] add support for Hyper-V reference time counter
` [RFC PATCH v2 2/2] add support for Hyper-V invariant TSC

provide vhost thread per virtqueue for forwarding scenario
 2013-05-23  4:13 UTC  (6+ messages)

[PATCH] qemu-kvm: fix unmatched RAM alloction/free
 2009-01-17 23:13 UTC 

[PATCH 3/5] x86: Annotate _ASM_EXTABLE users to distinguish uaccess from everything else
 2013-05-22 21:07 UTC 

[PATCH 0/4 v2] KVM: PPC: IOMMU in-kernel handling
 2013-05-22 21:06 UTC  (6+ messages)
` [PATCH 1/4] KVM: PPC: Add support for multiple-TCE hcalls
` [PATCH 2/4] powerpc: Prepare to support kernel handling of IOMMU map/unmap
` [PATCH 3/4] KVM: PPC: Add support for IOMMU in-kernel handling
` [PATCH 4/4] KVM: PPC: Add hugepage "

[PATCH v2 00/10] uaccess: better might_sleep/might_fault behavior
 2013-05-22 20:38 UTC  (27+ messages)
` [PATCH v2 07/10] powerpc: uaccess s/might_sleep/might_fault/
` [PATCH v2 10/10] kernel: might_fault does not imply might_sleep

[PATCH v5 0/6] mips/kvm: Fix ABI for compatibility with 64-bit guests
 2013-05-22 19:05 UTC  (8+ messages)
` [PATCH v5 1/6] mips/kvm: Fix ABI for use of FPU
` [PATCH v5 2/6] mips/kvm: Fix ABI for use of 64-bit registers
` [PATCH v5 3/6] mips/kvm: Fix name of gpr field in struct kvm_regs
` [PATCH v5 4/6] mips/kvm: Use ARRAY_SIZE() instead of hardcoded constants in kvm_arch_vcpu_ioctl_{s,g}et_regs
` [PATCH v5 5/6] mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REG
` [PATCH v5 6/6] mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls

[PATCH -next] ia64, metag: Do not export min_low_pfn in arch-specific code
 2013-05-22 17:57 UTC  (3+ messages)

[PATCH v4 0/6] mips/kvm: Fix ABI for compatibility with 64-bit guests
 2013-05-22 17:55 UTC  (11+ messages)
` [PATCH v4 1/6] mips/kvm: Fix ABI for use of FPU
` [PATCH v4 2/6] mips/kvm: Fix ABI for use of 64-bit registers
` [PATCH v4 3/6] mips/kvm: Fix name of gpr field in struct kvm_regs
` [PATCH v4 4/6] mips/kvm: Use ARRAY_SIZE() instead of hardcoded constants in kvm_arch_vcpu_ioctl_{s,g}et_regs
` [PATCH v4 5/6] mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REG
` [PATCH v4 6/6] mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls

[PATCH v6 0/7] KVM: MMU: fast zap all shadow pages
 2013-05-22 15:42 UTC  (18+ messages)
` [PATCH v6 3/7] KVM: MMU: fast invalidate all pages

[PATCH 1/1] KVM: add kvm_para_available to asm-generic/kvm_para.h
 2013-05-22 11:29 UTC 

[nVMX ] A couple more tests
 2013-05-22 10:15 UTC 

[PATCH v4 00/32] Port of KVM to arm64
 2013-05-22  8:45 UTC  (45+ messages)
` [PATCH v4 06/32] arm64: KVM: fault injection into a guest
` [PATCH v4 07/32] arm64: KVM: architecture specific MMU backend
` [PATCH v4 08/32] arm64: KVM: user space interface
` [PATCH v4 09/32] arm64: KVM: system register handling
` [PATCH v4 10/32] arm64: KVM: CPU specific system registers handling
` [PATCH v4 11/32] arm64: KVM: virtual CPU reset
` [PATCH v4 12/32] arm64: KVM: kvm_arch and kvm_vcpu_arch definitions
` [PATCH v4 13/32] arm64: KVM: MMIO access backend
` [PATCH v4 14/32] arm64: KVM: guest one-reg interface
` [PATCH v4 15/32] arm64: KVM: hypervisor initialization code
` [PATCH v4 16/32] arm64: KVM: HYP mode world switch implementation
` [PATCH v4 17/32] arm64: KVM: Exit handling
` [PATCH v4 18/32] arm64: KVM: Plug the VGIC
` [PATCH v4 19/32] arm64: KVM: Plug the arch timer
` [PATCH v4 20/32] arm64: KVM: PSCI implementation
` [PATCH v4 21/32] arm64: KVM: Build system integration
` [PATCH v4 31/32] arm64: KVM: MAINTAINERS update

[PATCH v3 01/13] nEPT: Support LOAD_IA32_EFER entry/exit controls for L1
 2013-05-22  6:16 UTC  (19+ messages)
` [PATCH v3 03/13] nEPT: Add EPT tables support to paging_tmpl.h
` [PATCH v3 04/13] nEPT: Define EPT-specific link_shadow_page()
` [PATCH v3 05/13] nEPT: MMU context for nested EPT
` [PATCH v3 10/13] nEPT: Nested INVEPT
` [PATCH v3 13/13] nEPT: Inject EPT violation/misconfigration

KVM call agenda for 2013-05-21
 2013-05-21 18:59 UTC  (11+ messages)
          ` [Qemu-devel] "

[PATCH v3 0/5] mips/kvm: Fix ABI for compatibility with 64-bit guests
 2013-05-21 16:34 UTC  (10+ messages)
` [PATCH v3 1/5] mips/kvm: Fix ABI for use of FPU
` [PATCH v3 2/5] mips/kvm: Fix ABI for use of 64-bit registers
` [PATCH v3 3/5] mips/kvm: Fix name of gpr field in struct kvm_regs
` [PATCH v3 4/5] mips/kvm: Use ARRAY_SIZE() instead of hardcoded constants in kvm_arch_vcpu_ioctl_{s,g}et_regs
` [PATCH v3 5/5] mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_MSRS

[PATCH v3 0/7] ARM: KVM: various mmu related fixes for 3.10
 2013-05-21 16:07 UTC  (2+ messages)

I/O port permission bit inheritance between threads
 2013-05-21 15:27 UTC  (4+ messages)

[PATCH v3 0/4] KVM/MIPS32: Fixes for Linux 3.10
 2013-05-21 14:22 UTC  (6+ messages)
` [PATCH 2/4] KVM/MIPS32: Wrap calls to gfn_to_pfn() with srcu_read_lock/unlock()

[PATCH] kvm tools: add status notification hook to virtio-mmio
 2013-05-21 12:29 UTC 

[PATCH 0/8] s390/kvm fixes
 2013-05-21  8:56 UTC  (4+ messages)

[PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool
 2013-05-21  8:35 UTC  (9+ messages)

[PATCH 0/5 v2] VFIO PPC64: add VFIO support on POWERPC64
 2013-05-21  3:34 UTC  (5+ messages)
` [PATCH 1/3] powerpc/vfio: Enable on POWERNV platform
` [PATCH 2/3] powerpc/vfio: Implement IOMMU driver for VFIO
` [PATCH 3/3] powerpc/vfio: Enable on pSeries platform

[PATCH] vhost: get 2% performance improved by reducing spin_lock race in vhost_work_queue
 2013-05-21  2:40 UTC  (5+ messages)

VFIO VGA test branches
 2013-05-20 21:11 UTC  (8+ messages)
        ` [Qemu-devel] "

[PATCH 00/18] KVM/MIPS32: Support for the new Virtualization ASE (VZ-ASE)
 2013-05-20 18:58 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