kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-18 00:56:43 to 2021-09-21 16:33:20 UTC [more...]

[kvm-unit-tests PATCH v2 00/17] x86_64 UEFI and AMD SEV/SEV-ES support
 2021-09-21 16:33 UTC  (15+ messages)
` [kvm-unit-tests PATCH v2 01/17] x86 UEFI: Copy code from Linux
` [kvm-unit-tests PATCH v2 06/17] x86 UEFI: Load GDT and TSS after UEFI boot up
` [kvm-unit-tests PATCH v2 09/17] x86 UEFI: Set up page tables
` [kvm-unit-tests PATCH v2 14/17] x86 AMD SEV-ES: Load GDT with UEFI segments

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-09-21 16:19 UTC  (27+ messages)
` [RFC 01/20] iommu/iommufd: Add /dev/iommu core
` [RFC 02/20] vfio: Add device class for /dev/vfio/devices
` [RFC 03/20] vfio: Add vfio_[un]register_device()
` [RFC 04/20] iommu: Add iommu_device_get_info interface
` [RFC 05/20] vfio/pci: Register device to /dev/vfio/devices
` [RFC 06/20] iommu: Add iommu_device_init[exit]_user_dma interfaces
` [RFC 07/20] iommu/iommufd: Add iommufd_[un]bind_device()
` [RFC 08/20] vfio/pci: Add VFIO_DEVICE_BIND_IOMMUFD
` [RFC 09/20] iommu: Add page size and address width attributes
` [RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE
` [RFC 12/20] iommu/iommufd: Add IOMMU_CHECK_EXTENSION
` [RFC 13/20] iommu: Extend iommu_at[de]tach_device() for multiple devices group
` [RFC 14/20] iommu/iommufd: Add iommufd_device_[de]attach_ioasid()
` [RFC 15/20] vfio/pci: Add VFIO_DEVICE_[DE]ATTACH_IOASID
` [RFC 16/20] vfio/type1: Export symbols for dma [un]map code sharing
` [RFC 17/20] iommu/iommufd: Report iova range to userspace
` [RFC 18/20] iommu/iommufd: Add IOMMU_[UN]MAP_DMA on IOASID
` [RFC 19/20] iommu/vt-d: Implement device_info iommu_ops callback
` [RFC 20/20] Doc: Add documentation for /dev/iommu

[PATCH v6 0/5] Add Guest API & Guest Kernel support for SEV live migration
 2021-09-21 16:07 UTC  (8+ messages)
` [PATCH v6 1/5] x86/kvm: Add AMD SEV specific Hypercall3

[PATCH] KVM: SEV: Disable KVM_CAP_VM_COPY_ENC_CONTEXT_FROM for SEV-ES
 2021-09-21 15:04 UTC  (12+ messages)

[PATCH 0/2] KVM: SEV: Allow for mirroring of SEV-ES VMs
 2021-09-21 15:03 UTC  (3+ messages)
` [PATCH 1/2] KVM: SEV: Update svm_vm_copy_asid_from for SEV-ES
` [PATCH 2/2] KVM: SEV: Allow launch vmsa from mirror VM

[PATCH v2 00/10] KVM: x86: Clean up RESET "emulation"
 2021-09-21 15:02 UTC  (19+ messages)
` [PATCH v2 01/10] KVM: x86: Mark all registers as avail/dirty at vCPU creation
` [PATCH v2 02/10] KVM: x86: Clear KVM's cached guest CR3 at RESET/INIT
` [PATCH v2 03/10] KVM: x86: Do not mark all registers as avail/dirty during RESET/INIT
` [PATCH v2 04/10] KVM: x86: Remove defunct setting of CR0.ET for guests during vCPU create
` [PATCH v2 05/10] KVM: x86: Remove defunct setting of XCR0 for guest "
` [PATCH v2 06/10] KVM: x86: Fold fx_init() into kvm_arch_vcpu_create()
` [PATCH v2 07/10] KVM: VMX: Drop explicit zeroing of MSR guest values at vCPU creation
` [PATCH v2 08/10] KVM: VMX: Move RESET emulation to vmx_vcpu_reset()
` [PATCH v2 09/10] KVM: SVM: Move RESET emulation to svm_vcpu_reset()
` [PATCH v2 10/10] KVM: x86: WARN on non-zero CRs at RESET to detect improper initalization

[PATCH] [backport for 4.19/5.4 stable] KVM: remember position in kvm->vcpus array
 2021-09-21 14:31 UTC  (2+ messages)

[PATCH 0/4 V8] Add AMD SEV and SEV-ES intra host migration support
 2021-09-21 14:20 UTC  (4+ messages)
` [PATCH 4/4 V8] selftest: KVM: Add intra host migration tests

[PATCH 1/1] virtio/s390: fix vritio-ccw device teardown
 2021-09-21 13:31 UTC  (12+ messages)

[PATCH v2 6/9] vfio/mdev: Add mdev available instance checking to the core
 2021-09-21 13:19 UTC  (3+ messages)

[PATCH 0/1] KVM: s390: backport for stable of "KVM: s390: index
 2021-09-21 13:04 UTC  (8+ messages)
` [PATCH 1/1] KVM: s390: index kvm->arch.idle_mask by vcpu_idx

[PATCH v3] vfio/ap_ops: Add missed vfio_uninit_group_dev()
 2021-09-21 12:11 UTC 

[PATCH 0/2] x86: sgx_vepc: implement ioctl to EREMOVE all pages
 2021-09-21 10:29 UTC  (6+ messages)
` [PATCH 1/2] x86: sgx_vepc: extract sgx_vepc_remove_page
` [PATCH 2/2] x86: sgx_vepc: implement SGX_IOC_VEPC_REMOVE_ALL ioctl

[PATCH v3 0/4] KVM: allow mapping non-refcounted pages
 2021-09-21 10:27 UTC  (3+ messages)

[PATCH 0/3] KVM: x86: skip gfn_track allocation when possible
 2021-09-21 10:27 UTC  (5+ messages)
` [PATCH 1/3] KVM: x86: add config for non-kvm users of page tracking
` [PATCH 2/3] KVM: x86/mmu: skip page tracking when possible
` [PATCH 3/3] KVM: VMX: skip page tracking based on cpuid

[PATCH 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-09-21  9:45 UTC  (6+ messages)

[PATCH 0/2] selftests: KVM: Fix some compiler warnings
 2021-09-21  7:19 UTC  (5+ messages)
` [PATCH 1/2] selftests: KVM: Fix compiler warning in demand_paging_test
` [PATCH 2/2] selftests: KVM: Fix 'asm-operand-width' warnings in steal_time.c

[kvm-unit-tests PATCH 0/2] Two fixes for KVM unit tests
 2021-09-21  6:58 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/2] Makefile: Fix cscope

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-20 19:23 UTC  (3+ messages)
` [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()

[PATCH v2 0/2] KVM: arm64: vgic-v3: Missing check for redist region above the VM IPA size
 2021-09-20 21:06 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: arm64: vgic: check redist region is not "

[PATCH 0/2] KVM: arm64: vgic-v3: Missing check for redist region above the VM IPA size
 2021-09-20 21:01 UTC  (9+ messages)
` [PATCH 1/2] KVM: arm64: vgic: check redist region is not "

[PATCH 0/5] nSVM: Check for optional commands and reserved encodins of TLB_CONTROL in nested guests
 2021-09-20 23:51 UTC  (6+ messages)
` [PATCH 1/5] nSVM: Expose FLUSHBYASID CPUID feature to "
` [PATCH 2/5] nSVM: Check for optional commands and reserved encodings of TLB_CONTROL in nested VMCB
` [TEST PATCH 3/5] SVM: Add #defines for valid encodings of TLB_CONTROL VMCB field
` [TEST PATCH 4/5] X86: Add #define for FLUSHBYASID CPUID bit
` [TEST PATCH 5/5] nSVM: Test optional commands and reserved encodings of TLB_CONTROL in nested VMCB

[PATCH v2] vfio/ap_ops: Add missed vfio_uninit_group_dev()
 2021-09-21  0:40 UTC  (5+ messages)

[PATCH v5 00/13] KVM: Scalable memslots implementation
 2021-09-20 21:39 UTC  (14+ messages)
` [PATCH v5 01/13] KVM: x86: Cache total page count to avoid traversing the memslot array
` [PATCH v5 02/13] KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed
` [PATCH v5 03/13] KVM: Add "old" memslot parameter to kvm_arch_prepare_memory_region()
` [PATCH v5 04/13] KVM: x86: Move n_memslots_pages recalc "
` [PATCH v5 05/13] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
` [PATCH v5 06/13] KVM: Move WARN on invalid memslot index to update_memslots()
` [PATCH v5 07/13] KVM: Just resync arch fields when slots_arch_lock gets reacquired
` [PATCH v5 08/13] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v5 09/13] KVM: Use interval tree to do fast hva lookup in memslots
` [PATCH v5 10/13] KVM: s390: Introduce kvm_s390_get_gfn_end()
` [PATCH v5 11/13] KVM: Keep memslots in tree-based structures instead of array-based ones
` [PATCH v5 12/13] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
` [PATCH v5 13/13] KVM: Optimize overlapping memslots check

[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-20 18:22 UTC  (9+ messages)

[PATCH v5 0/8] KVM: Various fixes and improvements around kicking vCPUs
 2021-09-20 18:04 UTC  (3+ messages)

[PATCH v2 0/4] KVM: SVM: Add initial GHCB protocol version 2 support
 2021-09-20 16:10 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: SVM: Get rid of *ghcb_msr_bits() functions

[PATCH 0/2] KVM: x86: vcpu_idx related cleanups
 2021-09-20 14:57 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86: Identify vCPU0 by its vcpu_idx instead of walking vCPUs array

[PATCH v2] KVM: nVMX: Fix nested bus lock VM exit
 2021-09-20 14:52 UTC  (2+ messages)

REGRESSION: Upgrading host kernel from 5.11 to 5.13 breaks QEMU guests - perf/fw_devlink/kvm
 2021-09-20 14:39 UTC  (6+ messages)

general protection fault in rcu_segcblist_enqueue
 2021-09-20 14:32 UTC  (2+ messages)

[PATCH v5 0/8] KVM: arm64: Fixed features for protected VMs
 2021-09-20 14:08 UTC  (4+ messages)
` [PATCH v5 1/8] KVM: arm64: Pass struct kvm to per-EC handlers

[kvm-unit-tests PATCH v3 0/7] x86: Fix duplicate symbols w/ clang
 2021-09-20 13:31 UTC  (2+ messages)

[kvm-unit-tests PATCH 1/1] svm: Fix MBZ reserved bits of AMD CR4 register
 2021-09-20 13:25 UTC  (2+ messages)

[PATCH v5 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-09-20 13:25 UTC  (15+ messages)
` [PATCH v5 01/14] KVM: s390: pv: add macros for UVC CC values
` [PATCH v5 02/14] KVM: s390: pv: avoid double free of sida page
` [PATCH v5 03/14] KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
` [PATCH v5 04/14] KVM: s390: pv: avoid stalls when making pages secure
` [PATCH v5 05/14] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v5 06/14] KVM: s390: pv: properly handle page flags for protected guests
` [PATCH v5 07/14] KVM: s390: pv: handle secure storage violations "
` [PATCH v5 08/14] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v5 09/14] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v5 10/14] KVM: s390: pv: usage counter instead of flag
` [PATCH v5 11/14] KVM: s390: pv: add export before import
` [PATCH v5 12/14] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v5 13/14] KVM: s390: pv: lazy destroy for reboot
` [PATCH v5 14/14] KVM: s390: pv: avoid export before import if possible

[PATCH v2 4/9] vfio/ccw: Make the FSM complete and synchronize it to the mdev
 2021-09-20 12:30 UTC  (3+ messages)

[PATCH v8 0/9] selftests: KVM: Test offset-based counter controls
 2021-09-20 12:28 UTC  (3+ messages)
` [PATCH v8 9/9] selftests: KVM: Test vtimer offset reg in get-reg-list

[PATCH v2 0/3] KVM: selftests: Small fixes for dirty_log_perf_test
 2021-09-20 12:05 UTC  (3+ messages)
` [PATCH v2 3/3] KVM: selftests: Create a separate dirty bitmap per slot

[PATCH v2 2/9] vfio/ccw: Pass vfio_ccw_private not mdev_device to various functions
 2021-09-20 11:12 UTC  (2+ messages)

[PATCH v6 0/4] KVM: x86: Convey the exit reason, etc. to user-space on emulation failure
 2021-09-20 10:37 UTC  (5+ messages)
` [PATCH v6 1/4] KVM: x86: Clarify the kvm_run.emulation_failure structure layout
` [PATCH v6 2/4] KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info
` [PATCH v6 3/4] KVM: x86: On emulation failure, convey the exit reason, etc. to userspace
` [PATCH v6 4/4] KVM: x86: SGX must obey the KVM_INTERNAL_ERROR_EMULATION protocol

[PATCH 0/2] KVM: X86: Don't reset mmu context when changing PGE or PCID
 2021-09-19  2:42 UTC  (3+ messages)
` [PATCH 1/2] KVM: X86: Don't reset mmu context when X86_CR4_PCIDE 1->0
` [PATCH 2/2] KVM: X86: Don't reset mmu context when toggling X86_CR4_PGE

[PATCH] KVM: VMX: Check if bus lock vmexit was preempted
 2021-09-18 11:30 UTC 

[PATCH 5/7] KVM: X86: Don't unsync pagetables when speculative
 2021-09-18  3:06 UTC  (3+ messages)

[PATCH V2 01/10] KVM: X86: Fix missed remote tlb flush in rmap_write_protect()
 2021-09-18  1:49 UTC  (11+ messages)
` [PATCH V2 02/10] KVM: X86: Synchronize the shadow pagetable before link it
` [PATCH V2 03/10] KVM: Remove tlbs_dirty
` [PATCH V2 04/10] KVM: X86: Don't flush current tlb on shadow page modification
` [PATCH V2 05/10] KVM: X86: Remove kvm_mmu_flush_or_zap()
` [PATCH V2 06/10] KVM: X86: Change kvm_sync_page() to return true when remote flush is needed
` [PATCH V2 07/10] KVM: X86: Zap the invalid list after remote tlb flushing
` [PATCH V2 08/10] KVM: X86: Remove FNAME(update_pte)
` [PATCH V2 09/10] KVM: X86: Don't unsync pagetables when speculative
` [PATCH V2 10/10] KVM: X86: Don't check unsync if the original spte is writible


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