kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-10 13:07:09 to 2020-07-14 08:25:32 UTC [more...]

[PATCH v3 0/4] iommu aux-domain APIs extensions
 2020-07-14  8:25 UTC  (6+ messages)
` [PATCH v3 1/4] iommu: Check IOMMU_DEV_FEAT_AUX feature in aux api's
` [PATCH v3 2/4] iommu: Add iommu_aux_at(de)tach_group()
` [PATCH v3 3/4] iommu: Add iommu_aux_get_domain_for_dev()
` [PATCH v3 4/4] vfio/type1: Use iommu_aux_at(de)tach_group() APIs

[kvm-unit-tests PATCH] lib/alloc_page: Revert to 'unsigned long' for @size params
 2020-07-14  7:12 UTC  (3+ messages)

[PATCH v2 0/5] vfio/pci: add blocklist and disable qat
 2020-07-14  6:36 UTC  (6+ messages)
` [PATCH v2 1/5] PCI: Add Intel QuickAssist device IDs
` [PATCH v2 2/5] vfio/pci: Add device blocklist
` [PATCH v2 3/5] vfio/pci: Add QAT devices to blocklist
` [PATCH v2 4/5] crypto: qat - replace device ids defines
` [PATCH v2 5/5] crypto: qat - use PCI_VDEVICE

[PATCH 2/4] KVM: x86: Introduce paravirt feature CR0/CR4 pinning
 2020-07-14  5:39 UTC  (10+ messages)

[kvm-unit-tests PATCH 0/2] nVMX: Two PCIDE related fixes
 2020-07-14  4:43 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/2] nVMX: Restore active host RIP/CR4 after test_host_addr_size()
` [kvm-unit-tests PATCH 2/2] nVMX: Use the standard non-canonical value in test_mtf3

[kvm-unit-tests PATCH] cstart: Fix typo in i386's cstart assembly
 2020-07-14  4:37 UTC  (2+ messages)

[PATCH v2 0/4] Expose new features for intel processor
 2020-07-14  3:00 UTC  (3+ messages)
` [PATCH v2 3/4] x86: Expose SERIALIZE for supported cpuid

[PATCH] KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled
 2020-07-14  1:57 UTC 

[PATCH] x86/bugs/multihit: Fix mitigation reporting when KVM is not in use
 2020-07-14  1:45 UTC  (2+ messages)

device compatibility interface for live migration with assigned devices
 2020-07-13 23:29 UTC 

[kvm-unit-tests PATCH] x86: svm: low CR3 bits are not MBZ
 2020-07-13 23:30 UTC  (5+ messages)

[kvm-unit-tests PATCH] x86: reverse FW_CFG_MAX_ENTRY and FW_CFG_MAX_RAM
 2020-07-13 23:01 UTC  (4+ messages)

[PATCH v4 0/9] KVM: nSVM: fixes for CR3/MMU switch upon nested guest entry/exit
 2020-07-13 22:38 UTC  (12+ messages)
` [PATCH v4 1/9] KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()
` [PATCH v4 2/9] KVM: MMU: stop dereferencing vcpu->arch.mmu to get the context for MMU init
` [PATCH v4 3/9] KVM: nSVM: reset nested_run_pending upon nested_svm_vmrun_msrpm() failure
` [PATCH v4 4/9] KVM: nSVM: prepare to handle errors from enter_svm_guest_mode()
` [PATCH v4 5/9] KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled()
` [PATCH v4 6/9] KVM: nSVM: move kvm_set_cr3() after nested_svm_uninit_mmu_context()
` [PATCH v4 7/9] KVM: nSVM: implement nested_svm_load_cr3() and use it for host->guest switch
` [PATCH v4 8/9] KVM: nSVM: use nested_svm_load_cr3() on guest->host switch
` [PATCH v4 9/9] KVM: x86: drop superfluous mmu_check_root() from fast_pgd_switch()

[PATCH] virtio-balloon: Document byte ordering of poison_val
 2020-07-13 20:35 UTC 

[PATCH 1/4] kvm: x86: add KVM_{GET,SET}_TSC_OFFSET ioctls
 2020-07-13 19:54 UTC  (9+ messages)
` [PATCH 2/4] kvm: vmx: check tsc offsetting with nested_cpu_has()
` [PATCH 3/4] selftests: kvm: use a helper function for reading cpuid
` [PATCH 4/4] selftests: kvm: introduce tsc_offset_test

[PATCH] KVM: x86/mmu: Add capability to zap only sptes for the affected memslot
 2020-07-13 19:06 UTC  (7+ messages)

[PATCH v3 0/9] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-07-13 18:32 UTC  (23+ messages)
` [PATCH v3 1/9] KVM: x86: Add helper functions for illegal GPA checking and page fault injection
` [PATCH v3 2/9] KVM: x86: mmu: Move translate_gpa() to mmu.c
` [PATCH v3 3/9] KVM: x86: mmu: Add guest physical address check in translate_gpa()
` [PATCH v3 4/9] KVM: x86: rename update_bp_intercept to update_exception_bitmap
` [PATCH v3 5/9] KVM: x86: update exception bitmap on CPUID changes
` [PATCH v3 6/9] KVM: VMX: introduce vmx_need_pf_intercept
` [PATCH v3 7/9] KVM: VMX: Add guest physical address check in EPT violation and misconfig
` [PATCH v3 8/9] KVM: VMX: optimize #PF injection when MAXPHYADDR does not match
` [PATCH v3 9/9] KVM: x86: SVM: VMX: Make GUEST_MAXPHYADDR < HOST_MAXPHYADDR support configurable

[PATCH v2] KVM: nVMX: fix the layout of struct kvm_vmx_nested_state_hdr
 2020-07-13 18:23 UTC  (2+ messages)

[PATCH v13 00/11] Introduce support for guest CET feature
 2020-07-13 18:13 UTC  (2+ messages)

Seeing a problem in multi hw thread runs where memory mapped pcie device register reads are returning incorrect values using QEMU 4.2
 2020-07-13 17:52 UTC 

[PATCH] KVM: nVMX: properly pad struct kvm_vmx_nested_state_hdr
 2020-07-13 15:54 UTC  (3+ messages)

[PATCH] docs: kvm: Replace HTTP links with HTTPS ones
 2020-07-13 15:34 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] More lib/alloc cleanup and a minor improvement
 2020-07-13 15:16 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 2/4] lib/alloc_page: change some parameter types

[PATCH v2 00/17] KVM: arm64: Preliminary NV patches
 2020-07-13 14:20 UTC  (4+ messages)
` [PATCH v2 01/17] KVM: arm64: Factor out stage 2 page table data from struct kvm

[PATCH v5 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-13 13:14 UTC  (17+ messages)
` [PATCH v5 01/15] vfio/type1: Refactor vfio_iommu_type1_ioctl()
` [PATCH v5 02/15] iommu: Report domain nesting info
` [PATCH v5 03/15] iommu/smmu: Report empty "
` [PATCH v5 04/15] vfio/type1: Report iommu nesting info to userspace
` [PATCH v5 05/15] vfio: Add PASID allocation/free support
` [PATCH v5 06/15] iommu/vt-d: Support setting ioasid set to domain
` [PATCH v5 07/15] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v5 08/15] iommu: Pass domain to sva_unbind_gpasid()
` [PATCH v5 09/15] iommu/vt-d: Check ownership for PASIDs from user-space
` [PATCH v5 10/15] vfio/type1: Support binding guest page tables to PASID
` [PATCH v5 11/15] vfio/type1: Allow invalidating first-level/stage IOMMU cache
` [PATCH v5 12/15] vfio/type1: Add vSVA support for IOMMU-backed mdevs
` [PATCH v5 13/15] vfio/pci: Expose PCIe PASID capability to guest
` [PATCH v5 14/15] vfio: Document dual stage control
` [PATCH v5 15/15] iommu/vt-d: Support reporting nesting capability info

[PATCH] vsock/virtio: annotate 'the_virtio_vsock' RCU pointer
 2020-07-13 10:54 UTC  (3+ messages)

[PATCH 2/7] kvm/vfio: detect assigned device via irqbypass manager
 2020-07-13 10:52 UTC  (8+ messages)
  ` [PATCH 3/7] vhost_vdpa: implement IRQ offloading functions in vhost_vdpa
  ` [PATCH 4/7] vDPA: implement IRQ offloading helpers in vDPA core
  ` [PATCH 5/7] virtio_vdpa: init IRQ offloading function pointers to NULL
  ` [PATCH 6/7] ifcvf: replace irq_request/free with helpers in vDPA core

[PATCH] vhost/scsi: fix up req type endian-ness
 2020-07-13  9:29 UTC  (3+ messages)

[PATCH 0/5] KVM: arm64: pvtime: Fixes and a new cap
 2020-07-13  8:25 UTC  (8+ messages)
` [PATCH 1/5] KVM: arm64: pvtime: steal-time is only supported when configured
` [PATCH 2/5] KVM: arm64: pvtime: Fix potential loss of stolen time
` [PATCH 3/5] KVM: arm64: pvtime: Fix stolen time accounting across migration
` [PATCH 4/5] KVM: Documentation minor fixups
` [PATCH 5/5] arm64/x86: KVM: Introduce steal-time cap

linux-next: manual merge of the kvms390 tree with the kvm tree
 2020-07-13  4:50 UTC 

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2020-07-13  4:40 UTC 

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2020-07-13  4:39 UTC 

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-07-13  3:07 UTC  (4+ messages)
` [PATCH v4 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly

[PATCH v2 0/2] VFIO mdev aggregated resources handling
 2020-07-13  0:59 UTC  (16+ messages)
` [PATCH v3 "

[PATCH 1/2] rculist : Introduce list/hlist_for_each_entry_srcu() macros
 2020-07-12 16:08 UTC  (3+ messages)
` [PATCH 2/2] kvm: mmu: page_track: Fix RCU list API usage

[PATCH 0/7] *** IRQ offloading for vDPA ***
 2020-07-12 14:52 UTC 

[RFC v8 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-07-12 11:26 UTC  (26+ messages)
` [RFC v8 01/25] scripts/update-linux-headers: Import iommu.h
` [RFC v8 02/25] header file update VFIO/IOMMU vSVA APIs kernel 5.8-rc3
` [RFC v8 03/25] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
` [RFC v8 04/25] hw/pci: introduce pci_device_get_iommu_attr()
` [RFC v8 05/25] intel_iommu: add get_iommu_attr() callback
` [RFC v8 06/25] vfio: pass nesting requirement into vfio_get_group()
` [RFC v8 07/25] vfio: check VFIO_TYPE1_NESTING_IOMMU support
` [RFC v8 08/25] hw/iommu: introduce HostIOMMUContext
` [RFC v8 09/25] hw/pci: introduce pci_device_set/unset_iommu_context()
` [RFC v8 10/25] intel_iommu: add set/unset_iommu_context callback
` [RFC v8 11/25] vfio/common: provide PASID alloc/free hooks
` [RFC v8 12/25] vfio: init HostIOMMUContext per-container
` [RFC v8 13/25] intel_iommu: add virtual command capability support
` [RFC v8 14/25] intel_iommu: process PASID cache invalidation
` [RFC v8 15/25] intel_iommu: add PASID cache management infrastructure
` [RFC v8 16/25] vfio: add bind stage-1 page table support
` [RFC v8 17/25] intel_iommu: sync IOMMU nesting cap info for assigned devices
` [RFC v8 18/25] intel_iommu: bind/unbind guest page table to host
` [RFC v8 19/25] intel_iommu: replay pasid binds after context cache invalidation
` [RFC v8 20/25] intel_iommu: do not pass down pasid bind for PASID #0
` [RFC v8 21/25] vfio: add support for flush iommu stage-1 cache
` [RFC v8 22/25] intel_iommu: process PASID-based iotlb invalidation
` [RFC v8 23/25] intel_iommu: propagate PASID-based iotlb invalidation to host
` [RFC v8 24/25] intel_iommu: process PASID-based Device-TLB invalidation
` [RFC v8 25/25] intel_iommu: modify x-scalable-mode to be string option

[PATCH 0/3 v4] KVM: nSVM: Check MBZ bits in CR3 and CR4 on vmrun of nested guests
 2020-07-11 16:12 UTC  (5+ messages)
` [PATCH 3/3 v4] kvm-unit-tests: nSVM: Test that MBZ bits in CR3 and CR4 are not set "

[vhost:config-endian 33/36] drivers/vdpa/vdpa_sim/vdpa_sim.c:335:21: sparse: sparse: incorrect type in assignment (different base types)
 2020-07-11  8:01 UTC 

[kvm-unit-tests PATCH 0/4] x86: svm: bare-metal fixes
 2020-07-10 23:35 UTC  (10+ messages)
` [kvm-unit-tests PATCH 1/4] x86: svm: clear CR4.DE on DR intercept test
` [kvm-unit-tests PATCH 2/4] x86: svm: present bit is set on nested page-faults
` [kvm-unit-tests PATCH 3/4] x86: remove blind writes from setup_mmu()
` [kvm-unit-tests PATCH 4/4] x86: Allow to limit maximum RAM address

[PATCH] KVM: nSVM: remove nonsensical EXITINFO1 adjustment on nested NPF
 2020-07-10 20:51 UTC 

[GIT PULL] Second batch of KVM changes for Linux 5.8-rc5
 2020-07-10 16:55 UTC  (2+ messages)

[PATCH v3] KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to common x86 code
 2020-07-10 16:53 UTC  (2+ messages)

[PATCH 0/2] kvm: x86/cpu: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-07-10 16:49 UTC  (10+ messages)
` [PATCH 2/2] x86/cpu: Handle GUEST_MAXPHYADDR < HOST_MAXPHYADDR for hosts that don't support it

[PATCH v12 00/11] Guest Last Branch Recording Enabling
 2020-07-10 16:28 UTC  (7+ messages)
` [PATCH v12 07/11] KVM: vmx/pmu: Unmask LBR fields in the MSR_IA32_DEBUGCTLMSR emualtion

[PATCH 3/5] vfio/pci: add qat devices to blocklist
 2020-07-10 16:22 UTC  (7+ messages)

[PATCH 0/5] vfio/pci: add blocklist and disable qat
 2020-07-10 16:13 UTC  (4+ messages)

[PATCH v2] KVM: SVM: emulate MSR_IA32_PERF_CAPABILITIES
 2020-07-10 15:23 UTC  (5+ messages)

[PATCH] PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h
 2020-07-10 14:29 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).