messages from 2009-08-25 13:21:56 to 2009-08-27 22:59:53 UTC [more...]
[patch 0/5] unify remote request and kvm_vcpu_kick IPI mechanism
2009-08-27 22:59 UTC (15+ messages)
` [patch 1/5] KVM: move kvm_vcpu_kick to virt/kvm/kvm_main.c
` [patch 2/5] KVM: reintroduce guest mode bit and unify remote request code
` [patch 3/5] KVM: switch REQ_TLB_FLUSH/REQ_MMU_RELOAD to kvm_vcpus_request
` [patch 4/5] KVM: remove make_all_cpus_request
` [patch 5/5] KVM: x86: drop duplicat kvm_flush_remote_tlbs
` [RFC] KVM: x86: conditionally acquire/release slots_lock on entry/exit
[PATCH] don't call adjust_vmx_controls() second time
2009-08-27 20:42 UTC (3+ messages)
[PATCH 0/2] eventfd: new EFD_STATE flag
2009-08-27 17:09 UTC (34+ messages)
[PATCH] virtio-blk: set QUEUE_ORDERED_DRAIN by default
2009-08-27 17:06 UTC (8+ messages)
[PATCHv5 1/3] mm: export use_mm/unuse_mm to modules
2009-08-27 16:07 UTC (3+ messages)
` [PATCHv5 2/3] mm: reduce atomic use on use_mm fast path
` [PATCHv5 3/3] vhost_net: a kernel-level virtio server
[PATCHv5 0/3] vhost: a kernel-level virtio server
2009-08-27 16:06 UTC
vhost net: performance with ping benchmark
2009-08-27 16:00 UTC (16+ messages)
Extending virtio_console to support multiple ports
2009-08-27 14:13 UTC (11+ messages)
` [Qemu-devel] "
` [PATCH] hvc_console: provide (un)locked version for hvc_resize()
Notes on block I/O data integrity
2009-08-27 14:09 UTC (12+ messages)
` [Qemu-devel] "
` [Qemu-devel] "
[PATCH] fix misreporting of coalesced interrupts by kvm tracer
2009-08-27 13:25 UTC
KVM pvmmu: do not batch pte updates from interrupt context
2009-08-27 13:00 UTC (3+ messages)
[PATCH] call vmx_load_host_state() only if msr is cached
2009-08-27 12:07 UTC
[PATCH 1/2] eventfd: reorganize the code to simplify new flags
2009-08-27 12:02 UTC (4+ messages)
[PATCHv2] eventfd: reorganize the code slightly
2009-08-27 12:01 UTC
[PATCHv4 2/2] virtio: refactor find_vqs
2009-08-27 11:26 UTC (6+ messages)
[PATCHv4 2/2] vhost_net: a kernel-level virtio server
2009-08-27 11:19 UTC (13+ messages)
R/W HG memory mappings with kvm?
2009-08-27 4:08 UTC (15+ messages)
Biweekly KVM Test report, kernel 7597f... qemu 1c45e
2009-08-27 1:23 UTC (9+ messages)
` KVM: PIT: fix pit_state copy in set_pit2/get_pit2
[ kvm-Bugs-2841731 ] Guest migration fail on PAE host
2009-08-27 1:21 UTC
[ kvm-Bugs-2778112 ] Guest hangs on restart with directly loaded kernel
2009-08-26 22:03 UTC
AlacrityVM benchmark numbers updated
2009-08-26 20:05 UTC (5+ messages)
syslog overflowing with latest kvm tree
2009-08-26 19:44 UTC (2+ messages)
Page allocation failures in guest
2009-08-26 19:22 UTC (7+ messages)
Performace data when running Windows VMs
2009-08-26 19:20 UTC (8+ messages)
Congratulation
2009-08-26 15:04 UTC
[PATCH 00/47] KVM updates for 2.6.32 merge window (4/4)
2009-08-26 14:33 UTC (50+ messages)
` [PATCH 01/47] KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs()
` [PATCH 02/47] KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
` [PATCH 03/47] KVM: MMU: fix bogus alloc_mmu_pages assignment
` [PATCH 04/47] KVM: x86: Disallow hypercalls for guest callers in rings > 0
` [PATCH 05/47] KVM: VMX: Optimize vmx_get_cpl()
` [PATCH 06/47] KVM: ignore reads to perfctr msrs
` [PATCH 07/47] KVM: fix EFER read buffer overflow
` [PATCH 08/47] KVM: Call kvm_vcpu_kick() inside pic spinlock
` [PATCH 09/47] KVM: Call ack notifiers from PIC when guest OS acks an IRQ
` [PATCH 10/47] KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functions
` [PATCH 11/47] x86: Export kmap_atomic_to_page()
` [PATCH 12/47] KVM: SVM: add helper functions for global interrupt flag
` [PATCH 13/47] KVM: SVM: optimize nested #vmexit
` [PATCH 14/47] KVM: SVM: optimize nested vmrun
` [PATCH 15/47] KVM: SVM: copy only necessary parts of the control area on vmrun/vmexit
` [PATCH 16/47] KVM: SVM: complete interrupts after handling nested exits
` [PATCH 17/47] KVM: SVM: move nested svm state into seperate struct
` [PATCH 18/47] KVM: SVM: cache nested intercepts
` [PATCH 19/47] KVM: SVM: consolidate nested_svm_exit_handled
` [PATCH 20/47] KVM: SVM: do nested vmexit in nested_svm_exit_handled
` [PATCH 21/47] KVM: SVM: simplify nested_svm_check_exception
` [PATCH 22/47] KVM: SVM: get rid of nested_svm_vmexit_real
` [PATCH 23/47] KVM: SVM: clean up nested_svm_exit_handled_msr
` [PATCH 24/47] KVM: SVM: clean up nestec vmload/vmsave paths
` [PATCH 25/47] KVM: SVM: clean up nested vmrun path
` [PATCH 26/47] KVM: SVM: remove nested_svm_do and helper functions
` [PATCH 27/47] KVM: SVM: handle errors in vmrun emulation path appropriatly
` [PATCH 28/47] KVM: SVM: move special nested exit handling to separate function
` [PATCH 29/47] KVM: SVM: remove unnecessary is_nested check from svm_cpu_run
` [PATCH 30/47] KVM: SVM: move nested_svm_intr main logic out of if-clause
` [PATCH 31/47] KVM: SVM: check for nested VINTR flag in svm_interrupt_allowed
` [PATCH 32/47] KVM: SVM: enable nested svm by default
` [PATCH 33/47] KVM: Update cr8 intercept when APIC TPR is changed by userspace
` [PATCH 34/47] KVM: SVM: Drop tlb flush workaround in npt
` [PATCH 35/47] KVM: Move #endif KVM_CAP_IRQ_ROUTING to correct place
` [PATCH 36/47] KVM: VMX: Adjust rflags if in real mode emulation
` [PATCH 37/47] KVM: When switching to a vm8086 task, load segments as 16-bit
` [PATCH 38/47] KVM: Rename x86_emulate.c to emulate.c
` [PATCH 39/47] Documentation: Update KVM list email address
` [PATCH 40/47] KVM: export kvm_para.h
` [PATCH 41/47] KVM: Add __KERNEL__ guards to exported headers
` [PATCH 42/47] KVM: Add missing #include
` [PATCH 43/47] KVM: x86 emulator: Add adc and sbb missing decoder flags
` [PATCH 44/47] KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptors
` [PATCH 45/47] KVM: VMX: Fix EPT with WP bit change during paging
` [PATCH 46/47] KVM: Protect update_cr8_intercept() when running without an apic
` [PATCH 47/47] KVM: Document KVM_CAP_IRQCHIP
[PATCH][RFC] Use return value from kvm_set_irq() to re-inject PIT interrupts
2009-08-26 13:50 UTC (13+ messages)
[KVM-AUTOTEST PATCH] kvm: specify nic_model explicitly for rtl8139
2009-08-26 13:36 UTC
[PATCH v4 0/9] make interrupt injection lockless (almost)
2009-08-26 11:15 UTC
[PATCH] VMX: Return to userspace on invalid state emulation failure
2009-08-26 10:11 UTC (4+ messages)
[PATCH] fix apic id reading in x2apic mode
2009-08-26 9:46 UTC (2+ messages)
[ kvm-Bugs-2843250 ] live migration fails with emulated scsi drive
2009-08-26 3:25 UTC
ide vs. scsi read throughput
2009-08-25 22:56 UTC
[ kvm-Bugs-2844286 ] kvm hangs when iommu used
2009-08-25 14:59 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;
as well as URLs for NNTP newsgroup(s).