kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-28 22:28:06 to 2020-10-30 22:53:39 UTC [more...]

[Bug 209253] New: Loss of connectivity on guest after important host <-> guest traffic
 2020-10-30 22:53 UTC  (5+ messages)
` [Bug 209253] "

[PATCH v4 00/17] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2020-10-30 22:49 UTC  (36+ messages)
` [PATCH v4 01/17] irqchip: Add IMS (Interrupt Message Store) driver
` [PATCH v4 02/17] iommu/vt-d: Add DEV-MSI support
` [PATCH v4 03/17] dmaengine: idxd: add theory of operation documentation for idxd mdev
` [PATCH v4 04/17] dmaengine: idxd: add support for readonly config devices
` [PATCH v4 05/17] dmaengine: idxd: add interrupt handle request support
` [PATCH v4 06/17] PCI: add SIOV and IMS capability detection
` [PATCH v4 07/17] dmaengine: idxd: add IMS support in base driver
` [PATCH v4 08/17] dmaengine: idxd: add device support functions in prep for mdev
` [PATCH v4 09/17] dmaengine: idxd: add basic mdev registration and helper functions
` [PATCH v4 10/17] dmaengine: idxd: add emulation rw routines
` [PATCH v4 11/17] dmaengine: idxd: prep for virtual device commands
` [PATCH v4 12/17] dmaengine: idxd: virtual device commands emulation
` [PATCH v4 13/17] dmaengine: idxd: ims setup for the vdcm
` [PATCH v4 14/17] dmaengine: idxd: add mdev type as a new wq type
` [PATCH v4 15/17] dmaengine: idxd: add dedicated wq mdev type
` [PATCH v4 16/17] dmaengine: idxd: add new wq state for mdev
` [PATCH v4 17/17] dmaengine: idxd: add error notification from host driver to mediated device

[kvm-unit-tests RFC PATCH v2 0/5] arm64: Statistical Profiling Extension Tests
 2020-10-30 22:31 UTC  (18+ messages)
` [kvm-unit-tests RFC PATCH v2 2/5] lib/{bitops,alloc_page}.h: Add missing headers
  ` [kvm-unit-tests RFC PATCH v2 2/5] lib/{bitops, alloc_page}.h: "
` [kvm-unit-tests RFC PATCH v2 3/5] arm64: spe: Add introspection test
` [kvm-unit-tests RFC PATCH v2 4/5] lib: arm/arm64: Add function to unmap a page
` [kvm-unit-tests RFC PATCH v2 5/5] am64: spe: Add buffer test

[PATCH v11 00/14] s390/vfio-ap: dynamic configuration support
 2020-10-30 21:17 UTC  (20+ messages)
` [PATCH v11 01/14] s390/vfio-ap: No need to disable IRQ after queue reset
` [PATCH v11 07/14] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v11 08/14] s390/vfio-ap: hot plug/unplug queues on bind/unbind of queue device
` [PATCH v11 09/14] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device

[PATCH v6 0/5] iommu aux-domain APIs extensions
 2020-10-30 21:06 UTC  (13+ messages)
` [PATCH v6 1/5] vfio/mdev: Register mdev bus earlier during boot
` [PATCH v6 2/5] iommu: Use bus iommu ops for aux related callback
` [PATCH v6 3/5] iommu/vt-d: Make some static functions global
` [PATCH v6 4/5] iommu/vt-d: Add iommu_ops support for subdevice bus
` [PATCH v6 5/5] vfio/type1: Use mdev bus iommu_ops for IOMMU callbacks

[PATCH v5 00/15] follow_pfn and other iomap races
 2020-10-30 19:22 UTC  (19+ messages)
` [PATCH v5 01/15] drm/exynos: Stop using frame_vector helpers
` [PATCH v5 02/15] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v5 03/15] misc/habana: Stop using frame_vector helpers
` [PATCH v5 04/15] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v5 05/15] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v5 06/15] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v5 07/15] mm: Close race in generic_access_phys
` [PATCH v5 08/15] mm: Add unsafe_follow_pfn
` [PATCH v5 09/15] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v5 10/15] vfio/type1: Mark follow_pfn "
` [PATCH v5 11/15] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v5 12/15] /dev/mem: Only set filp->f_mapping
` [PATCH v5 13/15] resource: Move devmem revoke code to resource framework
` [PATCH v5 14/15] sysfs: Support zapping of binary attr mmaps
` [PATCH v5 15/15] PCI: Revoke mappings like devmem

[PATCH] [v2] x86: apic: avoid -Wshadow warning in header
 2020-10-30 18:16 UTC  (13+ messages)

[PATCH] KVM: x86: replace static const variables with macros
 2020-10-30 17:40 UTC 

[PATCH 1/3] locking/rwlocks: Add contention detection for rwlocks
 2020-10-30 17:09 UTC  (3+ messages)
` [PATCH 3/3] sched: Add cond_resched_rwlock

[GIT PULL] KVM/arm64 fixes for 5.10, take #1
 2020-10-30 16:40 UTC  (13+ messages)
` [PATCH 01/12] KVM: arm64: Don't corrupt tpidr_el2 on failed HVC call
` [PATCH 02/12] KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidation
` [PATCH 03/12] KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transition
` [PATCH 04/12] KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNT
` [PATCH 05/12] KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCR
` [PATCH 06/12] KVM: arm64: Fix masks in stage2_pte_cacheable()
` [PATCH 07/12] KVM: arm64: Use fallback mapping sizes for contiguous huge page sizes
` [PATCH 08/12] KVM: arm64: Force PTE mapping on fault resulting in a device mapping
` [PATCH 09/12] KVM: arm64: Factor out is_{vhe,nvhe}_hyp_code()
` [PATCH 10/12] arm64: cpufeature: reorder cpus_have_{const, final}_cap()
` [PATCH 11/12] arm64: cpufeature: upgrade hyp caps to final
` [PATCH 12/12] KVM: arm64: Handle Asymmetric AArch32 systems

[PATCH] vhost/vsock: add IOTLB API support
 2020-10-30 16:19 UTC  (6+ messages)

[PATCH] vfio: platform: fix reference leak in vfio_platform_open
 2020-10-30 15:52 UTC  (2+ messages)

[PATCH] KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()
 2020-10-30 15:14 UTC 

[PATCH] vfio/pci: Implement ioeventfd thread handler for contended memory lock
 2020-10-30 15:01 UTC 

[PATCH] kvm: s390: pv: Mark mm as protected after the set secure parameters and improve cleanup
 2020-10-30 14:31 UTC  (4+ messages)

[PATCH] [v3] x86: apic: avoid -Wshadow warning in header
 2020-10-30 14:06 UTC 

[kvm-unit-tests PATCH] arm64: Add support for configuring the translation granule
 2020-10-30 12:44 UTC  (5+ messages)

ENQCMD
 2020-10-30 12:06 UTC  (3+ messages)

[kvm-unit-tests PATCHv2] unittests.cfg: Increase timeout for apic test
 2020-10-30  8:15 UTC  (3+ messages)

[PATCH] KVM: x86: Filter out more Intel-specific PMU MSRs in kvm_init_msr_list()
 2020-10-30  7:17 UTC  (2+ messages)

[PATCH 1/2] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON when vPMU is enabled
 2020-10-30  5:30 UTC  (2+ messages)

[PATCH RESEND v13 00/10] Guest Last Branch Recording Enabling
 2020-10-30  3:52 UTC  (11+ messages)
` [PATCH RESEND v13 01/10] KVM: x86: Move common set/get handler of MSR_IA32_DEBUGCTLMSR to VMX
` [PATCH RESEND v13 02/10] KVM: x86/vmx: Make vmx_set_intercept_for_msr() non-static and expose it
` [PATCH RESEND v13 03/10] KVM: x86/pmu: Use IA32_PERF_CAPABILITIES to adjust features visibility
` [PATCH RESEND v13 04/10] KVM: vmx/pmu: Clear PMU_CAP_LBR_FMT when guest LBR is disabled
` [PATCH RESEND v13 05/10] KVM: vmx/pmu: Create a guest LBR event when vcpu sets DEBUGCTLMSR_LBR
` [PATCH RESEND v13 06/10] KVM: vmx/pmu: Pass-through LBR msrs to when the guest LBR event is ACTIVE
` [PATCH RESEND v13 07/10] KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellation
` [PATCH RESEND v13 08/10] KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMI
` [PATCH RESEND v13 09/10] KVM: vmx/pmu: Expose LBR_FMT in the MSR_IA32_PERF_CAPABILITIES
` [PATCH RESEND v13 10/10] KVM: vmx/pmu: Release guest LBR event via lazy release mechanism

[kvm-unit-tests PATCH] x86: apic: test self-IPI in xAPIC mode
 2020-10-29 22:56 UTC 

[PATCH v2 0/1] KVM: arm64: fix the mmio faulting
 2020-10-29 21:09 UTC  (2+ messages)

[PATCH 0/4] KVM: selftests: Add get-reg-list regression test
 2020-10-29 20:24 UTC  (6+ messages)
` [PATCH 1/4] KVM: selftests: Don't require THP to run tests
` [PATCH 2/4] KVM: selftests: Add aarch64 get-reg-list test
` [PATCH 3/4] KVM: selftests: Update aarch64 get-reg-list blessed list
` [PATCH 4/4] KVM: selftests: Add blessed SVE registers to get-reg-list

[PATCH] KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCR
 2020-10-29 17:24 UTC 

RISC-V UER for trapless doorbell register writes
 2020-10-29 17:19 UTC 

[kvm-unit-tests PATCH 1/2] x86: vmx: Add test for L2 change of CR4.OSXSAVE
 2020-10-29 17:10 UTC  (2+ messages)
` [kvm-unit-tests PATCH 2/2] x86: svm: "

[PATCH] kvm: x86: Sink cpuid update into vendor-specific set_cr4 functions
 2020-10-29 17:06 UTC 

Call for Volunteers: Summaries of a few KVMForum-2020 talks for an LWN article
 2020-10-29 14:27 UTC 

[PATCH] KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.S
 2020-10-29 14:04 UTC 

[PATCH] KVM/VMX/SVM: Move kvm_machine_check function to x86.h
 2020-10-29 13:56 UTC 

[PATCH] KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
 2020-10-29 13:41 UTC 

[PATCH v4 00/15] follow_pfn and other iomap races
 2020-10-29 10:01 UTC  (9+ messages)
` [PATCH v4 08/15] mm: Add unsafe_follow_pfn

[PATCH 0/4] kvm: Add a --enable-debug-kvm option to configure
 2020-10-29  6:13 UTC  (7+ messages)
  ` [PATCH 1/4] configure: "
  ` [PATCH 2/4] kvm: Replace DEBUG_KVM with CONFIG_DEBUG_KVM
    ` [PATCH 3/4] kvm: make printf always compile in debug output

[PATCH 0/3] KVM: x86/mmu: Add macro for hugepage GFN mask
 2020-10-29  7:08 UTC  (3+ messages)

[PATCH v2 0/2] DIAG 318 tests and fix
 2020-10-28  8:23 UTC  (8+ messages)
` [PATCH v2 1/2] s390/kvm: fix diag318 reset

[PATCH v2 8/8] x86/ioapic: Generate RTE directly from parent irqchip's MSI message
 2020-10-28 23:22 UTC  (6+ messages)
` [PATCH v3 00/35] Fix x2apic enablement and allow more CPUs, clean up I/OAPIC and MSI bitfields
  ` [PATCH v3 15/35] PCI: vmd: Use msi_msg shadow structs

[PATCH v6 0/4] KVM: nSVM: ondemand nested state allocation
 2020-10-28  8:51 UTC  (5+ messages)
` [PATCH v6 2/4] KVM: x86: report negative values from wrmsr emulation to userspace

[PATCH rc] mm: always have io_remap_pfn_range() set pgprot_decrypted()
 2020-10-28 18:53 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).