kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-08 16:14:36 to 2021-04-12 06:53:34 UTC [more...]

[PATCH RFC v5 00/12] Add riscv kvm accel support
 2021-04-12  6:52 UTC  (3+ messages)
` [PATCH RFC v5 01/12] linux-header: Update linux/kvm.h
` [PATCH RFC v5 03/12] target/riscv: Implement function kvm_arch_init_vcpu

[PATCH v5 00/11] KVM SGX virtualization support (KVM part)
 2021-04-12  4:21 UTC  (12+ 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 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 

[PATCH v6 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-04-12  2:29 UTC  (11+ 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
    `  "

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 5.10/5.11 0/9] Fix missing TLB flushes in TDP MMU
 2021-04-11 16:49 UTC  (11+ 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

[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

[PATCH v2 1/3] virtio: update reset callback to return status
 2021-04-11  9:50 UTC  (8+ messages)

[PATCH v2] KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command
 2021-04-11  8:56 UTC  (2+ messages)

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

[PATCH kvm-unit-tests] access: change CR0/CR4/EFER before TLB flushes
 2021-04-10 14:42 UTC 

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

[PATCH] [kvm-unit-tests PATCH] x86/access: Fix intermittent test failure
 2021-04-10 14:16 UTC  (4+ messages)

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-10 13:34 UTC  (10+ messages)
` [PATCH v14 06/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [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)

[syzbot] BUG: spinlock bad magic in erofs_pcpubuf_growsize
 2021-04-09 18:13 UTC  (2+ messages)

[PATCH kvm-unit-tests 0/8] arm/arm64: Prepare for target-efi
 2021-04-09 17:46 UTC  (8+ messages)
` [PATCH kvm-unit-tests 1/8] arm/arm64: Reorganize cstart assembler
` [PATCH kvm-unit-tests 2/8] arm/arm64: Move setup_vm into setup
` [PATCH kvm-unit-tests 8/8] arm/arm64: psci: don't assume method is hvc

[RFC Part1 PATCH 00/13] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-04-09 17:40 UTC  (4+ messages)
` [RFC Part1 PATCH 11/13] x86/kernel: validate rom memory before accessing when SEV-SNP is active

[PATCH v2] KVM: arm64: Fully zero the vcpu state on reset
 2021-04-09 17:32 UTC 

[PATCH] KVM: arm64: Fully zero the vcpu state on reset
 2021-04-09 17:18 UTC  (3+ messages)

[PATCH v3] KVM: SVM: Make sure GHCB is mapped before updating
 2021-04-09 16:38 UTC  (3+ messages)

[PATCH v2] KVM: SVM: Make sure GHCB is mapped before updating
 2021-04-09 14:56 UTC  (7+ messages)

[RFCv1 0/7] TDX and guest memory unmapping
 2021-04-09 14:37 UTC  (11+ messages)
` [RFCv1 2/7] x86/kvm: Introduce KVM memory protection feature
` [RFCv1 7/7] KVM: unmap guest memory using poisoned pages

[PATCH v15 00/13] s390/vfio-ap: dynamic configuration support
 2021-04-09 13:26 UTC  (3+ messages)

[PATCH v5 0/4] KVM: cpuid: fix KVM_GET_EMULATED_CPUID implementation
 2021-04-09 13:03 UTC  (6+ messages)
` [PATCH v5 1/4] KVM: x86: Fix a spurious -E2BIG in KVM_GET_EMULATED_CPUID
` [PATCH v5 2/4] Documentation: KVM: update KVM_GET_EMULATED_CPUID ioctl description
` [PATCH v5 3/4] selftests: add kvm_get_emulated_cpuid to processor.h
` [PATCH v5 4/4] selftests: KVM: extend get_cpuid_test to include KVM_GET_EMULATED_CPUID

[PATCH v3 0/8] Fix broken documentation file references
 2021-04-09 12:47 UTC  (2+ messages)
` [PATCH v3 5/8] docs: vcpu-requests.rst: fix reference for atomic ops

[PATCH v4 0/4] KVM: cpuid: fix KVM_GET_EMULATED_CPUID implementation
 2021-04-09 12:34 UTC  (4+ messages)
` [PATCH v4 1/4] KVM: x86: Fix a spurious -E2BIG in KVM_GET_EMULATED_CPUID

[PATCH 0/7] Hyper-V nested virt enlightenments for SVM
 2021-04-09 12:24 UTC  (9+ messages)
` [PATCH 1/7] hyperv: Detect Nested virtualization support "
` [PATCH 4/7] KVM: SVM: hyper-v: Nested enlightenments in VMCB

Commit "x86/kvm: Move context tracking where it belongs" broke guest time accounting
 2021-04-09  9:19 UTC  (5+ messages)

[PATCH v4 0/2] KVM: arm64: Improve efficiency of stage2 page table
 2021-04-09  9:00 UTC  (6+ messages)
` [PATCH v4 1/2] KVM: arm64: Move CMOs from user_mem_abort to the fault handlers
` [PATCH v4 2/2] KVM: arm64: Distinguish cases of memcache allocations completely

[PATCH v4 01/16] perf/x86/intel: Add x86_pmu.pebs_vmx for Ice Lake Servers
 2021-04-09  8:46 UTC  (5+ messages)

[PATCH v4 00/16] KVM: x86/pmu: Add basic support to enable Guest PEBS via DS
 2021-04-09  8:30 UTC  (8+ messages)
` [PATCH v4 08/16] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to manage guest DS buffer

[PATCH 0/4] Add support for XMM fast hypercalls
 2021-04-09  7:59 UTC  (12+ messages)

[PATCH 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls
 2021-04-09  7:55 UTC  (7+ messages)

[PATCH 0/2] KVM: x86: cleanup and fix userspace interrupt window
 2021-04-09  7:14 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86: Fix split-irqchip vs interrupt injection window request

[PATCH v5 0/3] CET fix patches for nested guest
 2021-04-09  6:43 UTC  (4+ messages)
` [PATCH v5 1/3] KVM: nVMX: Sync L2 guest CET states between L1/L2
` [PATCH v5 2/3] KVM: nVMX: Set X86_CR4_CET in cr4_fixed1_bits if CET IBT is enabled
` [PATCH v5 3/3] KVM: nVMX: Add CET entry/exit load bits to evmcs unsupported list

[PATCH v2 1/3] x86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMP
 2021-04-09  4:18 UTC  (3+ messages)
` [PATCH v2 2/3] KVM: X86: Count attempted/successful directed yield
` [PATCH v2 3/3] KVM: X86: Do not yield to self

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-04-09  3:44 UTC  (9+ messages)
` [RFC PATCH v3 1/8] iommu: Evolve the device fault reporting framework
` [RFC PATCH v3 2/8] vfio/type1: Add a page fault handler
` [RFC PATCH v3 3/8] vfio/type1: Add an MMU notifier to avoid pinning
` [RFC PATCH v3 4/8] vfio/type1: Pre-map more pages than requested in the IOPF handling
` [RFC PATCH v3 5/8] vfio/type1: VFIO_IOMMU_ENABLE_IOPF
` [RFC PATCH v3 6/8] vfio/type1: No need to statically pin and map if IOPF enabled
` [RFC PATCH v3 7/8] vfio/type1: Add selective DMA faulting support
` [RFC PATCH v3 8/8] vfio: Add nested IOPF support

[PATCH] KVM: X86: Do not yield to self
 2021-04-09  3:05 UTC  (3+ messages)

[PATCH] KVM: X86: Count success and invalid yields
 2021-04-09  3:05 UTC  (3+ messages)

[PATCH] x86/kvm: Don't alloc __pv_cpu_mask when !CONFIG_SMP
 2021-04-09  3:03 UTC  (3+ messages)

[PATCH v2] KVM: vmx: add mismatched size assertions in vmcs_check32()
 2021-04-09  2:24 UTC 

[PATCH] KVM: vmx: add mismatched size in vmcs_check32
 2021-04-09  1:57 UTC  (4+ messages)

[RFC PATCH] KVM: x86: Support write protect huge pages lazily
 2021-04-09  1:13 UTC  (6+ messages)

[PATCH] KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command
 2021-04-09  0:49 UTC  (4+ messages)

[RFC v3] KVM: x86: Support KVM VMs sharing SEV context
 2021-04-08 22:32 UTC 

[syzbot] possible deadlock in io_sq_thread_finish
 2021-04-08 19:43 UTC 

[PATCH 1/1] x86/kvm/svm: Implement support for PSFD
 2021-04-08 17:19 UTC  (2+ messages)

[PATCH] KVM: x86: Remove unused function declaration
 2021-04-08 16:46 UTC  (2+ messages)

[PATCH v2 00/17] KVM: x86/mmu: Lots of bug fixes
 2021-04-08 16:30 UTC  (8+ messages)
` [PATCH v2 07/17] KVM: x86/mmu: Check PDPTRs before allocating PAE roots

[GIT PULL] KVM changes for 5.12-rc7
 2021-04-08 16:24 UTC  (2+ messages)

[PATCH] KVM: SVM: Make sure GHCB is mapped before updating
 2021-04-08 16:18 UTC  (7+ 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).