public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-20 16:33:03 to 2017-12-26 13:40:16 UTC [more...]

[PATCH v20 0/7] Virtio-balloon Enhancement
 2017-12-26 13:40 UTC  (19+ messages)
` [PATCH v20 4/7] virtio-balloon: VIRTIO_BALLOON_F_SG
        ` [virtio-dev] "

[PATCH v3 00/19] KVM/arm64: Randomise EL2 mappings
 2017-12-26 11:03 UTC  (4+ messages)
` [PATCH v3 14/19] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range

general protection fault in native_write_cr4
 2017-12-26  8:52 UTC  (3+ messages)

WARNING in do_debug
 2017-12-26  7:08 UTC  (3+ messages)

[PATCH 0/4] KVM: nVMX: prepare_vmcs02 optimizations
 2017-12-25 10:08 UTC  (11+ messages)
` [PATCH 1/4] KVM: VMX: split list of shadowed VMCS field to a separate file
` [PATCH 2/4] KVM: nVMX: track dirty state of non-shadowed VMCS fields
` [PATCH 3/4] KVM: nVMX: initialize descriptor cache fields in prepare_vmcs02_full
` [PATCH 4/4] KVM: nVMX: initialize more non-shadowed "

[PATCH] KVM/Eventfd: Avoid crash when assign and deassign same eventfd in parallel
 2017-12-25  8:03 UTC  (4+ messages)

[PATCH] KVM: x86: ioapic: Clear IRR for rtc bit when rtc EOI gotten
 2017-12-25  7:29 UTC  (2+ messages)

[PATCH] vfio: mdev: make a couple of functions and structure vfio_mdev_driver static
 2017-12-25  6:51 UTC  (3+ messages)

[PATCH v2 0/7] KVM: x86: Add support for VMware backdoor I/O ports & Pseduo-PMCs
 2017-12-24 16:56 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: x86: Add module parameter for supporting VMware backdoor
` [PATCH v2 2/7] KVM: x86: Always allow access to VMware backdoor I/O ports
` [PATCH v2 3/7] KVM: x86: Add emulation_type to not raise #UD on emulation failure
` [PATCH v2 4/7] KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoor
` [PATCH v2 5/7] KVM: x86: VMX: Intercept #GP to support access to VMware backdoor ports
` [PATCH v2 6/7] KVM: x86: SVM: "
` [PATCH v2 7/7] KVM: x86: Add support for VMware backdoor Pseudo-PMCs

[PATCH v3 00/11] KVM: nVMX: Fix multiple issues in nested posted-interrupts
 2017-12-24 16:13 UTC  (12+ messages)
` [PATCH v3 01/11] KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()
` [PATCH v3 02/11] KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updated
` [PATCH v3 03/11] KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-interrupt
` [PATCH v3 04/11] KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interrupts
` [PATCH v3 05/11] KVM: x86: Rename functions which saves vCPU in per-cpu var
` [PATCH v3 06/11] KVM: x86: Set current_vcpu per-cpu var before enabling interrupts at host
` [PATCH v3 07/11] KVM: x86: Add util for getting current vCPU running on CPU
` [PATCH v3 08/11] KVM: x86: Register empty handler for POSTED_INTR_NESTED_VECTOR IPI
` [PATCH v3 09/11] KVM: nVMX: Deliver missed nested-PI notification-vector via self-IPI while interrupts disabled
` [PATCH v3 10/11] KVM: nVMX: Wake halted L2 on nested posted-interrupt
` [PATCH v3 11/11] KVM: nVMX: Wake L2 from HLT when nested posted-interrupt pending

[PATCH] vhost: remove unused lock check flag in vhost_dev_cleanup()
 2017-12-24 16:08 UTC 

[kvm-unit-test PATCH 0/5]: x86: Add tests for VMware backdoor
 2017-12-24 10:08 UTC  (6+ messages)
` [PATCH 1/5] x86: Add utility to run function in User Mode
` [PATCH 2/5] x86: Add Test Utility to run in User Mode and catch exceptions
` [PATCH 3/5] x86: Add Definition for PCE bit in CR4
` [PATCH 4/5] x86: Add definition for 64 bit Segment descriptor
` [PATCH 5/5] x86: Add VMware backdoor unit test

[PATCH v20 3/7 RESEND] xbitmap: add more operations
 2017-12-24  7:31 UTC  (11+ messages)

[kvm:dirty-ring-buffer 79/80] ERROR: "kvm_reset_dirty_gfn" [arch/x86/kvm/kvm.ko] undefined!
 2017-12-23  3:38 UTC 

[PATCH nVMX TEST 2/2] x86: Add test for checking NMI controls on vmentry of L2 guests
 2017-12-23  1:34 UTC 

nVMX x86: Enforce NMI controls on vmentry of L2 and add a corresponding unit test
 2017-12-23  0:13 UTC  (3+ messages)
` [PATCH nVMX 1/2] x86: Enforce NMI controls on vmentry of L2 guests
` [PATCH nVMX TEST 2/2] x86: Add test for checking "

[PATCH 0/3] Reduce the size of the vmcs_field_to_offset_table
 2017-12-22 20:13 UTC  (10+ messages)
` [PATCH 1/3] kvm: vmx: Introduce VMCS12_MAX_FIELD_INDEX
  ` [PATCH v2 "
` [PATCH 2/3] kvm: vmx: Change vmcs_field_type to vmcs_field_width
  ` [PATCH v2 "
` [PATCH 3/3] kvm: vmx: Reduce size of vmcs_field_to_offset_table
      ` [PATCH v2 "
` [PATCH v2 0/3] Reduce the size of the vmcs_field_to_offset_table

[RFC PATCH v4 00/18] VM introspection
 2017-12-22 16:36 UTC  (27+ messages)
` [RFC PATCH v4 02/18] add memory map/unmap support for VM introspection on the guest side
` [RFC PATCH v4 04/18] kvm: x86: add kvm_mmu_nested_guest_page_fault() and kvmi_mmu_fault_gla()
` [RFC PATCH v4 05/18] kvm: x86: add kvm_arch_vcpu_set_regs()
` [RFC PATCH v4 07/18] kvm: page track: add support for preread, prewrite and preexec
` [RFC PATCH v4 08/18] kvm: add the VM introspection subsystem
` [RFC PATCH v4 09/18] kvm: hook in "

[PATCH 0/7] KVM: x86: Add support for VMware backdoor I/O ports & Pseduo-PMCs
 2017-12-22 15:59 UTC  (9+ messages)
` [PATCH 3/7] KVM: x86: Add emulation_type to not raise #UD on CPL=3 emulation failure

[GIT PULL 0/2] KVM: s390: Fixes for 4.15 (via kvm/master)
 2017-12-22 14:51 UTC  (3+ messages)
` [GIT PULL 1/2] KVM: s390: fix cmma migration for multiple memory slots
` [GIT PULL 2/2] KVM: s390: prevent buffer overrun on memory hotplug during migration

Is it possible to pass-through a SATA port (not a controller and not a drive, but a single port)?
 2017-12-22 14:24 UTC  (5+ messages)

[kvm:dirty-ring-buffer 79/80] arch/x86/kvm/../../../virt/kvm/gfn_ring.c:122:9: sparse: context imbalance in 'kvm_gfn_ring_push' - different lock contexts for basic block
 2017-12-22 14:08 UTC 

[PATCH] KVM: s390: add proper locking for CMMA migration bitmap
 2017-12-22 13:38 UTC  (3+ messages)

[kvm-unit-tests PATCH V2 0/2] Support micro operation measurement on arm64
 2017-12-22 12:44 UTC  (12+ messages)
` [kvm-unit-tests PATCH V2 2/2] arm64: add micro test

[RFC/PATCH v2 00/22] KVM/s390: Hugetlbfs enablement
 2017-12-22  9:08 UTC  (8+ messages)
` [RFC/PATCH v2 03/22] s390/mm: add gmap PMD invalidation notification
` [RFC/PATCH v2 11/22] s390/mm: Remove superfluous parameter

[PATCH 4.14 064/159] x86/virt, x86/platform: Merge struct x86_hyper into struct x86_platform and struct x86_init
 2017-12-22  8:45 UTC  (2+ messages)
` [PATCH 4.14 065/159] x86/virt: Add enum for hypervisors to replace x86_hyper

[PATCH v2] IPI performance benchmark
 2017-12-22  6:17 UTC  (5+ messages)

Issue with KVM under 4.10 and above
 2017-12-22  2:31 UTC 

[PATCH V2] KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel
 2017-12-22  2:10 UTC 

[PATCH v2 0/3] KVM: vmx: MSR bitmap cleanups and optimizations
 2017-12-21 18:06 UTC  (6+ messages)
` [PATCH 1/3] KVM: vmx: speed up MSR bitmap merge
` [PATCH 2/3] KVM: vmx: simplify MSR bitmap setup
` [PATCH 3/3] KVM: VMX: introduce X2APIC_MSR macro

[PATCH] kvm: x86: fix RSM when PCID is non-zero
 2017-12-21 16:53 UTC  (4+ messages)

[PATCH 0/2] KVM: s390: fixups for cmma migration (kvm/master)
 2017-12-21 16:43 UTC  (10+ messages)
` [PATCH 1/2] KVM: s390: fix cmma migration for multiple memory slots
` [PATCH 2/2] KVM: s390: prevent buffer overrun on memory hotplug during migration

[Part2 PATCH v9 00/38] x86: Secure Encrypted Virtualization (AMD)
 2017-12-21 16:09 UTC  (4+ messages)

[PATCH RFC 0/7] KVM: nVMX: enlightened VMCS initial implementation
 2017-12-21 15:08 UTC  (12+ messages)
` [PATCH RFC 2/7] KVM: nVMX: modify vmcs12 fields to match Hyper-V enlightened VMCS

[kvm-unit-tests PATCH] Support micro operation measurement on arm64
 2017-12-21 14:32 UTC  (12+ messages)
` [kvm-unit-tests PATCH] arm64: add micro test

[GIT PULL] KVM Fixes for 4.14-rc5
 2017-12-21 12:11 UTC 

[PATCH] x86: kvm: mmu: check result of register_shrinker()
 2017-12-21 12:08 UTC  (3+ messages)

KASAN: use-after-free Read in __schedule
 2017-12-21  9:07 UTC  (6+ messages)
` [PATCH linux-next] KVM: x86: don't forget vcpu_put() in kvm_arch_vcpu_ioctl_set_sregs()

[kvm-unit-tests PATCH] x86/memory: pass host clwb and clflushopt support information
 2017-12-21  1:32 UTC  (6+ messages)

KASAN: use-after-free Write in preempt_notifier_register
 2017-12-21  1:28 UTC 

Administrador do sistema
 2017-12-20 21:26 UTC 

[PATCH 0/3] KVM: vmx: MSR bitmap cleanups and optimizations
 2017-12-20 21:13 UTC  (8+ messages)
` [PATCH 1/3] KVM: vmx: speed up MSR bitmap merge
` [PATCH 2/3] KVM: vmx: simplify MSR bitmap setup
` [PATCH 3/3] KVM: VMX: introduce X2APIC_MSR macro

[PATCH kernel] vfio-pci: Mask INTx if a device is not capabable of enabling it
 2017-12-20 19:02 UTC  (2+ messages)

[PATCH kernel v3] vfio-pci: Allow mapping MSIX BAR
 2017-12-20 19:02 UTC  (2+ messages)

[PATCH 0/5] preview of first chunk of s390 patches for kvm/next
 2017-12-20 16:44 UTC  (11+ messages)
` [PATCH 1/5] s390x/mm: cleanup gmap_pte_op_walk()
` [PATCH 2/5] KVM: s390: use created_vcpus in more places
` [PATCH 3/5] KVM: s390: add debug tracing for cpu features of CPU model
` [PATCH 4/5] KVM: s390: drop use of spin lock in __floating_irq_kick
` [PATCH 5/5] kvm_config: add CONFIG_S390_GUEST


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox