kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-06 01:56:02 to 2021-01-07 18:41:29 UTC [more...]

[PATCH v3 10/21] x86/fpu/xstate: Update xstate save function to support dynamic xstate
 2021-01-07 18:40 UTC  (3+ messages)

[PATCH v2 00/24] target/mips: Convert MSA ASE to decodetree
 2021-01-07 18:29 UTC  (13+ messages)
` [PATCH v2 02/24] target/mips/translate: Expose check_mips_64() to 32-bit mode
` [PATCH v2 03/24] target/mips/cpu: Introduce isa_rel6_available() helper

[GIT PULL] KVM/arm64 fixes for 5.11, take #1
 2021-01-07 18:19 UTC  (20+ messages)
` [PATCH 01/18] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
` [PATCH 02/18] KVM: arm64: Prevent use of invalid PSCI v0.1 function IDs
` [PATCH 03/18] KVM: arm64: Use lm_alias in nVHE-only VA conversion
` [PATCH 04/18] KVM: arm64: Skip computing hyp VA layout for VHE
` [PATCH 05/18] KVM: arm64: Minor cleanup of hyp variables used in host
` [PATCH 06/18] KVM: arm64: Remove unused includes in psci-relay.c
` [PATCH 07/18] KVM: arm64: Move skip_host_instruction to adjust_pc.h
` [PATCH 08/18] KVM: arm64: Declutter host PSCI 0.1 handling
` [PATCH 09/18] KVM: Documentation: Add arm64 KVM_RUN error codes
` [PATCH 10/18] KVM: arm64: arch_timer: Remove VGIC initialization check
` [PATCH 11/18] KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()
` [PATCH 12/18] KVM: arm64: Update comment in kvm_vgic_map_resources()
` [PATCH 13/18] KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()
` [PATCH 14/18] KVM: arm64: Consolidate dist->ready setting into kvm_vgic_map_resources()
` [PATCH 15/18] KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotation
` [PATCH 16/18] KVM: arm64: Remove spurious semicolon in reg_to_encoding()
` [PATCH 17/18] KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS
` [PATCH 18/18] arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST

[PATCH v5 27/34] KVM: SVM: Add support for booting APs for an SEV-ES guest
 2021-01-07 18:13 UTC  (3+ messages)
` [PATCH v5.1 27/34] KVM: SVM: Add support for booting APs in "

[PATCH] MAINTAINERS: Really update email address for Sean Christopherson
 2021-01-07 18:09 UTC  (2+ messages)

[PATCH v2 0/4] KVM: nSVM: few random fixes
 2021-01-07 18:03 UTC  (10+ messages)
` [PATCH v2 1/4] KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
` [PATCH v2 2/4] KVM: nSVM: correctly restore nested_run_pending on migration
` [PATCH v2 3/4] KVM: nSVM: always leave the nested state first on KVM_SET_NESTED_STATE
` [PATCH v2 4/4] KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest mode

[PATCH v3 1/2] KVM: x86/mmu: Ensure TDP MMU roots are freed after yield
 2021-01-07 17:53 UTC  (6+ messages)
` [PATCH v3 2/2] KVM: x86/mmu: Clarify TDP MMU page list invariants

[RFC 0/2] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-01-07 17:53 UTC  (12+ messages)
` [RFC 1/2] KVM: add initial support for KVM_SET_IOREGION

[PATCH v2 1/9] KVM: x86: Add AMD SEV specific Hypercall3
 2021-01-07 17:26 UTC  (14+ messages)

[RFC PATCH 00/23] KVM SGX virtualization support
 2021-01-07 16:14 UTC  (61+ messages)
` [RFC PATCH 01/23] x86/sgx: Split out adding EPC page to free list to separate helper
` [RFC PATCH 02/23] x86/sgx: Add enum for SGX_CHILD_PRESENT error code
` [RFC PATCH 03/23] x86/sgx: Introduce virtual EPC for use by KVM guests
` [RFC PATCH 04/23] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [RFC PATCH 05/23] x86/cpu/intel: Allow SGX virtualization without Launch Control support
` [RFC PATCH 06/23] x86/sgx: Expose SGX architectural definitions to the kernel
` [RFC PATCH 07/23] x86/sgx: Move ENCLS leaf definitions to sgx_arch.h
` [RFC PATCH 08/23] x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)
` [RFC PATCH 09/23] x86/sgx: Add encls_faulted() helper
` [RFC PATCH 10/23] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
` [RFC PATCH 11/23] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [RFC PATCH 12/23] x86/sgx: Move provisioning device creation out of SGX driver
` [RFC PATCH 13/23] KVM: VMX: Convert vcpu_vmx.exit_reason to a union
` [RFC PATCH 14/23] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
` [RFC PATCH 15/23] KVM: x86: Define new #PF SGX error code bit
` [RFC PATCH 16/23] KVM: x86: Add SGX feature leaf to reverse CPUID lookup
` [RFC PATCH 17/23] KVM: VMX: Add basic handling of VM-Exit from SGX enclave
` [RFC PATCH 18/23] KVM: VMX: Frame in ENCLS handler for SGX virtualization
` [RFC PATCH 19/23] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
` [RFC PATCH 20/23] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
` [RFC PATCH 21/23] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
` [RFC PATCH 22/23] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
` [RFC PATCH 23/23] KVM: x86: Add capability to grant VM access to privileged SGX attribute

[PATCH 0/3] KVM: SVM: Refactor vcpu_load/put to use vmload/vmsave for host state
 2021-01-07 15:47 UTC  (6+ messages)
` [PATCH v3 1/3] KVM: SVM: use vmsave/vmload for saving/restoring additional "

[PATCH V1 5/5] vfio: block during VA suspend
 2021-01-07 15:17 UTC  (3+ messages)

[PATCH v13 00/15] s390/vfio-ap: dynamic configuration support
 2021-01-07 14:41 UTC  (3+ messages)

[PATCH v3 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-01-07 12:38 UTC  (4+ messages)
` [PATCH v3 06/17] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS

[PATCH] uio: uio_pci_generic: don't fail probe if pdev->irq equals to IRQ_NOTCONNECTED
 2021-01-07 11:38 UTC  (2+ messages)

[PATCH] Revert "KVM: x86: Unconditionally enable irqs in guest context"
 2021-01-07 10:55 UTC  (6+ messages)
    `  "

[PATCH 0/2] RFC: VMX: fix for disappearing L1->L2 event injection on L1 migration
 2021-01-07  9:41 UTC  (7+ messages)
` [PATCH 1/2] KVM: VMX: create vmx_process_injected_event
` [PATCH 2/2] KVM: nVMX: fix for disappearing L1->L2 event injection on L1 migration

[PATCH 0/5] vfio/iommu_type1: Some fixes about dirty tracking
 2021-01-07  9:29 UTC  (6+ messages)
` [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose
` [PATCH 2/5] vfio/iommu_type1: Populate dirty bitmap for new vfio_dma
` [PATCH 3/5] vfio/iommu_type1: Populate dirty bitmap when attach group
` [PATCH 4/5] vfio/iommu_type1: Carefully use unmap_unpin_all during dirty tracking
` [PATCH 5/5] vfio/iommu_type1: Move sanity_check_pfn_list to unmap_unpin_all

[PATCH] uio: uio_pci_generic: don't fail probe if pdev->irq equals to IRQ_NOTCONNECTED
 2021-01-07  9:27 UTC 

[RFC PATCH v2 1/1] platform-msi: Add platform check for subdevice irq domain
 2021-01-07  7:16 UTC  (11+ messages)

[RFC PATCH 1/1] platform-msi: Add platform check for subdevice irq domain
 2021-01-07  7:01 UTC  (3+ messages)

[PATCH 0/6] vfio/iommu_type1: Some optimizations about dirty tracking
 2021-01-07  4:44 UTC  (7+ messages)
` [PATCH 1/6] vfio/iommu_type1: Make an explicit "promote" semantic
` [PATCH 2/6] vfio/iommu_type1: Ignore external domain when promote pinned_scope
` [PATCH 3/6] vfio/iommu_type1: Initially set the pinned_page_dirty_scope
` [PATCH 4/6] vfio/iommu_type1: Drop parameter "pgsize" of vfio_dma_bitmap_alloc_all
` [PATCH 5/6] vfio/iommu_type1: Drop parameter "pgsize" of vfio_iova_dirty_bitmap
` [PATCH 6/6] vfio/iommu_type1: Drop parameter "pgsize" of update_user_bitmap

[PATCH 0/6] KVM: nSVM: few random fixes
 2021-01-06 23:55 UTC  (11+ messages)
` [PATCH 1/6] KVM: SVM: create svm_process_injected_event
` [PATCH 2/6] KVM: nSVM: fix for disappearing L1->L2 event injection on L1 migration
` [PATCH 3/6] KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
` [PATCH 4/6] KVM: nSVM: correctly restore nested_run_pending on migration
` [PATCH 5/6] KVM: nSVM: always leave the nested state first on KVM_SET_NESTED_STATE
` [PATCH 6/6] KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest mode

[PATCH v2 1/2] KVM: x86/mmu: Ensure TDP MMU roots are freed after yield
 2021-01-06 22:13 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: x86/mmu: Clarify TDP MMU page list invariants

[PATCH 0/5] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-01-06 19:33 UTC  (9+ messages)
` [PATCH 1/5] vsock/virtio: support for SOCK_SEQPACKET socket
` [PATCH 4/5] af_vsock: add socket ops for SOCK_SEQPACKET

[Patch v3 0/2] cgroup: KVM: New Encryption IDs cgroup controller
 2021-01-06 18:45 UTC  (8+ messages)

[PATCH 1/3] kvm: x86/mmu: Clarify TDP MMU page list invariants
 2021-01-06 18:02 UTC  (8+ messages)
` [PATCH 2/3] kvm: x86/mmu: Ensure TDP MMU roots are freed after yield

[PATCH 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-01-06 17:12 UTC  (5+ messages)
` [PATCH 1/9] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
` [PATCH 2/9] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read

[PATCH V1 0/5] vfio virtual address update
 2021-01-06 14:50 UTC  (4+ messages)
` [PATCH V1 1/5] vfio: maintain dma_list order

[PATCH] uio: uio_pci_generic: don't fail probe if pdev->irq equals to IRQ_NOTCONNECTED
 2021-01-06 12:28 UTC 

[PATCH v3 00/15] x86: major paravirt cleanup
 2021-01-06 10:41 UTC  (5+ messages)
` [PATCH v3 06/15] x86/paravirt: switch time pvops functions to use static_call()

[PATCH v16 0/9] Enable ptp_kvm for arm/arm64
 2021-01-06  8:29 UTC  (2+ messages)

[RFC PATCH v2 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
 2021-01-06  7:14 UTC  (11+ messages)
` [RFC PATCH v2 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
` [RFC PATCH v2 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side


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