messages from 2014-08-20 11:24:52 to 2014-08-25 13:53:41 UTC [more...]
[PATCH v3 0/7] Dynamic Pause Loop Exiting window
2014-08-25 13:53 UTC (26+ messages)
` [PATCH v3 1/7] KVM: add kvm_arch_sched_in
` [PATCH v3 2/7] KVM: x86: introduce sched_in to kvm_x86_ops
` [PATCH v3 3/7] KVM: VMX: make PLE window per-VCPU
` [PATCH v3 4/7] KVM: VMX: dynamise PLE window
` [PATCH v3 5/7] KVM: trace kvm_ple_window grow/shrink
` [PATCH v3 6/7] KVM: VMX: runtime knobs for dynamic PLE window
` [PATCH v3 7/7] KVM: VMX: optimize ple_window updates to VMCS
[GIT PULL 0/2] KVM: s390: Fixes for 3.17
2014-08-25 13:47 UTC (5+ messages)
` [GIT PULL 1/2] KVM: s390: Fix user triggerable bug in dead code
` [GIT PULL 2/2] KVM: s390/mm: try a cow on read only pages for key ops
[RFC 0/9] KVM-VFIO IRQ forward control
2014-08-25 13:27 UTC (10+ messages)
` [RFC 1/9] KVM: ARM: VGIC: fix multiple injection of level sensitive forwarded IRQ
` [RFC 2/9] KVM: ARM: VGIC: add forwarded irq rbtree lock
` [RFC 3/9] VFIO: platform: handler tests whether the IRQ is forwarded
` [RFC 4/9] KVM: KVM-VFIO: update user API to program forwarded IRQ
` [RFC 5/9] VFIO: Extend external user API
` [RFC 6/9] KVM: KVM-VFIO: allow arch specific implementation
` [RFC 7/9] KVM: KVM-VFIO: add new VFIO external API hooks
` [RFC 8/9] KVM: KVM-VFIO: add kvm_vfio_arch_data and accessors
` [RFC 9/9] KVM: KVM_VFIO: ARM: implement irq forwarding control
[PATCH v2 0/2] irqfd support for ARM
2014-08-25 12:18 UTC (3+ messages)
` [PATCH v2 1/2] KVM: EVENTFD: remove inclusion of irq.h
` [PATCH v2 2/2] KVM: ARM: add irqfd support
[PATCH 1/1] x86:kvm: fix one typo in comment
2014-08-25 11:26 UTC
Mentors wanted for Outreach Program for Women October 2014
2014-08-25 10:52 UTC (2+ messages)
` [libvirt] "
[PATCH] KVM: x86: fix xen guest panic due to lack of KVM_REQ_EVENT
2014-08-25 9:40 UTC (5+ messages)
[question] e1000 interrupt storm happened because of its corresponding ioapic->irr bit always set
2014-08-25 8:27 UTC (6+ messages)
` [Qemu-devel] "
` [question] e1000 interrupt storm happened becauseof "
` [question] e1000 interrupt storm happened becauseof its correspondingioapic->irr "
[PATCH] KVM: avoid unnecessary synchronize_rcu
2014-08-25 8:27 UTC (3+ messages)
[PATCH] KVM-Use value reading from MSR when construct the eptp in VMX mode
2014-08-25 3:21 UTC (3+ messages)
[PATCH] vhost: Add polling mode
2014-08-24 12:26 UTC (9+ messages)
Urgent Assistance from Syria
2014-08-23 14:09 UTC
[PATCH v4] powerpc/kvm: support to handle sw breakpoint
2014-08-23 12:24 UTC (4+ messages)
[PATCH v7 00/14] kvm-unit-tests/arm: initial drop
2014-08-22 18:51 UTC (2+ messages)
[RFC 0/5] vfio: AMBA devices support
2014-08-22 9:01 UTC (6+ messages)
` [RFC 1/5] driver core: amba: add device binding path 'driver_override'
` [RFC 2/5] vfio: platform: decouple code probing devices from the platform bus
` [RFC 3/5] vfio: platform: move code that can be shared with AMBA to a common file
` [RFC 5/5] vfio: amba: add the VFIO for AMBA devices module to Kconfig
` [RFC 4/5] vfio: amba: VFIO support for AMBA devices
Nested paging in nested SVM setup
2014-08-22 8:53 UTC (20+ messages)
[PATCH v6 1/2] KVM: nVMX: introduce nested_get_vmcs12_pages
2014-08-22 8:44 UTC (6+ messages)
` [PATCH v6 2/2] KVM: nVMX: nested TPR shadow/threshold emulation
[question] one vhost kthread servers mulitiple tx/rx queues which blong to one virtio-net device
2014-08-22 7:34 UTC (2+ messages)
[PATCH] KVM: x86: Keep masked bits unmodified on kvm_set_shared_msr
2014-08-22 6:55 UTC (8+ messages)
[Bug 82211] New: [Nested xen on kvm] L1 guest panic and reboot when L1 guest boot up
2014-08-21 17:56 UTC (2+ messages)
` [Bug 82211] [BISECTED][Nested "
[Bug 82761] New: DMAR:[fault reason 06] PTE Read access is not set
2014-08-21 15:28 UTC (2+ messages)
` [Bug 82761] "
[PATCH v2 0/6] Dynamic Pause Loop Exiting window
2014-08-21 13:49 UTC (27+ messages)
` [PATCH v2 1/6] KVM: add kvm_arch_sched_in
` [PATCH v2 2/6] KVM: x86: introduce sched_in to kvm_x86_ops
` [PATCH v2 3/6] KVM: VMX: make PLE window per-VCPU
` [PATCH v2 4/6] KVM: VMX: dynamise PLE window
` [PATCH v2 5/6] KVM: trace kvm_ple_window
` [PATCH v2 6/6] KVM: VMX: runtime knobs for dynamic PLE window
[PATCH v2 00/15] KVM GICv3 emulation
2014-08-21 13:06 UTC (16+ messages)
` [PATCH v2 01/15] arm/arm64: KVM: rework MPIDR assignment and add accessors
` [PATCH v2 02/15] arm/arm64: KVM: pass down user space provided GIC type into vGIC code
` [PATCH v2 03/15] arm/arm64: KVM: refactor vgic_handle_mmio() function
` [PATCH v2 04/15] arm/arm64: KVM: wrap 64 bit MMIO accesses with two 32 bit ones
` [PATCH v2 05/15] arm/arm64: KVM: introduce per-VM ops
` [PATCH v2 06/15] arm/arm64: KVM: make the maximum number of vCPUs a per-VM value
` [PATCH v2 07/15] arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variable
` [PATCH v2 08/15] arm/arm64: KVM: refactor MMIO accessors
` [PATCH v2 09/15] arm/arm64: KVM: refactor/wrap vgic_set/get_attr()
` [PATCH v2 10/15] arm/arm64: KVM: split GICv2 specific emulation code from vgic.c
` [PATCH v2 11/15] arm/arm64: KVM: add opaque private pointer to MMIO accessors
` [PATCH v2 12/15] arm/arm64: KVM: add virtual GICv3 distributor emulation
` [PATCH v2 13/15] arm/arm64: KVM: add SGI system register trapping
` [PATCH v2 14/15] arm/arm64: KVM: enable kernel side of GICv3 emulation
` [PATCH v2 15/15] arm/arm64: KVM: allow userland to request a virtual GICv3
[PATCH 0/2] KVM: vmx: Supporting IA32_MISC_ENABLE MSR
2014-08-21 12:28 UTC (6+ messages)
` [PATCH 1/2] KVM: x86: update cpuid according to IA32_MISC_ENABLE
` [PATCH 2/2] KVM: vmx: Reflect misc_enables in real CPU
` [PATCH] x86: Test debug exceptions with disabled fast-string
[RFC 0/4] VFIO: PLATFORM: Return device tree info for a platform device node
2014-08-21 12:19 UTC (3+ messages)
[PATCH kvm-unit-tests] x86: vmx: test access to L1 MMIO-mapped device via EPT page tables
2014-08-21 11:14 UTC
[PATCH v5 1/2] KVM: nVMX: nested TPR shadow/threshold emulation
2014-08-21 9:31 UTC (5+ messages)
` [PATCH v5 2/2] KVM: nVMX: introduce apic_access_and_virtual_page_valid
[PATCH 0/9] Dynamic Pause Loop Exiting window
2014-08-21 6:48 UTC (23+ messages)
` [PATCH 1/9] KVM: add kvm_arch_sched_in
` [PATCH 3/9] KVM: VMX: make PLE window per-vcpu
` [PATCH 5/9] KVM: VMX: clamp PLE window
` [PATCH 7/9] KVM: VMX: abstract ple_window modifiers
` [PATCH 9/9] KVM: VMX: automatic PLE window maximum
[PATCH 0/5] watchdog: various fixes
2014-08-21 2:30 UTC (11+ messages)
` [PATCH 2/5] softlockup: make detector be aware of task switch of processes hogging cpu
LPC IOMMU and VFIO MicroConference - Call for Participation
2014-08-21 2:29 UTC (3+ messages)
[RESEND][PATCH] kvm-unit-tests: x86: pmu: call measure for every counter in check_counters_many
2014-08-20 21:21 UTC
qemu-kvm process soft lockups cpu, results in server crash
2014-08-20 15:57 UTC
virt-install: failed to initialize KVM: Permission denied
2014-08-20 15:50 UTC (3+ messages)
[PATCH v6 0/7] random,x86,kvm: Rework arch RNG seeds and get some from kvm
2014-08-20 14:53 UTC (3+ messages)
` [PATCH v6 2/7] random, timekeeping: Collect timekeeping entropy in the timekeeping code
qemu-kvm process soft lockup cpu, results in server crash
2014-08-20 14:41 UTC
[PATCH] kvm tools: balloon: fix overflow in PFN to address conversion
2014-08-20 14:37 UTC
[PATCH] KVM: x86: Replace X86_FEATURE_NX offset with the definition
2014-08-20 13:54 UTC (2+ messages)
qemu-kvm process soft lockup cpu, results in server crush
2014-08-20 13:45 UTC
[PATCH v4 0/6] KVM: PPC: Book3e: AltiVec support
2014-08-20 13:36 UTC (7+ messages)
` [PATCH v4 1/6] KVM: PPC: Book3E: Increase FPU laziness
` [PATCH v4 2/6] KVM: PPC: Book3e: Add AltiVec support
` [PATCH v4 3/6] KVM: PPC: Make ONE_REG powerpc generic
` [PATCH v4 4/6] KVM: PPC: Move ONE_REG AltiVec support to powerpc
` [PATCH v4 5/6] KVM: PPC: Booke: Add setter functions for IVPR, IVOR2 and IVOR8 emulation
` [PATCH v4 6/6] KVM: PPC: Booke: Add ONE_REG support for IVPR and IVORs
[GIT PULL] KVM changes for 3.17-rc2
2014-08-20 11:39 UTC
[PATCH] KVM: emulate: do not return X86EMUL_PROPAGATE_FAULT explicitly
2014-08-20 11:24 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