kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-04 00:31:17 to 2021-03-05 18:53:57 UTC [more...]

[GIT PULL] KVM/arm64 fixes for 5.12, take #1
 2021-03-05 18:52 UTC  (5+ messages)
    ` [PATCH 0/8] "
      ` [PATCH 1/8] KVM: arm64: nvhe: Save the SPE context early

[PATCH v4 00/11] KVM: VMX: Clean up Hyper-V PV TLB flush
 2021-03-05 18:33 UTC  (13+ messages)
` [PATCH v4 01/11] KVM: x86: Get active PCID only when writing a CR3 value
` [PATCH v4 02/11] KVM: VMX: Track common EPTP for Hyper-V's paravirt TLB flush
` [PATCH v4 03/11] KVM: VMX: Stash kvm_vmx in a local variable for Hyper-V "
` [PATCH v4 04/11] KVM: VMX: Fold Hyper-V EPTP checking into it's only caller
` [PATCH v4 05/11] KVM: VMX: Do Hyper-V TLB flush iff vCPU's EPTP hasn't been flushed
` [PATCH v4 06/11] KVM: VMX: Invalidate hv_tlb_eptp to denote an EPTP mismatch
` [PATCH v4 07/11] KVM: VMX: Don't invalidate hv_tlb_eptp if the new EPTP matches
` [PATCH v4 08/11] KVM: VMX: Explicitly check for hv_remote_flush_tlb when loading pgd
` [PATCH v4 09/11] KVM: VMX: Define Hyper-V paravirt TLB flush fields iff Hyper-V is enabled
` [PATCH v4 10/11] KVM: VMX: Skip additional Hyper-V TLB EPTP flushes if one fails
` [PATCH v4 11/11] KVM: VMX: Track root HPA instead of EPTP for paravirt Hyper-V TLB flush

[PATCH v2 00/17] KVM: x86/mmu: Lots of bug fixes
 2021-03-05 18:23 UTC  (25+ messages)
` [PATCH v2 01/17] KVM: nSVM: Set the shadow root level to the TDP level for nested NPT
` [PATCH v2 02/17] KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bit
` [PATCH v2 03/17] KVM: x86/mmu: Capture 'mmu' in a local variable when allocating roots
` [PATCH v2 04/17] KVM: x86/mmu: Allocate the lm_root before allocating PAE roots
` [PATCH v2 05/17] KVM: x86/mmu: Allocate pae_root and lm_root pages in dedicated helper
` [PATCH v2 06/17] KVM: x86/mmu: Ensure MMU pages are available when allocating roots
` [PATCH v2 07/17] KVM: x86/mmu: Check PDPTRs before allocating PAE roots
` [PATCH v2 08/17] KVM: x86/mmu: Fix and unconditionally enable WARNs to detect PAE leaks
` [PATCH v2 09/17] KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE root
` [PATCH v2 10/17] KVM: x86/mmu: Set the C-bit in the PDPTRs and LM pseudo-PDPTRs
` [PATCH v2 11/17] KVM: x86/mmu: Mark the PAE roots as decrypted for shadow paging
` [PATCH v2 12/17] KVM: SVM: Don't strip the C-bit from CR2 on #PF interception
` [PATCH v2 13/17] KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch
` [PATCH v2 14/17] KVM: x86: Defer the MMU unload to the normal path on an global INVPCID
` [PATCH v2 15/17] KVM: x86/mmu: Unexport MMU load/unload functions
` [PATCH v2 16/17] KVM: x86/mmu: Sync roots after MMU load iff load as successful
` [PATCH v2 17/17] KVM: x86/mmu: WARN on NULL pae_root or lm_root, or bad shadow root level

[RFC PATCH v6 00/25] KVM SGX virtualization support
 2021-03-05 17:51 UTC  (5+ messages)
` [RFC PATCH v6 13/25] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [RFC PATCH v6 14/25] x86/sgx: Move provisioning device creation out of SGX driver

[PATCH 00/25] KVM SGX virtualization support
 2021-03-05 17:29 UTC  (14+ messages)
` [PATCH 02/25] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [PATCH 06/25] x86/cpu/intel: Allow SGX virtualization without Launch Control support

[PATCH v5 0/3] s390/kvm: fix MVPG when in VSIE
 2021-03-05 17:01 UTC  (5+ messages)
` [PATCH v5 1/3] s390/kvm: split kvm_s390_logical_to_effective
` [PATCH v5 2/3] s390/kvm: extend kvm_s390_shadow_fault to return entry pointer

[PATCH v2 7/9] memory: introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
 2021-03-05 15:37 UTC  (2+ messages)

[RFC] KVM: x86: Support KVM VMs sharing SEV context
 2021-03-05 15:13 UTC  (3+ messages)

[PATCH 0/3] vDPA/ifcvf: enables Intel C5000X-PL virtio-net
 2021-03-05 14:20 UTC  (4+ messages)
` [PATCH 1/3] vDPA/ifcvf: get_vendor_id returns a device specific vendor id
` [PATCH 2/3] vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPA
` [PATCH 3/3] vDPA/ifcvf: bump version string to 1.0

[PATCH] KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'
 2021-03-05 13:33 UTC  (3+ messages)

[PATCH] KVM: x86: Ensure deadline timer has truly expired before posting its IRQ
 2021-03-05 13:30 UTC  (2+ messages)

[RFC v3 0/5] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-03-05 13:09 UTC  (3+ messages)
` [RFC v3 1/5] KVM: add initial support for KVM_SET_IOREGION

[RFC PATCH kvm-unit-tests] x86: add ioregionfd fast PIO test
 2021-03-05 11:04 UTC  (2+ messages)

[PATCH v12 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-03-05 10:45 UTC  (3+ messages)
` [PATCH v12 03/13] vfio: VFIO_IOMMU_SET_MSI_BINDING

[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
 2021-03-05 10:26 UTC  (2+ messages)

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver
 2021-03-05 10:00 UTC  (8+ messages)
` [PATCH 14/17] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 16/17] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
    ` [Freedreno] "

[PATCH] vfio: Depend on MMU
 2021-03-05  8:46 UTC  (2+ messages)

[RFC PATCH 00/10] vdpa: get/set_config() rework
 2021-03-05  8:38 UTC  (11+ messages)
` [RFC PATCH 01/10] vdpa: add get_config_size callback in vdpa_config_ops
` [RFC PATCH 10/10] vhost/vdpa: return configuration bytes read and written to user space

[RFC v4 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-03-05  8:12 UTC  (38+ messages)
` [RFC v4 05/11] vdpa: Support transferring virtual addressing during DMA mapping
    `  "
` [RFC v4 06/11] vduse: Implement an MMU-based IOMMU driver
    `  "
` [RFC v4 07/11] vduse: Introduce VDUSE - vDPA Device in Userspace
    `  "
` [RFC v4 09/11] Documentation: Add documentation for VDUSE
    `  "
` [RFC v4 10/11] vduse: Introduce a workqueue for irq injection
    `  "
` [RFC v4 11/11] vduse: Support binding irq to the specified cpu
    `  "

[PATCH v3 0/9] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-03-05  6:35 UTC  (20+ messages)
` [PATCH v3 5/9] KVM: vmx/pmu: Add MSR_ARCH_LBR_DEPTH emulation for Arch LBR
` [PATCH v3 6/9] KVM: vmx/pmu: Add MSR_ARCH_LBR_CTL "
` [PATCH v3 7/9] KVM: vmx/pmu: Add Arch LBR emulation and its VMCS field
` [PATCH v3 9/9] KVM: x86: Add XSAVE Support for Architectural LBRs

[RFC PATCH 00/10] vfio: Device memory DMA mapping improvements
 2021-03-05  0:36 UTC  (11+ messages)
` [RFC PATCH 05/10] vfio: Create a vfio_device from vma lookup

Problem With XFS + KVM
 2021-03-04 23:51 UTC  (4+ messages)

[Patch v3 0/2] cgroup: New misc cgroup controller
 2021-03-04 23:19 UTC  (3+ messages)
` [Patch v3 1/2] cgroup: sev: Add "
` [Patch v3 2/2] cgroup: sev: Miscellaneous cgroup documentation

[PATCH v7 0/2] System Generation ID driver and VMGENID backend
 2021-03-04 20:08 UTC  (3+ messages)

[GIT PULL] KVM changes for 5.12-rc2
 2021-03-04 19:30 UTC  (2+ messages)

[PATCH v6 03/11] target/arm: Restrict ARMv4 cpus to TCG accel
 2021-03-04 19:25 UTC  (2+ messages)

[PATCH] nSVM: Test VMLOAD/VMSAVE intercepts
 2021-03-04 18:00 UTC  (3+ messages)

[PATCH kvm-unit-tests] KVM: svm: add a test to observe the gain from clean bits
 2021-03-04 17:59 UTC 

[PATCH v3 0/1] s390/vfio-ap: fix circular lockdep when starting SE guest
 2021-03-04 17:43 UTC  (9+ messages)
` [PATCH v3 1/1] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks

[PATCH] scsi: target: vhost-scsi: remove redundant initialization of variable ret
 2021-03-04 17:15 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 0/6] CSS Mesurement Block
 2021-03-04 17:06 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 5/6] s390x: css: testing measurement block format 0

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

[RFC PATCH 00/19] accel: Introduce AccelvCPUState opaque structure
 2021-03-04 16:42 UTC  (17+ messages)
` [PATCH 01/19] target/i386/hvf: Use boolean value for vcpu_dirty
` [PATCH 02/19] target/s390x/kvm: Simplify debug code
` [PATCH 04/19] cpu: Croup accelerator-specific fields altogether
` [RFC PATCH 13/19] accel/kvm: Declare and allocate AccelvCPUState struct
` [RFC PATCH 14/19] accel/kvm: Move the 'kvm_fd' field to AccelvCPUState
` [RFC PATCH 15/19] accel/kvm: Move the 'kvm_state' "
` [RFC PATCH 17/19] accel/hvf: Reduce deref by declaring 'hv_vcpuid_t hvf_fd' on stack
` [RFC PATCH 18/19] accel/hvf: Declare and allocate AccelvCPUState struct
` [RFC PATCH 19/19] accel/hvf: Move the 'hvf_fd' field to AccelvCPUState

[kvm-unit-tests PATCH v3 0/7] s390x: Cleanup exception register save/restore and implement backtrace
 2021-03-04 15:57 UTC  (15+ messages)
` [kvm-unit-tests PATCH v3 2/7] s390x: Fully commit to stack save area for exceptions
` [kvm-unit-tests PATCH v3 3/7] s390x: Introduce and use CALL_INT_HANDLER macro
` [kvm-unit-tests PATCH v3 4/7] s390x: Provide preliminary backtrace support
` [kvm-unit-tests PATCH v3 5/7] s390x: Print more information on program exceptions
` [kvm-unit-tests PATCH v3 6/7] s390x: Move diag308_load_reset to stack saving
` [kvm-unit-tests PATCH v3 7/7] s390x: Remove SAVE/RESTORE_STACK and lowcore fpc and fprs save areas

[kvm-unit-tests PATCH 0/6] Misc assembly fixes and cleanups
 2021-03-04 15:00 UTC  (3+ messages)
` [kvm-unit-tests PATCH 2/6] arm/arm64: Remove dcache_line_size global variable

unexpected kernel reboot (3)
 2021-03-04 14:56 UTC  (2+ messages)

[PATCH v1 0/2] Get rid of legacy_s390_alloc() and phys_mem_set_alloc()
 2021-03-04 13:44 UTC  (2+ messages)

[PATCH RFC 0/2] virtio-ccw: allow to disable legacy virtio
 2021-03-04 13:27 UTC  (3+ messages)
` [PATCH RFC 1/2] virtio/s390: add parameter for minimum revision
` [PATCH RFC 2/2] virtio/s390: make legacy support configurable

[Patch v8 00/10] vfio: expose virtual Shared Virtual Addressing to VMs
 2021-03-04 12:52 UTC  (9+ messages)
` [Patch v8 04/10] vfio/type1: Support binding guest page tables to PASID

[RFC v2 0/2] cgroup: New misc cgroup controller
 2021-03-04  8:53 UTC  (9+ messages)
` [RFC v2 1/2] cgroup: sev: Add "
` [RFC v2 2/2] cgroup: sev: Miscellaneous cgroup documentation

Processor to run Intel PT in a Guest VM
 2021-03-04  7:54 UTC  (4+ messages)

[RFC PATCH 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-03-04  7:22 UTC  (7+ messages)
` [RFC PATCH 3/4] KVM: arm64: Install the block entry before unmapping the page mappings

[PATCH] KVM: nVMX: Add CET entry/exit load bits to evmcs unsupported list
 2021-03-04  6:13 UTC  (6+ messages)
` [PATCH v3] KVM: nVMX: Sync L2 guest CET states between L1/L2

[PATCH v2] KVM: LAPIC: Advancing the timer expiration on guest initiated write
 2021-03-04  0:35 UTC 

[PATCH v10 10/16] KVM: x86: Introduce KVM_GET_SHARED_PAGES_LIST ioctl
 2021-03-03 19:32 UTC  (12+ messages)

[PATCH kvmtool v2 00/22] Unify I/O port and MMIO trap handling
 2021-03-03 18:41 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).