kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-15 23:08:49 to 2020-01-18 18:19:30 UTC [more...]

[PATCH 0/5] vDPA support
 2020-01-18 18:18 UTC  (29+ messages)
` [PATCH 1/5] vhost: factor out IOTLB
` [PATCH 2/5] vringh: IOTLB support
` [PATCH 3/5] vDPA: introduce vDPA bus
` [PATCH 4/5] virtio: introduce a vDPA based transport
` [PATCH 5/5] vdpasim: vDPA device simulator

[PATCH v4 00/12] vfio_pci: wrap pci device as a mediated device
 2020-01-18 14:25 UTC  (25+ messages)
` [PATCH v4 01/12] vfio_pci: refine user config reference in vfio-pci module
` [PATCH v4 02/12] vfio_pci: move vfio_pci_is_vga/vfio_vga_disabled to header file
` [PATCH v4 04/12] vfio_pci: make common functions be extern
` [PATCH v4 07/12] vfio_pci: shrink vfio_pci.c
` [PATCH v4 09/12] vfio: split vfio_pci_private.h into two files
` [PATCH v4 11/12] samples: add vfio-mdev-pci driver

[PATCH] KVM: apic: short-circuit kvm_apic_accept_pic_intr() when pic intr is accepted
 2020-01-18  2:50 UTC 

[PATCH] KVM: x86: avoid clearing pending exception event twice
 2020-01-18  2:41 UTC 

[PATCH] KVM: nVMX: WARN on failure to set IA32_PERF_GLOBAL_CTRL
 2020-01-18  0:20 UTC  (3+ messages)

[PATCH 2/2] kvm: Add ioctl for gathering debug counters
 2020-01-17 23:38 UTC  (5+ messages)

[PATCH v5] kvm: Refactor handling of VM debugfs files
 2020-01-17 23:28 UTC  (2+ messages)

[Bug 206215] New: QEMU guest crash due to random 'general protection fault' since kernel 5.2.5 on i7-3517UE
 2020-01-17 22:43 UTC  (14+ messages)
` [Bug 206215] "

[PATCH 0/3] Handle monitor trap flag during instruction emulation
 2020-01-17 21:43 UTC  (6+ messages)
` [PATCH 2/3] KVM: x86: Emulate MTF when performing "

[PATCH v2 0/4] KVM: x86: TIF_NEED_FPU_LOAD bug fixes
 2020-01-17 19:30 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: x86: Handle TIF_NEED_FPU_LOAD in kvm_{load,put}_guest_fpu()
` [PATCH v2 2/4] KVM: x86: Ensure guest's FPU state is loaded when accessing for emulation
` [PATCH v2 3/4] KVM: x86: Revert "KVM: X86: Fix fpu state crash in kvm guest"
` [PATCH v2 4/4] KVM: x86: Remove unused ctxt param from emulator's FPU accessors

[PATCH 0/4] KVM: x86: TIF_NEED_FPU_LOAD bug fixes
 2020-01-17 18:43 UTC  (7+ messages)
` [PATCH 1/4] KVM: x86: Handle TIF_NEED_FPU_LOAD in kvm_{load,put}_guest_fpu()
` [PATCH 2/4] KVM: x86: Ensure guest's FPU state is loaded when accessing for emulation
` [PATCH 3/4] KVM: x86: Revert "KVM: X86: Fix fpu state crash in kvm guest"
` [PATCH 4/4] KVM: x86: Remove unused ctxt param from emulator's FPU accessors

[PATCH] selftests: KVM: AMD Nested SVM test infrastructure
 2020-01-17 17:37 UTC 

[kvm-unit-tests] README: fix markdown formatting and general improvements
 2020-01-17 13:10 UTC  (2+ messages)

[PATCH v22 0/9] Add ARMv8 RAS virtualization support in QEMU
 2020-01-17 12:19 UTC  (18+ messages)
` [PATCH v22 5/9] ACPI: Record the Generic Error Status Block address
` [PATCH v22 8/9] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
` [PATCH v22 9/9] MAINTAINERS: Add ACPI/HEST/GHES entries

[kvm-unit-tests PATCH v3 0/9] s390x: smp: Improve smp code and reset checks
 2020-01-17 10:46 UTC  (10+ messages)
` [kvm-unit-tests PATCH v3 1/9] s390x: smp: Cleanup smp.c
` [kvm-unit-tests PATCH v3 2/9] s390x: smp: Only use smp_cpu_setup once
` [kvm-unit-tests PATCH v3 3/9] s390x: Add cpu id to interrupt error prints
` [kvm-unit-tests PATCH v3 4/9] s390x: smp: Rework cpu start and active tracking
` [kvm-unit-tests PATCH v3 5/9] s390x: smp: Wait for cpu setup to finish
` [kvm-unit-tests PATCH v3 6/9] s390x: smp: Loop if secondary cpu returns into cpu setup again
` [kvm-unit-tests PATCH v3 7/9] s390x: smp: Remove unneeded cpu loops
` [kvm-unit-tests PATCH v3 8/9] s390x: smp: Test all CRs on initial reset
` [kvm-unit-tests PATCH v3 9/9] s390x: smp: Dirty fpc before initial reset test

[kvm-unit-tests PATCH v2 0/7] s390x: smp: Improve smp code and reset checks
 2020-01-17 10:41 UTC  (27+ messages)
` [kvm-unit-tests PATCH v2 1/7] s390x: smp: Cleanup smp.c
` [kvm-unit-tests PATCH v2 2/7] s390x: smp: Only use smp_cpu_setup once
` [kvm-unit-tests PATCH v2 3/7] s390x: Add cpu id to interrupt error prints
` [kvm-unit-tests PATCH v2 4/7] s390x: smp: Rework cpu start and active tracking
` [kvm-unit-tests PATCH v2 5/7] s390x: smp: Wait for cpu setup to finish
` [kvm-unit-tests PATCH v2 6/7] s390x: smp: Test all CRs on initial reset
` [kvm-unit-tests PATCH v2 7/7] s390x: smp: Dirty fpc before initial reset test

[PATCH v3 00/21] KVM: Dirty ring interface
 2020-01-17  9:50 UTC  (5+ messages)
` [PATCH v3 12/21] KVM: X86: Implement ring-based dirty memory tracking

[PATCH v10 01/19] RISC-V: Export riscv_cpuid_to_hartid_mask() API
 2020-01-17  7:14 UTC  (13+ messages)
` [PATCH v10 00/19] KVM RISC-V Support
  ` [PATCH v10 02/19] RISC-V: Add bitmap reprensenting ISA features common across CPUs
  ` [PATCH v10 03/19] RISC-V: Add hypervisor extension related CSR defines
  ` [PATCH v10 04/19] RISC-V: Add initial skeletal KVM support

[PATCH RFC 0/3] x86/kvm/hyper-v: fix enlightened VMCS & QEMU4.2
 2020-01-17  6:31 UTC  (14+ messages)
` [PATCH RFC 2/3] x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()
` [PATCH RFC 3/3] x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested guests

[RFC PATCH 0/3] vfio/type1: Reduce vfio_iommu.lock contention
 2020-01-17  1:10 UTC  (5+ messages)
` [RFC PATCH 1/3] vfio/type1: Convert vfio_iommu.lock from mutex to rwsem
` [RFC PATCH 2/3] vfio/type1: Replace obvious read lock instances
` [RFC PATCH 3/3] vfio/type1: Introduce pfn_list mutex

Question on rdtsc instruction in guest
 2020-01-16 23:44 UTC  (2+ messages)

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-16 20:30 UTC  (6+ messages)
` [PATCH v12 04/22] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages

[kvm-unit-tests PATCH v2] x86: Add a kvm module parameter check for vmware_backdoors test
 2020-01-16 19:47 UTC 

[PATCH AUTOSEL 4.19 189/671] vfio_pci: Enable memory accesses before calling pci_map_rom
 2020-01-16 16:51 UTC 

[PATCH AUTOSEL 4.19 340/671] vfio/mdev: Avoid release parent reference during error path
 2020-01-16 17:03 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 341/671] vfio/mdev: Follow correct remove sequence
` [PATCH AUTOSEL 4.19 342/671] vfio/mdev: Fix aborting mdev child device removal if one fails
` [PATCH AUTOSEL 4.19 596/671] vhost/test: stop device before reset

[PATCH net-next 0/3] vsock: support network namespace
 2020-01-16 17:24 UTC  (4+ messages)
` [PATCH net-next 1/3] vsock: add network namespace support
` [PATCH net-next 2/3] vsock/virtio_transport_common: handle netns of received packets
` [PATCH net-next 3/3] vhost/vsock: use netns of process that opens the vhost-vsock device

[PATCH AUTOSEL 4.14 101/371] vfio_pci: Enable memory accesses before calling pci_map_rom
 2020-01-16 17:21 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 190/371] vfio/mdev: Avoid release parent reference during error path
` [PATCH AUTOSEL 4.14 191/371] vfio/mdev: Fix aborting mdev child device removal if one fails

[PATCH AUTOSEL 4.9 073/251] vfio_pci: Enable memory accesses before calling pci_map_rom
 2020-01-16 17:33 UTC 

[PATCH AUTOSEL 4.4 046/174] vfio_pci: Enable memory accesses before calling pci_map_rom
 2020-01-16 17:40 UTC 

[PATCH] KVM: x86: Perform non-canonical checks in 32-bit KVM
 2020-01-16 15:50 UTC  (3+ messages)

[PATCH v2 0/2] use vfio_dma_rw to read/write IOVAs from CPU side
 2020-01-16 15:37 UTC  (12+ messages)
` [PATCH v2 1/2] vfio: introduce vfio_dma_rw to read/write a range of IOVAs
` [PATCH v2 2/2] drm/i915/gvt: subsitute kvm_read/write_guest with vfio_dma_rw

[PATCH v3 0/8] KVM: arm64: vCPU preempted check support
 2020-01-16 12:46 UTC  (9+ messages)
` [PATCH v3 1/8] KVM: arm64: Document PV-lock interface
` [PATCH v3 2/8] arm64: Probe for the presence of KVM hypervisor services during boot
` [PATCH v3 3/8] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [PATCH v3 4/8] KVM: arm64: Add SMCCC paravirtualised lock calls
` [PATCH v3 5/8] KVM: arm64: Support pvlock preempted via shared structure
` [PATCH v3 6/8] KVM: arm64: Provide vCPU attributes for PV lock
` [PATCH v3 7/8] KVM: arm64: Add interface to support vCPU preempted check
` [PATCH v3 8/8] KVM: arm64: Support the vCPU preemption check

[PATCH v2] KVM: Adding 'else' to reduce checking
 2020-01-16  9:03 UTC 

[PATCH] KVM: Adding 'else' to reduce checking
 2020-01-16  8:51 UTC 

[PATCH] KVM: Adding 'else' to reduce checking
 2020-01-16  8:27 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 00/16] arm/arm64: Add ITS tests
 2020-01-16  8:06 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 13/16] arm/arm64: ITS: INT functional tests

linux-next: manual merge of the kvm tree with the tip tree
 2020-01-16  2:48 UTC 

[PATCH] KVM: arm64: get rid of var ret and out jump label in kvm_arch_vcpu_ioctl_set_guest_debug()
 2020-01-16  2:03 UTC 

[PATCH] KVM: arm/arm64: Fix some obsolete comments
 2020-01-16  2:01 UTC 

[PATCH 0/2 v3] KVM: nVMX: Check GUEST_DR7 on vmentry of nested guests
 2020-01-16  0:54 UTC  (3+ messages)
` [PATCH 1/2 "
` [PATCH 2/2 v3] kvm-unit-test: nVMX: Test "

[PATCH] kvm: x86: Don't dirty guest memory on every vcpu_put()
 2020-01-16  0:32 UTC  (2+ messages)

[PATCH v16 0/9] mm / virtio: Provide support for free page reporting
 2020-01-15 23:08 UTC  (2+ messages)


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).