messages from 2022-02-28 02:15:05 to 2022-03-01 13:56:03 UTC [more...]
[PATCH 0/4] SVM fixes + apic fix
2022-03-01 13:55 UTC (4+ messages)
` [PATCH 1/4] KVM: x86: mark synthetic SMM vmexit as SVM_EXIT_SW
` [PATCH 2/4] KVM: x86: SVM: disable preemption in avic_refresh_apicv_exec_ctrl
` [PATCH 3/4] KVM: x86: SVM: use vmcb01 in avic_init_vmcb
[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
2022-03-01 13:54 UTC (15+ messages)
[PATCH v6 00/10] vfio/hisilicon: add ACC live migration driver
2022-03-01 13:15 UTC (24+ messages)
` [PATCH v6 01/10] crypto: hisilicon/qm: Move the QM header to include/linux
` [PATCH v6 02/10] crypto: hisilicon/qm: Move few definitions to common header
` [PATCH v6 03/10] hisi_acc_qm: Move PCI device IDs "
` [PATCH v6 04/10] hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devices
` [PATCH v6 05/10] hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration region
` [PATCH v6 06/10] hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driver
` [PATCH v6 07/10] vfio: Extend the device migration protocol with PRE_COPY
` [PATCH v6 08/10] crypto: hisilicon/qm: Set the VF QM state register
` [PATCH v6 09/10] hisi_acc_vfio_pci: Add support for VFIO live migration
` [PATCH v6 10/10] hisi_acc_vfio_pci: Use its own PCI reset_done error handler
[GIT PULL] KVM changes for 5.17-rc7
2022-03-01 13:08 UTC
[PATCH] KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()
2022-03-01 12:49 UTC
[PATCH] KVM: x86/i8259: Remove a dead store of irq in a conditional block
2022-03-01 12:02 UTC
[RFC PATCH 00/13] Introducing AMD x2APIC Virtualization (x2AVIC) support
2022-03-01 11:31 UTC (11+ messages)
` [RFC PATCH 03/13] KVM: SVM: Detect X2APIC virtualization "
` [RFC PATCH 04/13] KVM: SVM: Only call vcpu_(un)blocking when AVIC is enabled
` [RFC PATCH 05/13] KVM: SVM: Update max number of vCPUs supported for x2AVIC mode
[PATCH 0/6] Remove usage of list iterator past the loop body
2022-03-01 11:28 UTC (48+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [PATCH 3/6] treewide: fix incorrect use to determine if list is empty
` [PATCH 4/6] drivers: remove unnecessary use of list iterator variable
` [PATCH 5/6] treewide: remove dereference of list iterator after loop body
` [PATCH 6/6] treewide: remove check of list iterator against head past the "
[PATCH V2 00/11] perf intel-pt: Add perf event clocks to better support VM tracing
2022-03-01 11:06 UTC (3+ messages)
[kvm-unit-tests PATCH v2] s390x: Test effect of storage keys on some instructions
2022-03-01 9:50 UTC
[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2022-03-01 9:48 UTC (3+ messages)
` [PATCH v11 29/45] x86/boot: Add Confidential Computing type to setup_data
[PATCH v6 0/9] IPI virtualization support for VM
2022-03-01 9:23 UTC (10+ messages)
` [PATCH v6 6/9] KVM: x86: lapic: don't allow to change APIC ID unconditionally
` [PATCH v6 7/9] KVM: VMX: enable IPI virtualization
` [PATCH v6 9/9] KVM: VMX: Optimize memory allocation for PID-pointer table
[PATCH net-next] tuntap: add sanity checks about msg_controllen in sendmsg
2022-03-01 6:43 UTC
[PATCH] kvm: x86: Improve virtual machine startup performance
2022-03-01 6:37 UTC
[PATCH v4 0/8] KVM: x86: VMX ctrl MSR + KVM quirk fixes
2022-03-01 6:03 UTC (9+ messages)
` [PATCH v4 1/8] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write
` [PATCH v4 2/8] KVM: nVMX: Keep KVM updates to PERF_GLOBAL_CTRL "
` [PATCH v4 3/8] KVM: nVMX: Drop nested_vmx_pmu_refresh()
` [PATCH v4 4/8] KVM: x86: Introduce KVM_CAP_DISABLE_QUIRKS2
` [PATCH v4 5/8] KVM: nVMX: Add a quirk for KVM tweaks to VMX control MSRs
` [PATCH v4 6/8] selftests: KVM: Separate static alloc from KVM_GET_SUPPORTED_CPUID call
` [PATCH v4 7/8] selftests: KVM: Add test for PERF_GLOBAL_CTRL VMX control MSR bits
` [PATCH v4 8/8] selftests: KVM: Add test for BNDCFGS "
[PATCH v3] KVM: VMX: Enable Notify VM exit
2022-03-01 5:30 UTC (15+ messages)
[PATCH v7 06/11] PCI: portdrv: Set driver_managed_dma
2022-03-01 2:54 UTC (3+ messages)
[PATCH v2 00/17] KVM: Add Xen event channel acceleration
2022-03-01 1:36 UTC (21+ messages)
` [PATCH v2 01/17] KVM: Use enum to track if cached PFN will be used in guest and/or host
` [PATCH v2 02/17] KVM: Remove dirty handling from gfn_to_pfn_cache completely
` [PATCH v2 03/17] KVM: x86/xen: Use gfn_to_pfn_cache for runstate area
` [PATCH v2 04/17] KVM: x86: Use gfn_to_pfn_cache for pv_time
` [PATCH v2 05/17] KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_info
` [PATCH v2 06/17] KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_time_info
` [PATCH v2 07/17] KVM: x86/xen: Make kvm_xen_set_evtchn() reusable from other places
` [PATCH v2 08/17] KVM: x86/xen: Support direct injection of event channel events
` [PATCH v2 09/17] KVM: x86/xen: intercept EVTCHNOP_send from guests
` [PATCH v2 10/17] KVM: x86/xen: handle PV IPI vcpu yield
` [PATCH v2 11/17] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID
` [PATCH v2 12/17] KVM: x86/xen: handle PV timers oneshot mode
` [PATCH v2 13/17] KVM: x86/xen: Kernel acceleration for XENVER_version
` [PATCH v2 14/17] KVM: x86/xen: Support per-vCPU event channel upcall via local APIC
` [PATCH v2 15/17] KVM: x86/xen: Advertise and document KVM_XEN_HVM_CONFIG_EVTCHN_SEND
` [PATCH v2 16/17] KVM: x86/xen: handle PV spinlocks slowpath
` [PATCH v2 17/17] KVM: x86/xen: Add self tests for KVM_XEN_HVM_CONFIG_EVTCHN_SEND
[PATCH v3 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
2022-03-01 0:43 UTC (17+ messages)
` [PATCH v3 03/28] KVM: x86/mmu: Fix wrong/misleading comments in TDP MMU fast zap
` [PATCH v3 05/28] KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flush
` [PATCH v3 06/28] KVM: x86/mmu: Require mmu_lock be held for write in unyielding root iter
` [PATCH v3 07/28] KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
` [PATCH v3 14/28] KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMU
` [PATCH v3 15/28] KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow page
` [PATCH v3 21/28] KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stalls
` [PATCH v3 26/28] KVM: selftests: Split out helper to allocate guest mem via memfd
[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
2022-03-01 0:37 UTC (18+ messages)
` [PATCH 14/23] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH 15/23] KVM: x86/mmu: Pass access information to make_huge_page_split_spte()
` [PATCH 16/23] KVM: x86/mmu: Zap collapsible SPTEs at all levels in the shadow MMU
` [PATCH 17/23] KVM: x86/mmu: Pass bool flush parameter to drop_large_spte()
` [PATCH 18/23] KVM: x86/mmu: Extend Eager Page Splitting to the shadow MMU
` [PATCH 20/23] KVM: Allow GFP flags to be passed when topping up MMU caches
` [PATCH 21/23] KVM: x86/mmu: Fully split huge pages that require extra pte_list_desc structs
[PATCH v2 0/7] KVM: x86/mmu: Zap only obsolete roots on "reload"
2022-02-28 22:38 UTC (9+ messages)
` [PATCH v2 3/7] KVM: Drop kvm_reload_remote_mmus(), open code request in x86 users
` [PATCH v2 4/7] KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zapped
` [PATCH v2 6/7] KVM: Drop KVM_REQ_MMU_RELOAD and update vcpu-requests.rst documentation
` [PATCH v2 7/7] KVM: WARN if is_unsync_root() is called on a root without a shadow page
[PATCH v7 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
2022-02-28 22:06 UTC (9+ messages)
` [PATCH v7 07/11] vfio: Set DMA ownership for VFIO devices
` [PATCH v7 08/11] vfio: Remove use of vfio_group_viable()
` [PATCH v7 09/11] vfio: Delete the unbound_list
` [PATCH v7 10/11] vfio: Remove iommu group notifier
[PATCH] KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs
2022-02-28 20:07 UTC (3+ messages)
[PATCH v7 05/11] PCI: pci_stub: Set driver_managed_dma
2022-02-28 19:54 UTC (2+ messages)
[PATCH v4 00/13] KVM: arm64: Add support for hypercall services selection
2022-02-28 19:46 UTC (6+ messages)
` [PATCH v4 02/13] KVM: arm64: Introduce KVM_CAP_ARM_REG_SCOPE
[PATCH] KVM: x86: Introduce KVM_CAP_DISABLE_QUIRKS2
2022-02-28 18:22 UTC (4+ messages)
[PATCH 0/4] KVM: x86: hyper-v: XMM fast hypercalls fixes
2022-02-28 16:18 UTC (19+ messages)
` [PATCH 1/4] KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi()
` [PATCH 2/4] KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb()
` [PATCH 3/4] KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB flush hypercalls
` [PATCH 4/4] KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall
[PATCH] kvm: x86: Adjust the location of pkru_mask of kvm_mmu to reduce memory
2022-02-28 16:10 UTC (2+ messages)
[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
2022-02-28 15:53 UTC (2+ messages)
[kvm-unit-tests PATCH] s390x: Add strict mode to specification exception interpretation test
2022-02-28 13:27 UTC (2+ messages)
[GIT PULL] Add mlx5 live migration driver and v2 migration protocol
2022-02-28 12:39 UTC
[PATCH 00/21] Control VQ support in vDPA
2022-02-28 10:57 UTC (7+ messages)
` [RFC PATCH v2 00/19] "
` [RFC PATCH v2 05/19] vdpa: introduce virtqueue groups
[PATCH] i386: Set MCG_STATUS_RIPV bit for mce SRAR error
2022-02-28 9:17 UTC (2+ messages)
` 答复: "
[kvm-unit-tests PATCH 0/3] Move nNPT test cases to a seperate file
2022-02-28 6:17 UTC (4+ messages)
` [kvm-unit-tests PATCH 1/3] x86: nSVM: Move common functionality of the main() to helper run_svm_tests
` [kvm-unit-tests PATCH 2/3] x86: nSVM: Move all nNPT test cases from svm_tests.c to a seperate file
` [kvm-unit-tests PATCH 3/3] x86: nSVM: Allow nSVM tests run with PT_USER_MASK enabled
[PATCH] kvm: vmx: remove redundant parentheses
2022-02-28 3:09 UTC
[RFC PATCH 00/21] TDX host kernel support
2022-02-28 2:13 UTC (12+ messages)
` [RFC PATCH 10/21] x86/virt/tdx: Add placeholder to coveret all system RAM as TDX memory
` [RFC PATCH 12/21] x86/virt/tdx: Create TDMRs to cover all system RAM
` [RFC PATCH 13/21] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [RFC PATCH 14/21] x86/virt/tdx: Set up reserved areas for all TDMRs
` [RFC PATCH 15/21] x86/virt/tdx: Reserve TDX module global KeyID
` [RFC PATCH 16/21] x86/virt/tdx: Configure TDX module with TDMRs and "
` [RFC PATCH 17/21] x86/virt/tdx: Configure global KeyID on all packages
` [RFC PATCH 18/21] x86/virt/tdx: Initialize all TDMRs
` [RFC PATCH 19/21] x86: Flush cache of TDX private memory during kexec()
` [RFC PATCH 20/21] x86/virt/tdx: Add kernel command line to opt-in TDX host support
` [RFC PATCH 21/21] Documentation/x86: Add documentation for "
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