public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-07-12 21:57:42 to 2010-07-15 02:43:02 UTC [more...]

KVM timekeeping fixes, V2
 2010-07-15  2:43 UTC  (42+ messages)
` [PATCH 01/18] Make TSC offset writes non-preemptible
` [PATCH 02/18] Fix SVM VMCB reset
` [PATCH 03/18] TSC reset compensation
` [PATCH 04/18] Make cpu_tsc_khz updates use local CPU
` [PATCH 05/18] Warn about unstable TSC
` [PATCH 06/18] Unify TSC logic
` [PATCH 07/18] Fix deep C-state TSC desynchronization
` [PATCH 08/18] Add helper functions for time computation
` [PATCH 09/18] Robust TSC compensation
` [PATCH 10/18] Keep SMP VMs more in sync on unstable TSC
` [PATCH 11/18] Perform hardware_enable in CPU_STARTING callback
` [PATCH 12/18] Add clock sync request to hardware enable
` [PATCH 13/18] Move scale_delta into common header
` [PATCH 14/18] Fix a possible backwards warp of kvmclock
` [PATCH 15/18] Implement getnsboottime kernel API
` [PATCH 16/18] Use getnsboottime in KVM
` [PATCH 17/18] Indicate reliable TSC in kvmclock
` [PATCH 18/18] Add timekeeping documentation

[PATCH] KVM: PPC: fix leakage of page release in kvmppc_patch_dcbz()
 2010-07-15  1:35 UTC 

KVM vs. PCI-E Function Level Reset (FLR) 
 2010-07-15  1:31 UTC  (4+ messages)

qemu-kvm: compile error in xen_backend.c
 2010-07-15  1:20 UTC  (2+ messages)

KVM vs. PCI-E Function Level Reset (FLR) 
 2010-07-15  0:55 UTC 

[PATCH] test: add test for xchg instruction
 2010-07-15  0:58 UTC 

[PATCH] KVM: x86 emulator: fix xchg instruction emulation
 2010-07-15  0:51 UTC  (4+ messages)
  ` [PATCHv2] "

KVM get stuck when using vhost
 2010-07-15  0:52 UTC 

KVM get stuck when using vhost
 2010-07-15  0:47 UTC 

[PATCH repost] sched: export sched_set/getaffinity to modules
 2010-07-15  0:05 UTC  (15+ messages)

[RFC PATCH 0/7] AMD IOMMU emulation patchset
 2010-07-14 23:39 UTC  (21+ messages)
` [RFC PATCH 1/7] Generic IOMMU layer
    ` [Qemu-devel] "
` [RFC PATCH 2/7] AMD IOMMU emulation
  ` [Qemu-devel] "
` [RFC PATCH 3/7] pci: call IOMMU hooks
  ` [Qemu-devel] "
` [RFC PATCH 4/7] ide: IOMMU support
      ` [Qemu-devel] "
` [RFC PATCH 5/7] rtl8139: "
` [RFC PATCH 6/7] eepro100: "
` [RFC PATCH 7/7] ac97: "

[PATCH] kvm: Don't walk memory_size == 0 slots in kvm_client_migration_log
 2010-07-14 19:36 UTC 

PCIe PH ping/pong betweeen guest VMs and other HA Mechanisms
 2010-07-14 19:19 UTC 

[PATCH] test: add inc/dec emulation testing
 2010-07-14 16:43 UTC  (2+ messages)

[PATCH] KVM: Document KVM_GET_SUPPORTED_CPUID2 ioctl
 2010-07-14 16:41 UTC  (2+ messages)

[PATCH] Call mask notifiers from pic
 2010-07-14 17:11 UTC  (2+ messages)

[PATCH] never re-execute instruction with enabled tdp
 2010-07-14 16:47 UTC  (2+ messages)

[PATCH] do not call gva_to_gpa on physical address
 2010-07-14 15:55 UTC  (4+ messages)

Virtualization at Plumbers 2010 - Time to submit your proposals!
 2010-07-14 15:44 UTC  (2+ messages)

applications running in KVM crashing?
 2010-07-14 14:32 UTC  (11+ messages)

[PATCH 1/4] KVM: MMU: fix forgot reserved bits check in speculative path
 2010-07-14 14:27 UTC  (16+ messages)
` [PATCH 2/4] KVM: MMU: cleanup spte update path
` [PATCH 3/4] KVM: MMU: track dirty page in speculative path properly
` [PATCH 4/4] KVM: MMU: remove valueless output message

complain on KVM_GET_SUPPORTED_CPUID document
 2010-07-14  6:52 UTC  (3+ messages)

Employment
 2010-07-14  4:46 UTC 

Employment
 2010-07-14  4:46 UTC 

[PATCH v4 0/8] Simplify and fix fetch()
 2010-07-14  0:09 UTC  (11+ messages)
` [PATCH v4 1/8] KVM: MMU: Add link_shadow_page() helper
` [PATCH v4 2/8] KVM: MMU: Use __set_spte to link shadow pages
` [PATCH v4 3/8] KVM: MMU: Add drop_large_spte() helper
` [PATCH v4 4/8] KVM: MMU: Add validate_direct_spte() helper
` [PATCH v4 5/8] KVM: MMU: Add gpte_valid() helper
` [PATCH v4 6/8] KVM: MMU: Simplify spte fetch() function
` [PATCH v4 7/8] KVM: MMU: Validate all gptes during fetch, not just those used for new pages
` [PATCH v4 8/8] KVM: MMU: Eliminate redundant temporaries in FNAME(fetch)

[PATCH] emulator: inc/dec can have lock prefix
 2010-07-14  0:09 UTC  (5+ messages)

[PATCH] ceph/rbd block driver for qemu-kvm (v3)
 2010-07-13 19:41 UTC  (8+ messages)
    ` [Qemu-devel] "

WinXP SP3 Guest and OpenGL support?
 2010-07-13 18:07 UTC 

KVM Call agenda for July 13th
 2010-07-13 17:48 UTC  (16+ messages)
  ` [Qemu-devel] "

[GIT PULL] KVM updates for 2.6.35-rc4
 2010-07-13 17:38 UTC 

[RFC] High availability in KVM
 2010-07-13  8:53 UTC  (6+ messages)

[PATCH v5 1/9] KVM: MMU: fix forgot reserved bits check in speculative path
 2010-07-13  7:45 UTC  (24+ messages)
` [PATCH v5 5/9] KVM: MMU: introduce gfn_to_page_many_atomic() function
` [PATCH v5 6/9] KVM: MMU: introduce pte_prefetch_topup_memory_cache()

[PATCH v3 0/8] Simplify and fix fetch()
 2010-07-13  4:27 UTC  (7+ messages)
` [PATCH v3 7/8] KVM: MMU: Validate all gptes during fetch, not just those used for new pages

KVM timekeeping fixes
 2010-07-13  2:08 UTC  (19+ messages)
` [PATCH 01/18] Make TSC offset writes non-preemptible
` [PATCH 02/18] Fix SVM VMCB reset
` [PATCH 03/18] TSC reset compensation
` [PATCH 04/18] Robust TSC compensation
` [PATCH 05/18] Make cpu_tsc_khz updates use local CPU
` [PATCH 06/18] Warn about unstable TSC
` [PATCH 07/18] Unify TSC logic
` [PATCH 08/18] Fix deep C-state TSC desynchronization
` [PATCH 09/18] Add helper functions for time computation
` [PATCH 10/18] Keep SMP VMs more in sync on unstable TSC
` [PATCH 11/18] Perform hardware_enable in CPU_STARTING callback
` [PATCH 12/18] Add clock sync request to hardware enable
` [PATCH 13/18] Move scale_delta into common header
` [PATCH 14/18] Fix a possible backwards warp of kvmclock
` [PATCH 15/18] Implement getnsboottime kernel API
` [PATCH 16/18] Use getnsboottime in KVM
` [PATCH 17/18] Indicate reliable TSC in kvmclock
` [PATCH 18/18] Add timekeeping documentation

[KVM-AUTOTEST PATCH] KVM test: setuprss.bat: add yet another way of disabling the firewall
 2010-07-12 22:38 UTC 


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