kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-21 09:52:29 to 2021-04-22 11:42:57 UTC [more...]

[RFC PATCH v8 00/19] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-04-22 11:41 UTC  (25+ messages)
` [RFC PATCH v8 04/19] af_vsock: implement SEQPACKET receive loop
` [RFC PATCH v8 11/19] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v8 13/19] virtio/vsock: rest of SOCK_SEQPACKET support
` [RFC PATCH v8 17/19] vsock_test: add SOCK_SEQPACKET tests
` [RFC PATCH v8 19/19] af_vsock: serialize writes to shared socket

[PATCH v2 0/9] KVM: x86: Fixes for (benign?) truncation bugs
 2021-04-22 10:49 UTC  (16+ messages)
` [PATCH v2 1/9] KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loads
` [PATCH v2 2/9] KVM: x86: Check CR3 GPA for validity regardless of vCPU mode
` [PATCH v2 3/9] KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
` [PATCH v2 4/9] KVM: VMX: Truncate GPR value for DR and CR reads "
` [PATCH v2 5/9] KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit
` [PATCH v2 6/9] KVM: nVMX: Truncate base/index GPR value on address calc "
` [PATCH v2 7/9] KVM: x86/xen: Drop RAX[63:32] when processing hypercall
` [PATCH v2 8/9] KVM: SVM: Use default rAX size for INVLPGA emulation
` [PATCH v2 9/9] KVM: x86: Rename GPR accessors to make mode-aware variants the defaults

[PATCH 0/5] perf: oprofile spring cleanup
 2021-04-22 10:47 UTC  (7+ messages)
` [PATCH 1/5] KVM: arm64: Divorce the perf code from oprofile helpers
` [PATCH 2/5] arm64: Get rid of oprofile leftovers
` [PATCH 5/5] perf: "

[PATCH 0/2] Cleanup the registers read/write access
 2021-04-22 10:38 UTC  (4+ messages)
` [PATCH 1/2] KVM: VMX: Keep registers read/write consistent with definition
` [PATCH 2/2] KVM: SVM: "

[PATCH] KVM: x86: Take advantage of kvm_arch_dy_has_pending_interrupt()
 2021-04-22 10:35 UTC  (3+ messages)

[PATCH] KVM: X86: Fix always skip to boost kernel lock holder candidate for SEV-ES guests
 2021-04-22 10:34 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/14] x86: MSR_GS_BASE and friends
 2021-04-22 10:32 UTC  (19+ messages)
` [kvm-unit-tests PATCH 01/14] x86/cstart: Don't use MSR_GS_BASE in 32-bit boot code
` [kvm-unit-tests PATCH 02/14] x86: msr: Exclude GS/FS_BASE MSRs from 32-bit builds
` [kvm-unit-tests PATCH 03/14] x86: msr: Advertise GenuineIntel as vendor to play nice with SYSENTER
` [kvm-unit-tests PATCH 04/14] x86: msr: Restore original MSR value after writing arbitrary test value
` [kvm-unit-tests PATCH 05/14] x86: Force the compiler to retrieve exception info from per-cpu area
` [kvm-unit-tests PATCH 06/14] x86: msr: Replace spaces with tabs in all of msr.c
` [kvm-unit-tests PATCH 07/14] x86: msr: Use ARRAY_SIZE() instead of open coded equivalent
` [kvm-unit-tests PATCH 08/14] x86: msr: Use the #defined MSR indices in favor of open coding the values
` [kvm-unit-tests PATCH 09/14] x86: msr: Drop the explicit expected value
` [kvm-unit-tests PATCH 10/14] x86: msr: Add builder macros to define MSR entries
` [kvm-unit-tests PATCH 11/14] x86: msr: Pass msr_info instead of doing a lookup at runtime
` [kvm-unit-tests PATCH 12/14] x86: msr: Verify 64-bit only MSRs fault on 32-bit hosts
` [kvm-unit-tests PATCH 13/14] x86: msr: Test that always-canonical MSRs #GP on non-canonical value
` [kvm-unit-tests PATCH 14/14] x86: msr: Verify that EFER.SCE can be written on 32-bit vCPUs

[PATCH] KVM: x86: Properly handle APF vs disabled LAPIC situation
 2021-04-22  9:40 UTC  (2+ messages)

[kvm-unit-tests PATCH] update git tree location in MAINTAINERS to point at gitlab
 2021-04-22  8:57 UTC  (5+ messages)

linux-next: build warning after merge of the kvm tree
 2021-04-22  8:53 UTC 

linux-next: build warnings after merge of the kvm tree
 2021-04-22  8:51 UTC 

[RFC PATCH 0/7] Untrusted device support for virtio
 2021-04-22  8:19 UTC  (3+ messages)

[PATCH v2 1/2] kvm: x86: Allow userspace to handle emulation errors
 2021-04-22  8:07 UTC  (7+ messages)
` [PATCH v2 2/2] selftests: kvm: Allows "

[PATCH] KVM: arm64: Correctly handle the mmio faulting
 2021-04-22  8:00 UTC  (9+ messages)

linux-next: manual merge of the cgroup tree with the kvm tree
 2021-04-22  7:47 UTC  (4+ messages)

[PATCH v4 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-04-22  7:41 UTC  (11+ messages)
` [PATCH v4 1/2] kvm/arm64: Remove the creation time's mapping of MMIO regions
` [PATCH v4 2/2] kvm/arm64: Try stage2 block mapping for host device MMIO

[PATCH v5 00/15] KVM: SVM: Misc SEV cleanups
 2021-04-22  7:30 UTC  (19+ messages)
` [PATCH v5 01/15] KVM: SVM: Zero out the VMCB array used to track SEV ASID association
` [PATCH v5 02/15] KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
` [PATCH v5 03/15] KVM: SVM: Disable SEV/SEV-ES if NPT is disabled
` [PATCH v5 04/15] KVM: SVM: Move SEV module params/variables to sev.c
` [PATCH v5 05/15] KVM: SEV: Mask CPUID[0x8000001F].eax according to supported features
` [PATCH v5 06/15] x86/sev: Drop redundant and potentially misleading 'sev_enabled'
` [PATCH v5 07/15] KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variables
` [PATCH v5 08/15] KVM: SVM: Condition sev_enabled and sev_es_enabled on CONFIG_KVM_AMD_SEV=y
` [PATCH v5 09/15] KVM: SVM: Enable SEV/SEV-ES functionality by default (when supported)
` [PATCH v5 10/15] KVM: SVM: Unconditionally invoke sev_hardware_teardown()
` [PATCH v5 11/15] KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup()
` [PATCH v5 12/15] KVM: SVM: Move SEV VMCB tracking allocation to sev.c
` [PATCH v5 13/15] KVM: SVM: Drop redundant svm_sev_enabled() helper
` [PATCH v5 14/15] KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()
` [PATCH v5 15/15] KVM: SVM: Skip SEV cache flush if no ASIDs have been used

[PATCH 0/5] KVM: x86: Use kernel x86 cpuid utilities in KVM selftests
 2021-04-22  7:02 UTC  (8+ messages)
` [PATCH 1/5] KVM: x86: Move reverse CPUID helpers to separate header file
` [PATCH 2/5] x86/cpu: Expose CPUID regs, leaf and index definitions to tools
` [PATCH 3/5] tools headers x86: Copy cpuid helpers from the kernel
` [PATCH 4/5] KVM: selftests: Introduce utilities for checking x86 features
` [PATCH 5/5] KVM: selftests: Use kernel x86 cpuid features format

[PATCH] KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVM
 2021-04-22  6:47 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Delay restoration of host MSR_TSC_AUX until return to userspace
 2021-04-22  6:45 UTC  (2+ messages)

linux-next: build failure after merge of the cgroup tree
 2021-04-22  6:31 UTC 

linux-next: manual merge of the kvm tree with the tip tree
 2021-04-22  6:29 UTC  (4+ messages)

linux-next: manual merge of the cgroup tree with the kvm tree
 2021-04-22  5:57 UTC 

[PATCH v5 0/3] ppc: Enable 2nd DAWR support on Power10
 2021-04-22  4:45 UTC  (8+ messages)
` [PATCH v5 3/3] ppc: Enable 2nd DAWR support on p10

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2021-04-22  4:43 UTC 

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2021-04-22  4:39 UTC 

linux-next: manual merge of the kvm tree with the mips tree
 2021-04-22  4:35 UTC 

linux-next: manual merge of the kvm tree with Linus tree
 2021-04-22  4:29 UTC 

[kvm-unit-tests PATCH] x86: svm: Skip NPT-only part of guest CR3 tests when NPT is disabled
 2021-04-22  2:54 UTC 

[RFC PATCH 0/2] Mitigating Excessive Pause-Loop Exiting in VM-Agnostic KVM
 2021-04-22  0:55 UTC  (7+ messages)
` [RFC PATCH 1/2] Prevent CFS from ignoring boost requests from KVM
` [RFC PATCH 2/2] Boost vCPUs based on IPI-sender and receiver information

[RFC PATCH v4 0/4] vfio-ccw: Fix interrupt handling for HALT/CLEAR
 2021-04-22  0:52 UTC  (5+ messages)
` [RFC PATCH v4 4/4] vfio-ccw: Reset FSM state to IDLE before io_mutex

[kvm-unit-tests PATCH 1/2] x86: add movups/movupd sse testcases to emulator.c
 2021-04-21 23:12 UTC  (2+ messages)
` [kvm-unit-tests PATCH 2/2] x86: add additional test cases for sse exceptions "

[PATCH] vfio/mdev: remove unnecessary NULL check in mbochs_create()
 2021-04-21 22:51 UTC  (3+ messages)

[RFC v3] KVM: x86: Support KVM VMs sharing SEV context
 2021-04-21 20:38 UTC  (2+ messages)

[PATCH v13 00/12] Add AMD SEV guest live migration support
 2021-04-21 19:19 UTC  (15+ messages)
` [PATCH v13 09/12] mm: x86: Invoke hypercall when page encryption status is changed
` [PATCH v13 12/12] x86/kvm: Add guest support for detecting and enabling SEV Live Migration feature

net: bridge: propagate error code and extack from br_mc_disabled_update
 2021-04-21 18:54 UTC  (4+ messages)

[PATCH v3 1/2] kvm: x86: Allow userspace to handle emulation errors
 2021-04-21 17:52 UTC  (3+ messages)
` [PATCH v3 2/2] selftests: kvm: Allows "

[PATCH v2 0/2] KVM: x86: guest interface for SEV live migration
 2021-04-21 17:37 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH v2 2/2] KVM: x86: add MSR_KVM_MIGRATION_CONTROL

[PATCH 1/2] kvm: x86: Allow userspace to handle emulation errors
 2021-04-21 17:28 UTC  (8+ messages)

[PATCH] KVM: x86: Fix implicit enum conversion goof in scattered reverse CPUID code
 2021-04-21 17:10 UTC  (2+ messages)

[PATCH v3 0/7] Hyper-V nested virt enlightenments for SVM
 2021-04-21 14:06 UTC  (8+ messages)
` [PATCH v3 1/7] hyperv: Detect Nested virtualization support "
` [PATCH v3 2/7] hyperv: SVM enlightened TLB flush support flag
` [PATCH v3 3/7] KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx
` [PATCH v3 4/7] KVM: SVM: hyper-v: Nested enlightenments in VMCB
` [PATCH v3 5/7] KVM: SVM: hyper-v: Remote TLB flush for SVM
` [PATCH v3 6/7] KVM: SVM: hyper-v: Enlightened MSR-Bitmap support
` [PATCH v3 7/7] KVM: SVM: hyper-v: Direct Virtual Flush support

[PATCH v2 0/7] Hyper-V nested virt enlightenments for SVM
 2021-04-21 14:03 UTC  (9+ messages)
` [PATCH v2 2/7] hyperv: SVM enlightened TLB flush support flag
` [PATCH v2 5/7] KVM: SVM: hyper-v: Remote TLB flush for SVM

[RFC Part2 PATCH 00/30] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-04-21 13:43 UTC  (7+ messages)
` [RFC Part2 PATCH 07/30] mm: add support to split the large THP based on RMP violation

[PATCH v3 0/9] KVM: Fix tick-based accounting for x86 guests
 2021-04-21 12:19 UTC  (9+ messages)
` [PATCH v3 1/9] context_tracking: Move guest exit context tracking to separate helpers
` [PATCH v3 3/9] KVM: x86: Defer tick-based accounting 'til after IRQ handling

[PATCH 0/3] KVM: x86: guest interface for SEV live migration
 2021-04-21 12:03 UTC  (9+ messages)

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-21 11:28 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/6] s390x: uv: Extend guest test and add host test
 2021-04-21 11:13 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/6] s390x: uv-guest: Add invalid share location test
` [kvm-unit-tests PATCH 2/6] s390x: Add more Ultravisor command structure definitions


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