kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-02 20:06:49 to 2020-10-07 12:20:54 UTC [more...]

[PATCH 0/5] Fix x2apic enablement and allow up to 32768 CPUs without IR where supported
 2020-10-07 12:20 UTC  (3+ messages)
` [PATCH 1/5] x86/apic: Fix x2apic enablement without interrupt remapping
  ` [PATCH 5/5] x86/kvm: Add KVM_FEATURE_MSI_EXT_DEST_ID

[PATCH 0/13] Fix per-domain IRQ affinity, allow >255 CPUs on x86 without IRQ remapping
 2020-10-07 12:04 UTC  (30+ messages)
` [PATCH 01/13] x86/apic: Use x2apic in guest kernels even with unusable CPUs
  ` [PATCH 02/13] x86/msi: Only use high bits of MSI address for DMAR unit
  ` [PATCH 03/13] x86/ioapic: Handle Extended Destination ID field in RTE
  ` [PATCH 04/13] x86/apic: Support 15 bits of APIC ID in IOAPIC/MSI where available
  ` [PATCH 05/13] genirq: Prepare for default affinity to be passed to __irq_alloc_descs()
  ` [PATCH 06/13] genirq: Add default_affinity argument "
  ` [PATCH 07/13] irqdomain: Add max_affinity argument to irq_domain_alloc_descs()
  ` [PATCH 08/13] genirq: Add irq_domain_set_affinity()
  ` [PATCH 09/13] x86/irq: Add x86_non_ir_cpumask
  ` [PATCH 10/13] x86/irq: Limit IOAPIC and MSI domains' affinity without IR
  ` [PATCH 11/13] x86/smp: Allow more than 255 CPUs even without interrupt remapping
  ` [PATCH 12/13] iommu/irq_remapping: Kill most of hyperv-iommu.c now it's redundant
  ` [PATCH 13/13] x86/kvm: Add KVM_FEATURE_MSI_EXT_DEST_ID

[PATCH v2 0/9] Retrieve zPCI hardware information from VFIO
 2020-10-07  7:35 UTC  (20+ messages)
` [PATCH v2 1/9] s390x/pci: Move header files to include/hw/s390x
` [PATCH v2 2/9] MAINTAINERS: Update s390 PCI entry to include headers
` [PATCH v2 3/9] update-linux-headers: Add vfio_zdev.h
` [PATCH v2 4/9] linux-headers: update against 5.9-rc7
` [PATCH v2 5/9] s390x/pci: create a header dedicated to PCI CLP
` [PATCH v2 6/9] s390x/pci: use a PCI Group structure
` [PATCH v2 7/9] s390x/pci: clean up s390 PCI groups
` [PATCH v2 8/9] s390x/pci: use a PCI Function structure
` [PATCH v2 9/9] s390x/pci: get zPCI function info from host

[PATCH 0/6] KVM: x86: KVM_SET_SREGS.CR4 bug fixes and cleanup
 2020-10-07  1:44 UTC  (7+ messages)
` [PATCH 1/6] KVM: VMX: Drop guest CPUID check for VMXE in vmx_set_cr4()
` [PATCH 2/6] KVM: VMX: Drop explicit 'nested' check from vmx_set_cr4()
` [PATCH 3/6] KVM: SVM: Drop VMXE check from svm_set_cr4()
` [PATCH 4/6] KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook
` [PATCH 5/6] KVM: x86: Return bool instead of int for CR4 and SREGS validity checks
` [PATCH 6/6] KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2

[PATCH v4] kvm,x86: Exit to user space in case page fault error
 2020-10-07  0:04 UTC  (26+ messages)
                                        ` [Virtio-fs] [PATCH v4] kvm, x86: "

[PATCH 00/22] Introduce the TDP MMU
 2020-10-06 23:38 UTC  (14+ messages)
` [PATCH 10/22] kvm: mmu: Add TDP MMU PF handler
` [PATCH 14/22] kvm: mmu: Add access tracking for tdp_mmu
` [PATCH 22/22] kvm: mmu: Don't clear write flooding count for direct roots

[kvm-unit-tests PATCH] x86: vmx: add regression test for posted interrupts
 2020-10-06 21:25 UTC 

[PATCH] KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PI
 2020-10-06 21:22 UTC  (4+ messages)

[PATCH 0/4] Test MSR exits to userspace
 2020-10-06 21:04 UTC  (5+ messages)
` [PATCH 1/4] selftests: kvm: Fix the segment descriptor layout to match the actual layout
` [PATCH 2/4] selftests: kvm: Clear uc so UCALL_NONE is being properly reported
` [PATCH 3/4] selftests: kvm: Add exception handling to selftests
` [PATCH 4/4] selftests: kvm: Test MSR exiting to userspace

[PATCH 0/4 v3] KVM: nSVM: Add checks for CR3 and CR4 reserved bits to svm_set_nested_state() and test CR3 non-MBZ reserved bits
 2020-10-06 19:06 UTC  (5+ messages)
` [PATCH 1/4 v3] KVM: nSVM: CR3 MBZ bits are only 63:52
` [PATCH 2/4 v3] KVM: nSVM: Add check for reserved bits for CR3, CR4, DR6, DR7 and EFER to svm_set_nested_state()
` [PATCH 3/4 v3] nSVM: Test non-MBZ reserved bits in CR3 in long mode and legacy PAE mode
` [PATCH 4/4 v3] KVM: nSVM: nested_vmcb_checks() needs to check all bits of EFER

KVM call for agenda for 2020-10-06
 2020-10-06 18:21 UTC  (3+ messages)

[PATCH v10 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-10-06 15:29 UTC  (4+ messages)
` [PATCH v10 11/11] vfio: Document nested stage control

[PATCH v2 0/5] Pass zPCI hardware information via VFIO
 2020-10-06 15:27 UTC  (12+ messages)
` [PATCH v2 2/5] s390/pci: track whether util_str is valid in the zpci_dev
` [PATCH v2 3/5] vfio-pci/zdev: define the vfio_zdev header
` [PATCH v2 5/5] MAINTAINERS: Add entry for s390 vfio-pci

kvmtool: vhost MQ support
 2020-10-06 11:58 UTC  (2+ messages)

[PATCH] KVM: x86: filter guest NX capability for cpuid2
 2020-10-06  7:54 UTC  (4+ messages)

[PATCH v10 00/16] s390/vfio-ap: dynamic configuration support
 2020-10-05 23:05 UTC  (7+ messages)
` [PATCH v10 11/16] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device

[PATCH 0/2] KVM: VMX: x2APIC + APICV MSR fix and cleanup
 2020-10-05 19:55 UTC  (3+ messages)
` [PATCH 1/2] KVM: VMX: Fix x2APIC MSR intercept handling on !APICV platforms
` [PATCH 2/2] KVM: VMX: Ignore userspace MSR filters for x2APIC when APICV is enabled

[PATCH v8 0/8] Allow user space to restrict and augment MSR emulation
 2020-10-05 18:43 UTC  (4+ messages)
` [PATCH v8 6/8] KVM: x86: VMX: Prevent MSR passthrough when MSR access is denied

[PATCH 0/4 v2] KVM: nSVM: Add checks for CR3 and CR4 reserved bits to svm_set_nested_state() and test CR3 non-MBZ reserved bits
 2020-10-05 19:10 UTC  (6+ messages)
` [PATCH 3/4 v2] KVM: nSVM: Test non-MBZ reserved bits in CR3 in long mode

[kvm-unit-tests PATCH v2 0/7] Rewrite the allocators
 2020-10-05 18:04 UTC  (21+ messages)
` [kvm-unit-tests PATCH v2 1/7] lib/list: Add double linked list management functions
` [kvm-unit-tests PATCH v2 2/7] lib/vmalloc: vmalloc support for handling allocation metadata
` [kvm-unit-tests PATCH v2 3/7] lib/asm: Add definitions of memory areas
` [kvm-unit-tests PATCH v2 4/7] lib/alloc_page: complete rewrite of the page allocator

[PATCH v6 00/10] vfio/fsl-mc: VFIO support for FSL-MC device
 2020-10-05 17:36 UTC  (11+ messages)
` [PATCH v6 01/10] vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devices
` [PATCH v6 02/10] vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bind
` [PATCH v6 03/10] vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctl
` [PATCH v6 04/10] vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl call
` [PATCH v6 05/10] vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions
` [PATCH v6 06/10] vfio/fsl-mc: Added lock support in preparation for interrupt handling
` [PATCH v6 07/10] vfio/fsl-mc: Add irq infrastructure for fsl-mc devices
` [PATCH v6 08/10] vfio/fsl-mc: trigger an interrupt via eventfd
` [PATCH v6 09/10] vfio/fsl-mc: Add read/write support for fsl-mc devices
` [PATCH v6 10/10] vfio/fsl-mc: Add support for device reset

[PATCH v5 00/10] vfio/fsl-mc: VFIO support for FSL-MC device
 2020-10-05 17:29 UTC  (11+ messages)
` [PATCH v5 02/10] vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bind
` [PATCH v5 08/10] vfio/fsl-mc: trigger an interrupt via eventfd
` [PATCH v5 09/10] vfio/fsl-mc: Add read/write support for fsl-mc devices
` [PATCH v5 10/10] vfio/fsl-mc: Add support for device reset

[PATCH 0/4] treewide: Make definitions of struct kernel_param_ops const
 2020-10-05 17:14 UTC  (6+ messages)
` [PATCH 2/4] kvm x86/mmu: Make struct kernel_param_ops definitions const
` Where is the declaration of buffer used in kernel_param_ops .get functions?

[PATCH] Documentation: kvm: fix a typo
 2020-10-05 15:38 UTC  (2+ messages)

[PATCH] target/i386: Support up to 32768 CPUs without IRQ remapping
 2020-10-05 14:18 UTC 

[PATCH 0/3] KVM: x86: allow for more CPUID entries
 2020-10-05 13:06 UTC  (9+ messages)
` [PATCH 1/3] KVM: x86: disconnect kvm_check_cpuid() from vcpu->arch.cpuid_entries
` [PATCH 2/3] KVM: x86: allocate vcpu->arch.cpuid_entries dynamically
` [PATCH 3/3] KVM: x86: bump KVM_MAX_CPUID_ENTRIES

scripts/gdb: issues when loading modules after lx-symbols
 2020-10-05 13:03 UTC  (4+ messages)

[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
 2020-10-05 10:53 UTC  (9+ messages)
` [PATCH v3 17/19] hw/arm: Automatically select the 'virt' machine on KVM

[PATCH] x86/kvm: Update the comment about asynchronous page fault in exc_page_fault()
 2020-10-05  8:42 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: vmx: Add test for SIPI signal processing
 2020-10-04  7:19 UTC  (2+ messages)

[PATCH] KVM: SVM: Initialize ir_list and ir_list_lock regardless of AVIC enablement
 2020-10-03 23:27 UTC  (4+ messages)

[PATCH] KVM: SVM: Initialize prev_ga_tag before use
 2020-10-03 23:27 UTC 

[GIT PULL] KVM fixes for Linux 5.9-rc8
 2020-10-03 19:58 UTC  (2+ messages)

[kvm:tdp-mmu 41/57] arch/x86/kvm/mmu/tdp_mmu.c:281:8: error: implicit declaration of function 'spte_to_child_pt'
 2020-10-03 19:19 UTC 

[PATCH v4 00/12] Support disabling TCG on ARM (part 2)
 2020-10-03 10:37 UTC  (22+ messages)
` [PATCH v4 01/12] accel/tcg: Add stub for cpu_loop_exit()
` [PATCH v4 02/12] meson: Allow optional target/${ARCH}/Kconfig
` [PATCH v4 03/12] target/arm: Select SEMIHOSTING if TCG is available
` [PATCH v4 04/12] target/arm: Restrict ARMv4 cpus to TCG accel
` [PATCH v4 09/12] target/arm: Make m_helper.c optional via CONFIG_ARM_V7M
` [PATCH v4 10/12] target/arm: Do not build TCG objects when TCG is off
` [PATCH v4 11/12] target/arm: Reorder meson.build rules
` [PATCH v4 12/12] .travis.yml: Add a KVM-only Aarch64 job

[PATCH v3 0/3] vhost: Skip access checks on GIOVAs
 2020-10-03 10:02 UTC  (4+ messages)
` [PATCH v3 1/3] vhost: Don't call access_ok() when using IOTLB
` [PATCH v3 2/3] vhost: Use vhost_get_used_size() in vhost_vring_set_addr()
` [PATCH v3 3/3] vhost: Don't call log_access_ok() when using IOTLB

[PATCH] KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF intercept
 2020-10-03  8:48 UTC 

[PATCH v3] qemu/atomic.h: rename atomic_ to qatomic_
 2020-10-03  8:48 UTC  (2+ messages)

[PATCH v2 0/2] vhost: Skip access checks on GIOVAs
 2020-10-03  8:38 UTC  (6+ messages)
` [PATCH v2 1/2] vhost: Don't call access_ok() when using IOTLB
` [PATCH v2 2/2] vhost: Don't call log_access_ok() "

[RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
 2020-10-02 20:48 UTC  (6+ 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).