kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-28 21:09:36 to 2022-03-01 23:12:29 UTC [more...]

propagating vmgenid outward and upward
 2022-03-01 23:12 UTC  (11+ messages)

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-01 23:03 UTC  (51+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [PATCH 6/6] treewide: remove check of list iterator against head past the loop body

[PATCH v6 00/10] vfio/hisilicon: add ACC live migration driver
 2022-03-01 22:44 UTC  (14+ messages)
` [PATCH v6 09/10] hisi_acc_vfio_pci: Add support for VFIO live migration

[PATCH v3] KVM: VMX: Enable Notify VM exit
 2022-03-01 21:57 UTC  (16+ messages)

[GIT PULL] KVM changes for 5.17-rc7
 2022-03-01 21:22 UTC  (4+ messages)

[PATCH AUTOSEL 5.16 05/28] KVM: Fix lockdep false negative during host resume
 2022-03-01 20:22 UTC  (8+ messages)
` [PATCH AUTOSEL 5.16 06/28] kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup mode
` [PATCH AUTOSEL 5.16 07/28] x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0
` [PATCH AUTOSEL 5.16 12/28] x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPU

[PATCH AUTOSEL 5.4 02/11] KVM: Fix lockdep false negative during host resume
 2022-03-01 20:22 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 02/14] KVM: Fix lockdep false negative during host resume
 2022-03-01 20:19 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 05/23] KVM: Fix lockdep false negative during host resume
 2022-03-01 20:17 UTC  (6+ messages)
` [PATCH AUTOSEL 5.15 06/23] kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup mode
` [PATCH AUTOSEL 5.15 10/23] x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPU

[PATCH] KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()
 2022-03-01 20:16 UTC  (3+ messages)

[PATCH v3 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-03-01 20:12 UTC  (25+ 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 20/28] KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
` [PATCH v3 21/28] KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stalls
` [PATCH v3 22/28] KVM: x86/mmu: Zap defunct roots via asynchronous worker
` [PATCH v3 23/28] KVM: x86/mmu: Check for a REMOVED leaf SPTE before making the SPTE
` [PATCH v3 26/28] KVM: selftests: Split out helper to allocate guest mem via memfd

[GIT PULL] Add mlx5 live migration driver and v2 migration protocol
 2022-03-01 19:58 UTC  (3+ messages)

[PATCH v4 0/8] KVM: x86: VMX ctrl MSR + KVM quirk fixes
 2022-03-01 18:43 UTC  (13+ 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 0/9] kvm: s390: Add PV dump support
 2022-03-01 17:34 UTC  (10+ messages)
` [PATCH 1/9] s390x: Add SE hdr query information
` [PATCH 2/9] s390: uv: Add dump fields to query
` [PATCH 3/9] KVM: s390: pv: Add query interface
` [PATCH 5/9] KVM: s390: pv: Add query dump information

[PATCH v3 00/11] RFC: nested AVIC
 2022-03-01 18:26 UTC  (12+ messages)
` [PATCH v3 01/11] KVM: x86: SVM: move nested_npt_enabled to svm.h
` [PATCH v3 02/11] KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
` [PATCH v3 03/11] KVM: x86: mmu: allow to enable write tracking externally
` [PATCH v3 04/11] x86: KVMGT: use kvm_page_track_write_tracking_enable
` [PATCH v3 05/11] KVM: x86: mmu: add gfn_in_memslot helper
` [PATCH v3 06/11] KVM: x86: lapic: don't allow to change APIC ID when apic acceleration is enabled
` [PATCH v3 07/11] KVM: x86: SVM: remove avic's broken code that updated APIC ID
` [PATCH v3 08/11] KVM: x86: SVM: move avic state to separate struct
` [PATCH v3 09/11] KVM: x86: rename .set_apic_access_page_addr to reload_apic_access_page
` [PATCH v3 10/11] KVM: nSVM: implement support for nested AVIC
` [PATCH v3 11/11] KVM: SVM: allow to avoid not needed updates to is_running

[PATCH] x86: kvm Require const tsc for RT
 2022-03-01 17:57 UTC  (2+ messages)

[PATCH 0/4] SVM fixes + apic fix
 2022-03-01 17:56 UTC  (17+ 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
` [PATCH 4/4] KVM: x86: lapic: don't allow to set non default apic id when not using x2apic api

[PATCH v2 0/7] KVM: x86/mmu: Zap only obsolete roots on "reload"
 2022-03-01 17:55 UTC  (12+ 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] kvm: x86: Improve virtual machine startup performance
 2022-03-01 17:54 UTC  (2+ messages)

[PATCH MANUALSEL 5.10 1/2] KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibiting it
 2022-03-01 17:10 UTC  (4+ messages)
` [PATCH MANUALSEL 5.10 2/2] KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L2 control them

[PATCH MANUALSEL 5.15 1/2] KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibiting it
 2022-03-01 17:10 UTC  (4+ messages)
` [PATCH MANUALSEL 5.15 2/2] KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L2 control them

[PATCH MANUALSEL 5.16 1/2] KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibiting it
 2022-03-01 17:10 UTC  (4+ messages)
` [PATCH MANUALSEL 5.16 2/2] KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L2 control them

[PATCH] KVM: x86/i8259: Remove a dead store of irq in a conditional block
 2022-03-01 16:01 UTC  (2+ messages)

[PATCH] KVM: SVM: Exit to userspace on ENOMEM/EFAULT GHCB errors
 2022-03-01 15:07 UTC  (2+ messages)

[PATCH v3 0/7] nSVM/SVM features
 2022-03-01 14:36 UTC  (8+ messages)
` [PATCH v3 1/7] KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
` [PATCH v3 2/7] KVM: x86: nSVM: implement nested LBR virtualization
` [PATCH v3 3/7] KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
` [PATCH v3 4/7] KVM: x86: nSVM: support PAUSE filter threshold and count when cpu_pm=on
` [PATCH v3 5/7] KVM: x86: nSVM: implement nested vGIF
` [PATCH v3 6/7] KVM: x86: SVM: allow to force AVIC to be enabled
` [PATCH v3 7/7] KVM: x86: SVM: allow AVIC to co-exist with a nested guest running

[PATCH v1 1/1] KVM: s390x: fix SCK locking
 2022-03-01 14:33 UTC 

[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
 2022-03-01 14:27 UTC  (14+ messages)

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-03-01 14:12 UTC  (4+ messages)
` [PATCH Part2 v5 14/45] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

[RFC PATCH 00/13] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-03-01 14:02 UTC  (14+ 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
` [RFC PATCH 12/13] KVM: SVM: Remove APICv inhibit reasone due to x2APIC

[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 v7 06/11] PCI: portdrv: Set driver_managed_dma
 2022-03-01  2:54 UTC  (2+ messages)

[PATCH v2 12/17] KVM: x86/xen: handle PV timers oneshot mode
 2022-03-01  1:36 UTC  (4+ messages)

[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
 2022-03-01  0:37 UTC  (10+ messages)
` [PATCH 18/23] KVM: x86/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 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


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