public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-07-11 12:52:32 to 2010-07-13 09:46:48 UTC [more...]

[PATCH 1/4] KVM: MMU: fix forgot reserved bits check in speculative path
 2010-07-13  9:45 UTC  (3+ messages)
` [PATCH 2/4] KVM: MMU: cleanup spte update path
` [PATCH 3/4] KVM: MMU: track dirty page in speculative path properly

[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  (27+ messages)
` [PATCH v5 2/9] KVM: MMU: fix race between 'walk_addr' and 'fetch'
` [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()

KVM Call agenda for July 13th
 2010-07-13  7:40 UTC  (9+ messages)
  ` [Qemu-devel] "

[PATCH repost] sched: export sched_set/getaffinity to modules
 2010-07-13  6:59 UTC  (12+ messages)

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

KVM timekeeping fixes, V2
 2010-07-13  2:25 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] 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

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 

[PATCH 1/2] KVM Test: Update cmd() help function in kvm_monitor.py to support parameters
 2010-07-12 21:21 UTC  (3+ messages)
` [Autotest] "

[PATCH 03/36] arch/powerpc: Remove unnecessary casts of private_data
 2010-07-12 20:49 UTC 

[PATCH 0/2] Fix MCE not cleared on reset
 2010-07-12 18:05 UTC  (10+ messages)
` [PATCH 1/2] KVM: Expose MCE control MSRs to userspace

[PATCH] device-assignment: Better fd tracking
 2010-07-12 18:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Convert mask notifiers to use irqchip/pin instead of gsi
 2010-07-12 18:23 UTC  (2+ messages)

[PATCH] KVM: PIT: stop vpit before irq_routing freed
 2010-07-12 17:54 UTC  (2+ messages)

[RFC PATCH v3 0/3] Add segment limit checks to emulator
 2010-07-12 14:49 UTC  (10+ messages)
` [RFC PATCH v3 1/3] Add helper methods to get segment limits
` [RFC PATCH v3 2/3] x86 emulator: Add segment limit checking helpers
` [RFC PATCH v3 3/3] x86 emulator: Add segment limit checks to emulator functions

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

[PATCH] increase MAX_NICS value
 2010-07-12 12:54 UTC  (3+ messages)

[PATCH 00/27] KVM PPC PV framework
 2010-07-12 11:24 UTC  (3+ messages)
` [PATCH 14/27] KVM: PPC: Magic Page BookE support

[RFC PATCH 0/5] QEMU VFIO device assignment
 2010-07-12 11:03 UTC  (32+ messages)
` [RFC PATCH 1/5] qemu_ram_map/unmap: Allow pre-allocated space to be mapped
` [RFC PATCH 2/5] Minimal RAM API support
` [RFC PATCH 3/5] RAM API: Make use of it for x86 PC
` [RFC PATCH 4/5] APIC/IOAPIC EOI callback
` [RFC PATCH 5/5] VFIO based device assignment

[PATCH 0/7] Simplify and fix fetch()
 2010-07-12  8:58 UTC  (22+ messages)
` [PATCH 1/7] KVM: MMU: Add link_shadow_page() helper
` [PATCH 2/7] KVM: MMU: Use __set_spte to link shadow pages
` [PATCH 3/7] KVM: MMU: Add drop_spte_if_large() helper
` [PATCH 4/7] KVM: MMU: Add validate_direct_spte() helper
` [PATCH 5/7] KVM: MMU: Add validate_indirect_spte() helper
` [PATCH 6/7] KVM: MMU: Simplify spte fetch() function
` [PATCH 7/7] KVM: MMU: Validate all gptes during fetch, not just those used for new pages

KVM on ps3-linux working?
 2010-07-12  8:11 UTC  (5+ messages)

Good Day
 2010-07-10 23:44 UTC 

[RFC PATCH v3 3/3] x86 emulator: Add segment limit checks to emulator functions
 2010-07-11 23:14 UTC 

Swap usage with KVM
 2010-07-11 22:08 UTC  (5+ messages)

[RFC PATCH v2 0/3] Add segment limit checks to emulator
 2010-07-11 18:07 UTC  (3+ messages)
` [RFC PATCH v2 3/3] x86 emulator: Add segment limit checks and helper functions

Alt SeaBIOS SSDT cpu hotplug
 2010-07-11 16:10 UTC  (6+ messages)

[PATCH 0/24] Nested VMX, v5
 2010-07-11 15:45 UTC  (9+ messages)

[PATCHv2] extensions: libxt_CHECKSUM extension
 2010-07-11 15:14 UTC  (2+ messages)
` [PATCHv3] "

[PATCHv2] netfilter: add CHECKSUM target
 2010-07-11 15:06 UTC 

[PATCH] netfilter: add CHECKSUM target
 2010-07-11 13:19 UTC  (6+ messages)


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