messages from 2022-02-24 21:26:07 to 2022-02-26 00:16:23 UTC [more...]
[PATCH v3 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
2022-02-26 0:15 UTC (7+ messages)
` [PATCH v3 01/28] KVM: x86/mmu: Use common iterator for walking invalid TDP MMU roots
` [PATCH v3 02/28] KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
` [PATCH v3 03/28] KVM: x86/mmu: Fix wrong/misleading comments in TDP MMU fast zap
` [PATCH v3 04/28] KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logic
` [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][resend] KVM: x86: Yield to IPI target vCPU only if it is busy
2022-02-26 0:04 UTC (2+ messages)
[PATCH] kselftest: add generated objects to .gitignore
2022-02-25 23:59 UTC (2+ messages)
[PATCH] KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register
2022-02-25 22:26 UTC (4+ messages)
[PATCH] KVM: SVM: Exit to userspace on ENOMEM/EFAULT GHCB errors
2022-02-25 20:52 UTC
[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
2022-02-25 20:44 UTC (13+ messages)
[PATCH v3 0/6] KVM: nVMX: VMX control MSR fixes
2022-02-25 20:23 UTC (8+ messages)
` [PATCH v3 1/6] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write
` [PATCH v3 2/6] KVM: nVMX: Keep KVM updates to PERF_GLOBAL_CTRL "
` [PATCH v3 3/6] KVM: nVMX: Add a quirk for KVM tweaks to VMX control MSRs
` [PATCH v3 4/6] selftests: KVM: Separate static alloc from KVM_GET_SUPPORTED_CPUID call
` [PATCH v3 5/6] selftests: KVM: Add test for PERF_GLOBAL_CTRL VMX control MSR bits
` [PATCH v3 6/6] selftests: KVM: Add test for BNDCFGS "
[PATCH v2] KVM: Don't actually set a request when evicting vCPUs for GFN cache invd
2022-02-25 20:15 UTC (7+ messages)
` [EXTERNAL] "
[PATCH v3] KVM: VMX: Enable Notify VM exit
2022-02-25 19:15 UTC (10+ messages)
[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
2022-02-25 18:58 UTC (13+ messages)
` [PATCH v3 03/19] KVM: arm64: Reject invalid addresses for CPU_ON PSCI call
` [PATCH v3 06/19] KVM: arm64: Track vCPU power state using MP state values
` [PATCH v3 09/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
[PATCH 0/4] KVM: x86: hyper-v: XMM fast hypercalls fixes
2022-02-25 18:33 UTC (10+ 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 4/4] KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall
[PATCH v4 00/13] KVM: arm64: Add support for hypercall services selection
2022-02-25 18:26 UTC (5+ messages)
` [PATCH v4 02/13] KVM: arm64: Introduce KVM_CAP_ARM_REG_SCOPE
[PATCH v2 0/7] KVM: x86/mmu: Zap only obsolete roots on "reload"
2022-02-25 18:22 UTC (8+ messages)
` [PATCH v2 1/7] KVM: x86: Remove spurious whitespaces from kvm_post_set_cr4()
` [PATCH v2 2/7] KVM: x86: Invoke kvm_mmu_unload() directly on CR4.PCIDE change
` [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 5/7] KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific request
` [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 Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2022-02-25 18:03 UTC (3+ messages)
` [PATCH Part2 v5 14/45] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
[PATCH v2 00/18] KVM: MMU: do not unload MMU roots on all role changes
2022-02-25 17:40 UTC (6+ messages)
` [PATCH v2 15/18] KVM: x86/mmu: rename kvm_mmu_new_pgd, introduce variant that calls get_guest_pgd
[PATCH v2] KVM: Move VM's worker kthreads back to the original cgroups before exiting
2022-02-25 17:37 UTC (9+ messages)
[PATCH v6 0/9] IPI virtualization support for VM
2022-02-25 17:29 UTC (24+ messages)
` [PATCH v6 1/9] x86/cpu: Add new VMX feature, Tertiary VM-Execution control
` [PATCH v6 2/9] KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
` [PATCH v6 3/9] KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
` [PATCH v6 4/9] KVM: VMX: dump_vmcs() reports tertiary_exec_control field as well
` [PATCH v6 5/9] KVM: x86: Add support for vICR APIC-write VM-Exits in x2APIC mode
` [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 8/9] KVM: x86: Allow userspace set maximum VCPU id for VM
` [PATCH v6 9/9] KVM: VMX: Optimize memory allocation for PID-pointer table
[kvm-unit-tests PATCH] s390x: Add strict mode to specification exception interpretation test
2022-02-25 17:23 UTC
[PATCH] KVM: x86: Don't snapshot "max" TSC if host TSC is constant
2022-02-25 16:51 UTC (8+ messages)
[PATCH v2] KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_run
2022-02-25 16:24 UTC (2+ messages)
` [KVM] 9daee8ca83: kvm-unit-tests.apic.fail
[PATCH v3 0/2] VM fork detection for RNG
2022-02-25 15:57 UTC (36+ messages)
` [PATCH v3 1/2] random: add mechanism for VM forks to reinitialize crng
` [PATCH v3 2/2] virt: vmgenid: introduce driver for reinitializing RNG on VM fork
` [PATCH v4] "
[PATCH v4 10/10] KVM: s390: selftests: Test memops with storage keys
2022-02-25 15:53 UTC (7+ messages)
` [PATCH v2 0/5] memop selftest for storage key checking
` [PATCH v2 1/5] KVM: s390: selftests: Split memop tests
` [PATCH v2 2/5] KVM: s390: selftests: Add macro as abstraction for MEM_OP
` [PATCH v2 3/5] KVM: s390: selftests: Add named stages for memop test
` [PATCH v2 4/5] KVM: s390: selftests: Add more copy memop tests
` [PATCH v2 5/5] KVM: s390: selftests: Add error "
[PATCH] KVM: x86: Yield to IPI target vCPU only if it is busy
2022-02-25 15:08 UTC (2+ messages)
[PATCH v2 0/3] KVM: x86/emulator: Fix wrong checks when loading code segment in emulator
2022-02-25 15:07 UTC (3+ messages)
` [PATCH v2 3/3] KVM: x86/emulator: Move the unhandled outer privilege level logic of far return into __load_segment_descriptor()
[PATCH 0/3] KVM: Reduce TSC scaling race condition mess
2022-02-25 14:53 UTC (4+ messages)
` [PATCH 1/3] KVM: x86: Accept KVM_[GS]ET_TSC_KHZ as a VM ioctl
` [PATCH 2/3] KVM: x86: Don't snapshot "max" TSC if host TSC is constant
` [PATCH 3/3] KVM: x86: Test case for TSC scaling and offset sync
[GIT PULL] KVM/arm64 fixes for 5.17, take #4
2022-02-25 14:49 UTC (2+ messages)
[PATCH kvmtool v4 0/3] aarch64: Add stolen time support
2022-02-25 13:54 UTC (5+ messages)
` [PATCH kvmtool v4 1/3] "
[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2022-02-25 13:45 UTC (3+ messages)
` [PATCH v6 42/64] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
[PATCH kvmtool v5 0/3] aarch64: Add stolen time support
2022-02-25 13:37 UTC (4+ messages)
` [PATCH kvmtool v5 1/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v5 2/3] aarch64: Add stolen time support
` [PATCH kvmtool v5 3/3] Add --no-pvtime command line argument
[PATCH v3 0/1] KVM: s390: pv: make use of ultravisor AIV support
2022-02-25 13:29 UTC (5+ messages)
` [PATCH v3 1/1] "
Call for GSoC and Outreachy project ideas for summer 2022
2022-02-25 12:55 UTC (9+ messages)
[PATCH] x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64
2022-02-25 12:02 UTC
[PATCH v6 0/7] KVM: SVM: Add initial GHCB protocol version 2 support
2022-02-25 10:40 UTC (2+ messages)
[PATCH RFC v1 0/2] VM fork detection for RNG
2022-02-25 10:40 UTC (5+ messages)
[PATCH] x86/kvm: Don't waste memory if kvmclock is disabled
2022-02-25 10:35 UTC
[PATCH v2] KVM: Don't actually set a request when evicting vCPUs for GFN cache invd
2022-02-25 10:35 UTC
[PATCH] KVM: x86: Temporarily drop kvm->srcu when uninitialized vCPU is blocking
2022-02-25 10:35 UTC
[PATCH] selftests: kvm: add hyperv_svm_test to .gitignore
2022-02-25 10:35 UTC
[PATCH] x86/kvm: Don't use PV TLB/yield when mwait is advertised
2022-02-25 10:35 UTC
[PATCH v2] target/arm: Support PSCI 1.1 and SMCCC 1.0
2022-02-25 10:32 UTC (4+ messages)
[PATCH 0/2] KVM: VMX: Revert back to refreshing HOST_CR3 at ->run
2022-02-25 10:29 UTC
[PATCH] KVM: x86: Temporarily drop kvm->srcu when uninitialized vCPU is blocking
2022-02-25 9:59 UTC
[PATCH] KVM: x86: Reacquire kvm->srcu in vcpu_run() if exiting on pending signal
2022-02-25 9:59 UTC
[PATCH] selftests: kvm: add hyperv_svm_test to .gitignore
2022-02-25 9:59 UTC
[PATCH] x86/kvm: Don't use PV TLB/yield when mwait is advertised
2022-02-25 9:59 UTC
[kvm-unit-tests PATCH v4 0/3] x86/emulator: Add some tests for loading segment descriptor in emulator
2022-02-25 9:49 UTC (4+ messages)
` [kvm-unit-tests PATCH v4 1/3] x86/emulator: Add some tests for far ret instruction emulation
` [kvm-unit-tests PATCH v4 2/3] x86/emulator: Rename test_ljmp() as test_far_jmp()
` [kvm-unit-tests PATCH v4 3/3] x86/emulator: Add some tests for far jmp instruction emulation
[Bug 199727] CPU freezes in KVM guests during high IO load on host
2022-02-25 9:49 UTC
[PATCH] x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64
2022-02-25 8:46 UTC
[PATCH] x86/kvm: Don't use PV TLB/yield when mwait is advertised
2022-02-25 8:29 UTC
[PATCH] selftests: kvm: add hyperv_svm_test to .gitignore
2022-02-25 7:05 UTC
[PATCH 0/2] KVM: VMX: Revert back to refreshing HOST_CR3 at ->run
2022-02-25 2:39 UTC (3+ messages)
` [PATCH 2/2] Revert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()"
[PATCH v2] KVM: X86: Introduce vfio_intr_stat per-vm debugfs file
2022-02-25 2:27 UTC (2+ messages)
` 答复: "
[PATCH] KVM: VMX: Fix header file dependency of asm/vmx.h
2022-02-25 1:34 UTC (3+ messages)
[PATCH v1 1/1] KVM: s390: Don't cast parameter in bit operations
2022-02-24 23:15 UTC (4+ messages)
[GIT PULL] KVM changes for 5.17-rc6
2022-02-24 22:41 UTC (2+ messages)
[PATCH] KVM: x86: Temporarily drop kvm->srcu when uninitialized vCPU is blocking
2022-02-24 22:28 UTC (2+ messages)
[RFC PATCH] KVM: x86: (Failing) test case for TSC scaling and offset sync
2022-02-24 22:18 UTC
[RFC PATCH v2 01/19] vhost: move the backend feature bits to vhost_types.h
2022-02-24 21:34 UTC
[PATCH 00/21] Control VQ support in vDPA
2022-02-24 21:22 UTC (14+ messages)
` [RFC PATCH v2 00/19] "
` [RFC PATCH v2 08/19] vhost_iotlb: split out IOTLB initialization
` [RFC PATCH v2 09/19] vhost: support ASID in IOTLB API
` [RFC PATCH v2 10/19] vhost-vdpa: introduce asid based IOTLB
` [RFC PATCH v2 11/19] vhost-vdpa: introduce uAPI to get the number of virtqueue groups
` [RFC PATCH v2 12/19] vhost-vdpa: introduce uAPI to get the number of address spaces
` [RFC PATCH v2 13/19] vhost-vdpa: uAPI to get virtqueue group id
` [RFC PATCH v2 14/19] vhost-vdpa: introduce uAPI to set group ASID
` [RFC PATCH v2 15/19] vhost-vdpa: support ASID based IOTLB API
` [RFC PATCH v2 16/19] vdpa_sim: advertise VIRTIO_NET_F_MTU
` [RFC PATCH v2 17/19] vdpa_sim: factor out buffer completion logic
` [RFC PATCH v2 18/19] vdpa_sim: filter destination mac address
` [RFC PATCH v2 19/19] vdpasim: control virtqueue support
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).