kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-10 16:49:30 to 2021-12-13 19:10:20 UTC [more...]

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-13 19:09 UTC  (28+ messages)
` [PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v8 20/40] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v8 24/40] x86/compressed/acpi: move EFI system table lookup to helper
` [PATCH v8 27/40] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v8 33/40] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH v8 39/40] virt: sevguest: Add support to derive key

[PATCH 0/2] KVM: x86: Fix dangling page reference in TDP MMU
 2021-12-13 18:28 UTC  (8+ messages)
` [PATCH 1/2] KVM: x86: allow kvm_tdp_mmu_zap_invalidated_roots with write-locked mmu_lock
` [PATCH 2/2] KVM: x86: zap invalid roots in kvm_tdp_mmu_zap_all

linux-next: manual merge of the kvm tree with the tip tree
 2021-12-13 18:23 UTC  (3+ messages)

[PATCH 0/4] Create multiple save area for SEV guests
 2021-12-13 17:33 UTC  (5+ messages)
` [PATCH 1/4] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH 2/4] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH 3/4] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH 4/4] KVM: SVM: Update the SEV-ES save area mapping

[next-20211210] Build break powerpc/kvm: unknown member wait
 2021-12-13 17:30 UTC  (2+ messages)

[PATCH 00/15] KVM: X86: Fix and clean up for register caches
 2021-12-13 16:54 UTC  (9+ messages)
` [PATCH 17/15] KVM: X86: Ensure pae_root to be reconstructed for shadow paging if the guest PDPTEs is changed

[PATCH] KVM: x86: Inject #UD on "unsupported" hypercall if patching fails
 2021-12-13 16:53 UTC  (3+ messages)

Potential bug in TDP MMU
 2021-12-13 16:14 UTC  (14+ messages)

[PATCH v5 0/1] s390x: KVM: CPU Topology
 2021-12-13 15:46 UTC  (10+ messages)
` [PATCH v5 1/1] s390x: KVM: accept STSI for CPU topology information

[PATCH v2 00/12] Add riscv kvm accel support
 2021-12-13 15:21 UTC  (21+ messages)
` [PATCH v2 03/12] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH v2 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH v2 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH v2 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH v2 07/12] target/riscv: Support setting external interrupt "
` [PATCH v2 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH v2 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH v2 11/12] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH v2 12/12] target/riscv: Support virtual time context synchronization

[PATCH 00/32] KVM: s390: enable zPCI for interpretive execution
 2021-12-13 15:19 UTC  (13+ messages)
` [PATCH 05/32] s390/airq: pass more TPI info to airq handlers
` [PATCH 08/32] s390/pci: stash associated GISA designation
` [PATCH 11/32] s390/pci: add helper function to find device by handle
` [PATCH 13/32] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH 15/32] KVM: s390: pci: enable host forwarding of Adapter Event Notifications

[PATCH 00/19] AMX Support in KVM
 2021-12-13 15:06 UTC  (43+ messages)
` [PATCH 02/19] x86/fpu: Prepare KVM for dynamically enabled states
` [PATCH 05/19] x86/fpu: Move xfd initialization out of __fpstate_reset() to the callers
` [PATCH 08/19] x86/fpu: Move xfd_update_state() to xstate.c and export symbol
` [PATCH 09/19] kvm: x86: Prepare reallocation check
` [PATCH 10/19] kvm: x86: Emulate WRMSR of guest IA32_XFD
` [PATCH 12/19] x86/fpu: Prepare KVM for bringing XFD state back in-sync
` [PATCH 14/19] x86/fpu: Prepare for KVM XFD_ERR handling
` [PATCH 15/19] kvm: x86: Save and restore guest XFD_ERR properly
` [PATCH 16/19] kvm: x86: Introduce KVM_{G|S}ET_XSAVE2 ioctl
` [PATCH 19/19] kvm: x86: Add AMX CPUIDs support

[PATCH MANUALSEL 5.10 2/4] KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled
 2021-12-13 14:29 UTC  (6+ messages)
` [PATCH MANUALSEL 5.10 3/4] KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE
` [PATCH MANUALSEL 5.10 4/4] KVM: downgrade two BUG_ONs to WARN_ON_ONCE

[PATCH MANUALSEL 5.15 3/9] KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled
 2021-12-13 14:28 UTC  (14+ messages)
` [PATCH MANUALSEL 5.15 4/9] KVM: SEV: do not take kvm->lock when destroying
` [PATCH MANUALSEL 5.15 5/9] KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE
` [PATCH MANUALSEL 5.15 6/9] KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN
` [PATCH MANUALSEL 5.15 7/9] KVM: selftests: Avoid KVM_SET_CPUID2 after KVM_RUN in hyperv_features test
` [PATCH MANUALSEL 5.15 8/9] KVM: downgrade two BUG_ONs to WARN_ON_ONCE
` [PATCH MANUALSEL 5.15 9/9] x86/kvm: remove unused ack_notifier callbacks

[PATCH MANUALSEL 5.4 2/2] KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE
 2021-12-13 14:22 UTC  (2+ messages)

[PATCH v2 0/5] RFC: KVM: SVM: Allow L1's AVIC to co-exist with nesting
 2021-12-13 13:29 UTC  (10+ messages)
` [PATCH v2 1/5] KVM: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L2 control EFLAGS.IF
` [PATCH v2 2/5] KVM: SVM: allow to force AVIC to be enabled
` [PATCH v2 3/5] KVM: SVM: fix race between interrupt delivery and AVIC inhibition
` [PATCH v2 4/5] KVM: x86: don't touch irr_pending in kvm_apic_update_apicv when inhibiting it
` [PATCH v2 5/5] KVM: SVM: allow AVIC to co-exist with a nested guest running

[PATCH v3 00/18] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-13 13:24 UTC  (10+ messages)
` [PATCH v3 04/18] driver core: platform: Add driver dma ownership management

[RFC 0/6] Sparse HART id support
 2021-12-13 13:01 UTC  (10+ messages)
` [RFC 1/6] RISC-V: Avoid using per cpu array for ordered booting
` [RFC 2/6] RISC-V: Do not print the SBI version during HSM extension boot print
` [RFC 3/6] RISC-V: Use __cpu_up_stack/task_pointer only for spinwait method
` [RFC 5/6] RISC-V: Move spinwait booting method to its own config

[PATCH v3 0/3] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
 2021-12-13 11:31 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: SVM: Refactor AVIC hardware setup logic into helper function
` [PATCH v3 2/3] x86/apic: Add helper function to get maximum physical APIC ID
` [PATCH v3 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit

[PATCH v2 0/3] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
 2021-12-13 10:46 UTC  (6+ messages)
` [PATCH v2 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit

[PATCH 00/11] Parallel CPU bringup for x86_64
 2021-12-13  9:11 UTC  (7+ messages)
` [PATCH 02/11] rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion
    ` [PATCH v1.1 "

[PATCH v2 0/6] KVM: x86/pmu: Count two basic events for emulated instructions
 2021-12-13  6:37 UTC  (11+ messages)
` [PATCH v2 4/6] KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}()

[PATCH v11 kvmtool 0/8] KVMTOOL RISC-V Support
 2021-12-13  4:12 UTC  (4+ messages)

[PATCH kvmtool] Makefile: 'lvm version' works incorrect. Because CFLAGS can not get sub-make variable $(KVMTOOLS_VERSION)
 2021-12-13  3:19 UTC  (5+ messages)

[Bug 215317] New: Unable to launch QEMU Linux guest VM - "Guest has not initialized the display (yet)"
 2021-12-13  1:38 UTC 

[GIT PULL] vhost: cleanups and fixes
 2021-12-12 23:01 UTC  (2+ messages)

[PATCH] vfio/iommu_type1: replace kfree with kvfree
 2021-12-12  9:16 UTC 

[PATCH 0/2] kvm/msi: do explicit commit when adding msi routes
 2021-12-11 14:27 UTC  (3+ messages)
` [PATCH 1/2] kvm-irqchip: introduce new API to support route change
` [PATCH 2/2] kvm/msi: do explicit commit when adding msi routes

[RFC v16 1/9] iommu: Introduce attach/detach_pasid_table API
 2021-12-11  5:18 UTC  (12+ messages)

[PATCH] KVM: x86/svm: Add module param to control PMU virtualization
 2021-12-11  3:48 UTC  (5+ messages)

[PATCH v2 0/4] KVM RISC-V 64-bit selftests support
 2021-12-11  3:41 UTC  (2+ messages)

VM_BUG_ON in vmx_prepare_switch_to_guest->__get_current_cr3_fast at kvm/queue
 2021-12-11  3:14 UTC  (6+ messages)

[PATCH v6 0/6] x86/xen: Add in-kernel Xen event channel delivery
 2021-12-11  1:09 UTC  (2+ messages)

[PATCH] Revert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()"
 2021-12-11  0:11 UTC 

[PATCH] Revert "KVM: X86: Update mmu->pdptrs only when it is changed"
 2021-12-11  0:11 UTC 

[GIT PULL] KVM fixes for Linux 5.16-rc5
 2021-12-10 22:46 UTC  (2+ messages)

Rewording of Setting IA32_XFD[18] (Re: Thoughts of AMX KVM support based on latest kernel)
 2021-12-10 21:53 UTC  (2+ messages)

[PATCH kvm-next] selftests/kvm: remove unneeded variable
 2021-12-10 18:47 UTC  (2+ messages)

[PATCH 0/7] KVM: x86/mmu: Obsolete root shadow page fix
 2021-12-10 17:15 UTC  (6+ messages)
` [PATCH 1/7] KVM: x86: Retry page fault if MMU reload is pending and root has no sp

[kvm-unit-tests PATCH 0/3] arm64: debug: add migration tests for debug state
 2021-12-10 16:58 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] arm64: debug: add a migration test for breakpoint state
` [kvm-unit-tests PATCH 2/3] arm64: debug: add a migration test for watchpoint state
` [kvm-unit-tests PATCH 3/3] arm64: debug: add a migration test for single-step state

[RFC PATCH 00/10] KVM: selftests: Add support for test-selectable ucall implementations
 2021-12-10 16:46 UTC  (6+ messages)
` [PATCH RFC 04/10] kvm: arm64: selftests: use ucall_ops to define default ucall implementation
` [PATCH RFC 05/10] kvm: s390: "
` [PATCH RFC 06/10] kvm: selftests: add ucall interfaces based around shared memory
` [PATCH RFC 07/10] kvm: selftests: add ucall_shared ops for PIO
` [PATCH RFC 08/10] kvm: selftests: introduce ucall implementation based on halt instructions


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