kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-09 18:58:23 to 2021-04-13 00:25:56 UTC [more...]

[PATCH v12 00/13] Add AMD SEV guest live migration support
 2021-04-13  0:25 UTC  (24+ messages)
` [PATCH v12 01/13] KVM: SVM: Add KVM_SEV SEND_START command
` [PATCH v12 02/13] KVM: SVM: Add KVM_SEND_UPDATE_DATA command
` [PATCH v12 03/13] KVM: SVM: Add KVM_SEV_SEND_FINISH command
` [PATCH v12 04/13] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
` [PATCH v12 05/13] KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
` [PATCH v12 06/13] KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
` [PATCH v12 07/13] KVM: x86: Add AMD SEV specific Hypercall3
` [PATCH v12 08/13] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH v12 09/13] mm: x86: Invoke hypercall when page encryption status is changed
` [PATCH v12 10/13] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR
` [PATCH v12 11/13] EFI: Introduce the new AMD Memory Encryption GUID
` [PATCH v12 12/13] x86/kvm: Add guest support for detecting and enabling SEV Live Migration feature
` [PATCH v12 13/13] x86/kvm: Add kexec support for SEV Live Migration

[PATCH v2 1/3] virtio: update reset callback to return status
 2021-04-12 22:53 UTC  (16+ messages)

[PATCH 0/7 v7] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests
 2021-04-12 21:56 UTC  (8+ messages)
` [PATCH 1/7 v7] KVM: SVM: Define actual size of IOPM and MSRPM tables
` [PATCH 2/7 v7] KVM: nSVM: Define an exit code to reflect consistency check failure
` [PATCH 3/7 v7] KVM: nSVM: No need to set bits 11:0 in MSRPM and IOPM bitmaps
` [PATCH 4/7 v7] nSVM: Check addresses of MSR and IO permission maps
` [PATCH 5/7 v7] SVM: Use ALIGN macro when aligning 'io_bitmap_area'
` [PATCH 6/7 v7] nSVM: Define an exit code to reflect consistency check failure
` [PATCH 7/7 v7] nSVM: Test addresses of MSR and IO permissions maps

[PATCH 0/3] KVM: Fixes and a cleanup for coalesced MMIO
 2021-04-12 22:20 UTC  (4+ messages)
` [PATCH 1/3] KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU
` [PATCH 2/3] KVM: Stop looking for coalesced MMIO zones if the bus is destroyed
` [PATCH 3/3] KVM: Add proper lockdep assertion in I/O bus unregister

[PATCH] vfio/pci: Add missing range check in vfio_pci_mmap
 2021-04-12 21:41 UTC 

[PATCH 0/2] KVM: x86: cleanup and fix userspace interrupt window
 2021-04-12 21:43 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86: Fix split-irqchip vs interrupt injection window request

[PATCH v2 0/4] Add support for XMM fast hypercalls
 2021-04-12 20:14 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: x86: Move FPU register accessors into fpu.h
` [PATCH v2 2/4] KVM: hyper-v: Collect hypercall params into struct
` [PATCH v2 3/4] KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
` [PATCH v2 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls

[PATCH v2] KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command
 2021-04-12 19:45 UTC  (3+ messages)

[PATCH v3] KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command
 2021-04-12 19:44 UTC 

[PATCH kvm-unit-tests] access: change CR0/CR4/EFER before TLB flushes
 2021-04-12 18:40 UTC  (2+ messages)

[PATCH 0/6] KVM: x86: Make the cause of instruction emulation available to user-space
 2021-04-12 18:34 UTC  (9+ messages)
` [PATCH 1/6] KVM: x86: add an emulation_reason to x86_emulate_instruction()
` [PATCH 2/6] KVM: x86: pass emulation_reason to handle_emulation_failure()
` [PATCH 3/6] KVM: x86: add emulation_reason to kvm_emulate_instruction()
` [PATCH 4/6] KVM: x86: pass a proper reason "
` [PATCH 5/6] KVM: SVM: pass a proper reason in kvm_emulate_instruction()
` [PATCH 6/6] KVM: VMX: "

[PATCH] [kvm-unit-tests PATCH] x86/access: Fix intermittent test failure
 2021-04-12 18:30 UTC  (6+ messages)

[PATCH v2 00/13] More parallel operations for the TDP MMU
 2021-04-12 18:21 UTC  (4+ messages)
` [PATCH v2 09/13] KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock

[RFC PATCH] KVM: x86: Support write protect huge pages lazily
 2021-04-12 17:19 UTC  (4+ messages)

[PATCH v2] KVM: arm64: Fully zero the vcpu state on reset
 2021-04-12 16:51 UTC  (2+ messages)

[PATCH 5.10/5.11 0/9] Fix missing TLB flushes in TDP MMU
 2021-04-12 16:44 UTC  (12+ messages)
` [PATCH 5.10/5.11 1/9] KVM: x86/mmu: change TDP MMU yield function returns to match cond_resched
` [PATCH 5.10/5.11 2/9] KVM: x86/mmu: Merge flush and non-flush tdp_mmu_iter_cond_resched
` [PATCH 5.10/5.11 3/9] KVM: x86/mmu: Rename goal_gfn to next_last_level_gfn
` [PATCH 5.10/5.11 4/9] KVM: x86/mmu: Ensure forward progress when yielding in TDP MMU iter
` [PATCH 5.10/5.11 5/9] KVM: x86/mmu: Yield in TDU MMU iter even if no SPTES changed
` [PATCH 5.10/5.11 6/9] KVM: x86/mmu: Ensure TLBs are flushed when yielding during GFN range zap
` [PATCH 5.10/5.11 7/9] KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX zapping
` [PATCH 5.10/5.11 8/9] KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pages
` [PATCH 5.10/5.11 9/9] KVM: x86/mmu: preserve pending TLB flush across calls to kvm_tdp_mmu_zap_sp

general protection fault in kvm_vm_ioctl_unregister_coalesced_mmio
 2021-04-12 16:37 UTC 

[GIT PULL 0/7] KVM: s390: Updates for 5.13
 2021-04-12 16:05 UTC  (8+ messages)
` [GIT PULL 1/7] KVM: s390: Fix comment spelling in kvm_s390_vcpu_start()
` [GIT PULL 2/7] KVM: s390: diag9c (directed yield) forwarding
` [GIT PULL 3/7] KVM: s390: split kvm_s390_logical_to_effective
` [GIT PULL 4/7] KVM: s390: extend kvm_s390_shadow_fault to return entry pointer
` [GIT PULL 5/7] KVM: s390: VSIE: correctly handle MVPG when in VSIE
` [GIT PULL 6/7] KVM: s390: split kvm_s390_real_to_abs
` [GIT PULL 7/7] KVM: s390: VSIE: fix MVPG handling for prefixing and MSO

[PATCH v4 01/16] perf/x86/intel: Add x86_pmu.pebs_vmx for Ice Lake Servers
 2021-04-12 15:25 UTC  (7+ messages)

[PATCH] KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST read
 2021-04-12 15:00 UTC 

[RFC Part1 PATCH 00/13] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-04-12 14:31 UTC  (6+ messages)
` [RFC Part1 PATCH 13/13] x86/kernel: add support to validate memory when changing C-bit

remove the nvlink2 pci_vfio subdriver v2
 2021-04-12 14:23 UTC  (5+ messages)
` [PATCH 1/2] vfio/pci: remove vfio_pci_nvlink2

[kvm-unit-tests PATCH v3 0/7] s390: Add support for large pages
 2021-04-12 13:52 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 1/7] s390x: lib: add and use macros for control register bits
` [kvm-unit-tests PATCH v3 5/7] s390x: lib: add PGM_TEID_* macros
` [kvm-unit-tests PATCH v3 7/7] s390x: edat test

[PATCH v5 0/3] ppc: Enable 2nd DAWR support on Power10
 2021-04-12 13:10 UTC  (5+ messages)
` [PATCH v5 1/3] Linux headers: update from 5.12-rc3
` [PATCH v5 2/3] ppc: Rename current DAWR macros and variables
` [PATCH v5 3/3] ppc: Enable 2nd DAWR support on p10

[PATCH 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls
 2021-04-12 11:29 UTC  (6+ messages)

[PATCH v5 00/11] KVM SGX virtualization support (KVM part)
 2021-04-12 11:28 UTC  (15+ messages)
` [PATCH v5 01/11] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
` [PATCH v5 02/11] KVM: x86: Define new #PF SGX error code bit
` [PATCH v5 03/11] KVM: x86: Add support for reverse CPUID lookup of scattered features
` [PATCH v5 04/11] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
` [PATCH v5 05/11] KVM: VMX: Add basic handling of VM-Exit from SGX enclave
` [PATCH v5 06/11] KVM: VMX: Frame in ENCLS handler for SGX virtualization
` [PATCH v5 07/11] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
` [PATCH v5 08/11] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
` [PATCH v5 09/11] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
` [PATCH v5 10/11] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
` [PATCH v5 11/11] KVM: x86: Add capability to grant VM access to privileged SGX attribute

[PATCH v2 00/10] KVM: Consolidate and optimize MMU notifiers
 2021-04-12 10:27 UTC  (5+ messages)
` [PATCH v2 03/10] KVM: arm64: Convert to the gfn-based MMU notifier callbacks

[PATCH v6 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-04-12  9:59 UTC  (16+ messages)
` [PATCH v6 03/10] vhost-vdpa: protect concurrent access to vhost device iotlb
    `  "
        `  "
` [PATCH v6 09/10] vduse: Introduce VDUSE - vDPA Device in Userspace
    `  "

[PATCH] vhost-vdpa: protect concurrent access to vhost device iotlb
 2021-04-12  9:55 UTC 

[PATCH v4 00/14] vdpa: add vdpa simulator for block device
 2021-04-12  8:18 UTC  (2+ messages)

[PATCH RFC v5 00/12] Add riscv kvm accel support
 2021-04-12  6:52 UTC  (13+ messages)
` [PATCH RFC v5 01/12] linux-header: Update linux/kvm.h
` [PATCH RFC v5 02/12] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH RFC v5 03/12] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH RFC v5 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH RFC v5 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH RFC v5 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH RFC v5 07/12] hw/riscv: PLIC update external interrupt by KVM when kvm enabled
` [PATCH RFC v5 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH RFC v5 09/12] target/riscv: Add host cpu type
` [PATCH RFC v5 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH RFC v5 11/12] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH RFC v5 12/12] target/riscv: Support virtual time context synchronization

[PATCH v1 00/14] vfio: Device memory DMA mapping improvements
 2021-04-12  4:09 UTC  (7+ messages)
` [PATCH v1 01/14] vfio: Create vfio_fs_type with inode per device
  ` 答复: "

[PATCH] vfio/iommu_type1: Remove unused pinned_page_dirty_scope in vfio_iommu
 2021-04-12  2:44 UTC 

Kenya Cutomized Business Plans for only Kes 499/=
 2021-04-11 20:36 UTC 

Kenya bulk email marketing - Target over 1.8 Million Kenyans via email
 2021-04-11 19:16 UTC 

[PATCH v13 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-04-11 15:28 UTC  (17+ messages)
` [PATCH v13 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v13 02/13] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v13 03/13] vfio: VFIO_IOMMU_SET_MSI_BINDING
` [PATCH v13 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v13 05/13] vfio/pci: Register an iommu fault handler
` [PATCH v13 06/13] vfio/pci: Allow to mmap the fault queue
` [PATCH v13 07/13] vfio: Use capability chains to handle device specific irq
` [PATCH v13 08/13] vfio/pci: Add framework for custom interrupt indices
` [PATCH v13 09/13] vfio: Add new IRQ for DMA fault reporting
` [PATCH v13 10/13] vfio/pci: Register and allow DMA FAULT IRQ signaling
` [PATCH v13 11/13] vfio: Document nested stage control
` [PATCH v13 12/13] vfio/pci: Register a DMA fault response region
` [PATCH v13 13/13] vfio/pci: Inject page response upon response region fill

[PATCH v12 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-04-11 12:12 UTC  (4+ messages)
` [PATCH v12 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-11 11:12 UTC  (13+ messages)
` [PATCH v15 01/12] iommu: Introduce attach/detach_pasid_table API
` [PATCH v15 02/12] iommu: Introduce bind/unbind_guest_msi
` [PATCH v15 03/12] iommu/smmuv3: Allow s1 and s2 configs to coexist
` [PATCH v15 04/12] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v15 05/12] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v15 06/12] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v15 07/12] iommu/smmuv3: Implement cache_invalidate
` [PATCH v15 08/12] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v15 09/12] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v15 10/12] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v15 11/12] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v15 12/12] iommu/smmuv3: report additional recoverable faults

[syzbot] WARNING: refcount bug in sk_psock_get
 2021-04-10 16:41 UTC  (3+ messages)

[PATCH kvm-unit-tests] access: use write_cr4_checking to verify support for SMEP or PKE
 2021-04-10 14:42 UTC 

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-10 13:34 UTC  (4+ messages)
` [PATCH v14 08/13] dma-iommu: Implement NESTED_MSI cookie

Kenya Cutomized Business Plans for only Kes 499/=
 2021-04-10  5:53 UTC 

[RFC v2] KVM: x86: Support KVM VMs sharing SEV context
 2021-04-09 20:24 UTC  (10+ messages)

[GIT PULL] vdpa/mlx5: last minute fixes
 2021-04-09 19:59 UTC  (2+ messages)

[PATCH v16 00/17] KVM RISC-V Support
 2021-04-09 18:58 UTC  (2+ 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).