kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-25 13:49:21 to 2020-03-27 05:07:56 UTC [more...]

[PATCH v16 Kernel 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking
 2020-03-27  5:07 UTC  (5+ messages)

[PATCH v16 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-27  4:42 UTC  (12+ messages)
` [PATCH v16 Kernel 1/7] vfio: KABI for migration interface for device state
` [PATCH v16 Kernel 2/7] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH v16 Kernel 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap

[PATCH v11 0/9] Introduce support for guest CET feature
 2020-03-27  4:41 UTC  (12+ messages)
` [PATCH v11 1/9] KVM: VMX: Introduce CET VMX fields and flags
` [PATCH v11 2/9] KVM: VMX: Set guest CET MSRs per KVM and host configuration
` [PATCH v11 3/9] KVM: VMX: Set host/guest CET states for vmexit/vmentry
` [PATCH v11 4/9] KVM: VMX: Check CET dependencies on CR settings
` [PATCH v11 5/9] KVM: X86: Refresh CPUID once guest XSS MSR changes
` [PATCH v11 6/9] KVM: X86: Load guest fpu state when access MSRs managed by XSAVES
` [PATCH v11 7/9] KVM: X86: Add userspace access interface for CET MSRs
` [PATCH v11 8/9] KVM: VMX: Enable CET support for nested VM
` [PATCH v11 9/9] KVM: X86: Set CET feature bits for CPUID enumeration
` [kvm-unit-tests PATCH] x86: Add tests for user-mode CET

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-03-27  3:57 UTC  (12+ messages)
` [PATCH 05/70] x86/insn: Make inat-tables.c suitable for pre-decompression code
` [PATCH 06/70] x86/umip: Factor out instruction fetch
` [PATCH 07/70] x86/umip: Factor out instruction decoding
` [PATCH 08/70] x86/insn: Add insn_get_modrm_reg_off()
` [PATCH 09/70] x86/insn: Add insn_rep_prefix() helper

problems about EPT in kvm
 2020-03-27  3:54 UTC 

[PATCH v3] mm/hugetlb: fix a addressing exception caused by huge_pte_offset
 2020-03-27  1:40 UTC 

[kvm:queue 276/278] arch/x86/kvm/svm/nested.c:88:49: error: invalid type argument of '->' (have 'struct kvm_x86_ops')
 2020-03-27  1:40 UTC  (2+ messages)

[PATCH v1 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-03-27  1:33 UTC  (36+ messages)
` [PATCH v1 12/22] intel_iommu: add PASID cache management infrastructure
` [PATCH v1 14/22] intel_iommu: bind/unbind guest page table to host
` [PATCH v1 15/22] intel_iommu: replay guest pasid bindings "
` [PATCH v1 17/22] intel_iommu: do not pass down pasid bind for PASID #0
` [PATCH v1 19/22] intel_iommu: process PASID-based iotlb invalidation
` [PATCH v1 20/22] intel_iommu: propagate PASID-based iotlb invalidation to host

[kvm:queue 277/278] make[3]: *** No rule to make target 'arch/x86/kvm/svm/avic.o', needed by 'arch/x86/kvm/built-in.a'
 2020-03-27  0:56 UTC 

[kvm:kvm-tlb-cleanup 254/287] arch/x86/kvm/mmu/mmu.c:5544:52: note: in expansion of macro 'INVALID_PAGE'
 2020-03-26 23:27 UTC 

[GIT PULL] KVM fixes for Linux 5.6 final (or -rc8)
 2020-03-26 22:55 UTC  (2+ messages)

[PATCH v15 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-26 21:39 UTC  (4+ messages)
` [PATCH v15 Kernel 1/7] vfio: KABI for migration interface for device state

[RFC v3 0/3] Fix errors when try to build kvm selftests on specified output
 2020-03-26 20:57 UTC  (5+ messages)
` [RFC v3 1/3] kvm: selftests: Fix no directory error when OUTPUT specified
` [RFC v3 2/3] kvm: selftests: Use the right INSTALL_HDR_PATH when OUTPUT specified and MAKELEVEL is 0
` [RFC v3 3/3] kvm: selftests: Fix header path when built from parent level with O specified

[PATCH 0/3] SELinux support for anonymous inodes and UFFD
 2020-03-26 20:06 UTC  (20+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] Add a new LSM-supporting anonymous inode interface
` [PATCH v2 2/3] Teach SELinux about anonymous inodes
` [PATCH v2 3/3] Wire UFFD up to SELinux
` [PATCH v3 0/3] SELinux support for anonymous inodes and UFFD
  ` [PATCH v3 1/3] Add a new LSM-supporting anonymous inode interface
  ` [PATCH v3 2/3] Teach SELinux about anonymous inodes
  ` [PATCH v3 3/3] Wire UFFD up to SELinux
  ` [PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
    ` [PATCH v4 1/3] Add a new LSM-supporting anonymous inode interface
    ` [PATCH v4 2/3] Teach SELinux about anonymous inodes
    ` [PATCH v4 3/3] Wire UFFD up to SELinux

[PATCH 0/3] KVM: x86: sync SPTEs on page/EPT fault injection
 2020-03-26 19:45 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86: introduce kvm_mmu_invalidate_gva
` [PATCH 2/3] KVM: x86: cleanup kvm_inject_emulated_page_fault
` [PATCH 3/3] KVM: x86: Sync SPTEs when injecting page/EPT fault into L1

[RFC PATCH v2 0/9] s390x/vfio-ccw: Channel Path Handling
 2020-03-26 18:51 UTC  (13+ messages)
` [RFC PATCH v2 2/9] vfio-ccw: Register a chp_event callback for vfio-ccw
` [RFC PATCH v2 7/9] vfio-ccw: Wire up the CRW irq and CRW region

[PATCH v6 0/8] x86/split_lock: Fix and virtualization of split lock detection
 2020-03-26 18:51 UTC  (14+ messages)
` [PATCH v6 8/8] kvm: vmx: virtualize "

[PATCH] vfio-mdev: support mediated device creation in kernel
 2020-03-26 17:16 UTC  (5+ messages)

[PATCH] KVM: VMX: Add a trampoline to fix VMREAD error handling
 2020-03-26 16:07 UTC 

[PATCH v3 kvmtool 00/32] Add reassignable BARs and PCIE 1.1 support
 2020-03-26 15:24 UTC  (33+ messages)
` [PATCH v3 kvmtool 01/32] Makefile: Use correct objcopy binary when cross-compiling for x86_64
` [PATCH v3 kvmtool 02/32] hw/i8042: Compile only for x86
` [PATCH v3 kvmtool 03/32] pci: Fix BAR resource sizing arbitration
` [PATCH v3 kvmtool 04/32] Remove pci-shmem device
` [PATCH v3 kvmtool 05/32] Check that a PCI device's memory size is power of two
` [PATCH v3 kvmtool 06/32] arm/pci: Advertise only PCI bus 0 in the DT
` [PATCH v3 kvmtool 07/32] ioport: pci: Move port allocations to PCI devices
` [PATCH v3 kvmtool 08/32] pci: Fix ioport allocation size
` [PATCH v3 kvmtool 09/32] virtio/pci: Make memory and IO BARs independent
` [PATCH v3 kvmtool 10/32] vfio/pci: Allocate correct size for MSIX table and PBA BARs
` [PATCH v3 kvmtool 11/32] vfio/pci: Don't assume that only even numbered BARs are 64bit
` [PATCH v3 kvmtool 12/32] vfio/pci: Ignore expansion ROM BAR writes
` [PATCH v3 kvmtool 13/32] vfio/pci: Don't access unallocated regions
` [PATCH v3 kvmtool 14/32] virtio: Don't ignore initialization failures
` [PATCH v3 kvmtool 15/32] Don't ignore errors registering a device, ioport or mmio emulation
` [PATCH v3 kvmtool 16/32] hw/vesa: Don't ignore fatal errors
` [PATCH v3 kvmtool 17/32] hw/vesa: Set the size for BAR 0
` [PATCH v3 kvmtool 18/32] ioport: Fail when registering overlapping ports
` [PATCH v3 kvmtool 19/32] ioport: mmio: Use a mutex and reference counting for locking
` [PATCH v3 kvmtool 20/32] pci: Add helpers for BAR values and memory/IO space access
` [PATCH v3 kvmtool 21/32] virtio/pci: Get emulated region address from BARs
` [PATCH v3 kvmtool 22/32] vfio: Destroy memslot when unmapping the associated VAs
` [PATCH v3 kvmtool 23/32] vfio: Reserve ioports when configuring the BAR
` [PATCH v3 kvmtool 24/32] pci: Limit configuration transaction size to 32 bits
` [PATCH v3 kvmtool 25/32] vfio/pci: Don't write configuration value twice
` [PATCH v3 kvmtool 26/32] vesa: Create device exactly once
` [PATCH v3 kvmtool 27/32] pci: Implement callbacks for toggling BAR emulation
` [PATCH v3 kvmtool 28/32] pci: Toggle BAR I/O and memory space emulation
` [PATCH v3 kvmtool 29/32] pci: Implement reassignable BARs
` [PATCH v3 kvmtool 30/32] arm/fdt: Remove 'linux,pci-probe-only' property
` [PATCH v3 kvmtool 31/32] vfio: Trap MMIO access to BAR addresses which aren't page aligned
` [PATCH v3 kvmtool 32/32] arm/arm64: Add PCI Express 1.1 support

[PATCH V9 0/9] vDPA support
 2020-03-26 14:01 UTC  (10+ messages)
` [PATCH V9 1/9] vhost: refine vhost and vringh kconfig
` [PATCH V9 2/9] vhost: allow per device message handler
` [PATCH V9 3/9] vhost: factor out IOTLB
` [PATCH V9 4/9] vringh: IOTLB support
` [PATCH V9 5/9] vDPA: introduce vDPA bus
` [PATCH V9 6/9] virtio: introduce a vDPA based transport
` [PATCH V9 7/9] vhost: introduce vDPA-based backend
` [PATCH V9 8/9] vdpasim: vDPA device simulator
` [PATCH V9 9/9] virtio: Intel IFC VF driver for VDPA

[PATCH v1 00/11] PEBS virtualization enabling via DS
 2020-03-26 14:03 UTC  (9+ messages)
` [PATCH v1 01/11] perf/x86/core: Support KVM to assign a dedicated counter for guest PEBS

[PATCH V8 0/9] vDPA support
 2020-03-26 13:56 UTC  (9+ messages)
` [PATCH V8 5/9] vDPA: introduce vDPA bus
` [PATCH V8 9/9] virtio: Intel IFC VF driver for VDPA

[PATCH v1 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-03-26 12:56 UTC  (2+ messages)

[PATCH] kvm/x86: Reduce counter period change overhead and delay the effective time
 2020-03-26 12:47 UTC  (3+ messages)
` [PATCH v2] KVM: x86/pmu: "

[Bug 206977] New: AMD gpu Crash after power or reboot the VM
 2020-03-26 10:53 UTC  (2+ messages)
` [Bug 206977] "

[PATCH v2 0/7] Removing support for 32bit KVM/arm host
 2020-03-26 10:17 UTC  (2+ messages)

[GIT PULL 0/2] KVM: s390: changes for 5.7 part 2
 2020-03-26  9:58 UTC  (2+ messages)

[PATCH 0/3] KVM: X86: Single target IPI fastpath enhancement
 2020-03-26  9:46 UTC  (5+ messages)
` [PATCH 1/3] KVM: X86: Delay read msr data iff writes ICR MSR
` [PATCH 2/3] KVM: X86: Narrow down the IPI fastpath to single target IPI
` [PATCH 3/3] KVM: X86: Micro-optimize IPI fastpath delay

status of kvm.git
 2020-03-26  8:47 UTC  (5+ messages)

[PATCH v2 0/2] VFIO mdev aggregated resources handling
 2020-03-26  8:21 UTC  (5+ messages)
` [PATCH v2 1/2] Documentation/driver-api/vfio-mediated-device.rst: update for aggregation support
` [PATCH v2 2/2] drm/i915/gvt: mdev aggregation type

linux-next: manual merge of the kvm tree with the spdx tree
 2020-03-26  7:55 UTC  (2+ messages)

[PATCH v2 0/6] Fix errors when try to build kvm selftests on specified output
 2020-03-26  0:45 UTC  (9+ messages)
` [PATCH v2 1/6] selftests: Create directory when OUTPUT specified
` [PATCH v2 2/6] selftests: kvm: Include lib.mk earlier
` [PATCH v2 3/6] selftests: kvm: Use the default linux header path only when INSTALL_HDR_PATH not defined
` [PATCH v2 4/6] selftests: Create variable INSTALL_HDR_PATH if need to install linux headers to $(OUTPUT)/usr
` [PATCH v2 5/6] selftests: Generate build output of linux headers to $(OUTPUT)/linux-header-build
` [PATCH v2 6/6] selftests: export INSTALL_HDR_PATH if using "O" to specify output dir

[PATCH] KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timer
 2020-03-26  0:28 UTC  (4+ messages)

[kvm-unit-tests PATCH v7 00/13] arm/arm64: Add ITS tests
 2020-03-25 21:20 UTC  (4+ messages)
` [kvm-unit-tests PATCH v7 08/13] arm/arm64: ITS: Device and collection Initialization

[PATCH] KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=y
 2020-03-25 19:21 UTC  (2+ messages)

linux-next: Tree for Mar 25 (arch/x86/kvm/)
 2020-03-25 18:47 UTC  (8+ messages)

[PATCH -tip 0/4] kvm: Use rcuwait for vcpu blocking
 2020-03-25 17:09 UTC  (3+ messages)
` [PATCH 3/4] kvm: Replace vcpu->swait with rcuwait

[PATCH v3 00/37] KVM: x86: TLB flushing fixes and enhancements
 2020-03-25 16:11 UTC  (7+ messages)
` [PATCH v3 14/37] KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hook

[PATCH 0/4] KVM: SVM: Move and split up svm.c
 2020-03-25 13:49 UTC  (5+ 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).