messages from 2022-04-14 05:12:20 to 2022-04-15 02:23:46 UTC [more...]
[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
2022-04-15 2:18 UTC (22+ messages)
` [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v9 12/32] virtio_ring: packed: extract the logic of alloc queue
` [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] 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 (4+ 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 00/10] Remove vfio_group from the struct file facing VFIO API
2022-04-14 18:46 UTC (11+ 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
[RFC PATCH v5 000/104] KVM TDX basic feature support
2022-04-14 17:09 UTC (10+ messages)
` [RFC PATCH v5 092/104] KVM: TDX: Handle TDX PV HLT hypercall
[PATCH v5 00/10] KVM: arm64: Add support for hypercall services selection
2022-04-14 17:05 UTC (6+ messages)
` [PATCH v5 04/10] KVM: arm64: Add vendor hypervisor firmware register
[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 v3 00/22] https://www.spinics.net/lists/kvm/msg267878.html
2022-04-14 15:09 UTC (27+ 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
[PATCH v2] kvm: selftests: Fix cut-off of addr_gva2gpa lookup
2022-04-14 15:28 UTC
[PATCH 9/9] vfio: Remove calls to vfio_group_add_container_user()
2022-04-14 14:22 UTC (3+ messages)
[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 (22+ 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] 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)
[RFC 00/18] vfio: Adopt iommufd
2022-04-14 10:47 UTC (18+ 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/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)
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 v5 00/13] KVM: arm64: PSCI SYSTEM_SUSPEND support
2022-04-14 5:40 UTC (5+ messages)
` [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
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).