kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-02 15:57:26 to 2021-03-04 00:28:53 UTC [more...]

[PATCH 0/3] Tidy some parts of the VFIO kconfig world
 2021-03-03 12:52 UTC  (4+ messages)
` [PATCH 1/3] vfio: IOMMU_API should be selected

[PATCH v3 0/9] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-03-03 13:57 UTC  (3+ messages)
` [PATCH v3 1/9] perf/x86/intel: Fix a comment about guest LBR support
` [PATCH v3 2/9] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers

[PATCH] scsi: target: vhost-scsi: remove redundant initialization of variable ret
 2021-03-03 13:43 UTC 

[RFC v4 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-03-03 13:38 UTC  (15+ messages)
` [RFC v4 01/11] eventfd: Increase the recursion depth of eventfd_signal()
    `  "
` [RFC v4 02/11] vhost-vdpa: protect concurrent access to vhost device iotlb
    `  "
` [RFC v4 03/11] vhost-iotlb: Add an opaque pointer for vhost IOTLB
` [RFC v4 04/11] vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
` [RFC v4 05/11] vdpa: Support transferring virtual addressing during DMA mapping
    `  "

[PATCH v1 0/2] Get rid of legacy_s390_alloc() and phys_mem_set_alloc()
 2021-03-03 13:31 UTC  (4+ messages)
` [PATCH v1 1/2] s390x/kvm: Get rid of legacy_s390_alloc()
` [PATCH v1 2/2] exec: Get rid of phys_mem_set_alloc()

[PATCH] KVM: x86: fix cpu hang due to tsc adjustment when kvmclock in use
 2021-03-03 12:26 UTC 

[PATCH] vfio/type1: fix unmap all on ILP32
 2021-03-03 12:53 UTC  (2+ messages)

[RFC PATCH v5 00/19] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-03-03 10:42 UTC  (4+ messages)
` [RFC PATCH v5 19/19] virtio/vsock: update trace event for SEQPACKET

[PATCH v1 7/9] memory: introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
 2021-03-03 11:41 UTC  (9+ messages)

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

[PATCH] KVM: x86: fix cpu hang due to tsc adjustment when kvmclock in use
 2021-03-03 11:53 UTC 

[PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2021-03-03  9:44 UTC  (11+ messages)
` [PATCH v7 02/16] iommu/smmu: Report empty domain nesting info

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

[Patch v8 00/10] vfio: expose virtual Shared Virtual Addressing to VMs
 2021-03-03  9:53 UTC  (16+ messages)
` [Patch v8 01/10] iommu: Report domain nesting info
` [Patch v8 02/10] iommu/smmu: Report empty "
` [Patch v8 03/10] vfio/type1: Report iommu nesting info to userspace
` [Patch v8 04/10] vfio/type1: Support binding guest page tables to PASID
` [Patch v8 05/10] vfio/type1: Allow invalidating first-level/stage IOMMU cache
` [Patch v8 06/10] iommu: Pass domain to sva_unbind_gpasid()
` [Patch v8 07/10] vfio/type1: Add vSVA support for IOMMU-backed mdevs
` [Patch v8 08/10] vfio/pci: Expose PCIe PASID capability to userspace
` [Patch v8 09/10] vfio: Document dual stage control
` [Patch v8 10/10] iommu/vt-d: Support reporting nesting capability info

[PATCH] KVM: nVMX: Set X86_CR4_CET in cr4_fixed1_bits if CET IBT is enabled
 2021-03-03  6:09 UTC  (7+ messages)
` [PATCH v2] KVM: nVMX: Sync L2 guest CET states between L1/L2

[PATCH] kvm: lapic: add module parameters for LAPIC_TIMER_ADVANCE_ADJUST_MAX/MIN
 2021-03-03  2:39 UTC  (2+ messages)

[PATCH] KVM: LAPIC: Advancing the timer expiration on guest initiated write
 2021-03-03  1:13 UTC  (3+ messages)

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

[RFC PATCH 01/26] linux-headers: Add definitions of KVM page encryption bitmap ioctls
 2021-03-02 20:47 UTC  (2+ messages)
` [RFC PATCH 02/26] kvm: add support to sync the page encryption state bitmap

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

[PATCH 0/7] x86/seves: Support 32-bit boot path and other updates
 2021-03-02 19:43 UTC  (3+ messages)
` [PATCH 6/7] x86/boot/compressed/64: Check SEV encryption in 32-bit boot-path

Processor to run Intel PT in a Guest VM
 2021-03-02 19:59 UTC  (3+ messages)

[PATCH 0/2] KVM: x86: Emulate L2 triple fault without killing L1
 2021-03-02 19:42 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86: Handle triple fault in L2 "
` [PATCH 2/2] KVM: nSVM: Add helper to synthesize nested VM-Exit without collateral

[PATCH] KVM: SVM: Clear the CR4 register on reset
 2021-03-02 19:39 UTC  (4+ messages)

[PATCH 00/23] SVM queue for 5.13
 2021-03-02 19:33 UTC  (24+ messages)
` [PATCH 01/23] KVM: SVM: Use a separate vmcb for the nested L2 guest
` [PATCH 02/23] KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcb
` [PATCH 03/23] KVM: nSVM: Track the ASID generation "
` [PATCH 04/23] KVM: nSVM: rename functions and variables according to vmcbXY nomenclature
` [PATCH 05/23] KVM: nSVM: do not copy vmcb01->control blindly to vmcb02->control
` [PATCH 06/23] KVM: nSVM: do not mark all VMCB01 fields dirty on nested vmexit
` [PATCH 07/23] KVM: nSVM: do not mark all VMCB02 "
` [PATCH 08/23] KVM: nSVM: only copy L1 non-VMLOAD/VMSAVE data in svm_set_nested_state()
` [PATCH 09/23] KVM: nSVM: Add missing checks for reserved bits to svm_set_nested_state()
` [PATCH 10/23] KVM: x86: Move nVMX's consistency check macro to common code
` [PATCH 11/23] KVM: nSVM: Trace VM-Enter consistency check failures
` [PATCH 12/23] KVM: SVM: merge update_cr0_intercept into svm_set_cr0
` [PATCH 13/23] KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)
` [PATCH 14/23] KVM: nSVM: Add VMLOAD/VMSAVE helper to deduplicate code
` [PATCH 15/23] KVM: x86: Move XSETBV emulation to common code
` [PATCH 16/23] KVM: x86: Move trivial instruction-based exit handlers "
` [PATCH 17/23] KVM: x86: Move RDPMC emulation "
` [PATCH 18/23] KVM: SVM: Don't manually emulate RDPMC if nrips=0
` [PATCH 19/23] KVM: SVM: Skip intercepted PAUSE instructions after emulation
` [PATCH 20/23] KVM: SVM: move VMLOAD/VMSAVE to C code
` [PATCH 21/23] KVM: nSVM: always use vmcb01 to for vmsave/vmload of guest state
` [PATCH 22/23] x86/cpufeatures: Add the Virtual SPEC_CTRL feature
` [PATCH 23/23] KVM: SVM: Add support for Virtual SPEC_CTRL

[PATCH v3 00/11] KVM: VMX: Clean up Hyper-V PV TLB flush
 2021-03-02 18:56 UTC  (3+ messages)

[PATCH] kvm: arm64: nvhe: Save the SPE context early
 2021-03-02 18:57 UTC  (2+ messages)

[RFC PATCH 00/27] vDPA software assisted live migration
 2021-03-02 18:34 UTC  (6+ messages)
` [RFC PATCH 06/27] virtio: Add virtio_queue_get_used_notify_split

[PATCH 00/25] KVM SGX virtualization support
 2021-03-02 18:27 UTC  (17+ messages)
` [PATCH 02/25] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [PATCH 21/25] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions

[PATCH v5 0/3] s390/kvm: fix MVPG when in VSIE
 2021-03-02 17:44 UTC  (4+ 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 v5 3/3] s390/kvm: VSIE: correctly handle MVPG when in VSIE

[PATCH kvmtool v2 00/22] Unify I/O port and MMIO trap handling
 2021-03-02 18:02 UTC  (4+ messages)
` [PATCH kvmtool v2 01/22] ioport: Remove ioport__setup_arch()

Kenya Cutomized Business Plans for only Kes 499/=
 2021-03-02 15:27 UTC 

[PATCH v10 00/17] Add AMD SEV guest live migration support
 2021-03-02 15:15 UTC  (12+ messages)
` [PATCH v10 10/16] KVM: x86: Introduce KVM_GET_SHARED_PAGES_LIST ioctl

[RFC PATCH 00/10] vdpa: get/set_config() rework
 2021-03-02 14:15 UTC  (7+ 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

[PATCH] KVM: nSVM: Optimize L12 to L2 vmcb.save copies
 2021-03-02 14:20 UTC  (5+ messages)

[RFC PATCH] kvm: arm64: Try stage2 block mapping for host device MMIO
 2021-03-02 12:19 UTC  (4+ messages)

[RFC PATCH v4 0/9] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-02 12:57 UTC  (10+ messages)
` [RFC PATCH v4 1/9] tools headers: sync headers of asm-generic/hugetlb_encode.h
` [RFC PATCH v4 2/9] tools headers: Add a macro to get HUGETLB page sizes for mmap
` [RFC PATCH v4 3/9] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing
` [RFC PATCH v4 4/9] KVM: selftests: Make a generic helper to get vm guest mode strings
` [RFC PATCH v4 5/9] KVM: selftests: Add a helper to get system configured THP page size
` [RFC PATCH v4 6/9] KVM: selftests: Add a helper to get system default hugetlb "
` [RFC PATCH v4 7/9] KVM: selftests: List all hugetlb src types specified with page sizes
` [RFC PATCH v4 8/9] KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers
` [RFC PATCH v4 9/9] KVM: selftests: Add a test for kvm page table code

[RFC v11 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2021-03-02 20:38 UTC  (26+ messages)
` [RFC v11 01/25] scripts/update-linux-headers: Import iommu.h
` [RFC v11 02/25] scripts/update-linux-headers: Import ioasid.h
` [RFC v11 03/25] header file update VFIO/IOMMU vSVA APIs kernel 5.12-rc1
` [RFC v11 04/25] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
` [RFC v11 05/25] hw/pci: introduce pci_device_get_iommu_attr()
` [RFC v11 06/25] intel_iommu: add get_iommu_attr() callback
` [RFC v11 07/25] vfio: pass nesting requirement into vfio_get_group()
` [RFC v11 08/25] vfio: check VFIO_TYPE1_NESTING_IOMMU support
` [RFC v11 09/25] hw/iommu: introduce HostIOMMUContext
` [RFC v11 10/25] hw/pci: introduce pci_device_set/unset_iommu_context()
` [RFC v11 11/25] intel_iommu: add set/unset_iommu_context callback
` [RFC v11 12/25] vfio: add HostIOMMUContext support
` [RFC v11 13/25] vfio: init HostIOMMUContext per-container
` [RFC v11 14/25] intel_iommu: sync IOMMU nesting cap info for assigned devices
` [RFC v11 15/25] intel_iommu: add virtual command capability support
` [RFC v11 16/25] intel_iommu: process PASID cache invalidation
` [RFC v11 17/25] intel_iommu: add PASID cache management infrastructure
` [RFC v11 18/25] intel_iommu: bind/unbind guest page table to host
` [RFC v11 19/25] intel_iommu: replay pasid binds after context cache invalidation
` [RFC v11 20/25] intel_iommu: do not pass down pasid bind for PASID #0
` [RFC v11 21/25] vfio: add support for flush iommu stage-1 cache
` [RFC v11 22/25] intel_iommu: process PASID-based iotlb invalidation
` [RFC v11 23/25] intel_iommu: propagate PASID-based iotlb invalidation to host
` [RFC v11 24/25] intel_iommu: process PASID-based Device-TLB invalidation
` [RFC v11 25/25] intel_iommu: modify x-scalable-mode to be string option

[RFC PATCH v3 0/7] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-02 12:21 UTC  (4+ messages)
` [RFC PATCH v3 6/8] KVM: selftests: List all hugetlb src types specified with page sizes

[kvm-unit-tests PATCH v4 0/3] s390x: mvpg test
 2021-03-02 11:41 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 1/3] s390x: introduce leave_pstate to leave userspace
` [kvm-unit-tests PATCH v4 2/3] s390x: mvpg: simple test
` [kvm-unit-tests PATCH v4 3/3] s390x: mvpg: skip some tests when using TCG

[RFC PATCH 0/7] kvm: arm64: Implement SW/HW combined dirty log
 2021-03-02 11:23 UTC  (2+ messages)

[PATCH] vhost-vdpa: honor CAP_IPC_LOCK
 2021-03-02 10:52 UTC  (3+ messages)

[PATCH v2 0/1] GIC v4.1: Disable VSGI support for GIC CPUIF < v4.1
 2021-03-02 10:27 UTC  (2+ messages)
  ` [PATCH v2 1/1] irqchip/gic-v4.1: Disable vSGI upon (GIC CPUIF < v4.1) detection

[PATCH V2] vhost-vdpa: honor CAP_IPC_LOCK
 2021-03-02 10:51 UTC 

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-03-02  8:35 UTC  (3+ messages)
` [PATCH v14 05/13] iommu/smmuv3: Implement attach/detach_pasid_table

[kvm-unit-tests PATCH v3 0/3] s390x: mvpg test
 2021-03-02  8:22 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 3/3] s390x: mvpg: skip some tests when using TCG

[RFC PATCH kvm-unit-tests] x86: add ioregionfd fast PIO test
 2021-03-02  9:40 UTC  (2+ messages)

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

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-03-02  7:42 UTC  (4+ messages)
` [RFC PATCH 01/11] iommu/arm-smmu-v3: Add feature detection for HTTU


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