kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-13 07:23:10 to 2021-01-14 14:46:30 UTC [more...]

[kvm-unit-tests PATCH v4 0/9] s390x: Add SIE library and simple tests
 2021-01-14 14:45 UTC  (25+ messages)
` [kvm-unit-tests PATCH v4 1/9] s390x: Add test_bit to library
` [kvm-unit-tests PATCH v4 2/9] s390x: Consolidate sclp read info
` [kvm-unit-tests PATCH v4 3/9] s390x: SCLP feature checking
` [kvm-unit-tests PATCH v4 4/9] s390x: Split assembly into multiple files
` [kvm-unit-tests PATCH v4 5/9] s390x: sie: Add SIE to lib
` [kvm-unit-tests PATCH v4 7/9] s390x: Add diag318 intercept test
` [kvm-unit-tests PATCH v4 9/9] s390x: sclp: Add CPU entry offset comment

[for-6.0 v5 11/13] spapr: PEF: prevent migration
 2021-01-14 14:15 UTC  (27+ messages)
      `  "
        ` [EXTERNAL] "

[PATCH] KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
 2021-01-14 13:45 UTC  (2+ messages)

[RFC PATCH v3 0/2] Add platform check for subdevice irq domain
 2021-01-14 13:26 UTC  (5+ messages)
` [RFC PATCH v3 1/2] iommu: Add capability IOMMU_CAP_VIOMMU
` [RFC PATCH v3 2/2] platform-msi: Add platform check for subdevice irq domain

[PATCH 0/5] vfio/iommu_type1: Some fixes about dirty tracking
 2021-01-14 13:05 UTC  (11+ messages)
` [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose
` [PATCH 4/5] vfio/iommu_type1: Carefully use unmap_unpin_all during dirty tracking

[PATCH] Add a reproducer for the AMD nested virtualization errata
 2021-01-14 12:21 UTC 

[PATCH v3 0/3] Some optimization for stage-2 translation
 2021-01-14 12:13 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: arm64: Adjust partial code of hyp stage-1 map and guest stage-2 map
` [PATCH v3 2/3] KVM: arm64: Filter out the case of only changing permissions from stage-2 map path
` [PATCH v3 3/3] KVM: arm64: Mark the page dirty only if the fault is handled successfully

[PATCH 1/2] KVM: x86: Add emulation support for #GP triggered by VM instructions
 2021-01-14 12:04 UTC  (18+ messages)
` [PATCH 2/2] KVM: SVM: Add support for VMCB address check change

[PATCH v7 00/13] Generalize memory encryption models
 2021-01-14 11:45 UTC  (22+ messages)
` [PATCH v7 01/13] qom: Allow optional sugar props
` [PATCH v7 02/13] confidential guest support: Introduce new confidential guest support class
` [PATCH v7 03/13] sev: Remove false abstraction of flash encryption
` [PATCH v7 04/13] confidential guest support: Move side effect out of machine_set_memory_encryption()
` [PATCH v7 05/13] confidential guest support: Rework the "memory-encryption" property
` [PATCH v7 06/13] sev: Add Error ** to sev_kvm_init()
` [PATCH v7 07/13] confidential guest support: Introduce cgs "ready" flag
` [PATCH v7 08/13] confidential guest support: Move SEV initialization into arch specific code
` [PATCH v7 09/13] confidential guest support: Update documentation
` [PATCH v7 10/13] spapr: Add PEF based confidential guest support
` [PATCH v7 11/13] spapr: PEF: prevent migration
` [PATCH v7 12/13] confidential guest support: Alter virtio default properties for protected guests
` [PATCH v7 13/13] s390: Recognize confidential-guest-support option

[PATCH v2 00/14] KVM: SVM: Misc SEV cleanups
 2021-01-14 11:35 UTC  (16+ messages)
` [PATCH v2 01/14] KVM: SVM: Zero out the VMCB array used to track SEV ASID association
` [PATCH v2 02/14] KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
` [PATCH v2 03/14] KVM: SVM: Move SEV module params/variables to sev.c
` [PATCH v2 04/14] x86/cpufeatures: Assign dedicated feature word for AMD mem encryption
` [PATCH v2 05/14] KVM: x86: Override reported SME/SEV feature flags with host mask
` [PATCH v2 06/14] x86/sev: Drop redundant and potentially misleading 'sev_enabled'
` [PATCH v2 07/14] KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variables
` [PATCH v2 08/14] KVM: SVM: Condition sev_enabled and sev_es_enabled on CONFIG_KVM_AMD_SEV=y
` [PATCH v2 09/14] KVM: SVM: Unconditionally invoke sev_hardware_teardown()
` [PATCH v2 10/14] KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup()
` [PATCH v2 11/14] KVM: SVM: Move SEV VMCB tracking allocation to sev.c
` [PATCH v2 12/14] KVM: SVM: Drop redundant svm_sev_enabled() helper
` [PATCH v2 13/14] KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()
` [PATCH v2 14/14] KVM: SVM: Skip SEV cache flush if no ASIDs have been used

[PATCH 0/6] KVM: arm64: More PMU/debug ID register fixes
 2021-01-14 10:56 UTC  (7+ messages)
` [PATCH 1/6] KVM: arm64: Fix missing RES1 in emulation of DBGBIDR
` [PATCH 2/6] KVM: arm64: Fix AArch32 PMUv3 capping
` [PATCH 3/6] KVM: arm64: Add handling of AArch32 PCMEID{2,3} PMUv3 registers
` [PATCH 4/6] KVM: arm64: Refactor filtering of ID registers
` [PATCH 5/6] KVM: arm64: Limit the debug architecture to ARMv8.0
` [PATCH 6/6] KVM: arm64: Upgrade PMU support to ARMv8.4

[PATCH v2 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-01-14 10:37 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
` [PATCH v2 2/9] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
` [PATCH v2 3/9] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
` [PATCH v2 4/9] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
` [PATCH v2 5/9] KVM: arm: move has_run_once after the map_resources
` [PATCH v2 6/9] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
` [PATCH v2 7/9] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
` [PATCH v2 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
` [PATCH v2 9/9] KVM: selftests: aarch64/vgic-v3 init sequence tests

[PATCH 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-01-14 10:16 UTC  (26+ 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 3/9] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
` [PATCH 4/9] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
` [PATCH 5/9] KVM: arm: move has_run_once after the map_resources
` [PATCH 6/9] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
` [PATCH 7/9] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
` [PATCH 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace

[PATCH 0/7] KVM: x86: Conditional Hyper-V emulation enablement
 2021-01-14  9:57 UTC  (10+ messages)
` [PATCH 1/7] selftests: kvm: Move kvm_get_supported_hv_cpuid() to common code
` [PATCH 2/7] selftests: kvm: Properly set Hyper-V CPUIDs in evmcs_test
` [PATCH 3/7] KVM: x86: hyper-v: Always use vcpu_to_hv_vcpu() accessor to get to 'struct kvm_vcpu_hv'
` [PATCH 4/7] KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V context
` [PATCH 5/7] KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamically
` [PATCH 6/7] KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional
` [PATCH 7/7] KVM: x86: hyper-v: Allocate Hyper-V context lazily

[PATCH 00/10] Fix documentation warnings at linux-next
 2021-01-14  7:53 UTC  (2+ messages)
` [PATCH 03/10] KVM: x86: hyper-v: add a blank line to remove building warnings

[RFC 1/2] KVM: add initial support for KVM_SET_IOREGION
 2021-01-14  4:05 UTC  (12+ messages)

[RFC PATCH 0/7] Support for virtio-net hash reporting
 2021-01-14  3:38 UTC  (7+ messages)

[PATCH v3 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-01-14  3:39 UTC  (8+ messages)
` [PATCH v3 03/17] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
` [PATCH v3 04/17] perf: x86/ds: Handle guest PEBS overflow PMI and inject it to guest

[PATCH v13 00/15] s390/vfio-ap: dynamic configuration support
 2021-01-14  3:13 UTC  (11+ messages)
` [PATCH v13 02/15] s390/vfio-ap: No need to disable IRQ after queue reset
` [PATCH v13 05/15] s390/vfio-ap: manage link between queue struct and matrix mdev

[PATCH v6 00/13] Generalize memory encryption models
 2021-01-13 23:56 UTC  (10+ messages)
` [PATCH v6 05/13] confidential guest support: Rework the "memory-encryption" property
` [PATCH v6 13/13] s390: Recognize confidential-guest-support option

Bad performance since 5.9-rc1
 2021-01-13 22:17 UTC  (10+ messages)

[PATCH] KVM: x86: Zap the oldest MMU pages, not the newest
 2021-01-13 20:50 UTC 

[PATCH] KVM: x86: Add more protection against undefined behavior in rsvd_bits()
 2021-01-13 20:45 UTC 

[PATCH V1 0/5] vfio virtual address update
 2021-01-13 19:44 UTC  (19+ messages)
` [PATCH V1 2/5] vfio: option to unmap all
` [PATCH V1 3/5] vfio: detect closed container
` [PATCH V1 4/5] vfio: VA suspend interface

[PATCH] KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page moves
 2021-01-13 19:03 UTC  (2+ messages)

[PATCH 0/3] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests
 2021-01-13 17:43 UTC  (3+ messages)
` [PATCH 1/3] KVM: nSVM: Check addresses of MSR and IO bitmap

[PATCH 0/2] Use static_call for kvm_x86_ops
 2021-01-13 17:17 UTC  (12+ messages)
` [PATCH 1/2] KVM: x86: introduce definitions to support static calls "

[RFC PATCH 00/23] KVM SGX virtualization support
 2021-01-13 17:05 UTC  (6+ messages)
` [RFC PATCH 01/23] x86/sgx: Split out adding EPC page to free list to separate helper

UBSAN: shift-out-of-bounds in kvm_vcpu_after_set_cpuid
 2021-01-13 16:46 UTC  (7+ messages)

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-01-13 15:37 UTC  (3+ messages)

[Patch v4 0/2] cgroup: KVM: New Encryption IDs cgroup controller
 2021-01-13 15:19 UTC  (3+ messages)
` [Patch v4 1/2] cgroup: svm: Add Encryption ID controller

[PATCH v2 0/2] ] KVM: SVM: Track physical cpu and asid_generation via the vmcb
 2021-01-13 14:10 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: nSVM: Track the physical cpu of the vmcb vmrun through "
` [PATCH v2 2/2] KVM: nSVM: Track the ASID generation "

[PATCH 0/2] Enumerate and expose AVX_VNNI feature
 2021-01-13 12:54 UTC  (6+ messages)
` [PATCH 1/2] Enumerate AVX Vector Neural Network instructions

[RFC PATCH kvm-unit-tests 0/4] add generic stress test
 2021-01-13 12:13 UTC  (5+ messages)

[PATCH 0/2] KVM: SVM: Track physical cpu and asid_generation via the vmcb
 2021-01-13 12:09 UTC  (3+ messages)
` [PATCH 1/2] KVM: nSVM: Track the physical cpu of the vmcb vmrun through "

[PATCH 0/9] Alpine Linux build fix and CI pipeline
 2021-01-13 11:36 UTC  (9+ messages)
` [PATCH 3/9] configure/meson: Only check sys/signal.h on non-Linux
` [PATCH 7/9] accel/kvm: avoid using predefined PAGE_SIZE
` [PATCH 8/9] tests: Rename PAGE_SIZE definitions

[PATCH] swiotlb: Validate bounce size in the sync/unmap path
 2021-01-13 11:30 UTC 

[PATCH 00/14] KVM: s390: Add huge page VSIE support
 2021-01-13  9:41 UTC  (15+ messages)
` [PATCH 01/14] s390/mm: Code cleanups
` [PATCH 02/14] s390/mm: Improve locking for huge page backings
` [PATCH 03/14] s390/mm: Take locking out of gmap_protect_pte
` [PATCH 04/14] s390/mm: split huge pages in GMAP when protecting
` [PATCH 05/14] s390/mm: Split huge pages when migrating
` [PATCH 06/14] s390/mm: Provide vmaddr to pmd notification
` [PATCH 07/14] s390/mm: factor out idte global flush into gmap_idte_global
` [PATCH 08/14] s390/mm: Make gmap_read_table EDAT1 compatible
` [PATCH 09/14] s390/mm: Make gmap_protect_rmap "
` [PATCH 10/14] s390/mm: Add simple ptep shadow function
` [PATCH 11/14] s390/mm: Add gmap shadowing for large pmds
` [PATCH 12/14] s390/mm: Add gmap lock classes
` [PATCH 13/14] s390/mm: Pull pmd invalid check in gmap_pmd_op_walk
` [PATCH 14/14] KVM: s390: Allow the VSIE to be used with huge pages

[kvm-unit-tests PATCH] x86/access: Fixed test stuck issue on new 52bit machine
 2021-01-13  9:07 UTC  (5+ messages)

[PATCH 0/6] KVM: selftests: Perf test cleanups and memslot modification test
 2021-01-13  7:39 UTC  (5+ messages)
` [PATCH 2/6] KVM: selftests: Avoid flooding debug log while populating memory
` [PATCH 3/6] KVM: selftests: Convert iterations to int in dirty_log_perf_test


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