kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-30 23:24:16 to 2021-05-04 23:37:04 UTC [more...]

[PATCH 00/15] KVM: x86: RDPID/RDTSCP fixes and uret MSR cleanups
 2021-05-04 23:36 UTC  (29+ messages)
` [PATCH 01/15] KVM: VMX: Do not adverise RDPID if ENABLE_RDTSCP control is unsupported
` [PATCH 02/15] KVM: x86: Emulate RDPID only if RDTSCP is supported
` [PATCH 03/15] KVM: SVM: Inject #UD on RDTSCP when it should be disabled in the guest
` [PATCH 04/15] KVM: x86: Move RDPID emulation intercept to its own enum
` [PATCH 05/15] KVM: VMX: Disable preemption when probing user return MSRs
` [PATCH 06/15] KVM: SVM: Probe and load MSR_TSC_AUX regardless of RDTSCP support in host
` [PATCH 07/15] KVM: x86: Add support for RDPID without RDTSCP
` [PATCH 08/15] KVM: VMX: Configure list of user return MSRs at module init
` [PATCH 09/15] KVM: VMX: Use flag to indicate "active" uret MSRs instead of sorting list
` [PATCH 10/15] KVM: VMX: Use common x86's uret MSR list as the one true list
` [PATCH 11/15] KVM: VMX: Disable loading of TSX_CTRL MSR the more conventional way
` [PATCH 12/15] KVM: x86: Export the number of uret MSRs to vendor modules
` [PATCH 13/15] KVM: x86: Move uret MSR slot management to common x86
` [PATCH 14/15] KVM: x86: Tie Intel and AMD behavior for MSR_TSC_AUX to guest CPU model
` [PATCH 15/15] KVM: x86: Hide RDTSCP and RDPID if MSR_TSC_AUX probing failed

[PATCH] KVM: x86/mmu: Fix some return value error in kvm_tdp_mmu_map()
 2021-05-04 21:54 UTC  (5+ messages)

[PATCH v3 0/2] KVM: x86: guest interface for SEV live migration
 2021-05-04 21:16 UTC  (11+ messages)
` [PATCH v3 2/2] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall

[PATCH] docs: vfio: fix typo
 2021-05-04 21:06 UTC 

[PATCH v2 0/7] Lazily allocate memslot rmaps
 2021-05-04 20:36 UTC  (22+ messages)
` [PATCH v2 1/7] KVM: x86/mmu: Track if shadow MMU active
` [PATCH v2 6/7] KVM: mmu: Add slots_arch_lock for memslot arch fields
` [PATCH v2 7/7] KVM: x86/mmu: Lazily allocate memslot rmaps

[RFC 0/2] [RFC] Honor PCI prefetchable attributes for a virtual machine on ARM64
 2021-05-04 18:03 UTC  (20+ messages)
` [RFC 1/2] vfio/pci: keep the prefetchable attribute of a BAR region in VMA

remove the nvlink2 pci_vfio subdriver v2
 2021-05-04 16:30 UTC  (12+ messages)

[kvm-unit-tests PATCH] Makefile: do not use "libgcc" for clang
 2021-05-04 17:07 UTC  (2+ messages)

[PATCH v4] KVM: x86: Fix KVM_GET_CPUID2 ioctl to return cpuid entries count
 2021-05-04 16:52 UTC  (10+ messages)

[PATCH v2 09/13] vfio/mdev: Remove vfio_mdev.c
 2021-05-04 16:20 UTC  (9+ messages)

[PATCH v2 0/2] KVM: nSVM: few fixes for the nested migration
 2021-05-04 16:19 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: nSVM: always restore the L1's GIF on migration
` [PATCH v2 2/2] KVM: nSVM: remove a warning about vmcb01 VM exit reason

[PATCH] vfio/pci: Revert nvlink removal uAPI breakage
 2021-05-04 16:11 UTC  (3+ messages)

[PATCH Part2 RFC v2 00/37] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-05-04 15:16 UTC  (19+ messages)
` [PATCH Part2 RFC v2 08/37] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v2 10/37] x86/fault: Add support to handle the RMP fault for kernel address

[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-05-04 15:10 UTC  (17+ messages)
` [PATCH v2 02/13] vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind
` [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev()
              ` s390 common I/O layer locking (was: [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev())
                ` s390 common I/O layer locking

[GIT PULL] KVM/arm64 updates for 5.9
 2021-05-04 14:47 UTC  (3+ messages)
` [PATCH 15/56] KVM: arm64: Add build rules for separate VHE/nVHE object files

[PATCH] vhost-iotlb: fix vhost_iotlb_del_range() documentation
 2021-05-04 13:54 UTC 

[PATCH v7 0/1] qapi: introduce 'query-cpu-model-cpuid' action
 2021-05-04 12:26 UTC  (2+ messages)
` [PATCH v7 1/1] "

[ 483.545673] include/linux/kvm_host.h:648 suspicious rcu_dereference_check() usage!
 2021-05-04 10:02 UTC 

[PATCH 1/1] virtio-net: don't allocate control_buf if not supported
 2021-05-04  9:05 UTC  (3+ messages)

[PATCH v2] KVM: x86: Hoist input checks in kvm_add_msr_filter()
 2021-05-04  8:25 UTC 

[PATCH 0/4] x86: Don't invoke asm_exc_nmi() on the kernel stack
 2021-05-04  8:10 UTC  (14+ messages)
` [PATCH 1/4] x86/xen/entry: Rename xenpv_exc_nmi to noist_exc_nmi
` [PATCH 3/4] KVM/VMX: Invoke NMI non-IST entry instead of IST entry
` [PATCH 4/4] KVM/VMX: Fold handle_interrupt_nmi_irqoff() into its solo caller

[PATCH 0/4] KVM: nVMX: Fix migration of nested guests when eVMCS is in use
 2021-05-04  8:06 UTC  (10+ messages)
` [PATCH 1/4] KVM: nVMX: Always make an attempt to map eVMCS after migration
` [PATCH 2/4] KVM: nVMX: Properly pad 'struct kvm_vmx_nested_state_hdr'
` [PATCH 3/4] KVM: nVMX: Introduce __nested_vmx_handle_enlightened_vmptrld()
` [PATCH 4/4] KVM: nVMX: Map enlightened VMCS upon restore when possible

[PATCH] selftests: kvm: remove reassignment of non-absolute variables
 2021-05-04  7:22 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] KVM: x86: Hoist input checks in kvm_add_msr_filter()
 2021-05-03 21:17 UTC  (3+ messages)

[PATCH v2 0/5] KVM: selftests: arm64 exception handling and debug test
 2021-05-03 19:12 UTC  (13+ messages)
` [PATCH v2 1/5] KVM: selftests: Rename vm_handle_exception
` [PATCH v2 2/5] KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reporting
` [PATCH v2 3/5] KVM: selftests: Move GUEST_ASSERT_EQ to utils header
` [PATCH v2 4/5] KVM: selftests: Add exception handling support for aarch64
` [PATCH v2 5/5] KVM: selftests: Add aarch64/debug-exceptions test

[PATCH v5 0/2] fallback for emulation errors
 2021-05-03 18:04 UTC  (4+ messages)
` [PATCH v5 2/2] selftests: kvm: Allows userspace to handle "

[GIT PULL] KVM, AMD PSP and ARM CoreSight changes for 5.13 merge window
 2021-05-03 17:16 UTC  (8+ messages)

[PATCH v2] kvm/x86: Fix 'lpages' kvm stat for TDM MMU
 2021-05-03 16:25 UTC  (2+ messages)

[PATCH] doc/kvm: Fix wrong entry for KVM_CAP_X86_MSR_FILTER
 2021-05-03 15:40 UTC  (3+ messages)

[PATCH 0/5] x86/kvm: Refactor KVM PV features teardown and fix restore from hibernation
 2021-05-03 15:26 UTC  (2+ messages)

[PATCH] kvm: exit halt polling on need_resched() as well
 2021-05-03 14:52 UTC  (3+ messages)

[PATCH 0/5] KVM: nSVM: few fixes for the nested migration
 2021-05-03 14:26 UTC  (11+ messages)
` [PATCH 1/5] KVM: nSVM: fix a typo in svm_leave_nested
` [PATCH 2/5] KVM: nSVM: fix few bugs in the vmcb02 caching logic
` [PATCH 3/5] KVM: nSVM: leave the guest mode prior to loading a nested state
` [PATCH 4/5] KVM: nSVM: force L1's GIF to 1 when setting the "
` [PATCH 5/5] KVM: nSVM: set a dummy exit reason in L1 vmcb when loading "

[PATCH][next] KVM: x86: Fix potential fput on a null source_kvm_file
 2021-05-03 14:05 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Fix kdoc of __handle_changed_spte
 2021-05-03 14:03 UTC  (2+ messages)

[kvm-unit-tests PATCH] s390x: Fix vector stfle checks
 2021-05-03 13:06 UTC  (4+ messages)

[PATCH V4 0/3] vDPA/ifcvf: enables Intel C5000X-PL virtio-blk
 2021-05-03  8:47 UTC  (3+ messages)
` [PATCH V4 2/3] vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPA

[syzbot] possible deadlock in sctp_addr_wq_timeout_handler
 2021-05-01 21:26 UTC  (2+ messages)

[PATCH] kvm: x86: move srcu lock out of kvm_vcpu_check_block
 2021-05-01 13:05 UTC  (3+ 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).