kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-24 12:35:40 to 2021-06-28 13:43:45 UTC [more...]

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-28 13:43 UTC  (17+ messages)
` [PATCH Part1 RFC v3 20/22] x86/boot: Add Confidential Computing address to setup_header

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-06-28 10:33 UTC  (25+ messages)
` [PATCH v8 09/10] vduse: "
    `  "
` [PATCH v8 10/10] Documentation: Add documentation for VDUSE

[PATCH v2] KVM: X86: Fix exception untrigger on ret to user
 2021-06-28 12:48 UTC 

[PATCH] KVM: X86: Fix exception untrigger on ret to user
 2021-06-28 12:46 UTC 

[PATCH] KVM: X86: Fix exception untrigger on ret to user
 2021-06-28 11:27 UTC  (8+ messages)

[PATCH 0/6] KVM: nSVM: Fix issues when SMM is entered from L2
 2021-06-28 10:44 UTC  (7+ messages)
` [PATCH 1/6] KVM: nSVM: Check the value written to MSR_VM_HSAVE_PA
` [PATCH 2/6] KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUN
` [PATCH 3/6] KVM: nSVM: Introduce svm_copy_nonvmloadsave_state()
` [PATCH 4/6] KVM: nSVM: Fix L1 state corruption upon return from SMM
` [PATCH 5/6] KVM: nSVM: Restore nested control upon leaving SMM
` [PATCH 6/6] KVM: selftests: smm_test: Test SMM enter from L2

[RFC PATCH v1 00/16] Improve SOCK_SEQPACKET receive logic
 2021-06-28 10:05 UTC  (17+ messages)
` [RFC PATCH v1 01/16] vhost/vsock: don't set 'seqpacket_has_data()' callback
` [RFC PATCH v1 02/16] vsock/loopback: "
` [RFC PATCH v1 03/16] virtio/vsock: "
` [RFC PATCH v1 04/16] virtio/vsock: remove 'virtio_transport_seqpacket_has_data'
` [RFC PATCH v1 05/16] af_vsock: use SOCK_STREAM function to check data
` [RFC PATCH v1 06/16] vsock/virtio: remove record size limit for SEQPACKET
` [RFC PATCH v1 07/16] virtio/vsock: don't count EORs on receive
` [RFC PATCH v1 08/16] af_vsock: change SEQPACKET receive loop
` [RFC PATCH v1 09/16] af_vsock/virtio: update dequeue callback interface
` [RFC PATCH v1 10/16] virtio/vsock: update SEQPACKET dequeue logic
` [RFC PATCH v1 11/16] afvsock: add 'seqpacket_drop()'
` [RFC PATCH v1 12/16] virtio/vsock: add 'drop until EOR' logic
` [RFC PATCH v1 13/16] vhost/vsock: enable 'seqpacket_drop' callback in transport
` [RFC PATCH v1 14/16] virtio/vsock: "
` [RFC PATCH v1 15/16] vsock/loopback: "
` [RFC PATCH v1 16/16] vsock_test: SEQPACKET read to broken buffer

[PATCH V7 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-06-28  7:53 UTC  (5+ messages)

[PATCH] KVM: x86/pmu: Clear anythread deprecated bit when 0xa leaf is unsupported on the SVM
 2021-06-28  7:43 UTC 

Plan for /dev/ioasid RFC v2
 2021-06-28  6:45 UTC  (16+ messages)

[Kvmtool] Some thoughts on using kvmtool Virtio for Xen
 2021-06-28  5:29 UTC  (2+ messages)

[PATCH RFC 0/7] Introduce support for guest AMX feature
 2021-06-28  2:00 UTC  (5+ messages)
` [PATCH RFC 2/7] kvm: x86: Introduce XFD MSRs as passthrough to guest

[PATCH] vfio/mtty: Enforce available_instances
 2021-06-27 23:20 UTC  (2+ messages)

guest/host mem out of sync on core2duo?
 2021-06-27 12:13 UTC  (19+ messages)
          ` exception vs SIGALRM race (was: Re: guest/host mem out of sync on core2duo?)
              ` exception vs SIGALRM race (with test-case now!)
                    ` exception vs SIGALRM race on core2 CPUs (with qemu-based test-case this time!)
                      ` exception vs SIGALRM race on core2 CPUs (with fix!)
              ` exception vs SIGALRM race (another patch)

[PATCH] KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio
 2021-06-26  7:03 UTC 

[PATCH v4 5/5] x86/kvm: Add guest support for detecting and enabling SEV Live Migration feature
 2021-06-25 22:22 UTC  (3+ messages)

Virtualizing MSI-X on IMS via VFIO
 2021-06-25 21:19 UTC  (22+ messages)
          ` [PATCH] vfio/pci: Document the MSI[X] resize side effects properly

[GIT PULL] Final batch of KVM changes for Linux 5.13
 2021-06-25 17:49 UTC  (2+ messages)

Question regarding the TODO in virt/kvm/kvm_main.c:226
 2021-06-25 17:20 UTC  (3+ messages)

[PATCH] vfio/mtty: Delete mdev_devices_list
 2021-06-25 16:51 UTC  (3+ messages)

[PATCH v2 0/9] KVM: X86: Some light optimizations on rmap logic
 2021-06-25 15:34 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: X86: Add per-vm stat for max rmap list size
` [PATCH v2 2/9] KVM: Introduce kvm_get_kvm_safe()
` [PATCH v2 3/9] KVM: Allow to have arch-specific per-vm debugfs files
` [PATCH v2 4/9] KVM: X86: Introduce pte_list_count() helper
` [PATCH v2 5/9] KVM: X86: Introduce kvm_mmu_slot_lpages() helpers
` [PATCH v2 6/9] KVM: X86: Introduce mmu_rmaps_stat per-vm debugfs file
` [PATCH v2 7/9] KVM: X86: MMU: Tune PTE_LIST_EXT to be bigger
` [PATCH v2 8/9] KVM: X86: Optimize pte_list_desc with per-array counter
` [PATCH v2 9/9] KVM: X86: Optimize zapping rmap

[GIT PULL] KVM/arm64 updates for 5.14
 2021-06-25 15:22 UTC  (2+ messages)

[PATCH v2 0/2] vfio: export and make use of pci_dev_trylock()
 2021-06-25 15:07 UTC  (3+ messages)

[PATCH][next] vfio/mdpy: Fix memory leak of object mdev_state->vconfig
 2021-06-25 15:04 UTC  (2+ messages)

[PATCH 1/1] vfio/iommu_type1: rename vfio_group struck to vfio_iommu_group
 2021-06-25 15:04 UTC  (2+ messages)

[PATCH 0/2] KVM: SVM: Final C-bit fixes?
 2021-06-25 13:28 UTC  (5+ messages)
` [PATCH 1/2] Revert "KVM: x86: Truncate reported guest MAXPHYADDR to C-bit if SEV is supported"
` [PATCH 2/2] KVM: SVM: Revert clearing of C-bit on GPA in #NPF handler

[PATCH 00/54] KVM: x86/mmu: Bug fixes and summer cleaning
 2021-06-25 13:08 UTC  (13+ messages)
` [PATCH 05/54] Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"
` [PATCH 08/54] Revert "KVM: MMU: record maximum physical address width in kvm_mmu_extended_role"
` [PATCH 09/54] KVM: x86/mmu: Unconditionally zap unsync SPs when creating >4k SP at GFN

[GIT PULL 0/3] KVM: s390: Features and Cleanups for 5.14
 2021-06-25 12:02 UTC  (5+ messages)
` [GIT PULL 1/3] KVM: s390: get rid of register asm usage
` [GIT PULL 2/3] KVM: s390: gen_facilities: allow facilities 165, 193, 194 and 196
` [GIT PULL 3/3] KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2)

[PATCH 0/6] Handle hypercall code overlay page in userspace
 2021-06-25 10:35 UTC  (5+ messages)
` [PATCH 5/6] kvm/i386: Add support for user space MSR filtering

[PATCH v2 0/6] Handle hypercall code overlay page in userspace
 2021-06-25 10:23 UTC  (7+ messages)
` [PATCH v2 1/6] hyper-v: Overlay abstraction for synic event and msg pages
` [PATCH v2 2/6] hyper-v: Use -1 as invalid overlay address
` [PATCH v2 3/6] kvm/i386: Stop using cpu->kvm_msr_buf in kvm_put_one_msr()
` [PATCH v2 4/6] kvm/i386: Avoid multiple calls to check_extension(KVM_CAP_HYPERV)
` [PATCH v2 5/6] kvm/i386: Add support for user space MSR filtering
` [PATCH v2 6/6] hyper-v: Handle hypercall code page as an overlay page

[bug report] KVM: SVM: hyper-v: Enlightened MSR-Bitmap support
 2021-06-25 10:21 UTC 

[bug report] KVM: x86/mmu: Skip rmap operations if rmaps not allocated
 2021-06-25  9:50 UTC 

[PATCH 0/4] KVM: x86: Require EFER.NX support unless EPT is on
 2021-06-25  9:04 UTC  (4+ messages)
` [PATCH 3/4] KVM: x86: WARN and reject loading KVM if NX is supported but not enabled

[bug report] vfio/mtty: Convert to use vfio_register_group_dev()
 2021-06-25  8:20 UTC 

[PATCH v2 0/5] Remove uses of struct page from x86 and arm64 MMU
 2021-06-25  8:07 UTC  (8+ messages)
` [PATCH v2 1/5] KVM: do not allow mapping valid but non-refcounted pages
` [PATCH v2 2/5] KVM: mmu: introduce new gfn_to_pfn_page functions
` [PATCH v2 3/5] KVM: x86/mmu: use gfn_to_pfn_page
` [PATCH v2 4/5] KVM: arm64/mmu: "
` [PATCH v2 5/5] KVM: mmu: remove over-aggressive warnings

[PATCH 0/6] KVM: Remove uses of struct page from x86 and arm64 MMU
 2021-06-25  7:44 UTC  (12+ messages)
` [PATCH 1/6] KVM: x86/mmu: release audited pfns

[PATCH 0/3] s390x: Add snippet support
 2021-06-25  7:32 UTC  (9+ messages)
` [PATCH 1/3] s390x: snippets: Add gitignore as well as linker script and start assembly
` [PATCH 2/3] s390x: snippets: Add snippet compilation
` [PATCH 3/3] s390x: mvpg: Add SIE mvpg test

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2021-06-25  5:24 UTC 

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2021-06-25  5:20 UTC 

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2021-06-25  5:15 UTC 

[PATCH 0/6] sched,delayacct: Some cleanups
 2021-06-25  0:50 UTC  (6+ messages)

[PATCH] Revert "KVM: x86: WARN and reject loading KVM if NX is supported but not enabled"
 2021-06-25  0:18 UTC 

[PATCH 0/7] KVM: x86: guest MAXPHYADDR and C-bit fixes
 2021-06-24 23:47 UTC  (9+ messages)

[PATCH 0/9] KVM: X86: Some light optimizations on rmap logic
 2021-06-24 22:53 UTC  (12+ messages)
` [PATCH 1/9] KVM: X86: Add per-vm stat for max rmap list size
` [PATCH 2/9] KVM: Introduce kvm_get_kvm_safe()
` [PATCH 3/9] KVM: Allow to have arch-specific per-vm debugfs files
` [PATCH 4/9] KVM: X86: Introduce pte_list_count() helper
` [PATCH 5/9] KVM: X86: Introduce kvm_mmu_slot_lpages() helpers
` [PATCH 6/9] KVM: X86: Introduce mmu_rmaps_stat per-vm debugfs file
` [PATCH 7/9] KVM: X86: MMU: Tune PTE_LIST_EXT to be bigger
` [PATCH 8/9] KVM: X86: Optimize pte_list_desc with per-array counter
` [PATCH 9/9] KVM: X86: Optimize zapping rmap

linux-next: Signed-off-by missing for commits in the kvm tree
 2021-06-24 22:03 UTC  (2+ messages)

[PATCH] KVM: x86: Fix uninitialized return value bug in EXIT_HYPERCALL enabling
 2021-06-24 18:22 UTC  (4+ messages)

[kvm-unit-tests PATCH 00/12] nSVM: NPT improvements and cleanups
 2021-06-24 18:16 UTC  (6+ messages)
` [kvm-unit-tests PATCH 05/12] nSVM: Remove NPT reserved bits tests (new one on the way)

[BUG] vhost-net: Enabling experimental_zcopytx always crashes the host on 5.10, worked fine on 5.4
 2021-06-24 16:28 UTC 

[PATCH RFC] KVM: nSVM: Fix L1 state corruption upon return from SMM
 2021-06-24 15:36 UTC  (13+ messages)

Plan for /dev/ioasid RFC v2
 2021-06-24 13:42 UTC  (8+ 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).