messages from 2012-04-20 08:20:15 to 2012-04-25 09:35:09 UTC [more...]
linux-next: Tree for Apr 24 (kvm)
2012-04-25 9:35 UTC (2+ messages)
[PATCH v4 00/10] KVM: MMU: fast page fault
2012-04-25 4:06 UTC (11+ messages)
` [PATCH v4 01/10] KVM: MMU: return bool in __rmap_write_protect
` [PATCH v4 02/10] KVM: MMU: abstract spte write-protect
` [PATCH v4 03/10] KVM: VMX: export PFEC.P bit on ept
` [PATCH v4 04/10] KVM: MMU: introduce SPTE_MMU_WRITEABLE bit
` [PATCH v4 05/10] KVM: MMU: introduce SPTE_WRITE_PROTECT bit
` [PATCH v4 06/10] KVM: MMU: fast path of handling guest page fault
` [PATCH v4 07/10] KVM: MMU: lockless update spte on fast page fault path
` [PATCH v4 08/10] KVM: MMU: trace fast page fault
` [PATCH v4 09/10] KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint
` [PATCH v4 10/10] KVM: MMU: document mmu-lock and fast page fault
writeback cache + h700 controller w/1gb nvcache, corruption on power loss
2012-04-25 3:57 UTC (6+ messages)
[PATCH 2/2] Expose tsc deadline timer cpuid to guest
2012-04-24 17:19 UTC (19+ messages)
` [Qemu-devel] "
[PATCH 0/3] Fixes and feature for kvm-s390
2012-04-24 16:22 UTC (15+ messages)
` [PATCH 1/3] kvm-s390: Implement the directed yield (diag 9c) hypervisor call for KVM
` [PATCH 1/3v2] "
` [PATCH 2/3] kvm-s390: Handle sckpf instruction
` [PATCH 3/3] kvm-s390: implement KVM_CAP_MAX_VCPUS
[PATCH 0/4] KVM: x86 emulator: Split decoder into separate functions
2012-04-24 14:41 UTC (9+ messages)
` [PATCH 1/4] KVM: x86 emulator: Introduce ctxt->op_prefix for 0x66 prefix
` [PATCH 2/4] KVM: x86 emulator: Make prefix decoding a separate function
` [PATCH 3/4] KVM: x86 emulator: Make opcode "
` [PATCH 4/4] KVM: x86 emulator: Avoid pushing back ModRM byte in decode_opcode()
[PATCH v2 0/3] KVM: API doc enhancements and separate PIT kthread
2012-04-24 14:40 UTC (4+ messages)
` [PATCH v2 1/3] KVM: Improve readability of KVM API doc
` [PATCH v2 2/3] KVM: x86: Document in-kernel PIT API
` [PATCH v2 3/3] KVM: x86: Run PIT work in own kthread
[PATCH] qemu-kvm: Switch to upstream in-kernel KVM PIT
2012-04-24 14:13 UTC (2+ messages)
KVM call agenda for April, Tuesday 24
2012-04-24 13:59 UTC (2+ messages)
[PATCHv2] Introduce bitmask for apic attention reasons
2012-04-24 13:36 UTC (2+ messages)
Assertion after chaning display resolution
2012-04-24 13:35 UTC (3+ messages)
` [Qemu-devel] "
[PATCH v2] KVM: Introduce direct MSI message injection for in-kernel irqchips
2012-04-24 13:24 UTC (14+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH] KVM: Introduce generic interrupt "
[PATCH 0/3] KVM: API doc enhancements and separate PIT kthread
2012-04-24 12:40 UTC (4+ messages)
` [PATCH 1/3] KVM: Improve readability of KVM API doc
` [PATCH 2/3] KVM: x86: Document in-kernel PIT API
` [PATCH 3/3] KVM: x86: Run PIT work in own kthread
[PATCH v2] KVM: MMU: Don't use RCU for lockless shadow walking
2012-04-24 10:42 UTC (3+ messages)
[PATCH RFC] KVM: MMU: Don't use RCU for lockless shadow walking
2012-04-24 10:05 UTC (9+ messages)
[PATCH RFC V6 0/5] kvm : Paravirt-spinlock support for KVM guests
2012-04-24 9:59 UTC (7+ messages)
` [PATCH RFC V6 1/5] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
` [PATCH RFC V6 2/5] kvm : Fold pv_unhalt flag into GET_MP_STATE ioctl to aid migration
` [PATCH RFC V6 3/5] kvm guest : Add configuration support to enable debug information for KVM Guests
` [PATCH RFC V6 4/5] kvm : pv-ticketlocks support for linux guests running on KVM hypervisor
` [PATCH RFC V6 5/5] Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock
[PATCH] KVM: PPC: Fix unknown SPR error message in emulation
2012-04-24 9:23 UTC
[RFC PATCH 0/9] ACPI memory hotplug
2012-04-24 9:09 UTC (27+ messages)
` [RFC PATCH 2/9][SeaBIOS] Implement acpi-dsdt functions for "
` [Qemu-devel] "
` [RFC PATCH 3/9][SeaBIOS] acpi: generate hotplug memory devices
` [RFC PATCH 6/9] pc: pass paravirt info for hotplug memory slots to BIOS
` [Qemu-devel] "
` [RFC PATCH 8/9] pc: adjust e820 map on hot-add and hot-remove
Thanks
2012-04-24 8:27 UTC
Thanks
2012-04-24 8:25 UTC
1.0.1 Qemu-kvm
2012-04-24 8:22 UTC
[PATCH RFC 0/5] apic: eoi optimization support
2012-04-24 7:07 UTC (9+ messages)
` [PATCH RFC 1/5] apic: fix typo EIO_ACK -> EOI_ACK and document
` [PATCH RFC 2/5] apic: use symbolic APIC_EOI_ACK
` [PATCH RFC 3/5] x86: add apic->eoi_write callback
` [PATCH RFC 4/5] x86: eoi micro-optimization
` [PATCH RFC dontapply 5/5] kvm_para: guest side for eoi avoidance
[PATCH v3 0/9] KVM: MMU: fast page fault
2012-04-24 3:34 UTC (33+ messages)
` [PATCH v3 2/9] KVM: MMU: abstract spte write-protect
` [PATCH v3 3/9] KVM: VMX: export PFEC.P bit on ept
` [PATCH v3 4/9] KVM: MMU: introduce SPTE_ALLOW_WRITE bit
` [PATCH v3 5/9] KVM: MMU: introduce SPTE_WRITE_PROTECT bit
` [PATCH v3 7/9] KVM: MMU: trace fast page fault
` [PATCH v3 8/9] KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint
` [PATCH v3 9/9] KVM: MMU: document mmu-lock and fast page fault
[PATCH] kvm: don't call mmu_shrinker w/o used_mmu_pages
2012-04-23 16:57 UTC (15+ messages)
Biweekly upstream qemu-kvm test report (using autotest) - Week 16
2012-04-23 9:29 UTC (4+ messages)
[PATCH 0/2] Simplify RCU freeing of shadow pages
2012-04-23 8:53 UTC (8+ messages)
[PATCH] qemu-kvm: Switch to upstream TPR optimization
2012-04-23 8:42 UTC (3+ messages)
` [PATCH] qemu-kvm: Eliminate _kvm_arch_init_vcpu
[PATCH] KVM: x86 emulator: fix asm constraint in flush_pending_x87_faults
2012-04-22 12:14 UTC
Networking performance on a KVM Host (with no guests)
2012-04-22 11:09 UTC (6+ messages)
kvm build failure on 32bit host: arch/x86/kvm/emulate.c
2012-04-22 11:00 UTC (2+ messages)
[PATCH 0/4] Export offsets of VMCS fields as note information for kdump
2012-04-22 10:57 UTC (7+ messages)
[PATCH v2 00/16] KVM: MMU: fast page fault
2012-04-21 4:36 UTC (10+ messages)
` [PATCH v2 07/16] KVM: MMU: introduce for_each_pte_list_spte
Question about host CPU usage/allocation by KVM
2012-04-20 23:12 UTC (5+ messages)
KVM: add kvm_arch_para_features stub to asm-generic/kvm_para.h
2012-04-20 21:21 UTC
vhost-blk development
2012-04-20 20:23 UTC (2+ messages)
[PATCH v4] KVM: PPC Use clockevent multiplier and shifter for decrementer
2012-04-20 10:24 UTC (2+ messages)
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