messages from 2017-12-11 11:25:39 to 2017-12-13 01:33:04 UTC [more...]
[PATCH v8 0/4] KVM: X86: Add Paravirt TLB Shootdown
2017-12-13 1:33 UTC (5+ messages)
` [PATCH v8 1/4] KVM: X86: Add vCPU running/preempted state
` [PATCH v8 2/4] KVM: X86: Add Paravirt TLB Shootdown
` [PATCH v8 3/4] KVM: X86: introduce invalidate_gpa argument to tlb flush
` [PATCH v8 4/4] KVM: X86: Add flush_on_enter before guest enter
[PATCH] vfio: Simplify capability helper
2017-12-13 1:13 UTC (2+ messages)
[PATCH 0/6] x86/kvm/hyperv: stable clocksorce for L2 guests when running nested KVM on Hyper-V
2017-12-13 0:50 UTC (11+ messages)
` [PATCH 3/6] x86/hyper-v: reenlightenment notifications support
` [PATCH 6/6] x86/kvm: support Hyper-V reenlightenment
[RFC PATCH v3 0/2] KVM: x86: Allow Qemu/KVM to use PVH entry point
2017-12-12 23:42 UTC (3+ messages)
` [RFC PATCH v3 1/2] xen/pvh: Add memory map pointer to hvm_start_info struct
` [RFC PATCH v3 2/2] KVM: x86: Allow Qemu/KVM to use PVH entry point
[PATCH v2 00/19] KVM/arm64: Randomise EL2 mappings
2017-12-12 23:40 UTC (25+ messages)
` [PATCH v2 01/19] arm64: asm-offsets: Avoid clashing DMA definitions
` [PATCH v2 02/19] arm64: asm-offsets: Remove unused definitions
` [PATCH v2 03/19] arm64: asm-offsets: Remove potential circular dependency
` [PATCH v2 04/19] arm64: alternatives: Enforce alignment of struct alt_instr
` [PATCH v2 05/19] arm64: alternatives: Add dynamic patching feature
` [PATCH v2 06/19] arm64: insn: Add N immediate encoding
` [PATCH v2 07/19] arm64: insn: Add encoder for bitwise operations using litterals
` [PATCH v2 08/19] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH v2 09/19] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
` [PATCH v2 10/19] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH v2 11/19] KVM: arm/arm64: Demote HYP VA range display to being a debug feature
` [PATCH v2 12/19] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
` [PATCH v2 13/19] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
` [PATCH v2 14/19] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH v2 15/19] arm64; insn: Add encoder for the EXTR instruction
` [PATCH v2 16/19] arm64: insn: Allow ADD/SUB (immediate) with LSL #12
` [PATCH v2 17/19] arm64: KVM: Dynamically compute the HYP VA mask
` [PATCH v2 18/19] arm64: KVM: Introduce EL2 VA randomisation
` [PATCH v2 19/19] arm64: Update the KVM memory map documentation
[Bug 197861] New: Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover
2017-12-12 22:25 UTC (7+ messages)
` [Bug 197861] "
Question on PCIe pass through capability in KVM
2017-12-12 21:10 UTC
[PATCH v7 0/8] Handle forwarded level-triggered interrupts
2017-12-12 20:40 UTC (16+ messages)
` [PATCH v7 3/8] KVM: arm/arm64: Don't cache the timer IRQ level
` [PATCH v7 4/8] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
` [PATCH v7 5/8] KVM: arm/arm64: Support a vgic interrupt line level sample function
` [PATCH v7 6/8] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
` [PATCH v7 7/8] KVM: arm/arm64: Provide a get_input_level for the arch timer
` [PATCH v7 8/8] KVM: arm/arm64: Avoid work when userspace iqchips are not used
[PATCH kernel v2] vfio-pci: Allow mapping MSIX BAR
2017-12-12 20:00 UTC (2+ messages)
[PATCH] KVM: introduce kvm_arch_vcpu_async_ioctl
2017-12-12 18:42 UTC (6+ messages)
[PATCH v2 00/11] tools/kvm_stat: misc fixes
2017-12-12 18:21 UTC (18+ messages)
` [PATCH v2 01/11] tools/kvm_stat: fix command line option '-g'
` [PATCH v2 03/11] tools/kvm_stat: fix missing field update after filter change
` [PATCH v2 05/11] tools/kvm_stat: fix child trace events accounting
` [PATCH v2 06/11] tools/kvm_stat: add hint on '-f help' to man page
` [PATCH v2 08/11] tools/kvm_stat: suppress usage information on command line errors
` [PATCH v2 09/11] tools/kvm_stat: stop ignoring unhandled arguments
` [PATCH v2 10/11] tools/kvm_stat: sort '-f help' output
[PATCH v5 0/2] kvm: x86: hyperv: guest->host event signaling via eventfd
2017-12-12 18:20 UTC (8+ messages)
` [PATCH v5 1/2] kvm: x86: factor out kvm.arch.hyperv (de)init
` [PATCH v5 2/2] kvm: x86: hyperv: guest->host event signaling via eventfd
[PATCH v6 0/2] kvm: x86: hyperv: guest->host event signaling via eventfd
2017-12-12 17:20 UTC (3+ messages)
` [PATCH v6 1/2] kvm: x86: factor out kvm.arch.hyperv (de)init
` [PATCH v6 2/2] kvm: x86: hyperv: guest->host event signaling via eventfd
[PATCH V4 00/11] Intel Processor Trace virtulization enabling
2017-12-12 17:09 UTC (4+ messages)
` [PATCH V4 11/11] KVM: x86: Implement Intel Processor Trace context switch
[PATCH v3 00/16] Move vcpu_load and vcpu_put calls to arch code
2017-12-12 16:47 UTC (36+ messages)
` [PATCH v3 01/16] KVM: Take vcpu->mutex outside vcpu_load
` [PATCH v3 02/16] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH v3 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH v3 04/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH v3 05/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH v3 06/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH v3 07/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH v3 08/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH v3 09/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH v3 10/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH v3 11/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH v3 12/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH v3 13/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH v3 14/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
[PATCH RESEND] KVM: X86: Fix load bad host fpu state
2017-12-12 16:16 UTC (9+ messages)
[PATCH v2] KVM: VMX: drop I/O permission bitmaps
2017-12-12 16:10 UTC (3+ messages)
[PATCH RESEND] KVM: X86: Fix stack-out-of-bounds read in write_mmio
2017-12-12 16:07 UTC (2+ messages)
[PATCH v4 0/2] kvm: x86: hyperv: guest->host event signaling via eventfd
2017-12-12 16:03 UTC (4+ messages)
` [PATCH v4 1/2] kvm: x86: factor out kvm.arch.hyperv (de)init
` [PATCH v4 2/2] kvm: x86: hyperv: guest->host event signaling via eventfd
[PATCH v2 00/36] Optimize KVM/ARM for VHE systems
2017-12-12 15:46 UTC (18+ messages)
` [PATCH v2 22/36] KVM: arm64: Prepare to handle traps on deferred VM sysregs
` [PATCH v2 26/36] KVM: arm64: Defer saving/restoring system registers to vcpu load/put on VHE
` [PATCH v2 27/36] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH v2 28/36] KVM: arm64: Configure FPSIMD traps on vcpu load/put for VHE
[PATCH] KVM: X86: Fix host dr6 miss restore
2017-12-12 15:08 UTC (5+ messages)
[PATCH 1/2] KVM: MMU: Fix infinite loop when there is no available mmu page
2017-12-12 14:03 UTC (2+ messages)
[PATCH] KVM: X86: Reduce the overhead when lapic_timer_advance is disabled
2017-12-12 14:00 UTC (2+ messages)
[PATCH v19 0/7] Virtio-balloon Enhancement
2017-12-12 13:20 UTC (10+ messages)
` [PATCH v19 1/7] xbitmap: Introduce xbitmap
` [PATCH v19 2/7] xbitmap: potential improvement
` [PATCH v19 3/7] xbitmap: add more operations
` [PATCH v19 4/7] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v19 5/7] mm: support reporting free page blocks
` [PATCH v19 6/7] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
` [PATCH v19 7/7] virtio-balloon: don't report free pages when page poisoning is enabled
[PATCH v18 00/10] Virtio-balloon Enhancement
2017-12-12 12:21 UTC (6+ messages)
` [PATCH v18 10/10] virtio-balloon: don't report free pages when page poisoning is enabled
[PATCH] KVM/Emulate: Mask linear address with actual address width in order to avoid conflict with UNMAPPED_GVA
2017-12-12 12:16 UTC (4+ messages)
` "
[PATCH v3 0/2] kvm: x86: hyperv: guest->host event signaling via eventfd
2017-12-12 11:29 UTC (7+ messages)
` [PATCH v3 2/2] "
[RFC PATCH v2 0/2] KVM: x86: Allow Qemu/KVM to use PVH entry point
2017-12-12 9:54 UTC (6+ messages)
` [RFC PATCH v2 1/2] xen/pvh: Add memory map pointer to hvm_start_info struct
WARNING in x86_emulate_insn
2017-12-12 8:50 UTC (10+ messages)
` "
[PATCH] KVM: VMX: drop I/O permission bitmaps
2017-12-12 8:39 UTC (7+ messages)
[kvm-unit-tests PATCH] x86/memory: pass host clwb and clflushopt support information
2017-12-12 8:35 UTC
[PATCH] KVM: X86: Fix stack-out-of-bounds read in write_mmio
2017-12-12 7:03 UTC (2+ messages)
[RFC PATCH 0/2] KVM: PPC: Book3S HV: Transactional memory bug workarounds for POWER9
2017-12-12 5:40 UTC (5+ messages)
` [RFC PATCH 1/2] powerpc: Add a CPU feature bit for TM bug workarounds on POWER9 DD2.2
` [RFC PATCH 2/2] KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover
2017-12-12 3:53 UTC (19+ messages)
[PATCH v1 1/2] i386: Add Intel Processor Trace feature support
2017-12-11 12:37 UTC (2+ messages)
` [PATCH v1 2/2] i386: Add support to get/set/migrate Intel Processor Trace feature
[PATCH kernel] vfio-pci: Allow mapping MSIX BAR
2017-12-12 2:00 UTC (3+ messages)
[Bug 197449] New: 4.13 kernel with KVM and libvirt freezes Windows 10 virtual machine
2017-12-12 1:45 UTC (2+ messages)
` [Bug 197449] "
[PATCH v13 00/12] Add ARMv8 RAS virtualization support in QEMU
2017-12-12 1:31 UTC (4+ messages)
[PATCH v2 1/5] KVM: nVMX: Remove pi_pending as signal to process nested posted-interrupts
2017-12-12 0:20 UTC
[PATCH] KVM: nVMX: Fix bug of injecting L2 exception into L1
2017-12-12 0:06 UTC
[PATCH v2 0/5]: KVM: nVMX: Fix multiple issues with nested-posted-interrupts
2017-12-11 22:57 UTC (9+ messages)
` [PATCH v2 2/5] KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-interrupt
` [PATCH v2 4/5] KVM: nVMX: Deliver missed nested-PI notification-vector via self-IPI while interrupts disabled
[PATCH v2] Enable SR-IOV instantiation through /sys file
2017-12-11 18:58 UTC (8+ messages)
[PATCH] IPI performance benchmark
2017-12-11 16:30 UTC (5+ messages)
[PATCH 1/2] KVM: x86: Store the microcode version in struct kvm_arch
2017-12-11 16:03 UTC (5+ messages)
` [PATCH 2/2] KVM: x86: Allow userspace to define what's the microcode version
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