messages from 2008-09-17 16:04:11 to 2008-09-22 20:43:19 UTC [more...]
[patch 00/10] out of sync shadow v2
2008-09-22 20:43 UTC (28+ messages)
` [patch 01/10] KVM: MMU: split mmu_set_spte
` [patch 02/10] KVM: MMU: move local TLB flush to mmu_set_spte
` [patch 03/10] KVM: MMU: do not write-protect large mappings
` [patch 04/10] KVM: MMU: mode specific sync_page
` [patch 05/10] KVM: MMU: sync roots on mmu reload
` [patch 06/10] KVM: x86: trap invlpg
` [patch 07/10] KVM: MMU: mmu_parent_walk
` [patch 08/10] KVM: MMU: awareness of new kvm_mmu_zap_page behaviour
` [patch 09/10] KVM: MMU: out of sync shadow core v2
` [patch 10/10] KVM: MMU: speed up mmu_unsync_walk
KVM for Sparc?
2008-09-22 20:31 UTC (6+ messages)
[patch 02/10] KVM: MMU: move local TLB flush to mmu_set_spte
2008-09-22 20:28 UTC (3+ messages)
mmotm 2008-09-22-01-36 uploaded (kvm)
2008-09-22 19:52 UTC (2+ messages)
[patch 00/13] out of sync shadow v3
2008-09-22 19:16 UTC (14+ messages)
` [patch 01/13] KVM: MMU: flush remote TLBs on large->normal entry overwrite
` [patch 02/13] KVM: MMU: split mmu_set_spte
` [patch 03/13] KVM: MMU: move local TLB flush to mmu_set_spte
` [patch 04/13] KVM: MMU: do not write-protect large mappings
` [patch 05/13] KVM: MMU: mode specific sync_page
` [patch 06/13] KVM: MMU: sync roots on mmu reload
` [patch 07/13] KVM: x86: trap invlpg
` [patch 08/13] KVM: MMU: mmu_parent_walk
` [patch 09/13] KVM: MMU: awareness of new kvm_mmu_zap_page behaviour
` [patch 10/13] KVM: MMU: mmu_convert_notrap helper
` [patch 11/13] KVM: MMU: out of sync shadow core v2
` [patch 12/13] KVM: MMU: speed up mmu_unsync_walk
` [patch 13/13] KVM: MMU: add "oos_shadow" parameter to disable oos
[PATCH 0/9][RFC] stackable dma_ops for x86
2008-09-22 18:39 UTC (12+ messages)
` [PATCH 1/9] x86/iommu: add necessary types for stackable dma_ops
` [PATCH 2/9] x86/iommu: add stackable dma_ops registration interface
` [PATCH 3/9] x86/iommu: change PCI-NOMMU to use dma_ops register interface
` [PATCH 4/9] x86/iommu: change SWIOTLB "
` [PATCH 5/9] x86/iommu: change GART "
` [PATCH 6/9] x86/iommu: change Calgary "
` [PATCH 7/9] x86/iommu: change AMD IOMMU "
` [PATCH 8/9] x86/iommu: change Intel "
` [PATCH 9/9] x86/iommu: use dma_ops_list in get_dma_ops
[Patch] Segfault with -vnc option
2008-09-22 18:08 UTC (2+ messages)
[PATCH 0/4] Allow enabling kvm_trace on external module
2008-09-22 17:52 UTC (5+ messages)
` [PATCH 1/4] Add kvm_trace.c to hack-files-x86
` [PATCH 2/4] Hack DEFINE_SIMPLE_ATTRIBUTE for lost_records_get() also
` [PATCH 3/4] relay_open() compat
` [PATCH 4/4] Add --with-kvm-trace arg to configure
KVM: PIC: enhance IPI avoidance
2008-09-22 16:57 UTC
[PATCH] don't enter guest after SIPI was received by a CPU
2008-09-22 16:50 UTC (2+ messages)
[PATCH 0/11] Fix&Enhance NMI support for KVM - v3
2008-09-22 14:15 UTC (13+ messages)
` [PATCH 1/11] VMX: include all IRQ window exits in statistics
` [PATCH 2/11] VMX: refactor/fix IRQ and NMI injectability determination
` [PATCH 3/11] VMX: refactor IRQ and NMI window enabling
` [PATCH 5/11] kvm-x86: Enable NMI Watchdog via in-kernel PIT source
` [PATCH 6/11] kvm-x86: VCPU with pending NMI is runnabled
` [PATCH 7/11] kvm: kick NMI receiving VCPU
` [PATCH 8/11] kvm-x86: Support for user space injected NMIs
` [PATCH 9/11] VMX: Provide support "
` [PATCH 10/11] VMX: work around lacking VNMI support
` [PATCH 11/11] kvm: Enable NMI support for userspace irqchip
` [PATCH 4/11] VMX: fix real-mode NMI support
[PATCHEY 0/9] Rrrreplace the ol' scurvy memory registration
2008-09-22 13:56 UTC (21+ messages)
` [PATCH 1/9] Don't separate registrations with IO_MEM_ROM set
` [PATCH 2/9] do not use mem_hole anymore
` [PATCH 3/9] allow intersecting region to be on the boundary
` [PATCH 4/9] substitute is_allocated_mem with more general is_containing_region
` [PATCH 5/9] add debuging facilities to memory registration at libkvm
` [PATCH 6/9] unregister memory area depending on their flags
` [PATCH 7/9] register mmio slots
` [PATCH 8/9] coalesce mmio regions with an explicit call
` [PATCH 9/9] move kvm memory registration inside qemu's
VMX: Host NMI triggering on NMI vmexit
2008-09-22 11:00 UTC (5+ messages)
[ kvm-Bugs-2122614 ] Guests do not boot (W2k/Lilo) when using "boot=on" flag
2008-09-22 9:46 UTC
writes to a virtio block device hungs
2008-09-22 9:16 UTC
[PATCH 0/9] Enhance NMI support of KVM - v2
2008-09-22 7:48 UTC (19+ messages)
` [PATCH 1/9] VMX: include all IRQ window exits in statistics
` [PATCH 2/9] VMX: refactor/fix IRQ and NMI injectability determination
` [PATCH 3/9] VMX: refactor IRQ and NMI window enabling
` [PATCH 4/9] VMX: fix real-mode NMI support
` [PATCH 5/9] kvm-x86: Enable NMI Watchdog via in-kernel PIT source
` [PATCH 6/9] kvm-x86: Support for user space injected NMIs
` [PATCH 7/9] VMX: Provide support "
` [PATCH 8/9] VMX: work around lacking VNMI support
` [PATCH 9/9] kvm: Enable NMI support for userspace irqchip
[ kvm-Bugs-2121747 ] bug with kernel 0.0.1
2008-09-21 13:58 UTC
Graceful shutdown for OpenBSD
2008-09-20 18:40 UTC (2+ messages)
[PATCH 0/9] Add support for nested SVM (kernel) v3
2008-09-20 6:55 UTC (15+ messages)
` [PATCH 1/9] Add CPUID feature flag for SVM v3
` [PATCH 2/9] Clean up VINTR setting v3
` [PATCH 3/9] Add helper functions for nested SVM v3
` [PATCH 4/9] Implement GIF, clgi and stgi v3
` [PATCH 5/9] Implement hsave v3
` [PATCH 6/9] Add VMLOAD and VMSAVE handlers v3
` [PATCH 7/9] Add VMRUN handler v3
` First performance numbers
[patch] move MAX_CPUS to cpu.h
2008-09-20 0:14 UTC (2+ messages)
[GIT PULL] KVM build fix for 2.6.27-rc6
2008-09-20 0:02 UTC
[GIT PULL] KVM build fix for 2.6.27-rc6
2008-09-20 0:00 UTC
KVM Build error with 2.6.26
2008-09-19 23:52 UTC (5+ messages)
` [PATCH] add compat wrapper for get_user_pages_fast
[PATCH 0/9] Simplify memory registration
2008-09-19 23:12 UTC (9+ messages)
` [PATCH 1/9] Don't separate registrations with IO_MEM_ROM set
windows xp not able to install without no-kvm
2008-09-19 22:11 UTC
linux-next: Tree for September 19 (kvm + intel_iommu)
2008-09-19 20:34 UTC
Avoiding I/O bottlenecks between VM's
2008-09-19 19:53 UTC (5+ messages)
Event channels in KVM?
2008-09-19 19:14 UTC (4+ messages)
Weekly KVM Test report, kernel 8028d1b4 ... userspace 1adc49cc ... -- One new issue
2008-09-19 14:16 UTC
[ kvm-Bugs-2119399 ] Can not build KVM with 2.6.26 kernel
2008-09-19 14:09 UTC
kvmnet.sys BSOD w/ WinXP
2008-09-19 14:04 UTC (3+ messages)
Problem adding new source files
2008-09-19 13:23 UTC (5+ messages)
general and x86
2008-09-19 13:08 UTC
[PATCH] KVM/userspace: Support for assigning PCI devices to guests
2008-09-19 8:04 UTC
[PATCH] KVM/userspace: Support for assigning PCI devices to guests
2008-09-19 7:54 UTC (4+ messages)
[PATCH] VT-d: Fix iommu map page for mmio pages
2008-09-19 7:15 UTC
[PATCH] [KVM-userspace] remove compatibility code related to CONFIG_DMAR
2008-09-19 1:34 UTC (4+ messages)
` [PATCH] [KVM-userspace] remove compatibility code related toCONFIG_DMAR
` "
nfs, tap & vlan issues
2008-09-18 18:53 UTC (3+ messages)
KVM-74 and network timeout?
2008-09-18 13:51 UTC (3+ messages)
Graceful shutdown for OpenBSD
2008-09-14 12:11 UTC
[PATCH] kvm/ia64: Qemu : Fix Guest boot issue with >3G memory
2008-09-18 7:21 UTC
[PATCH] Make KVM compile on split source/object kernel configurations
2008-09-18 2:54 UTC (7+ messages)
[PATCH] Don't destroy vcpu in case vcpu_setup fails
2008-09-18 2:16 UTC
[PATCH] Add USB sys file-system support
2008-09-17 22:47 UTC (10+ messages)
` [PATCH] Add USB sys file-system support (v2)
` [Qemu-devel] "
` [PATCH] Add USB sys file-system support (v3)
` [PATCH] Add USB sys file-system support (v4)
` [PATCH] Add USB sys file-system support (v5)
[RFC] Extending MTRRs above 4G
2008-09-17 21:05 UTC (3+ messages)
[PATCH] fix build dependency on CONFIG_DMAR
2008-09-17 16:40 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox