kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-15 13:03:40 to 2020-01-17 04:10:23 UTC [more...]

[PATCH 0/5] vDPA support
 2020-01-17  4:10 UTC  (11+ 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

[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 v10 01/19] RISC-V: Export riscv_cpuid_to_hartid_mask() API
 2020-01-16 23:37 UTC  (7+ 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 v4 00/12] vfio_pci: wrap pci device as a mediated device
 2020-01-16 21:24 UTC  (26+ 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 05/12] vfio_pci: duplicate vfio_pci.c
` [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

[kvm-unit-tests] README: fix markdown formatting and general improvements
 2020-01-16 21:20 UTC 

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-16 20:30 UTC  (17+ messages)
` [PATCH v12 04/22] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v12 05/22] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v12 06/22] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v12 08/22] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v12 11/22] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v12 22/22] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

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

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

[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 RFC 0/3] x86/kvm/hyper-v: fix enlightened VMCS & QEMU4.2
 2020-01-16 16:57 UTC  (15+ messages)
` [PATCH RFC 1/3] x86/kvm/hyper-v: remove stale evmcs_already_enabled check from nested_enable_evmcs()
` [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

[PATCH v22 0/9] Add ARMv8 RAS virtualization support in QEMU
 2020-01-16 16:46 UTC  (10+ messages)
` [PATCH v22 2/9] docs: APEI GHES generation and CPER record description
` [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

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

[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

[kvm-unit-tests PATCH v2 0/7] s390x: smp: Improve smp code and reset checks
 2020-01-16 15:05 UTC  (24+ 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 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  (17+ messages)
` [kvm-unit-tests PATCH v2 06/16] arm/arm64: ITS: Test BASER
` [kvm-unit-tests PATCH v2 12/16] arm/arm64: ITS: commands
` [kvm-unit-tests PATCH v2 13/16] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v2 14/16] arm/run: Allow Migration tests
` [kvm-unit-tests PATCH v2 16/16] arm/arm64: ITS: pending table migration test

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)

[PATCH 0/3] Handle monitor trap flag during instruction emulation
 2020-01-15 22:51 UTC  (4+ messages)
` [PATCH 2/3] KVM: x86: Emulate MTF when performing "

[PATCH] x86: Add a kvm module parameter check for vmware_backdoors test
 2020-01-15 22:16 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Add a kvm module parameter check for vmware_backdoors test
 2020-01-15 20:15 UTC 

[PATCH v5 0/2] kvm: Use huge pages for DAX-backed files
 2020-01-15 18:33 UTC  (5+ messages)
` [PATCH v5 1/2] mm: make dev_pagemap_mapping_shift() externally visible

[PATCH v2] KVM: SVM: Fix potential memory leak in svm_cpu_init()
 2020-01-15 18:23 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM
 2020-01-15 18:20 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Fix a benign Bitwise vs. Logical OR mixup
 2020-01-15 18:20 UTC  (5+ messages)

[PATCH v2] KVM: nVMX: vmread should not set rflags to specify success in case of #PF
 2020-01-15 18:18 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86/mmu: Optimize rsvd pte checks
 2020-01-15 18:17 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: x86/mmu: Micro-optimize nEPT's bad memptype/XWR checks

[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
 2020-01-15 18:10 UTC  (3+ messages)
` [PATCH 1/7] KVM: Pass mmu_notifier_range down to kvm_unmap_hva_range()

[PATCH] KVM: VMX: Clean up the spaces redundant
 2020-01-15 18:09 UTC  (2+ messages)

[PATCH] KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declaration
 2020-01-15 18:08 UTC  (2+ messages)

[PATCH v2 0/5] KVM: x86: X86_FEATURE bit() cleanup
 2020-01-15 18:07 UTC  (2+ messages)

[PATCH 0/4] KVM: x86: Add checks on host-reserved cr4 bits
 2020-01-15 18:05 UTC  (2+ messages)

[PATCH 0/2] KVM: VMX: PT (RTIT) bug fix and cleanup
 2020-01-15 17:59 UTC  (2+ messages)

[PATCH 0/6] Fix various comment errors
 2020-01-15 17:56 UTC  (2+ messages)

[PATCH 0/6] remove unnecessary return val of kvm pit
 2020-01-15 17:53 UTC  (3+ messages)
` [PATCH 5/6] KVM: x86: check kvm_pit outside kvm_vm_ioctl_reinject()

[PATCH v4 1/2] KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
 2020-01-15 17:51 UTC  (4+ messages)
` [PATCH v4 2/2] KVM: LAPIC: micro-optimize fixed mode ipi delivery

[PATCH 0/2 v2] KVM: nVMX: Check GUEST_DR7 on vmentry of nested guests
 2020-01-15 17:13 UTC  (3+ messages)
` [PATCH 1/2 "

[PATCH kvmtool 00/16] Add writable BARs and PCIE 1.1 support
 2020-01-15 15:10 UTC  (14+ messages)
` [PATCH kvmtool 04/16] Check that a PCI device's memory size is power of two
` [PATCH kvmtool 05/16] arm: pci.c: Advertise only PCI bus 0 in the DT
` [PATCH kvmtool 09/16] arm/pci: Do not use first PCI IO space bytes for devices

[PATCH 2/2] kvm: Add ioctl for gathering debug counters
 2020-01-15 14:59 UTC  (4+ messages)

[PATCH v3] travis.yml: Prevent 'script' from premature exit
 2020-01-15 14:47 UTC  (2+ messages)

[PATCH v2 0/6] KVM: arm64: VCPU preempted check support
 2020-01-15 14:14 UTC  (3+ messages)

[PATCH v2 00/18] arm64: KVM: add SPE profiling support
 2020-01-15 14:03 UTC  (5+ messages)
` [PATCH v2 10/18] arm64: KVM/debug: use EL1&0 stage 1 translation regime

[PATCH] KVM: arm64: get rid of var ret and out jump label in kvm_arch_vcpu_ioctl_set_guest_debug()
 2020-01-15 13:58 UTC  (2+ messages)

[PATCH v2] travis.yml: Prevent 'script' from premature exit
 2020-01-15 13:38 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/4] s390x: smp: Improve smp code and reset checks
 2020-01-15 13:03 UTC  (3+ messages)

[PATCH v10 04/19] RISC-V: Add initial skeletal KVM support
 2019-12-23 11:35 UTC 

[PATCH v10 03/19] RISC-V: Add hypervisor extension related CSR defines
 2019-12-23 11:35 UTC 

[PATCH v10 02/19] RISC-V: Add bitmap reprensenting ISA features common across CPUs
 2019-12-23 11:35 UTC 


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