messages from 2022-04-14 09:38:14 to 2022-04-15 15:21:17 UTC [more...]
[RFC PATCH v5 000/104] KVM TDX basic feature support
2022-04-15 15:21 UTC (52+ messages)
` [RFC PATCH v5 024/104] KVM: TDX: create/destroy VM structure
` [RFC PATCH v5 053/104] KVM: x86/mmu: steal software usable bit for EPT to represent shared page
` [RFC PATCH v5 061/104] KVM: TDX: Finalize VM initialization
` [RFC PATCH v5 065/104] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [RFC PATCH v5 067/104] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [RFC PATCH v5 068/104] KVM: TDX: restore user ret MSRs
` [RFC PATCH v5 070/104] KVM: TDX: complete interrupts after tdexit
` [RFC PATCH v5 071/104] KVM: TDX: restore debug store when TD exit
` [RFC PATCH v5 072/104] KVM: TDX: handle vcpu migration over logical processor
` [RFC PATCH v5 075/104] KVM: x86: Check for pending APICv interrupt in kvm_vcpu_has_events()
` [RFC PATCH v5 084/104] KVM: TDX: Add a place holder to handle TDX VM exit
` [RFC PATCH v5 085/104] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [RFC PATCH v5 087/104] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [RFC PATCH v5 088/104] KVM: TDX: Add TDG.VP.VMCALL accessors to access guest vcpu registers
` [RFC PATCH v5 092/104] KVM: TDX: Handle TDX PV HLT hypercall
` [RFC PATCH v5 093/104] KVM: TDX: Handle TDX PV port io hypercall
` [RFC PATCH v5 094/104] KVM: TDX: Handle TDX PV MMIO hypercall
` [RFC PATCH v5 095/104] KVM: TDX: Implement callbacks for MSR operations for TDX
` [RFC PATCH v5 096/104] KVM: TDX: Handle TDX PV rdmsr hypercall
` [RFC PATCH v5 098/104] KVM: TDX: Handle TDX PV report fatal error hypercall
[PATCH] x86/speculation, KVM: respect user IBPB configuration
2022-04-15 15:14 UTC (3+ messages)
[PATCH v8 0/9] IPI virtualization support for VM
2022-04-15 15:11 UTC (8+ messages)
` [PATCH v8 6/9] KVM: x86: lapic: don't allow to change APIC ID unconditionally
` [PATCH v8 7/9] KVM: Move kvm_arch_vcpu_precreate() under kvm->lock
` [PATCH v8 8/9] KVM: x86: Allow userspace set maximum VCPU id for VM
[PATCH 00/10] Remove vfio_group from the struct file facing VFIO API
2022-04-15 14:37 UTC (33+ messages)
` [PATCH 01/10] kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functions
` [PATCH 02/10] kvm/vfio: Reduce the scope of PPC #ifdefs
` [PATCH 03/10] kvm/vfio: Store the struct file in the kvm_vfio_group
` [PATCH 04/10] vfio: Use a struct of function pointers instead of a many symbol_get()'s
` [PATCH 05/10] vfio: Move vfio_external_user_iommu_id() to vfio_file_ops
` [PATCH 06/10] vfio: Remove vfio_external_group_match_file()
` [PATCH 07/10] vfio: Move vfio_external_check_extension() to vfio_file_ops
` [PATCH 08/10] vfio: Move vfio_group_set_kvm() into vfio_file_ops
` [PATCH 09/10] kvm/vfio: Remove vfio_group from kvm
` [PATCH 10/10] vfio/pci: Use the struct file as the handle not the vfio_group
[PATCH v7 0/8] IPI virtualization support for VM
2022-04-15 14:35 UTC (7+ messages)
` [PATCH v7 8/8] KVM: VMX: enable IPI virtualization
[PATCH 9/9] vfio: Remove calls to vfio_group_add_container_user()
2022-04-15 12:07 UTC (5+ messages)
[PATCH] kvm: x86/svm/nested: Cache PDPTEs for nested NPT in PAE paging mode
2022-04-15 10:34 UTC
[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
2022-04-15 9:17 UTC (12+ messages)
` [PATCH v9 22/32] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize
[PATCH v5 00/10] KVM: arm64: Add support for hypercall services selection
2022-04-15 8:58 UTC (8+ messages)
` [PATCH v5 04/10] KVM: arm64: Add vendor hypervisor firmware register
[RFC 00/18] vfio: Adopt iommufd
2022-04-15 8:37 UTC (19+ 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
` [RFC 07/18] vfio: Add base object for VFIOContainer
` [RFC 08/18] vfio/container: Introduce vfio_[attach/detach]_device
` [RFC 09/18] vfio/platform: Use vfio_[attach/detach]_device
` [RFC 10/18] vfio/ap: "
` [RFC 11/18] vfio/ccw: "
` [RFC 12/18] vfio/container-obj: Introduce [attach/detach]_device container callbacks
` [RFC 13/18] vfio/container-obj: Introduce VFIOContainer reset callback
` [RFC 14/18] hw/iommufd: Creation
` [RFC 15/18] vfio/iommufd: Implement iommufd backend
` [RFC 16/18] vfio/iommufd: Add IOAS_COPY_DMA support
` [RFC 17/18] vfio/as: Allow the selection of a given iommu backend
` [RFC 18/18] vfio/pci: Add an iommufd option
[PATCH v3 00/11] KVM: x86/pmu: More refactoring to get rid of PERF_TYPE_HARDWAR
2022-04-15 8:25 UTC (3+ messages)
` [PATCH v3 09/11] perf: x86/core: Add interface to query perfmon_event_map[] directly
[PATCH v2] uio/uio_pci_generic: Introduce refcnt on open/release
2022-04-15 6:47 UTC (3+ messages)
[PATCH v3 00/22] https://www.spinics.net/lists/kvm/msg267878.html
2022-04-15 4:16 UTC (6+ messages)
` [PATCH 07/22] KVM: x86/mmu: split cpu_role from mmu_role
[PATCH] KVM: Initialize debugfs_dentry when a VM is created to avoid NULL deref
2022-04-15 1:05 UTC (2+ messages)
[PATCH] KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"
2022-04-15 0:51 UTC
[PATCH] KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessary
2022-04-15 0:49 UTC
[PATCH 0/3] KVM: x86 SRCU bug fix and SRCU hardening
2022-04-15 0:43 UTC (4+ messages)
` [PATCH 1/3] KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io()
` [PATCH 2/3] KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copy
` [PATCH 3/3] KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused
[PATCH] kvm: selftests: Fix cut-off of addr_gva2gpa lookup
2022-04-15 0:30 UTC (8+ messages)
[GIT PULL] VFIO fixes for v5.18-rc3
2022-04-14 23:25 UTC (2+ messages)
[PATCH v4.1] KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
2022-04-14 23:21 UTC (8+ messages)
[PATCH v5 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-04-14 22:29 UTC (9+ messages)
` [PATCH v5 06/10] KVM: selftests: Add NX huge pages test
` [PATCH v5 10/10] KVM: selftests: Test disabling NX hugepages on a VM
[PATCH] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
2022-04-14 22:22 UTC (4+ messages)
[kvm-unit-tests PATCH] x86: VMX: Require 16-byte alignment for struct vmx_msr_entry
2022-04-14 19:55 UTC (2+ messages)
[PATCH 3/9] vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()
2022-04-14 19:26 UTC (2+ messages)
[PATCH 2/9] vfio/ccw: Remove mdev from struct channel_program
2022-04-14 19:25 UTC (2+ messages)
[PATCH 1/9] vfio: Make vfio_(un)register_notifier accept a vfio_device
2022-04-14 19:25 UTC (2+ messages)
[PATCH 0/2] KVM: SVM: Optimize AVIC incomplete IPI #vmexit handling
2022-04-14 19:21 UTC (3+ messages)
` [PATCH 1/2] KVM: SVM: Introduce avic_kick_target_vcpus_fast()
[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
2022-04-14 16:50 UTC (7+ messages)
` [PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v3 22/23] KVM: x86/mmu: Support Eager Page Splitting in the shadow MMU
[kvm-unit-tests PATCH v2 0/4] Move npt test cases and NPT code improvements
2022-04-14 16:42 UTC (7+ 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
[RFC PATCH V3 0/4] KVM: X86: Add and use shadow page with level expanded or acting as pae_root
2022-04-14 16:32 UTC (21+ 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] KVM: VMX: make read-only const array vmx_uret_msrs_list static
2022-04-14 15:15 UTC (3+ messages)
[PATCH v2] kvm: selftests: Fix cut-off of addr_gva2gpa lookup
2022-04-14 15:28 UTC
[PATCH v3 00/34] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush feature
2022-04-14 13:20 UTC (35+ messages)
` [PATCH v3 01/34] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v3 02/34] KVM: x86: hyper-v: Introduce TLB flush ring
` [PATCH v3 03/34] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v3 04/34] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v3 05/34] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v3 06/34] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v3 07/34] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v3 08/34] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v3 09/34] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v3 10/34] KVM: x86: hyper-v: Create a separate ring for L2 TLB flush
` [PATCH v3 11/34] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v3 12/34] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v3 13/34] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v3 14/34] KVM: x86: Introduce .post_hv_l2_tlb_flush() nested hook
` [PATCH v3 15/34] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v3 16/34] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v3 17/34] KVM: x86: hyper-v: Introduce fast kvm_hv_l2_tlb_flush_exposed() check
` [PATCH v3 18/34] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v3 19/34] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v3 20/34] KVM: x86: KVM_REQ_TLB_FLUSH_CURRENT is a superset of KVM_REQ_HV_TLB_FLUSH too
` [PATCH v3 21/34] KVM: nSVM: hyper-v: Enable L2 TLB flush
` [PATCH v3 22/34] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v3 23/34] KVM: selftests: Better XMM read/write helpers
` [PATCH v3 24/34] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v3 25/34] KVM: selftests: Make it possible to replace PTEs with __virt_pg_map()
` [PATCH v3 26/34] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v3 27/34] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v3 28/34] KVM: selftests: nVMX: Allocate Hyper-V partition assist page
` [PATCH v3 29/34] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages
` [PATCH v3 30/34] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
` [PATCH v3 31/34] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v3 32/34] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v3 33/34] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test
` [PATCH v3 34/34] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
[PATCH v5 00/21] KVM: s390: enable zPCI for interpretive execution
2022-04-14 13:00 UTC (4+ messages)
` [PATCH v5 11/21] KVM: s390: pci: do initial setup for AEN interpretation
[PATCH 0/4] KVM: s390: selftests: Provide TAP output in tests
2022-04-14 12:48 UTC (11+ messages)
` [PATCH 1/4] KVM: s390: selftests: Use TAP interface in the memop test
` [PATCH 2/4] KVM: s390: selftests: Use TAP interface in the sync_regs test
` [PATCH 3/4] KVM: s390: selftests: Use TAP interface in the tprot test
` [PATCH 4/4] KVM: s390: selftests: Use TAP interface in the reset test
[PATCH v2 00/31] KVM: x86: hyper-v: Fine-grained TLB flush + Direct TLB flush feature
2022-04-14 12:24 UTC (4+ messages)
` [PATCH v2 13/31] KVM: x86: hyper-v: Direct TLB flush
[PATCH v10 00/19] KVM: s390: pv: implement lazy destroy for reboot
2022-04-14 12:19 UTC (4+ messages)
` [PATCH v10 01/19] KVM: s390: pv: leak the topmost page table when destroy fails
[PATCH] KVM: selftests: Silence compiler warning in the kvm_page_table_test
2022-04-14 11:22 UTC (2+ messages)
[PATCH RFC 00/12] IOMMUFD Generic interface
2022-04-14 10:56 UTC (2+ messages)
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).