kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-13 14:29:08 to 2021-12-15 00:15:38 UTC [more...]

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-15  0:14 UTC  (32+ messages)
` [PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v8 02/40] x86/sev: "
` [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
` [PATCH v8 05/40] x86/sev: Save the negotiated GHCB version
` [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 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 

[patch 0/6] x86/fpu: Preparatory changes for guest AMX support
 2021-12-14 21:35 UTC  (25+ 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 v2 0/7] Parallel CPU bringup for x86_64
 2021-12-14 21:27 UTC  (12+ 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] 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  (11+ messages)
` [PATCH 2/2] KVM: x86: zap invalid roots in kvm_tdp_mmu_zap_all

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-14 19:43 UTC  (4+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()

[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  (30+ messages)
` [PATCH 05/32] s390/airq: pass more TPI info to airq handlers
` [PATCH 08/32] s390/pci: stash associated GISA designation
` [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

[PATCH] KVM: Move VM's worker kthreads back to the original cgroups before exiting
 2021-12-14 17:44 UTC  (5+ messages)

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

[PATCH v4 0/6] KVM: arm64: Emulate the OS Lock
 2021-12-14 17:28 UTC  (7+ 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 v3 00/18] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-14 16:35 UTC  (9+ messages)
` [PATCH v3 04/18] driver core: platform: Add driver dma ownership management

[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] selftests: KVM: Fix non-x86 compiling
 2021-12-14 15:18 UTC 

[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 00/19] AMX Support in KVM
 2021-12-14 14:41 UTC  (23+ messages)
` [PATCH 01/19] x86/fpu: Extend prctl() with guest permissions
` [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

[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  (6+ messages)
` [kvm-unit-tests PATCH v2 1/4] x86: Fix a #GP from occurring in usermode library's exception handlers
` [kvm-unit-tests PATCH v2 2/4] x86: Align L2's stacks
` [kvm-unit-tests PATCH v2 3/4] x86: Add a test framework for nested_vmx_reflect_vmexit() testing
` [kvm-unit-tests PATCH v2 4/4] x86: Add test coverage "

[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] KVM: x86/mmu: Don't advance iterator after restart due to yielding
 2021-12-14 11:50 UTC  (2+ messages)

[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  (8+ messages)
` [PATCH v5 1/1] s390x: KVM: accept STSI for CPU topology information

[kvm-unit-tests PATCH 0/3] Add additional testing for routing L2 exceptions
 2021-12-14  1:19 UTC  (4+ messages)
` [kvm-unit-tests PATCH 3/3] x86: Add test coverage for the routing logic when exceptions occur in L2

[RFC 0/6] Sparse HART id support
 2021-12-14  0:58 UTC  (14+ messages)
` [RFC 1/6] RISC-V: Avoid using per cpu array for ordered booting
` [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 v1 00/13] KVM: x86/mmu: Eager Page Splitting for the TDP MMU
 2021-12-13 22:59 UTC  (14+ messages)
` [PATCH v1 01/13] KVM: x86/mmu: Rename rmap_write_protect to kvm_vcpu_write_protect_gfn
` [PATCH v1 02/13] KVM: x86/mmu: Rename __rmap_write_protect to rmap_write_protect
` [PATCH v1 03/13] KVM: x86/mmu: Automatically update iter->old_spte if cmpxchg fails
` [PATCH v1 04/13] KVM: x86/mmu: Factor out logic to atomically install a new page table
` [PATCH v1 05/13] KVM: x86/mmu: Move restore_acc_track_spte to spte.c
` [PATCH v1 06/13] KVM: x86/mmu: Refactor tdp_mmu iterators to take kvm_mmu_page root
` [PATCH v1 07/13] KVM: x86/mmu: Derive page role from parent
` [PATCH v1 08/13] KVM: x86/mmu: Refactor TDP MMU child page initialization
` [PATCH v1 09/13] KVM: x86/mmu: Split huge pages when dirty logging is enabled
` [PATCH v1 10/13] KVM: Push MMU locking down into kvm_arch_mmu_enable_log_dirty_pt_masked
` [PATCH v1 11/13] KVM: x86/mmu: Split huge pages during CLEAR_DIRTY_LOG
` [PATCH v1 12/13] KVM: x86/mmu: Add tracepoint for splitting huge pages
` [PATCH v1 13/13] KVM: selftests: Add an option to disable MANUAL_PROTECT_ENABLE and INITIALLY_SET

[GIT PULL] vhost: cleanups and fixes
 2021-12-13 22:49 UTC  (2+ messages)

[PATCH v3] vfio: Documentation for the migration region
 2021-12-13 22:16 UTC  (4+ messages)

[PATCH] Revert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()"
 2021-12-13 21:25 UTC  (2+ messages)

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

[PATCH 02/19] x86/fpu: Prepare KVM for dynamically enabled states
 2021-12-13 19:50 UTC  (2+ messages)

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  (8+ 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  (2+ messages)

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

[PATCH v2 00/12] Add riscv kvm accel support
 2021-12-13 15:21 UTC  (6+ messages)
` [PATCH v2 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH v2 12/12] target/riscv: Support virtual time context synchronization

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