kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-12 16:33:41 to 2020-09-15 22:23:22 UTC [more...]

[PATCH] KVM: SVM: Get rid of the variable 'exit_fastpath'
 2020-09-15 17:58 UTC  (2+ messages)

[PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-09-15 22:08 UTC  (23+ messages)
` [PATCH v7 04/16] vfio: Add PASID allocation/free support

[RFC PATCH 00/35] SEV-ES hypervisor support
 2020-09-15 20:37 UTC  (61+ messages)
` [RFC PATCH 01/35] KVM: SVM: Remove the call to sev_platform_status() during setup
` [RFC PATCH 02/35] KVM: SVM: Add support for SEV-ES capability in KVM
` [RFC PATCH 03/35] KVM: SVM: Add indirect access to the VM save area
` [RFC PATCH 04/35] KVM: SVM: Make GHCB accessor functions available to the hypervisor
` [RFC PATCH 05/35] KVM: SVM: Add initial support for SEV-ES GHCB access to KVM
` [RFC PATCH 06/35] KVM: SVM: Add required changes to support intercepts under SEV-ES
` [RFC PATCH 07/35] KVM: SVM: Modify DRx register intercepts for an SEV-ES guest
` [RFC PATCH 08/35] KVM: SVM: Prevent debugging under SEV-ES
` [RFC PATCH 09/35] KVM: SVM: Do not emulate MMIO "
` [RFC PATCH 10/35] KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ES
` [RFC PATCH 11/35] KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file
` [RFC PATCH 12/35] KVM: SVM: Add initial support for a VMGEXIT VMEXIT
` [RFC PATCH 13/35] KVM: SVM: Create trace events for VMGEXIT processing
` [RFC PATCH 14/35] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002
` [RFC PATCH 15/35] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004
` [RFC PATCH 16/35] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100
` [RFC PATCH 17/35] KVM: SVM: Create trace events for VMGEXIT MSR protocol processing
` [RFC PATCH 18/35] KVM: SVM: Support MMIO for an SEV-ES guest
` [RFC PATCH 19/35] KVM: SVM: Support port IO operations "
` [RFC PATCH 20/35] KVM: SVM: Add SEV/SEV-ES support for intercepting INVD
` [RFC PATCH 21/35] KVM: SVM: Add support for EFER write traps for an SEV-ES guest
` [RFC PATCH 22/35] KVM: SVM: Add support for CR0 "
` [RFC PATCH 23/35] KVM: SVM: Add support for CR4 "
` [RFC PATCH 24/35] KVM: SVM: Add support for CR8 "
` [RFC PATCH 25/35] KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES
` [RFC PATCH 26/35] KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest
` [RFC PATCH 27/35] KVM: SVM: Add support for booting APs for an "
` [RFC PATCH 28/35] KVM: X86: Update kvm_skip_emulated_instruction() "
` [RFC PATCH 29/35] KVM: SVM: Add NMI support "
` [RFC PATCH 30/35] KVM: SVM: Set the encryption mask for the SVM host save area
` [RFC PATCH 31/35] KVM: SVM: Update ASID allocation to support SEV-ES guests
` [RFC PATCH 32/35] KVM: SVM: Provide support for SEV-ES vCPU creation/loading
` [RFC PATCH 33/35] KVM: SVM: Provide support for SEV-ES vCPU loading
` [RFC PATCH 34/35] KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
` [RFC PATCH 35/35] KVM: SVM: Provide support to launch and run an SEV-ES guest

[kvm-unit-tests PATCH v2 00/10] Add support for generic ELF cross-compiler
 2020-09-15 15:59 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 10/10] travis.yml: Add x86 build with clang 10

[PATCH v3 0/5] Qemu SEV-ES guest support
 2020-09-15 21:29 UTC  (6+ messages)
` [PATCH v3 1/5] sev/i386: Add initial support for SEV-ES
` [PATCH v3 2/5] sev/i386: Require in-kernel irqchip support for SEV-ES guests
` [PATCH v3 3/5] sev/i386: Allow AP booting under SEV-ES
` [PATCH v3 4/5] sev/i386: Don't allow a system reset under an SEV-ES guest
` [PATCH v3 5/5] sev/i386: Enable an SEV-ES guest based on SEV policy

[PATCH v3] vfio iommu: Add dma available capability
 2020-09-15 19:18 UTC  (3+ messages)

[PATCH RFC 0/2] KVM: x86: allow for more CPUID entries
 2020-09-15 16:51 UTC  (2+ messages)

[PATCH v3 0/5] s390x/pci: Accomodate vfio DMA limiting
 2020-09-15 19:14 UTC  (6+ messages)
` [PATCH v3 1/5] linux-headers: update against 5.9-rc5
` [PATCH v3 2/5] vfio: Create shared routine for scanning info capabilities
` [PATCH v3 3/5] vfio: Find DMA available capability
` [PATCH v3 4/5] s390x/pci: Add routine to get the vfio dma available count
` [PATCH v3 5/5] s390x/pci: Honor DMA limits set by vfio

[PATCH v2 0/2] KVM: VMX: Clean up IRQ/NMI handling
 2020-09-15 19:38 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: VMX: Move IRQ invocation to assembly subroutine
` [PATCH v2 2/2] KVM: VMX: Invoke NMI handler via indirect call instead of INTn

[PATCH v10 00/16] s390/vfio-ap: dynamic configuration support
 2020-09-15 19:32 UTC  (6+ messages)
` [PATCH v10 04/16] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v10 05/16] s390/vfio-ap: implement in-use callback for vfio_ap driver

[PATCH] vfio: add a singleton check for vfio_group_pin_pages
 2020-09-15 19:30 UTC  (3+ messages)

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-09-15 15:47 UTC  (17+ messages)

[PATCH v5 0/4] Add a vhost RPMsg API
 2020-09-15 12:48 UTC  (7+ messages)
` [PATCH v5 4/4] vhost: add an "

[PATCH v6 0/4] Add a vhost RPMsg API
 2020-09-15 12:13 UTC  (2+ messages)

[PATCH v2 0/2] KVM: arm64: Fix handling of S1PTW
 2020-09-15 10:42 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch
` [PATCH v2 2/2] KVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite()

[PATCH v2] vfio iommu: Add dma available capability
 2020-09-15  9:44 UTC  (4+ messages)

[PATCH kvmtool] virtio: add support for vsock
 2020-09-15  9:44 UTC 

[kvm-unit-tests PATCH v2 0/2] Use same test names in the default and the TAP13 output format
 2020-09-15  9:38 UTC  (2+ messages)

[PATCH] SVM: nSVM: fix resource leak on error path
 2020-09-15  9:15 UTC  (3+ messages)

[PATCH] vfio: fix a missed vfio group put in vfio_pin_pages
 2020-09-15  9:06 UTC  (2+ messages)

[PATCH] vhost: reduce stack usage in log_used
 2020-09-15  7:53 UTC  (4+ messages)

[PATCH] vhost_vdpa: Fix duplicate included kernel.h
 2020-09-15  7:47 UTC  (2+ messages)

[PATCH] nSVM: Add a test for the P (present) bit in NPT entry
 2020-09-15  3:38 UTC  (6+ messages)

[PATCH 0/2] KVM: VMX: Clean up IRQ/NMI handling
 2020-09-15  2:42 UTC  (11+ messages)
` [PATCH 2/2] KVM: VMX: Invoke NMI handler via indirect call instead of INTn
  ` [PATCH 1/2] KVM: VMX: Move IRQ invocation to assembly subroutine

[PATCH] vfio/type1: fix dirty bitmap calculation in vfio_dma_rw
 2020-09-15  0:32 UTC 

[PATCH] KVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()
 2020-09-14 20:43 UTC  (2+ messages)

[REGRESSION] x86/entry: Tracer no longer has opportunity to change the syscall number at entry via orig_ax
 2020-09-14 20:04 UTC  (6+ messages)

[PATCH v6 00/12] SVM cleanup and INVPCID feature support
 2020-09-14 18:33 UTC  (7+ messages)
` [PATCH v6 04/12] KVM: SVM: Modify intercept_exceptions to generic intercepts

[PATCH -tip] KVM: SVM: nested: Initialize on-stack pointers in svm_set_nested_state()
 2020-09-14 12:42 UTC  (4+ messages)

[PATCH v9 14/18] nitro_enclaves: Add Kconfig for the Nitro Enclaves driver
 2020-09-14 17:23 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Add capability to zap only sptes for the affected memslot
 2020-09-14 16:49 UTC  (11+ messages)

[kvm-unit-tests GIT PULL 0/3] s390x skrf and ultravisor patches
 2020-09-14 16:24 UTC  (3+ messages)

[PATCH tip] KVM: nSVM: avoid freeing uninitialized pointers in svm_set_nested_state()
 2020-09-14 16:03 UTC  (4+ messages)

[PATCH RESEND 1/3] KVM: SVM: Get rid of handle_fastpath_set_msr_irqoff()
 2020-09-14 15:48 UTC  (4+ messages)
` [PATCH RESEND 3/3] KVM: SVM: Reenable handle_fastpath_set_msr_irqoff() after complete_interrupts()

mmotm 2020-09-13-21-39 uploaded (arch/x86/kernel/kvm.c)
 2020-09-14 15:03 UTC 

device compatibility interface for live migration with assigned devices
 2020-09-14 14:44 UTC  (14+ messages)

[PATCH AUTOSEL 5.8 28/29] KVM: Check the allocation of pv cpu mask
 2020-09-14 13:03 UTC  (2+ messages)
` [PATCH AUTOSEL 5.8 29/29] KVM: MIPS: Change the definition of kvm type

[PATCH AUTOSEL 5.4 22/22] KVM: MIPS: Change the definition of kvm type
 2020-09-14 13:04 UTC 

[PATCH AUTOSEL 4.19 19/19] KVM: MIPS: Change the definition of kvm type
 2020-09-14 13:05 UTC 

[PATCH AUTOSEL 4.14 15/15] KVM: MIPS: Change the definition of kvm type
 2020-09-14 13:05 UTC 

[RFC v3 0/2] add bus lock VM exit support
 2020-09-14  9:32 UTC  (4+ messages)
` [RFC v3 2/2] KVM: VMX: Enable bus lock VM exit

[PATCH] KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch
 2020-09-14  9:32 UTC  (3+ messages)

[PATCH 0/2] Fix the allocation of pv cpu mask
 2020-09-14  9:11 UTC  (3+ messages)
` [PATCH 1/2] KVM: Fix the build error
` [PATCH 2/2] KVM: Check if __pv_cpu_mask was allocated instead of assigning ops too late

[PATCH v1 0/3] s390x: css: adapting the I/O tests for PV
 2020-09-14  8:23 UTC  (4+ messages)
` [PATCH v1 2/3] s390: define UV compatible I/O allocation

[GIT PULL 0/1] KVM: s390: add documentation for KVM_CAP_S390_DIAG318 (5.9)
 2020-09-14  8:22 UTC  (2+ messages)
` [GIT PULL 1/1] docs: kvm: add documentation for KVM_CAP_S390_DIAG318

MSI/MSIX for VFIO platform
 2020-09-14  7:06 UTC  (3+ messages)

[PATCH 2/3] KVM: SVM: Move svm_complete_interrupts() into svm_vcpu_run()
 2020-09-14  6:56 UTC  (5+ messages)

[PATCH] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
 2020-09-14  6:12 UTC  (2+ messages)

[PATCH v4 0/5] iommu aux-domain APIs extensions
 2020-09-14  5:01 UTC  (7+ messages)
` [PATCH v4 2/5] iommu: Add iommu_at(de)tach_subdev_group()
` [PATCH v4 5/5] iommu/vt-d: Add is_aux_domain support

[PATCH v3 0/8] KVM: nSVM: ondemand nested state allocation + smm fixes
 2020-09-13 19:57 UTC  (4+ messages)
` [PATCH v3 8/8] KVM: nSVM: implement ondemand allocation of the nested state

[Bug 209253] New: Loss of connectivity on guest after important host <-> guest traffic
 2020-09-13 18:39 UTC 

[kvm:master 17/31] arch/x86/kernel/kvm.c:802:35: error: use of undeclared identifier 'kvm_send_ipi_mask_allbutself'
 2020-09-13 17:50 UTC 

[GIT PULL] KVM changes for Linux 5.9-rc5
 2020-09-13 15:53 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the kvm-fixes tree
 2020-09-13  8:37 UTC 

linux-next: Signed-off-by missing for commit in the kvm-fixes tree
 2020-09-13  8:35 UTC 

[PATCH 0/3] Few nSVM bugfixes
 2020-09-12 16:32 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).