kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-22 06:50:07 to 2021-04-23 18:17:40 UTC [more...]

[PATCH v3 0/4] KVM statistics data fd-based binary interface
 2021-04-23 18:17 UTC  (3+ messages)
` [PATCH v3 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v3 2/4] KVM: stats: Add fd-based API to read binary stats data

[PATCH v2 1/2] kvm: x86: Allow userspace to handle emulation errors
 2021-04-23 18:01 UTC  (15+ messages)

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-23 17:58 UTC  (5+ messages)

[PATCH v2 0/4] Add guest support for SEV live migration
 2021-04-23 17:44 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: x86: invert KVM_HYPERCALL to default to VMMCALL
` [PATCH v2 2/4] mm: x86: Invoke hypercall when page encryption status is changed
` [PATCH v2 3/4] EFI: Introduce the new AMD Memory Encryption GUID
` [PATCH v2 4/4] x86/kvm: Add guest support for detecting and enabling SEV Live Migration feature

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

[PATCH kvm-unit-tests v2 0/8] arm/arm64: Prepare for target-efi
 2021-04-23 16:31 UTC  (13+ messages)
` [PATCH kvm-unit-tests v2 1/8] arm/arm64: Reorganize cstart assembler
` [PATCH kvm-unit-tests v2 4/8] arm/arm64: mmu: Stop mapping an assumed IO region
` [PATCH kvm-unit-tests v2 5/8] arm/arm64: mmu: Remove memory layout assumptions
` [PATCH kvm-unit-tests v2 6/8] arm/arm64: setup: Consolidate "
` [PATCH kvm-unit-tests v2 8/8] arm/arm64: psci: don't assume method is hvc

[PATCH 0/7 v7] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests
 2021-04-23 15:56 UTC  (9+ messages)
` [PATCH 3/7 v7] KVM: nSVM: No need to set bits 11:0 in MSRPM and IOPM bitmaps

[kvm-unit-tests RFC PATCH 0/1] configure: arm: Replace --vmm with --target
 2021-04-23 15:43 UTC  (5+ messages)

[PATCH v2] KVM: x86/xen: Take srcu lock when accessing kvm_memslots()
 2021-04-23 15:18 UTC  (2+ messages)

[PATCH v3 0/7] Hyper-V nested virt enlightenments for SVM
 2021-04-23 14:56 UTC  (3+ messages)
` [PATCH v3 4/7] KVM: SVM: hyper-v: Nested enlightenments in VMCB

[PATCH v2] KVM: SVM: Delay restoration of host MSR_TSC_AUX until return to userspace
 2021-04-23 14:18 UTC  (7+ messages)

[GIT PULL] KVM/arm64 updates for 5.13
 2021-04-23 11:42 UTC  (2+ messages)

[PATCH 0/3] KVM: selftests: arm64 exception handling and debug test
 2021-04-23 11:22 UTC  (8+ messages)
` [PATCH 1/3] KVM: selftests: Add exception handling support for aarch64
` [PATCH 2/3] KVM: selftests: Add aarch64/debug-exceptions test
` [PATCH 3/3] KVM: selftests: Use a ucall for x86 unhandled vector reporting

[PATCH] KVM: hyper-v: Add new exit reason HYPERV_OVERLAY
 2021-04-23 10:18 UTC  (9+ messages)

[PATCH v3 0/9] KVM: Fix tick-based accounting for x86 guests
 2021-04-23  9:32 UTC  (5+ messages)
` [PATCH v3 9/9] KVM: Move instrumentation-safe annotations for enter/exit to x86 code

[PATCH] mips/kvm: Use BUG_ON instead of if condition followed by BUG
 2021-04-23  8:35 UTC 

[PATCH] KVM: x86/xen: Take srcu lock when accessing kvm_memslots()
 2021-04-23  8:15 UTC  (3+ messages)

[RFC PATCH V2 0/7] Do not read from descripto ring
 2021-04-23  8:09 UTC  (8+ messages)
` [RFC PATCH V2 1/7] virtio-ring: maintain next in extra state for packed virtqueue
` [RFC PATCH V2 2/7] virtio_ring: rename vring_desc_extra_packed
` [RFC PATCH V2 3/7] virtio-ring: factor out desc_extra allocation
` [RFC PATCH V2 4/7] virtio_ring: secure handling of mapping errors
` [RFC PATCH V2 5/7] virtio_ring: introduce virtqueue_desc_add_split()
` [RFC PATCH V2 6/7] virtio: use err label in __vring_new_virtqueue()
` [RFC PATCH V2 7/7] virtio-ring: store DMA metadata in desc_extra for split virtqueue

[PATCH v5 00/15] KVM: SVM: Misc SEV cleanups
 2021-04-23  7:08 UTC  (18+ messages)
` [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 06/15] x86/sev: Drop redundant and potentially misleading 'sev_enabled'
` [PATCH v5 15/15] KVM: SVM: Skip SEV cache flush if no ASIDs have been used

[PATCH] KVM: x86: Fix implicit enum conversion goof in scattered reverse CPUID code
 2021-04-23  7:08 UTC  (5+ messages)

[PATCH] KVM: VMX: use EPT_VIOLATION_GVA_TRANSLATED instead of 0x100
 2021-04-23  7:04 UTC  (2+ messages)

[PATCH 0/4] KVM: x86: Kill off pdptrs_changed()
 2021-04-23  7:04 UTC  (6+ messages)
` [PATCH 1/4] KVM: nVMX: Drop obsolete (and pointless) pdptrs_changed() check
` [PATCH 2/4] KVM: nSVM: Drop pointless pdptrs_changed() check on nested transition
` [PATCH 3/4] KVM: x86: Always load PDPTRs on CR3 load for SVM w/o NPT and a PAE guest
` [PATCH 4/4] KVM: x86: Unexport kvm_read_guest_page_mmu()

[kvm-unit-tests PATCH 00/14] x86: MSR_GS_BASE and friends
 2021-04-23  6:57 UTC  (10+ messages)
` [kvm-unit-tests PATCH 01/14] x86/cstart: Don't use MSR_GS_BASE in 32-bit boot code
` [kvm-unit-tests PATCH 03/14] x86: msr: Advertise GenuineIntel as vendor to play nice with SYSENTER
` [kvm-unit-tests PATCH 12/14] x86: msr: Verify 64-bit only MSRs fault on 32-bit hosts

[PATCH kvm-unit-tests] x86/cstart: Don't use MSR_GS_BASE in 32-bit boot code
 2021-04-23  6:53 UTC 

[PATCH kvm-unit-tests] nSVM: Test addresses of MSR and IO permissions maps
 2021-04-23  6:53 UTC 

[PATCH v4 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-04-23  1:36 UTC  (16+ 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] KVM: arm64: Correctly handle the mmio faulting
 2021-04-23  1:38 UTC  (11+ messages)

[PATCH 0/5] KVM: x86: Use kernel x86 cpuid utilities in KVM selftests
 2021-04-23  0:08 UTC  (5+ messages)
` [PATCH 3/5] tools headers x86: Copy cpuid helpers from the kernel

[PATCH 0/4] Add guest support for SEV live migration
 2021-04-23  0:03 UTC  (6+ messages)
` [PATCH 1/4] KVM: x86: Add AMD SEV specific Hypercall3
` [PATCH 2/4] mm: x86: Invoke hypercall when page encryption status is changed
` [PATCH 3/4] EFI: Introduce the new AMD Memory Encryption GUID
` [PATCH 4/4] x86/kvm: Add guest support for detecting and enabling SEV Live Migration feature

[GIT PULL] virtio: last minute fixes
 2021-04-22 23:30 UTC  (2+ messages)

[PATCH] uio/uio_pci_generic: fix return value changed in refactoring
 2021-04-22 19:22 UTC 

linux-next: manual merge of the cgroup tree with the kvm tree
 2021-04-22 17:30 UTC  (9+ messages)

[PATCH v2 0/9] KVM: x86: Fixes for (benign?) truncation bugs
 2021-04-22 16:55 UTC  (11+ 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 7/9] KVM: x86/xen: Drop RAX[63:32] when processing hypercall

[PATCH 0/4] Fix htmldocs warning seen after SEV migration patch merge
 2021-04-22 16:38 UTC  (5+ messages)
` [PATCH 1/4] docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_START
` [PATCH 2/4] docs: kvm: fix underline too sort warning for KVM_SEV_RECEIVE_UPDATE_DATA
` [PATCH 3/4] docs: kvm: fix underline too short warning for KVM_SEV_RECEIVE_FINISH
` [PATCH 4/4] docs: kvm: fix inline emphasis string warning for KVM_SEV_SEND_START

[RFC PATCH 0/2] Mitigating Excessive Pause-Loop Exiting in VM-Agnostic KVM
 2021-04-22 15:58 UTC  (4+ messages)

[PATCH][next] KVM: x86: simplify zero'ing of entry->ebx
 2021-04-22 15:11 UTC  (3+ messages)

[RFCv2 00/13] TDX and guest memory unmapping
 2021-04-22 14:36 UTC 

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

remove the nvlink2 pci_vfio subdriver v2
 2021-04-22 13:52 UTC  (7+ messages)
` [PATCH 1/2] vfio/pci: remove vfio_pci_nvlink2

[PATCH kvmtool] arm: Fail early if KVM_CAP_ARM_PMU_V3 is not supported
 2021-04-22 13:10 UTC  (2+ messages)

[PATCH 0/5] perf: oprofile spring cleanup
 2021-04-22 12:48 UTC  (8+ 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: "

[RFC PATCH v8 00/19] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-04-22 11:41 UTC  (9+ messages)

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

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


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