kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-14 02:50:23 to 2021-12-15 18:18:44 UTC [more...]

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-15 18:17 UTC  (16+ messages)
` [PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v8 03/40] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v8 04/40] x86/sev: Define the Linux specific guest termination reasons

[bug report] KVM: Dynamically allocate "new" memslots from the get-go
 2021-12-15 18:11 UTC  (3+ messages)

[PATCH] KVM: selftests: Avoid KVM_SET_CPUID2 after KVM_RUN in vmx_pmu_msrs_test
 2021-12-15 17:59 UTC  (2+ messages)

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-15 17:45 UTC  (6+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()

[PATCH 0/4] KVM: x86/mmu: Zap invalid TDP MMU roots when unmapping
 2021-12-15 17:20 UTC  (6+ messages)
` [PATCH 1/4] KVM: x86/mmu: Use common TDP MMU zap helper for MMU notifier unmap hook
` [PATCH 2/4] KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root()
` [PATCH 3/4] KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU
` [PATCH 4/4] KVM: x86/mmu: Use common iterator for walking invalid TDP MMU roots

[PATCH] KVM: x86/mmu: Don't advance iterator after restart due to yielding
 2021-12-15 17:13 UTC  (4+ messages)

[PATCH] selftests: KVM: Fix non-x86 compiling
 2021-12-15 17:12 UTC  (2+ messages)

[PATCH 00/15] KVM: X86: Fix and clean up for register caches
 2021-12-15 17:10 UTC  (7+ messages)
` [PATCH 11/15] KVM: VMX: Update vmcs.GUEST_CR3 only when the guest CR3 is dirty

[PATCH 00/12] s390x/pci: zPCI interpretation support
 2021-12-15 16:32 UTC  (10+ messages)
` [PATCH 07/12] s390x/pci: enable for load/store intepretation
` [PATCH 08/12] s390x/pci: don't fence interpreted devices without MSI-X
` [PATCH 11/12] s390x/pci: use dtsm provided from vfio capabilities for interpreted devices

[KVM] feb627e8d6: kernel-selftests.kvm.vmx_pmu_msrs_test.fail
 2021-12-15 15:58 UTC 

[PATCH v2 0/7] Parallel CPU bringup for x86_64
 2021-12-15 15:16 UTC  (14+ messages)
` [PATCH v2 1/7] x86/apic/x2apic: Fix parallel handling of cluster_mask
` [PATCH v2 2/7] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v2 3/7] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v2 4/7] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v2 5/7] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v2 6/7] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v2 7/7] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel

[RFC PATCH v5 0/1] s390x: Improvements to SIGP handling [KVM]
 2021-12-15 15:08 UTC  (8+ messages)
` [RFC PATCH v5 1/1] KVM: s390: Clarify SIGP orders versus STOP/RESTART

[PATCH v3 0/9] Parallel CPU bringup for x86_64
 2021-12-15 14:56 UTC  (10+ messages)
` [PATCH v3 1/9] x86/apic/x2apic: Fix parallel handling of cluster_mask
` [PATCH v3 2/9] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v3 3/9] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v3 4/9] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v3 5/9] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v3 6/9] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v3 7/9] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v3 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
` [PATCH v3 9/9] x86/smpboot: Serialize topology updates for secondary bringup

[PATCH v4 0/6] KVM: arm64: Emulate the OS Lock
 2021-12-15 14:32 UTC  (12+ messages)
` [PATCH v4 1/6] KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefined
` [PATCH v4 2/6] KVM: arm64: Stash OSLSR_EL1 in the cpu context
` [PATCH v4 3/6] KVM: arm64: Allow guest to set the OSLK bit
` [PATCH v4 4/6] KVM: arm64: Emulate the OS Lock
` [PATCH v4 5/6] selftests: KVM: Add OSLSR_EL1 to the list of blessed regs
` [PATCH v4 6/6] selftests: KVM: Test OS lock behavior

[PATCH 00/19] AMX Support in KVM
 2021-12-15 13:42 UTC  (24+ messages)
` [PATCH 09/19] kvm: x86: Prepare reallocation check
` [PATCH 10/19] kvm: x86: Emulate WRMSR of guest IA32_XFD
` [PATCH 16/19] kvm: x86: Introduce KVM_{G|S}ET_XSAVE2 ioctl

linux-next: manual merge of the kvm tree with the kvm tree
 2021-12-15 13:10 UTC 

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

[patch 0/6] x86/fpu: Preparatory changes for guest AMX support
 2021-12-15 10:41 UTC  (35+ messages)
` [patch 1/6] x86/fpu: Extend fpu_xstate_prctl() with guest permissions
` [patch 2/6] x86/fpu: Prepare guest FPU for dynamically enabled FPU features
` [patch 3/6] x86/fpu: Make XFD initialization in __fpstate_reset() a function argument
` [patch 4/6] x86/fpu: Add guest support to xfd_enable_feature()
` [patch 5/6] x86/fpu: Provide fpu_update_guest_xcr0/xfd()
` [patch 6/6] x86/fpu: Provide kvm_sync_guest_vmexit_xfd_state()

[PATCH-for-7.0] target/i386/kvm: Replace use of __u32 type
 2021-12-15 10:36 UTC  (2+ messages)

[PATCH-for-6.2? v2 0/3] misc: Spell QEMU all caps
 2021-12-15 10:31 UTC  (2+ messages)

[PATCH kernel v3] KVM: PPC: Merge powerpc's debugfs entry content into generic entry
 2021-12-15 10:26 UTC  (2+ messages)

[PATCH v9 00/17] Introduce VDUSE - vDPA Device in Userspace
 2021-12-15 10:10 UTC  (2+ messages)

[PATCH] KVM: Move VM's worker kthreads back to the original cgroups before exiting
 2021-12-15  3:58 UTC  (6+ messages)

[PATCH 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2021-12-14 23:52 UTC  (10+ messages)
` [PATCH 10/28] KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
` [PATCH 15/28] KVM: x86/mmu: Take TDP MMU roots off list when invalidating all roots

[PATCH RFC] KVM: x86/mmu: fix UAF in paging_update_accessed_dirty_bits
 2021-12-14 23:20 UTC 

[RFC PATCH] KVM: x86: add kvm per-vCPU exits disable capability
 2021-12-14 21:07 UTC  (3+ messages)

[PATCH 0/2] KVM: x86: Fix dangling page reference in TDP MMU
 2021-12-14 19:45 UTC  (8+ messages)
` [PATCH 2/2] KVM: x86: zap invalid roots in kvm_tdp_mmu_zap_all

[PATCH v3] selftests: KVM: avoid failures due to reserved HyperTransport region
 2021-12-14 18:59 UTC  (3+ messages)

[PATCH 00/32] KVM: s390: enable zPCI for interpretive execution
 2021-12-14 18:13 UTC  (25+ messages)
` [PATCH 13/32] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH 20/32] KVM: s390: pci: provide routines for enabling/disabling interpretation
` [PATCH 21/32] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH 22/32] KVM: s390: pci: provide routines for enabling/disabling IOAT assist
` [PATCH 23/32] KVM: s390: pci: handle refresh of PCI translations
` [PATCH 24/32] KVM: s390: intercept the rpcit instruction
` [PATCH 27/32] vfio-pci/zdev: wire up zPCI interpretive execution support
` [PATCH 28/32] vfio-pci/zdev: wire up zPCI adapter interrupt forwarding support
` [PATCH 29/32] vfio-pci/zdev: wire up zPCI IOAT assist support
` [PATCH 30/32] vfio-pci/zdev: add DTSM to clp group capability

The vcpu won't be wakened for a long time
 2021-12-14 17:36 UTC  (2+ messages)

[Bug 215317] New: Unable to launch QEMU Linux guest VM - "Guest has not initialized the display (yet)"
 2021-12-14 16:30 UTC  (5+ messages)
` [Bug 215317] "

[RFC PATCH] vfio: Update/Clarify migration uAPI, add NDMA state
 2021-12-14 16:26 UTC  (5+ messages)

[PATCH kvmtool RESENT] arm/pci: update interrupt-map only for legacy interrupts
 2021-12-14 15:18 UTC  (2+ messages)

[PATCH v2 kvmtool] Makefile: Calculate the correct kvmtool version
 2021-12-14 15:18 UTC  (2+ messages)

[PATCH v11 kvmtool 0/8] KVMTOOL RISC-V Support
 2021-12-14 15:18 UTC  (2+ messages)

[PATCH 0/5] KVM: nVMX: Fix Windows 11 + WSL2 + Enlightened VMCS
 2021-12-14 14:38 UTC  (6+ messages)
` [PATCH 1/5] KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS
` [PATCH 2/5] KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER
` [PATCH 3/5] KVM: nVMX: Rename vmcs_to_field_offset{,_table} to vmcs12_field_offset{,_table}
` [PATCH 4/5] KVM: nVMX: Implement evmcs_field_offset() suitable for handle_vmread()
` [PATCH 5/5] KVM: nVMX: Allow VMREAD when Enlightened VMCS is in use

[kvm-unit-tests PATCH 0/3] arm64: debug: add migration tests for debug state
 2021-12-14 13:34 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] Add additional testing for routing L2 exceptions
 2021-12-14 12:19 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Remove invalid clwb test code
 2021-12-14 12:12 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/4] arm: Timer fixes
 2021-12-14 12:09 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Increase timeout for vmx_vmcs_shadow_test
 2021-12-14 12:08 UTC  (2+ messages)

[kvm-unit-tests PATCH v9 0/9] MTTCG sanity tests for ARM
 2021-12-14 11:54 UTC  (5+ messages)
` [kvm-unit-tests PATCH v9 3/9] Makefile: add GNU global tags support

[PATCH 00/11] Parallel CPU bringup for x86_64
 2021-12-14 11:33 UTC  (4+ messages)
` [PATCH 09/11] x86/boot: Support parallel startup of secondary CPUs

[PATCH 0/4] KVM: VMX: Fix handling of invalid L2 guest state
 2021-12-14  9:15 UTC  (9+ messages)
` [PATCH 1/4] KVM: VMX: Always clear vmx->fail on emulation_required
` [PATCH 2/4] KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required
` [PATCH 3/4] KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state
` [PATCH 4/4] KVM: selftests: Add test to verify TRIPLE_FAULT on invalid L2 guest state

[PATCH v5 0/1] s390x: KVM: CPU Topology
 2021-12-14  9:01 UTC  (2+ messages)


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