kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-07 09:37:48 to 2020-07-09 06:27:27 UTC [more...]

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-07-09  6:26 UTC  (11+ messages)

[PATCH v4 0/5] Refactor handling flow of KVM_SET_CPUID*
 2020-07-09  4:34 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: x86: Introduce kvm_check_cpuid()
` [PATCH v4 2/5] KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()
` [PATCH v4 3/5] KVM: x86: Rename kvm_update_cpuid() to kvm_vcpu_after_set_cpuid()
` [PATCH v4 4/5] KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()
` [PATCH v4 5/5] KVM: x86: Move kvm_x86_ops.vcpu_after_set_cpuid() into kvm_vcpu_after_set_cpuid()

[PATCH v3 0/8] Refactor handling flow of KVM_SET_CPUID*
 2020-07-09  4:27 UTC  (20+ messages)
` [PATCH v3 1/8] KVM: X86: Reset vcpu->arch.cpuid_nent to 0 if SET_CPUID* fails
` [PATCH v3 2/8] KVM: X86: Go on updating other CPUID leaves when leaf 1 is absent
` [PATCH v3 3/8] KVM: X86: Introduce kvm_check_cpuid()
` [PATCH v3 4/8] KVM: X86: Split kvm_update_cpuid()
` [PATCH v3 5/8] KVM: X86: Rename cpuid_update() to update_vcpu_model()
` [PATCH v3 6/8] KVM: X86: Move kvm_x86_ops.update_vcpu_model() into kvm_update_vcpu_model()
` [PATCH v3 7/8] KVM: lapic: Use guest_cpuid_has() in kvm_apic_set_version()
` [PATCH v3 8/8] KVM: X86: Move kvm_apic_set_version() to kvm_update_vcpu_model()

[patch V2 0/7] x86/kvm: RCU/context tracking and instrumentation protections
 2020-07-09  4:13 UTC  (10+ messages)
` [patch V2 1/7] x86/kvm: Move context tracking where it belongs
` [patch V2 2/7] x86/kvm/vmx: Add hardirq tracing to guest enter/exit
` [patch V2 3/7] x86/kvm/svm: Add hardirq tracing on "
` [patch V2 4/7] x86/kvm/vmx: Move guest enter/exit into .noinstr.text
` [patch V2 5/7] x86/kvm/svm: "
` [patch V2 6/7] x86/kvm/svm: Use uninstrumented wrmsrl() to restore GS
` [patch V2 7/7] x86/kvm/vmx: Use native read/write_cr2()

[PATCH v2 0/2] VFIO mdev aggregated resources handling
 2020-07-09  2:53 UTC  (12+ messages)
` [PATCH v3 "

[PATCH v3 00/14] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-09  2:26 UTC  (11+ messages)
` [PATCH v3 06/14] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)

[PATCH v2 0/2] iommu_aux_at(de)tach_device() enhancement
 2020-07-09  0:37 UTC  (6+ messages)
` [PATCH v2 1/2] iommu: iommu_aux_at(de)tach_device() extension

[PATCH v4 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-09  0:25 UTC  (18+ messages)
` [PATCH v4 04/15] vfio/type1: Report iommu nesting info to userspace
` [PATCH v4 05/15] vfio: Add PASID allocation/free support
` [PATCH v4 06/15] iommu/vt-d: Support setting ioasid set to domain
` [PATCH v4 07/15] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)

[PATCH 0/3 v4] KVM: nSVM: Check MBZ bits in CR3 and CR4 on vmrun of nested guests
 2020-07-09  0:01 UTC  (11+ messages)
` [PATCH 1/3 v4] KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()
` [PATCH 2/3 v4] KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested guests
` [PATCH 3/3 v4] kvm-unit-tests: nSVM: Test "

[PATCH v4] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-07-08 19:49 UTC  (3+ messages)

[PATCH v5] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-07-08 19:47 UTC 

[PATCH v11 00/13] KVM: Dirty ring interface
 2020-07-08 19:34 UTC  (14+ messages)
` [PATCH v11 01/13] KVM: Cache as_id in kvm_memory_slot
` [PATCH v11 02/13] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v11 03/13] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v11 04/13] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v11 05/13] KVM: Make dirty ring exclusive to dirty bitmap log
` [PATCH v11 06/13] KVM: Don't allocate dirty bitmap if dirty ring is enabled
` [PATCH v11 07/13] KVM: selftests: Always clear dirty bitmap after iteration
` [PATCH v11 08/13] KVM: selftests: Sync uapi/linux/kvm.h to tools/
` [PATCH v11 09/13] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH v11 10/13] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH v11 11/13] KVM: selftests: Add dirty ring buffer test
` [PATCH v11 12/13] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH v11 13/13] KVM: selftests: Add "-c" parameter to dirty log test

[PATCH v3] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-07-08 19:32 UTC  (12+ messages)

[PATCH] KVM: x86: Make CR4.VMXE reserved for the guest
 2020-07-08 18:19 UTC  (2+ messages)

[PATCH 0/2] kvm: x86/cpu: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-07-08 17:26 UTC  (4+ messages)
` [PATCH 2/2] x86/cpu: Handle GUEST_MAXPHYADDR < HOST_MAXPHYADDR for hosts that don't support it

[kvm-unit-tests v3 PATCH] s390x/cpumodel: The missing DFP facility on TCG is expected
 2020-07-08 16:53 UTC  (3+ messages)

[PATCH v3 00/17] KVM: arm64: Preliminary NV patches
 2020-07-08 16:39 UTC  (16+ messages)
` [PATCH v3 07/17] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
` [PATCH v3 08/17] KVM: arm64: sve: Use __vcpu_sys_reg() "
` [PATCH v3 09/17] KVM: arm64: pauth: Use ctxt_sys_reg() "
` [PATCH v3 10/17] KVM: arm64: debug: Drop useless vpcu parameter
` [PATCH v3 16/17] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
` [PATCH v3 17/17] KVM: arm64: timers: Move timer registers to the sys_regs file

[PATCH RFC 0/4] Changes to Support *Virtual* CPU Hotplug for ARM64
 2020-07-08 16:11 UTC  (4+ messages)

[PATCH] KVM: x86/mmu: Add capability to zap only sptes for the affected memslot
 2020-07-08 16:08 UTC  (2+ messages)

[PATCH] KVM/x86: pmu: Fix #GP condition check for RDPMC emulation
 2020-07-08 15:54 UTC  (5+ messages)

[PATCH v2 0/3] KVM: nSVM: fix #TF from CR3 switch when entering guest
 2020-07-08 14:39 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()
` [PATCH v2 2/3] KVM: nSVM: properly call kvm_mmu_new_pgd() upon switching to guest
` [PATCH v2 3/3] KVM: x86: drop superfluous mmu_check_root() from fast_pgd_switch()

[PATCH v12 00/11] Guest Last Branch Recording Enabling
 2020-07-08 14:38 UTC  (10+ messages)
` [PATCH v12 06/11] KVM: vmx/pmu: Expose LBR to guest via MSR_IA32_PERF_CAPABILITIES
` [PATCH v12 07/11] KVM: vmx/pmu: Unmask LBR fields in the MSR_IA32_DEBUGCTLMSR emualtion

[PATCH] kvm: x86: limit the maximum number of vPMU fixed counters to 3
 2020-07-08 14:22 UTC  (5+ messages)

[PATCH] KVM: x86: take as_id into account when checking PGD
 2020-07-08 14:06 UTC  (2+ messages)

[PATCH v8 00/16] s390/vfio-ap: dynamic configuration support
 2020-07-08 14:04 UTC  (4+ messages)
` [PATCH v8 04/16] s390/zcrypt: driver callback to indicate resource in use

[PATCH v4 00/18] Add support for Nitro Enclaves
 2020-07-08 12:46 UTC  (10+ messages)
` [PATCH v4 09/18] nitro_enclaves: Add logic for enclave vcpu creation
` [PATCH v4 12/18] nitro_enclaves: Add logic for enclave start
` [PATCH v4 16/18] nitro_enclaves: Add sample for ioctl interface usage

[GIT PULL] KVM changes for Linux 5.8-rc5
 2020-07-08 12:36 UTC  (4+ messages)
` "KVM: s390: reduce number of IO pins to 1" for stable

[PATCH] kvm: x86: rewrite kvm_spec_ctrl_valid_bits
 2020-07-08 11:57 UTC  (12+ messages)
          ` [PATCH] kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host

[kvm-unit-tests v2 PATCH] s390x/cpumodel: The missing DFP facility on TCG is expected
 2020-07-08 11:18 UTC  (6+ messages)

[PATCH 0/2] KVM: fix set_memory_region_test on AMD
 2020-07-08 11:10 UTC  (6+ messages)
` [PATCH 1/2] KVM: SVM: avoid infinite loop on NPF from bad address

[PATCH kvm-unit-tests] svm: fix clobbers for svm_vmrun
 2020-07-08 10:35 UTC 

[PATCH] kvm: x86: Read PDPTEs on CR0.CD and CR0.NW changes
 2020-07-08  9:45 UTC  (2+ messages)

[PATCH v2 0/4] Expose new features for intel processor
 2020-07-08  8:33 UTC  (8+ messages)
` [PATCH v2 1/4] x86/cpufeatures: Add enumeration for SERIALIZE instruction
` [PATCH v2 2/4] x86/cpufeatures: Enumerate TSX suspend load address tracking instructions

[PATCH] MIPS: KVM: Convert a fallthrough comment to fallthrough
 2020-07-08  8:04 UTC  (2+ messages)

[PATCH v2] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-07-08  6:58 UTC  (2+ messages)

[PATCH 0/4] Paravirtualized Control Register pinning
 2020-07-07 21:51 UTC  (8+ messages)
` [PATCH 2/4] KVM: x86: Introduce paravirt feature CR0/CR4 pinning

[PATCH v10 00/14] KVM: Dirty ring interface
 2020-07-07 20:38 UTC  (10+ messages)
` [PATCH v10 02/14] KVM: Cache as_id in kvm_memory_slot

[RFC PATCH v2] kvm,x86: Exit to user space in case of page fault error
 2020-07-07 20:13 UTC 

[PATCH] KVM: arm64: Don't use has_vhe() for CHOOSE_HYP_SYM()
 2020-07-07 15:11 UTC 

read_tsc causing high cpu usage
 2020-07-07 14:22 UTC 

[PATCH v4 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-07 11:19 UTC  (14+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[kvm-unit-tests PATCH v10 0/9] s390x: Testing the Channel Subsystem I/O
 2020-07-07 11:14 UTC  (8+ messages)
` [kvm-unit-tests PATCH v10 9/9] s390x: css: ssch/tsch with sense and interrupt

[PATCH 0/3 v3] KVM: nSVM: Check MBZ bits in CR3 and CR4 on vmrun of nested guests
 2020-07-07 10:32 UTC  (5+ 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).