messages from 2017-03-14 10:26:02 to 2017-03-15 21:22:18 UTC [more...]
[PATCH v5 untested] kvm: better MWAIT emulation for guests
2017-03-15 21:22 UTC
[PATCH v4] kvm: better MWAIT emulation for guests
2017-03-15 20:46 UTC (5+ messages)
[PATCH] kvm: better MWAIT emulation for guests
2017-03-15 20:13 UTC (13+ messages)
[RFC PATCH 0/3] VFIO: Report IOMMU fault event to userspace
2017-03-15 19:52 UTC (7+ messages)
KVM call for 2017-03-14
2017-03-15 16:35 UTC (29+ messages)
` [Qemu-devel] "
` Obsolete QEMU host environments (was: Re: KVM call for 2017-03-14)
` Obsolete QEMU host environments
[Question] About the behavior of HLT in VMX guest mode
2017-03-15 17:32 UTC (2+ messages)
[kvm-unit-tests PATCH] run_tests: add run all tests parameter
2017-03-15 17:11 UTC (2+ messages)
[kvm-unit-tests PATCH] powerpc: add -n to LDFLAGS
2017-03-15 17:11 UTC (2+ messages)
vtime accounting
2017-03-15 17:09 UTC (22+ messages)
[PATCH kernel v8 00/10] powerpc/kvm/vfio: Enable in-kernel acceleration
2017-03-15 16:39 UTC (15+ messages)
` [PATCH kernel v8 03/10] powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal
` [PATCH kernel v8 04/10] powerpc/vfio_spapr_tce: Add reference counting to iommu_table
` [PATCH kernel v8 10/10] KVM: PPC: VFIO: Add in-kernel acceleration for VFIO
[kvm-unit-tests PATCH v2 0/2] powerpc: Test SPR persistency during migration
2017-03-15 16:36 UTC (3+ messages)
` [kvm-unit-tests PATCH v2 1/2] Add the possibility to do simple migration tests
[PATCH v2 0/33] KVM: MIPS: Add VZ support
2017-03-15 16:32 UTC (2+ messages)
[PATCH] kvm: vmx: Don't use INVVPID when EPT is enabled
2017-03-15 15:53 UTC (3+ messages)
[PATCH 0/3] kvm: arm/arm64: Fixes for use after free problems
2017-03-15 15:07 UTC (19+ messages)
` [PATCH 1/3] kvm: arm/arm64: Take mmap_sem in stage2_unmap_vm
` [PATCH 2/3] kvm: arm/arm64: Take mmap_sem in kvm_arch_prepare_memory_region
` [PATCH 3/3] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
[PATCH v1 1/2] KVM: nVMX: single function for switching between vmcs
2017-03-15 15:01 UTC
[PATCH] kvm: nVMX: Set VM instruction error for VMPTRLD of unbacked page
2017-03-15 14:42 UTC (3+ messages)
` [PATCH v2] "
[PATCH] KVM: MIPS/Emulate: Fix preemption warning
2017-03-15 14:15 UTC (2+ messages)
[PATCH v7 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
2017-03-15 13:52 UTC (6+ messages)
` [PATCH v7 2/3] x86: Remap GDT tables in the Fixmap section
` [PATCH v7 3/3] x86: Make the GDT remapping read-only on 64-bit
[PATCH 0/8] KVM: MIPS: Add Cavium Octeon III support
2017-03-15 13:41 UTC (6+ messages)
` [PATCH 1/8] MIPS: Add Octeon III register accessors & definitions
` [PATCH 5/8] KVM: MIPS/VZ: VZ hardware setup for Octeon III
` [PATCH 7/8] KVM: MIPS/VZ: Handle Octeon III guest.PRid register
` [PATCH 8/8] MIPS: Allow KVM to be enabled on Octeon CPUs
[kvm-unit-tests PATCH] Use /bin/env in shebang to make scripts more portable
2017-03-15 12:31 UTC (3+ messages)
[PATCH v2 0/3] KVM: x86: use pic/ioapic destructor when proper
2017-03-15 11:15 UTC (8+ messages)
` [PATCH v2 1/3] KVM: x86: clear bus pointer when destroyed
` [PATCH v2 2/3] KVM: x86: check existance before destroy
` [PATCH v2 3/3] KVM: x86: use pic/ioapic destructor when destroy vm
[kvm-unit-tests PATCH] Use /bin/env in shebang to make scripts more portable
2017-03-15 11:12 UTC
[PATCH] sched/deadline: Add missing update_rq_clock() in dl_task_timer()
2017-03-15 11:03 UTC (4+ messages)
[PATCH v1 00/22] pic/ioapic/irqchip cleanups + minor fixes
2017-03-15 9:35 UTC (32+ messages)
` [PATCH v1 01/22] KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIP
` [PATCH v1 02/22] KVM: x86: check against irqchip_mode in kvm_set_routing_entry()
` [PATCH v1 03/22] KVM: x86: check against irqchip_mode in pic_in_kernel()
` [PATCH v1 04/22] KVM: x86: check against irqchip_mode in ioapic_in_kernel()
` [PATCH v1 05/22] KVM: x86: get rid of pic_irqchip()
` [PATCH v1 06/22] KVM: x86: get rid of ioapic_irqchip()
` [PATCH v1 07/22] KVM: x86: use ioapic_in_kernel() to check for ioapic existence
` [PATCH v1 08/22] KVM: x86: remove duplicate checks for ioapic
` [PATCH v1 09/22] KVM: x86: convert kvm_(set|get)_ioapic() into void
` [PATCH v1 10/22] KVM: x86: don't take kvm->irq_lock when creating IRQCHIP
` [PATCH v1 11/22] KVM: x86: push usage of slots_lock down
` [PATCH v1 12/22] KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pins
` [PATCH v1 13/22] KVM: x86: remove all-vcpu request from kvm_ioapic_init()
` [PATCH v1 14/22] KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.c
` [PATCH v1 15/22] KVM: x86: rename kvm_vcpu_request_scan_ioapic()
` [PATCH v1 16/22] KVM: x86: drop goto label in kvm_set_routing_entry()
` [PATCH v1 17/22] KVM: x86: simplify pic_unlock()
` [PATCH v1 18/22] KVM: x86: make kvm_pic_reset() static
` [PATCH v1 19/22] KVM: x86: drop picdev_in_range()
` [PATCH v1 20/22] KVM: x86: set data directly in picdev_read()
` [PATCH v1 21/22] KVM: x86: simplify pic_ioport_read()
` [PATCH v1 22/22] KVM: x86: use irqchip_kernel() to check for pic+ioapic
[PATCH v10 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2017-03-15 9:11 UTC (8+ messages)
` [PATCH v10 6/7] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
[patch 0/3] KVM CPU frequency change hypercalls (resend)
2017-03-15 8:23 UTC (6+ messages)
[PATCH 0/2] KVM: x86: use pic/ioapic destructor when proper
2017-03-15 7:58 UTC (4+ messages)
` [PATCH 1/2] KVM: x86: clear bus pointer when destroyed
` [PATCH 2/2] KVM: x86: use pic/ioapic destructor when destroy vm
CHÚ Ý
2017-03-15 3:38 UTC
[PATCH v3 00/25] arm/arm64: KVM: Rework the hyp-stub API
2017-03-15 2:25 UTC (7+ messages)
[PATCH-v5 0/4] vsock: cancel connect packets when failing to connect
2017-03-15 1:32 UTC (5+ messages)
` [PATCH-v5 1/4] vsock: track pkt owner vsock
` [PATCH-v5 2/4] vhost-vsock: add pkt cancel capability
` [PATCH-v5 3/4] vsock: "
` [PATCH-v5 4/4] vsock: cancel packets when failing to connect
[PATCH v15 0/9] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2017-03-14 21:47 UTC (6+ messages)
` [PATCH v15 6/9] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
` [PATCH v15 9/9] x86/arch_prctl: Rename 'code' argument to 'option'
[PATCH v3] KVM: Documentation: document MCE ioctls
2017-03-14 20:40 UTC (2+ messages)
[PATCH] KVM: nVMX: don't reset kvm mmu twice
2017-03-14 20:39 UTC (2+ messages)
[PATCH] kvm: fix usage of uninit spinlock in avic_vm_destroy()
2017-03-14 20:38 UTC (2+ messages)
kvm: WARNING in vmx_handle_exit
2017-03-14 20:35 UTC (5+ messages)
` [PATCH] KVM: VMX: downgrade warning on unexpected exit code
[PATCH RFC] KVM: VMX: drop vmm_exclusive module parameter
2017-03-14 20:30 UTC (2+ messages)
[PATCH V12 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2017-03-14 19:29 UTC (6+ messages)
` [PATCH V12 09/10] trace, ras: add ARM processor error trace event
[Bug 194883] New: kvm: workqueue lockup
2017-03-14 18:24 UTC
[PATCH 0/2] KVM: MIPS/Emulate: TLBWR & TLBR fixes for T&E
2017-03-14 17:00 UTC (3+ messages)
` [PATCH 1/2] KVM: MIPS/Emulate: Fix TLBWR with wired "
` [PATCH 2/2] KVM: MIPS/Emulate: Properly implement TLBR "
kvm/arm64: use-after-free in kvm_unmap_hva_handler/unmap_stage2_pmds
2017-03-14 16:57 UTC (3+ messages)
PROBLEM: Host machine NMI soft-lockup when running qemu -cpu host on Ryzen
2017-03-14 15:40 UTC
[PATCH v3] kvm: better MWAIT emulation for guests
2017-03-14 15:34 UTC (3+ messages)
kvm: WARNING in mmu_spte_clear_track_bits
2017-03-14 15:17 UTC (6+ messages)
[PATCH v1] KVM: s390: use defines for execution controls
2017-03-14 13:54 UTC (3+ messages)
[bug report] powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown
2017-03-14 13:39 UTC
kvm/arm64: use-after-free in kvm_vm_ioctl/vmacache_update
2017-03-14 12:26 UTC (6+ 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;
as well as URLs for NNTP newsgroup(s).