kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-13 03:59:56 to 2022-04-14 10:47:32 UTC [more...]

[RFC 00/18] vfio: Adopt iommufd
 2022-04-14 10:46 UTC  (6+ messages)
` [RFC 01/18] scripts/update-linux-headers: Add iommufd.h
` [RFC 02/18] linux-headers: Import latest vfio.h and iommufd.h
` [RFC 03/18] hw/vfio/pci: fix vfio_pci_hot_reset_result trace point
` [RFC 04/18] vfio/pci: Use vbasedev local variable in vfio_realize()
` [RFC 05/18] vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mr

[PATCH] KVM: selftests: Silence compiler warning in the kvm_page_table_test
 2022-04-14 10:30 UTC 

[PATCH v3 00/21] TDX host kernel support
 2022-04-14 10:19 UTC  (2+ messages)

[RFC V1 PATCH 0/5] selftests: KVM: selftests for fd-based approach of supporting private memory
 2022-04-14 10:07 UTC  (4+ messages)

[PATCH] KVM: VMX: make read-only const array vmx_uret_msrs_list static
 2022-04-14 10:07 UTC 

[RFC PATCH V3 0/4] KVM: X86: Add and use shadow page with level expanded or acting as pae_root
 2022-04-14 10:04 UTC  (15+ messages)
` [RFC PATCH V3 2/4] KVM: X86: Introduce role.glevel for level expanded pagetable
` [RFC PATCH V3 3/4] KVM: X86: Alloc role.pae_root shadow page

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-14  9:37 UTC  (43+ messages)
` [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v9 06/32] virtio_ring: split: extract the logic of alloc queue
` [PATCH v9 07/32] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v9 08/32] virtio_ring: split: extract the logic of attach vring
` [PATCH v9 09/32] virtio_ring: split: extract the logic of vq init
` [PATCH v9 11/32] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v9 12/32] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v9 18/32] virtio_ring: introduce virtqueue_resize()
` [PATCH v9 22/32] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v9 23/32] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize
` [PATCH v9 32/32] virtio_net: support set_ringparam

[PATCH v3 00/22] https://www.spinics.net/lists/kvm/msg267878.html
 2022-04-14  8:27 UTC  (25+ messages)
` [PATCH 01/22] KVM: x86/mmu: nested EPT cannot be used in SMM
` [PATCH 02/22] KVM: x86/mmu: constify uses of struct kvm_mmu_role_regs
` [PATCH 03/22] KVM: x86/mmu: pull computation of kvm_mmu_role_regs to kvm_init_mmu
` [PATCH 04/22] KVM: x86/mmu: rephrase unclear comment
` [PATCH 05/22] KVM: x86: Clean up and document nested #PF workaround
` [PATCH 06/22] KVM: x86/mmu: remove "bool base_only" arguments
` [PATCH 07/22] KVM: x86/mmu: split cpu_role from mmu_role
` [PATCH 08/22] KVM: x86/mmu: do not recompute root level from kvm_mmu_role_regs
` [PATCH 09/22] KVM: x86/mmu: remove ept_ad field
` [PATCH 10/22] KVM: x86/mmu: remove kvm_calc_shadow_root_page_role_common
` [PATCH 11/22] KVM: x86/mmu: cleanup computation of MMU roles for two-dimensional paging
` [PATCH 12/22] KVM: x86/mmu: cleanup computation of MMU roles for shadow paging
` [PATCH 13/22] KVM: x86/mmu: store shadow EFER.NX in the MMU role
` [PATCH 14/22] KVM: x86/mmu: remove extended bits from mmu_role, rename field
` [PATCH 15/22] KVM: x86/mmu: rename kvm_mmu_role union
` [PATCH 16/22] KVM: x86/mmu: remove redundant bits from extended role
` [PATCH 17/22] KVM: x86/mmu: remove valid "
` [PATCH 18/22] KVM: x86/mmu: simplify and/or inline computation of shadow MMU roles
` [PATCH 19/22] KVM: x86/mmu: pull CPU mode computation to kvm_init_mmu
` [PATCH 20/22] KVM: x86/mmu: replace shadow_root_level with root_role.level
` [PATCH 21/22] KVM: x86/mmu: replace root_level with cpu_role.base.level
` [PATCH 22/22] KVM: x86/mmu: replace direct_map with root_role.direct

adding 'official' way to dump SEV VMSA
 2022-04-14  8:25 UTC  (3+ messages)

[PATCH v2 0/5] KVM: X86: Scaling Guest OS Critical Sections with boosting
 2022-04-14  8:08 UTC  (4+ messages)
` [PATCH v2 3/5] KVM: X86: Boost vCPU which is in critical section

[PATCH v10 00/19] KVM: s390: pv: implement lazy destroy for reboot
 2022-04-14  8:03 UTC  (20+ messages)
` [PATCH v10 01/19] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v10 02/19] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v10 03/19] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v10 04/19] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v10 05/19] KVM: s390: pv: usage counter instead of flag
` [PATCH v10 06/19] KVM: s390: pv: add export before import
` [PATCH v10 07/19] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v10 08/19] KVM: s390: pv: clear the state without memset
` [PATCH v10 09/19] KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
` [PATCH v10 10/19] KVM: s390: pv: add mmu_notifier
` [PATCH v10 11/19] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v10 12/19] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v10 13/19] KVM: s390: pv: destroy the configuration before its memory
` [PATCH v10 14/19] KVM: s390: pv: cleanup leftover protected VMs if needed
` [PATCH v10 15/19] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v10 16/19] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v10 17/19] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v10 18/19] KVM: s390: pv: avoid export before import if possible
` [PATCH v10 19/19] KVM: s390: pv: support for Destroy fast UVC

[PATCH v5 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-04-14  7:20 UTC  (3+ messages)
` [PATCH v5 11/21] KVM: s390: pci: do initial setup for AEN interpretation

[PATCH v5 00/13] KVM: arm64: PSCI SYSTEM_SUSPEND support
 2022-04-14  5:40 UTC  (7+ messages)
` [PATCH v5 01/13] KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2
` [PATCH v5 03/13] KVM: arm64: Track vCPU power state using MP state values
` [PATCH v5 05/13] KVM: Create helper for setting a system event exit

[PATCH 0/2] KVM: SVM: Optimize AVIC incomplete IPI #vmexit handling
 2022-04-14  5:11 UTC  (3+ messages)
` [PATCH 1/2] KVM: SVM: Introduce avic_kick_target_vcpus_fast()
` [PATCH 2/2] KVM: SVM: Introduce trace point for the slow-path of avic_kic_target_vcpus

[PATCH 0/9] Make the rest of the VFIO driver interface use vfio_device
 2022-04-14  2:15 UTC  (32+ messages)
` [PATCH 1/9] vfio: Make vfio_(un)register_notifier accept a vfio_device
` [PATCH 3/9] vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()
` [PATCH 4/9] drm/i915/gvt: Change from vfio_group_(un)pin_pages to vfio_(un)pin_pages
` [PATCH 5/9] vfio: Pass in a struct vfio_device * to vfio_dma_rw()
` [PATCH 6/9] drm/i915/gvt: Add missing module_put() in error unwind
` [PATCH 8/9] vfio: Remove dead code
` [PATCH 9/9] vfio: Remove calls to vfio_group_add_container_user()

[PATCH] kvm: selftests: Fix cut-off of addr_gva2gpa lookup
 2022-04-14  1:19 UTC  (2+ messages)

[PATCH v5 00/10] KVM: arm64: Add support for hypercall services selection
 2022-04-14  1:09 UTC  (15+ messages)
` [PATCH v5 04/10] KVM: arm64: Add vendor hypervisor firmware register
` [PATCH v5 06/10] Docs: KVM: Add doc for the bitmap firmware registers
` [PATCH v5 08/10] selftests: KVM: aarch64: Introduce hypercall ABI test
` [PATCH v5 10/10] selftests: KVM: aarch64: Add KVM_REG_ARM_FW_REG(3) to get-reg-list

[PATCH v5 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-04-13 23:03 UTC  (15+ messages)
` [PATCH v5 01/10] KVM: selftests: Remove dynamic memory allocation for stats header
` [PATCH v5 02/10] KVM: selftests: Read binary stats header in lib
` [PATCH v5 03/10] KVM: selftests: Read binary stats desc "
` [PATCH v5 04/10] KVM: selftests: Clean up coding style in binary stats test
` [PATCH v5 05/10] KVM: selftests: Read binary stat data in lib
` [PATCH v5 06/10] KVM: selftests: Add NX huge pages test
` [PATCH v5 07/10] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v5 08/10] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v5 09/10] KVM: selftests: Factor out calculation of pages needed for a VM
` [PATCH v5 10/10] KVM: selftests: Test disabling NX hugepages on "

[kvm-unit-tests PATCH v2 0/4] Move npt test cases and NPT code improvements
 2022-04-13 21:33 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/4] x86: nSVM: Move common functionality of the main() to helper run_svm_tests
` [kvm-unit-tests PATCH v2 4/4] x86: nSVM: Build up the nested page table dynamically

[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-04-13 21:22 UTC  (11+ messages)

[kvm-unit-tests PATCH] x86: efi: Fix pagetable creation
 2022-04-13 21:00 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 00/10] SMP Support for x86 UEFI Tests
 2022-04-13 19:57 UTC  (25+ messages)
` [kvm-unit-tests PATCH v2 01/10] x86: Move ap_init() to smp.c
` [kvm-unit-tests PATCH v2 02/10] x86: Move load_idt() to desc.c
` [kvm-unit-tests PATCH v2 03/10] x86: desc: Split IDT entry setup into a generic helper
` [kvm-unit-tests PATCH v2 04/10] x86: Move load_gdt_tss() to desc.c
` [kvm-unit-tests PATCH v2 05/10] x86: efi: Stop using UEFI-provided stack
` [kvm-unit-tests PATCH v2 06/10] x86: efi: Stop using UEFI-provided %gs for percpu storage
` [kvm-unit-tests PATCH v2 07/10] x86: efi, smp: Transition APs from 16-bit to 32-bit mode
` [kvm-unit-tests PATCH v2 08/10] x86: Move 32-bit bringup routines to start32.S
` [kvm-unit-tests PATCH v2 10/10] x86: Provide a common 64-bit AP entrypoint for EFI and non-EFI

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-13 17:52 UTC  (15+ messages)
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK

[PATCH v3] vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used
 2022-04-13 17:48 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/4] s390x: add migration test support
 2022-04-13 15:42 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/4] lib: s390x: add support for SCLP console read
` [kvm-unit-tests PATCH v2 2/4] s390x: add support for migration tests
` [kvm-unit-tests PATCH v2 3/4] s390x: don't run migration tests under PV
` [kvm-unit-tests PATCH v2 4/4] s390x: add basic migration test

[kvm-unit-tests PATCH v1 0/4] s390x: add migration test suport
 2022-04-13 15:00 UTC  (14+ messages)
` [kvm-unit-tests PATCH v1 1/4] lib: s390x: add support for SCLP console read
` [kvm-unit-tests PATCH v1 4/4] s390x: add selftest for migration

[PATCH RFC 07/12] iommufd: Data structure to provide IOVA to PFN mapping
 2022-04-13 14:49 UTC  (4+ messages)

[PATCH] x86/tsx: fix KVM guest live migration for tsx=on
 2022-04-13 12:43 UTC  (7+ messages)

[PATCH 00/10] arm64: Add initial support for FEAT_WFxT
 2022-04-13 11:53 UTC  (7+ messages)
` [PATCH 01/10] arm64: Expand ESR_ELx_WFx_ISS_TI to match its ARMv8.7 definition
` [PATCH 02/10] arm64: Add RV and RN fields for ESR_ELx_WFx_ISS
` [PATCH 06/10] KVM: arm64: Offer early resume for non-blocking WFxT instructions

[PATCH v2 0/4] Make the iommu driver no-snoop block feature consistent
 2022-04-13 11:37 UTC  (9+ messages)
` [PATCH v2 2/4] vfio: Move the Intel no-snoop control off of IOMMU_CACHE

[PATCH v2] uio/uio_pci_generic: Introduce refcnt on open/release
 2022-04-13 11:20 UTC  (7+ messages)

[PATCH] KVM: x86: Don't snapshot "max" TSC if host TSC is constant
 2022-04-13  8:31 UTC  (4+ 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).