kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-10 08:48:38 to 2020-11-13 05:31:27 UTC [more...]

[PATCH kernel] vfio_pci_nvlink2: Do not attempt NPU2 setup on old P8's NPU
 2020-11-13  5:30 UTC  (2+ messages)

[PATCH v4 06/17] PCI: add SIOV and IMS capability detection
 2020-11-13  2:42 UTC  (37+ messages)

[PATCH 0/3] KVM/arm64 fixes for 5.10, take #3
 2020-11-12 22:21 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspace
` [PATCH 2/3] KVM: arm64: Unify trap handlers injecting an UNDEF
` [PATCH 3/3] KVM: arm64: Handle SCXTNUM_ELx traps

[PATCH v2 0/2] Fix AMD SEV guest boot issue with PCID feature
 2020-11-12 22:18 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_arch
` [PATCH v2 2/2] KVM:SVM: Update cr3_lm_rsvd_bits for AMD SEV guests

[PATCH v2 00/11] KVM: selftests: Cleanups, take 2
 2020-11-12 18:50 UTC  (27+ messages)
` [PATCH v2 01/11] KVM: selftests: Update .gitignore
` [PATCH v2 02/11] KVM: selftests: Remove deadcode
` [PATCH v2 03/11] KVM: selftests: Factor out guest mode code
` [PATCH v2 04/11] KVM: selftests: Make vm_create_default common
` [PATCH v2 05/11] KVM: selftests: Introduce vm_create_[default_]_with_vcpus
` [PATCH v2 06/11] KVM: selftests: dirty_log_test: Remove create_vm
` [PATCH v2 07/11] KVM: selftests: Use vm_create_with_vcpus in create_vm
` [PATCH v2 08/11] KVM: selftests: Implement perf_test_util more conventionally
` [PATCH v2 09/11] KVM: selftests: Also build dirty_log_perf_test on AArch64
` [PATCH v2 10/11] KVM: selftests: x86: Set supported CPUIDs on default VM
` [PATCH v2 11/11] KVM: selftests: Make test skipping consistent

[RFC, v0 0/3] msi support for platform devices
 2020-11-12 18:40 UTC  (15+ messages)
` [RFC, v0 1/3] vfio/platform: add support for msi
` [RFC, v1 0/3] msi support for platform devices
  ` [RFC v1 1/3] vfio/platform: add support for msi
  ` [RFC v1 2/3] vfio/platform: change cleanup order
  ` [RFC v1 3/3] vfio/platform: add Broadcom msi module

[PATCH 0/2] Fix AMD SEV guest boot issue with PCID feature
 2020-11-12 16:19 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86: Introduce mask_cr3_rsvd_bits to mask memory encryption bit
` [PATCH 2/2] KVM:SVM: Mask SEV encryption bit from CR3 reserved bits

[PATCH v3 0/2] KVM: SVM: Create separate vmcbs for L1 and L2
 2020-11-12 13:52 UTC  (3+ messages)

[RFC] Further hack request_interrupt_window handling to work around kvm_cpu_has_interrupt() nesting breakage
 2020-11-12 13:03 UTC 

[PATCH] vfio iommu type1: Improve vfio_iommu_type1_pin_pages performance
 2020-11-12 11:49 UTC  (3+ messages)

[PATCH v3 00/11] KVM: VMX: Clean up Hyper-V PV TLB flush
 2020-11-12 11:02 UTC  (17+ messages)
` [PATCH v3 01/11] KVM: x86: Get active PCID only when writing a CR3 value
` [PATCH v3 02/11] KVM: VMX: Track common EPTP for Hyper-V's paravirt TLB flush
` [PATCH v3 04/11] KVM: VMX: Fold Hyper-V EPTP checking into it's only caller
` [PATCH v3 05/11] KVM: VMX: Do Hyper-V TLB flush iff vCPU's EPTP hasn't been flushed
` [PATCH v3 06/11] KVM: VMX: Invalidate hv_tlb_eptp to denote an EPTP mismatch
` [PATCH v3 09/11] KVM: VMX: Define Hyper-V paravirt TLB flush fields iff Hyper-V is enabled
` [PATCH v3 10/11] KVM: VMX: Skip additional Hyper-V TLB EPTP flushes if one fails
` [PATCH v3 11/11] KVM: VMX: Track root HPA instead of EPTP for paravirt Hyper-V TLB flush

[PATCH 00/35] Enhance memory utilization with DMEMFS
 2020-11-12 10:03 UTC  (6+ messages)
` [PATCH 01/35] fs: introduce dmemfs module

[Bug 209867] New: CPU soft lockup/stall with nested KVM and SMP
 2020-11-12 10:02 UTC  (2+ messages)
` [Bug 209867] "

[PATCH 1/1] vfio/type1: Add subdev_ioasid callback to vfio_iommu_driver_ops
 2020-11-12  2:24 UTC 

[PATCH v6 0/5] iommu aux-domain APIs extensions
 2020-11-12  2:31 UTC  (6+ messages)
` [PATCH v6 5/5] vfio/type1: Use mdev bus iommu_ops for IOMMU callbacks

[PATCH] kvm: x86/mmu: Fix is_tdp_mmu_check when using PAE
 2020-11-11 23:46 UTC  (3+ messages)

Unable to start VM with 5.10-rc3
 2020-11-11 22:16 UTC  (5+ messages)

[PATCH v2 0/3] KVM: arm64: Another set of CSV2-related fixes
 2020-11-11 22:01 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspace
` [PATCH v2 2/3] KVM: arm64: Unify trap handlers injecting an UNDEF
` [PATCH v2 3/3] KVM: arm64: Handle SCXTNUM_ELx traps

[PATCH kvm-unit-tests 0/3] A few miscellaneous fixes
 2020-11-11 15:06 UTC  (5+ messages)
` [PATCH kvm-unit-tests 3/3] arm/arm64: Change dcache_line_size to ulong

[PATCH v2 0/5] Add a dirty logging performance test
 2020-11-11 12:34 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/2] arm: MMU extentions to enable litmus7
 2020-11-11 11:40 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/2] arm: Add mmu_get_pte() to the MMU API
` [kvm-unit-tests PATCH v3 2/2] arm: Add support for the DEVICE_nGRE and NORMAL_WT memory types

[kvm-unit-tests PATCH v3 0/2] arm64: Add support for configuring the translation granule
 2020-11-11 11:39 UTC  (5+ messages)

BUG: unable to handle kernel paging request in pvclock_gtod_notify
 2020-11-11 11:11 UTC  (3+ messages)

WARNING in handle_exception_nmi
 2020-11-11 11:10 UTC  (3+ messages)

[PATCH] vhost_vdpa: switch to vmemdup_user()
 2020-11-11 10:50 UTC  (2+ messages)

[PATCH RFC v2 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2020-11-11  8:38 UTC  (6+ messages)
  ` [PATCH] perf/intel: Remove Perfmon-v4 counter_freezing support

[PATCH 0/8] KVM: selftests: Cleanups, take 2
 2020-11-11  8:29 UTC  (15+ messages)
` [PATCH 1/8] KVM: selftests: Update .gitignore
` [PATCH 2/8] KVM: selftests: Remove deadcode
` [PATCH 3/8] KVM: selftests: Factor out guest mode code
` [PATCH 4/8] KVM: selftests: Make vm_create_default common
` [PATCH 5/8] KVM: selftests: Introduce vm_create_[default_]_with_vcpus
` [PATCH 6/8] KVM: selftests: dirty_log_test: Remove create_vm
` [PATCH 7/8] KVM: selftests: Use vm_create_with_vcpus in create_vm
` [PATCH 8/8] KVM: selftests: Implement perf_test_util more conventionally

[PATCH] kvm: s390: pv: Mark mm as protected after the set secure parameters and improve cleanup
 2020-11-11  8:26 UTC  (5+ messages)

Corporate and Personal Loan *
 2020-11-11  8:31 UTC 

[RFC PATCH 0/3] Get supported_xss ready for XSS dependent
 2020-11-11  6:41 UTC  (4+ messages)
` [RFC PATCH 1/3] KVM: x86: Add helpers for {set|clear} bits in supported_xss
` [RFC PATCH 2/3] KVM: x86: Refresh CPUID when guest modifies MSR_IA32_XSS
` [RFC PATCH 3/3] KVM: x86: Load guest fpu state when accessing MSRs managed by XSAVES

[PATCH v15 0/9] Enable ptp_kvm for arm/arm64
 2020-11-11  6:22 UTC  (10+ messages)
` [PATCH v15 1/9] arm64: Probe for the presence of KVM hypervisor
` [PATCH v15 2/9] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [PATCH v15 3/9] ptp: Reorganize ptp_kvm module to make it arch-independent
` [PATCH v15 4/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v15 5/9] clocksource: Add clocksource id for arm arch counter
` [PATCH v15 6/9] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v15 7/9] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
` [PATCH v15 8/9] doc: add ptp_kvm introduction for arm64 support
` [PATCH v15 9/9] arm64: Add kvm capability check extension for ptp_kvm

[PATCH v12 00/11] Guest Last Branch Recording Enabling
 2020-11-11  2:14 UTC  (4+ messages)
` [PATCH v12 01/11] perf/x86: Fix variable types for LBR registers

[PATCH] vfio/pci: Clear token on bypass registration failure
 2020-11-11  2:15 UTC  (2+ messages)

[PATCH 0/5 v4] KVM: x86: Fill in conforming {vmx|svm}_x86_ops and {vmx|svm}_nested_ops via macros
 2020-11-11  1:54 UTC  (5+ messages)
` [PATCH 4/5 v4] KVM: VMX: Fill in conforming vmx_x86_ops via macro

[tip: ras/core] x86/mce: Enable additional error logging on certain Intel CPUs
 2020-11-11  0:39 UTC  (17+ messages)
          ` [PATCH] x86/mce: Check for hypervisor before enabling additional error logging
                            ` [PATCH v2] x86/mce: Use "safe" MSR functions when "

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

[PATCH] KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt()
 2020-11-10 22:42 UTC 

[PATCH] KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB page
 2020-11-10 22:04 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/2] arm: MMU extentions to enable litmus7
 2020-11-10 17:36 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm: Add mmu_get_pte() to the MMU API
` [kvm-unit-tests PATCH v2 2/2] arm: Add support for the DEVICE_nGRE and NORMAL_WT memory types

clarifications on live migration in VFIO
 2020-11-10 17:04 UTC  (3+ messages)

[PATCH v2 8/8] x86/ioapic: Generate RTE directly from parent irqchip's MSI message
 2020-11-10 16:26 UTC  (6+ messages)
` [PATCH v3 00/35] Fix x2apic enablement and allow more CPUs, clean up I/OAPIC and MSI bitfields
  ` [PATCH v3 19/35] x86/io_apic: Cleanup trigger/polarity helpers

[PATCH v3 0/9] slab: provide and use krealloc_array()
 2020-11-10 14:48 UTC  (3+ messages)
` [PATCH v3 5/9] pinctrl: "

[PATCH v2 0/9] KVM: arm64: Kill the copro array
 2020-11-10 13:36 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: arm64: Introduce handling of AArch32 TTBCR2 traps
` [PATCH v2 2/9] KVM: arm64: Move AArch32 exceptions over to AArch64 sysregs
` [PATCH v2 3/9] KVM: arm64: Add AArch32 mapping annotation
` [PATCH v2 4/9] KVM: arm64: Map AArch32 cp15 register to AArch64 sysregs
` [PATCH v2 5/9] KVM: arm64: Map AArch32 cp14 "
` [PATCH v2 6/9] KVM: arm64: Drop is_32bit trap attribute
` [PATCH v2 7/9] KVM: arm64: Drop is_aarch32 "
` [PATCH v2 8/9] KVM: arm64: Drop legacy copro shadow register
` [PATCH v2 9/9] KVM: arm64: Drop kvm_coproc.h

[PATCH] s390/kvm: remove diag318 reset code
 2020-11-10 13:09 UTC  (5+ messages)

[PATCH 0/8] KVM: arm64: Kill the copro array
 2020-11-10 10:27 UTC  (10+ messages)
` [PATCH 1/8] KVM: arm64: Move AArch32 exceptions over to AArch64 sysregs
` [PATCH 3/8] KVM: arm64: Map AArch32 cp15 register "
` [PATCH 4/8] KVM: arm64: Map AArch32 cp14 "

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  8:48 UTC  (5+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread


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