kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-10 11:41:15 to 2020-09-14 14:47:33 UTC [more...]

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

device compatibility interface for live migration with assigned devices
 2020-09-14 14:44 UTC  (20+ 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

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

[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 v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-09-14 13:47 UTC  (23+ messages)
` [PATCH v7 01/16] iommu: Report domain nesting info
` [PATCH v7 03/16] vfio/type1: Report iommu nesting info to userspace
` [PATCH v7 04/16] vfio: Add PASID allocation/free support
` [PATCH v7 07/16] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v7 10/16] vfio/type1: Support binding guest page tables to PASID
` [PATCH v7 13/16] vfio/pci: Expose PCIe PASID capability to guest

[PATCH tip] KVM: nSVM: avoid freeing uninitialized pointers in svm_set_nested_state()
 2020-09-14 13:37 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  (4+ 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

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

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

[PATCH] KVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()
 2020-09-14  6:55 UTC 

[PATCH v4 0/5] iommu aux-domain APIs extensions
 2020-09-14  5:01 UTC  (9+ messages)
` [PATCH v4 1/5] iommu: Add optional subdev in aux_at(de)tach ops
` [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] vhost: reduce stack usage in log_used
 2020-09-14  2:42 UTC  (2+ messages)

[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 

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

[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 v6 00/12] SVM cleanup and INVPCID feature support
 2020-09-12 17:08 UTC  (15+ messages)
` [PATCH v6 01/12] KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)
` [PATCH v6 02/12] KVM: SVM: Change intercept_cr to generic intercepts
` [PATCH v6 03/12] KVM: SVM: Change intercept_dr "
` [PATCH v6 04/12] KVM: SVM: Modify intercept_exceptions "
` [PATCH v6 05/12] KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors
` [PATCH v6 06/12] KVM: SVM: Add new intercept vector in vmcb_control_area
` [PATCH v6 07/12] KVM: nSVM: Cleanup nested_state data structure
` [PATCH v6 08/12] KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept
` [PATCH v6 09/12] KVM: SVM: Remove set_exception_intercept and clr_exception_intercept
` [PATCH v6 10/12] KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c
` [PATCH v6 11/12] KVM: X86: Move handling of INVPCID types to x86
` [PATCH v6 12/12] KVM:SVM: Enable INVPCID feature on AMD

[PATCH 0/3] Few nSVM bugfixes
 2020-09-12 16:32 UTC  (4+ messages)
` [PATCH 1/3] SVM: nSVM: correctly restore GIF on vmexit from nesting after migration

BUG: unable to handle kernel paging request in pvclock_gtod_notify
 2020-09-12 11:54 UTC 

[PATCH 0/4 v3] x86: AMD: Don't flush cache if hardware enforces cache coherency across encryption domains
 2020-09-12  6:54 UTC  (12+ messages)
` [PATCH 1/4 v3] x86: AMD: Replace numeric value for SME CPUID leaf with a #define
` [PATCH 2/4 v3] x86: AMD: Add hardware-enforced cache coherency as a CPUID feature
` [PATCH 3/4 v3] x86: AMD: Don't flush cache if hardware enforces cache coherency across encryption domnains
` [PATCH 4/4 v3] KVM: SVM: Don't flush cache if hardware enforces cache coherency across encryption domains

[PATCH v2 0/9] KVM: collect sporadic patches
 2020-09-12  6:47 UTC  (4+ messages)
` [PATCH v2 5/9] KVM: LAPIC: Narrow down the kick target vCPU

[PATCH 0/2] x86/kvm: fix interrupts based APF mechanism
 2020-09-12  6:22 UTC  (5+ messages)
` [PATCH 2/2] x86/kvm: don't forget to ACK async PF IRQ

[PATCH 1/2] KVM: LAPIC: Fix updating DFR missing apic map recalculation
 2020-09-12  6:21 UTC  (3+ messages)

[kvm-unit-tests PATCH v2] x86: vmx: Add test for MTF on a guest MOV-to-CR0 that enables PAE
 2020-09-12  6:20 UTC  (2+ messages)

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

[PATCH] vfio iommu: Add dma limit capability
 2020-09-11 18:09 UTC  (5+ messages)

[PATCH v5 0/4] Add a vhost RPMsg API
 2020-09-11 17:33 UTC  (15+ messages)
` [PATCH v5 1/4] vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
` [PATCH v5 3/4] rpmsg: update documentation
` [PATCH v5 4/4] vhost: add an RPMsg API

[PATCH] KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_EN
 2020-09-11 17:27 UTC  (4+ messages)

[patch] KVM: SVM: Periodically schedule when unregistering regions on destroy
 2020-09-11 17:24 UTC  (3+ messages)

[PATCH] kvm/eventfd:do wildcard calculation before list_for_each_entry_safe
 2020-09-11 17:23 UTC  (2+ messages)

[PATCH] KVM: MIPS: Change the definition of kvm type
 2020-09-11 17:22 UTC  (5+ messages)

[PATCH v8 00/18] Add support for Nitro Enclaves
 2020-09-11 16:17 UTC  (9+ messages)
` [PATCH v8 17/18] nitro_enclaves: Add overview documentation

[PATCH] kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed
 2020-09-11 17:16 UTC  (3+ messages)
` [PATCH V2] "

[PATCH 0/5] Fix nested VMX controls MSRs
 2020-09-11 17:11 UTC  (7+ messages)
` [PATCH 3/5] KVM: nVMX: Update VMX controls MSR according to guest CPUID after setting VMX MSRs

[PATCH] vfio: Fix typo of the device_state
 2020-09-11 17:05 UTC  (3+ messages)

[PATCH v2 0/3] KVM: x86: KVM_MEM_PCI_HOLE memory
 2020-09-11 17:00 UTC  (11+ messages)

[PATCH][next] KVM: SVM: nested: fix free of uninitialized pointers save and ctl
 2020-09-11 16:28 UTC  (3+ messages)

[Bug 209079] New: CPU 0/KVM: page allocation failure on 5.8 kernel
 2020-09-11 16:19 UTC  (5+ messages)
` [Bug 209079] "

[for-5.2 v4 00/10] Generalize memory encryption models
 2020-09-11 13:49 UTC  (12+ messages)
` [for-5.2 v4 09/10] host trust limitation: Alter virtio default properties for protected guests
` [for-5.2 v4 10/10] s390: Recognize host-trust-limitation option

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

[RESEND PATCH v2] KVM: fix memory leak in kvm_io_bus_unregister_dev()
 2020-09-11 16:02 UTC  (2+ messages)

[PATCH v2] KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected
 2020-09-11 15:51 UTC  (2+ messages)

[PATCH] KVM: Check the allocation of pv cpu mask
 2020-09-11 15:42 UTC  (2+ messages)

[PATCH v4 00/10] vfio/fsl-mc: VFIO support for FSL-MC device
 2020-09-11  9:15 UTC  (6+ messages)
` [PATCH v4 09/10] vfio/fsl-mc: Add read/write support for fsl-mc devices

[PATCH v3] KVM: arm64: Preserve PMCR immutable values across reset
 2020-09-11  8:06 UTC  (5+ messages)

[PATCH 0/6] misc: Some inclusive terminology changes
 2020-09-11  7:32 UTC  (16+ messages)
` [PATCH 1/6] hw/ssi/aspeed_smc: Rename max_slaves as max_devices
` [PATCH 2/6] hw/core/stream: Rename StreamSlave as StreamSink
` [PATCH 3/6] hw/dma/xilinx_axidma: "
` [PATCH 4/6] hw/net/xilinx_axienet: "
` [PATCH 5/6] hw/pci-host/q35: Rename PCI 'black hole as '(memory) hole'

[PATCH 0/3] add VFIO mdev support for DFL devices
 2020-09-11  6:32 UTC  (6+ messages)
` [PATCH 3/3] Documentation: fpga: dfl: Add description for VFIO Mdev support

[PATCH v7 00/72] x86: SEV-ES Guest Support
 2020-09-10 12:37 UTC  (7+ messages)
` [PATCH v7 71/72] x86/efi: Add GHCB mappings when SEV-ES is active

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2020-09-10 13:34 UTC  (14+ messages)
                ` [Intel-gfx] "

[PATCH 0/3 v2] KVM: SVM: Don't flush cache of encrypted pages if hardware enforces cache coherency
 2020-09-10 20:40 UTC  (8+ messages)
` [PATCH 2/3 v2] KVM: SVM: Add hardware-enforced cache coherency as a CPUID feature
` [PATCH 3/3 v2] KVM: SVM: Don't flush cache of encrypted pages if hardware enforces cache coherenc

[PATCH v5 0/3] vfio/pci: Restore MMIO access for s390 detached VFs
 2020-09-10 14:59 UTC  (4+ messages)
` [PATCH v5 1/3] PCI/IOV: Mark VFs as not implementing PCI_COMMAND_MEMORY
` [PATCH v5 2/3] s390/pci: Mark all "
` [PATCH v5 3/3] vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfn

[PATCH v2] KVM: arm64: Allow to limit number of PMU counters
 2020-09-10 17:41 UTC  (6+ messages)

[PATCH v2 v4.14.y 1/3] vfio/type1: Support faulting PFNMAP vmas
 2020-09-10 17:12 UTC  (3+ messages)
` [PATCH v2 v4.14.y 0/3] vfio: Fix for CVE-2020-12888

[Bug 209155] KVM Linux guest with more than 1 CPU panics after commit 404d5d7bff0d419fe11c7eaebca9ec8f25258f95 on old CPU (Phenom x4)
 2020-09-10 12:12 UTC 

[PATCH v7 0/3] Add a vhost RPMsg API
 2020-09-10 11:13 UTC  (2+ messages)
` [PATCH v7 1/3] vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl


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