kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-25 02:43:40 to 2021-01-26 17:09:17 UTC [more...]

[RFC PATCH v1 0/4] vfio: Add IOPF support for VFIO passthrough
 2021-01-25  9:04 UTC  (2+ messages)
` [RFC PATCH v1 3/4] vfio: Try to enable IOPF for VFIO devices

[PATCH] KVM: x86/mmu: improve robustness of some functions
 2021-01-25 16:54 UTC  (4+ messages)

[PATCH v3 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-01-25 12:53 UTC  (20+ messages)
` [PATCH v3 04/17] perf: x86/ds: Handle guest PEBS overflow PMI and inject it to guest

[PATCH v2 0/7] KVM: arm64: More PMU/debug ID register fixes
 2021-01-25 12:26 UTC  (5+ messages)
` [PATCH v2 1/7] KVM: arm64: Fix missing RES1 in emulation of DBGBIDR
` [PATCH v2 3/7] KVM: arm64: Add handling of AArch32 PCMEID{2,3} PMUv3 registers
` [PATCH v2 5/7] KVM: arm64: Limit the debug architecture to ARMv8.0
` [PATCH v2 6/7] KVM: arm64: Upgrade PMU support to ARMv8.4

[PATCH 0/4] vfio-pci/zdev: Fixing s390 vfio-pci ISM support
 2021-01-25 15:52 UTC  (6+ messages)
` [PATCH 4/4] vfio-pci/zdev: Introduce the zPCI I/O vfio region

[PATCH RFC v1 0/3] Introduce vfio-pci-core subsystem
 2021-01-26 13:27 UTC  (9+ messages)

[PATCH v3 0/4] Handle #GP for SVM execution instructions
 2021-01-26 15:39 UTC  (13+ messages)
` [PATCH v3 1/4] KVM: x86: Factor out x86 instruction emulation with decoding
` [PATCH v3 2/4] KVM: SVM: Add emulation support for #GP triggered by SVM instructions
` [PATCH v3 3/4] KVM: SVM: Add support for SVM instruction address check change
` [PATCH v3 4/4] KVM: SVM: Support #GP handling for the case of nested on nested

[RFC v3 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-01-26  8:19 UTC  (8+ messages)
` [RFC v3 07/11] vdpa: Pass the netlink attributes to ops.dev_add()
  ` [RFC v3 08/11] vduse: Introduce VDUSE - vDPA Device in Userspace
  ` [RFC v3 10/11] vduse: grab the module's references until there is no vduse device
  ` [RFC v3 11/11] vduse: Introduce a workqueue for irq injection

[PATCH v3 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-01-26  7:08 UTC  (3+ messages)

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-01-26 16:26 UTC  (36+ messages)
` [RFC PATCH v3 01/27] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [RFC PATCH v3 02/27] x86/cpufeatures: Make SGX_LC feature bit depend on SGX bit
` [RFC PATCH v3 03/27] x86/sgx: Remove a warn from sgx_free_epc_page()
` [RFC PATCH v3 04/27] x86/sgx: Wipe out EREMOVE "
` [RFC PATCH v3 05/27] x86/sgx: Add SGX_CHILD_PRESENT hardware error code
` [RFC PATCH v3 06/27] x86/sgx: Introduce virtual EPC for use by KVM guests
` [RFC PATCH v3 07/27] x86/cpu/intel: Allow SGX virtualization without Launch Control support
` [RFC PATCH v3 08/27] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [RFC PATCH v3 09/27] x86/sgx: Expose SGX architectural definitions to the kernel
` [RFC PATCH v3 10/27] x86/sgx: Move ENCLS leaf definitions to sgx_arch.h
` [RFC PATCH v3 11/27] x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)
` [RFC PATCH v3 12/27] x86/sgx: Add encls_faulted() helper
` [RFC PATCH v3 13/27] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
` [RFC PATCH v3 14/27] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [RFC PATCH v3 15/27] x86/sgx: Move provisioning device creation out of SGX driver
` [RFC PATCH v3 16/27] KVM: VMX: Convert vcpu_vmx.exit_reason to a union
` [RFC PATCH v3 17/27] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
` [RFC PATCH v3 18/27] KVM: x86: Define new #PF SGX error code bit
` [RFC PATCH v3 19/27] KVM: x86: Add support for reverse CPUID lookup of scattered features
` [RFC PATCH v3 20/27] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
` [RFC PATCH v3 21/27] KVM: VMX: Add basic handling of VM-Exit from SGX enclave
` [RFC PATCH v3 22/27] KVM: VMX: Frame in ENCLS handler for SGX virtualization
` [RFC PATCH v3 23/27] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
` [RFC PATCH v3 24/27] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
` [RFC PATCH v3 25/27] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
` [RFC PATCH v3 26/27] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
` [RFC PATCH v3 27/27] KVM: x86: Add capability to grant VM access to privileged SGX attribute

[PATCH v4 0/6] Qemu SEV-ES guest support
 2021-01-26 16:24 UTC  (5+ messages)
` [PATCH v4 4/6] sev/i386: Don't allow a system reset under an SEV-ES guest

[RFC PATCH 00/12] KVM: Support Intel KeyLocker
 2021-01-26  9:27 UTC  (15+ messages)
` [RFC PATCH 01/12] x86/keylocker: Move LOADIWKEY opcode definition from keylocker.c to keylocker.h
` [RFC PATCH 02/12] x86/cpufeature: Add CPUID.19H:{EBX,ECX} cpuid leaves
` [RFC PATCH 03/12] kvm/vmx: Introduce the new tertiary processor-based VM-execution controls
` [RFC PATCH 04/12] kvm/vmx: enable LOADIWKEY vm-exit support in "
` [RFC PATCH 05/12] kvm/vmx: Add KVM support on KeyLocker operations
` [RFC PATCH 06/12] kvm/cpuid: Enumerate KeyLocker feature in KVM
` [RFC PATCH 07/12] kvm/vmx/nested: Support new IA32_VMX_PROCBASED_CTLS3 vmx feature control MSR
` [RFC PATCH 08/12] kvm/vmx: Refactor vmx_compute_tertiary_exec_control()
` [RFC PATCH 09/12] kvm/vmx/vmcs12: Add Tertiary Exec-Control field in vmcs12
` [RFC PATCH 10/12] kvm/vmx/nested: Support tertiary VM-Exec control in vmcs02
` [RFC PATCH 11/12] kvm/vmx/nested: Support CR4.KL in nested
` [RFC PATCH 12/12] kvm/vmx/nested: Enable nested LOADIWKey VM-exit

Add vfio-platform support for ONESHOT irq forwarding?
 2021-01-26 16:19 UTC  (10+ messages)

[RESEND v13 00/10] KVM: x86/pmu: Guest Last Branch Recording Enabling
 2021-01-26  9:42 UTC  (9+ messages)
` [RESEND v13 03/10] KVM: x86/pmu: Use IA32_PERF_CAPABILITIES to adjust features visibility
` [RESEND v13 07/10] KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellation
` [RESEND v13 09/10] KVM: vmx/pmu: Expose LBR_FMT in the MSR_IA32_PERF_CAPABILITIES
` [RESEND v13 10/10] KVM: vmx/pmu: Release guest LBR event via lazy release mechanism

[PATCH 00/24] Allow parallel page faults with TDP MMU
 2021-01-26 14:38 UTC  (29+ messages)
` [PATCH 04/24] kvm: x86/mmu: change TDP MMU yield function returns to match cond_resched
` [PATCH 06/24] kvm: x86/mmu: Skip no-op changes in TDP MMU functions
` [PATCH 07/24] kvm: x86/mmu: Add comment on __tdp_mmu_set_spte
` [PATCH 08/24] kvm: x86/mmu: Add lockdep when setting a TDP MMU SPTE
` [PATCH 09/24] kvm: x86/mmu: Don't redundantly clear TDP MMU pt memory
` [PATCH 10/24] kvm: x86/mmu: Factor out handle disconnected pt
` [PATCH 15/24] kvm: mmu: Wrap mmu_lock cond_resched and needbreak
` [PATCH 16/24] kvm: mmu: Wrap mmu_lock assertions
` [PATCH 19/24] kvm: x86/mmu: Protect tdp_mmu_pages with a lock
` [PATCH 20/24] kvm: x86/mmu: Add atomic option for setting SPTEs
` [PATCH 24/24] kvm: x86/mmu: Allow parallel page faults for the TDP MMU

[RFC PATCH v1 0/5] Enable CPU TTRem feature for stage-2
 2021-01-26 14:18 UTC  (7+ messages)
` [RFC PATCH v1 1/5] arm64: cpufeature: Detect the ARMv8.4 TTRem feature
` [RFC PATCH v1 2/5] arm64: cpufeature: Add an API to get level of TTRem supported by hardware
` [RFC PATCH v1 3/5] KVM: arm64: Support usage of TTRem in guest stage-2 translation
` [RFC PATCH v1 4/5] KVM: arm64: Add handling of coalescing tables into a block mapping
` [RFC PATCH v1 5/5] KVM: arm64: Adapt page-table code to new handling of coalescing tables

[PATCH v2 00/15] KVM: x86: Conditional Hyper-V emulation enablement
 2021-01-26 13:48 UTC  (16+ messages)
` [PATCH v2 01/15] selftests: kvm: Move kvm_get_supported_hv_cpuid() to common code
` [PATCH v2 02/15] selftests: kvm: Properly set Hyper-V CPUIDs in evmcs_test
` [PATCH v2 03/15] KVM: x86: hyper-v: Drop unused kvm_hv_vapic_assist_page_enabled()
` [PATCH v2 04/15] KVM: x86: hyper-v: Rename vcpu_to_hv_vcpu() to to_hv_vcpu()
` [PATCH v2 05/15] KVM: x86: hyper-v: Rename vcpu_to_synic()/synic_to_vcpu()
` [PATCH v2 06/15] KVM: x86: hyper-v: Rename vcpu_to_stimer()/stimer_to_vcpu()
` [PATCH v2 07/15] KVM: x86: hyper-v: Rename vcpu_to_hv_syndbg() to to_hv_syndbg()
` [PATCH v2 08/15] KVM: x86: hyper-v: Introduce to_kvm_hv() helper
` [PATCH v2 09/15] KVM: x86: hyper-v: Stop shadowing global 'current_vcpu' variable
` [PATCH v2 10/15] KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcpu_hv'
` [PATCH v2 11/15] KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V context
` [PATCH v2 12/15] KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamically
` [PATCH v2 13/15] KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional
` [PATCH v2 14/15] KVM: x86: hyper-v: Allocate Hyper-V context lazily
` [PATCH v2 15/15] KVM: x86: hyper-v: Drop hv_vcpu_to_vcpu() helper

[PATCH] KVM: x86/MMU: Do not check unsync status for root SP
 2021-01-26 13:45 UTC  (2+ messages)

[RFC PATCH 0/7] kvm: arm64: Implement SW/HW combined dirty log
 2021-01-26 12:44 UTC  (8+ messages)
` [RFC PATCH 1/7] arm64: cpufeature: Add API to report system support of HWDBM
` [RFC PATCH 2/7] kvm: arm64: Use atomic operation when update PTE
` [RFC PATCH 3/7] kvm: arm64: Add level_apply parameter for stage2_attr_walker
` [RFC PATCH 4/7] kvm: arm64: Add some HW_DBM related pgtable interfaces
` [RFC PATCH 5/7] kvm: arm64: Add some HW_DBM related mmu interfaces
` [RFC PATCH 6/7] kvm: arm64: Only write protect selected PTE
` [RFC PATCH 7/7] kvm: arm64: Start up SW/HW combined dirty log

[DRAFT RFC] ioeventfd/ioregionfd support in vfio-user
 2021-01-26 11:01 UTC  (2+ messages)

[PATCH RFC v2 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-01-26 11:59 UTC  (9+ messages)
  ` [PATCH] perf/intel: Remove Perfmon-v4 counter_freezing support

[PATCH v5 0/6] Qemu SEV-ES guest support
 2021-01-26 11:29 UTC  (7+ messages)
` [PATCH v5 2/6] sev/i386: Require in-kernel irqchip support for SEV-ES guests
` [PATCH v5 3/6] sev/i386: Allow AP booting under SEV-ES
` [PATCH v5 4/6] sev/i386: Don't allow a system reset under an SEV-ES guest

[RFC PATCH v3 00/13] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-01-26 11:23 UTC  (10+ messages)
` [RFC PATCH v3 01/13] af_vsock: prepare for "
` [RFC PATCH v3 02/13] af_vsock: prepare 'vsock_connectible_recvmsg()'
` [RFC PATCH v3 04/13] af_vsock: implement send logic for SOCK_SEQPACKET
` [RFC PATCH v3 05/13] af_vsock: rest of SEQPACKET support
` [RFC PATCH v3 07/13] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v3 08/13] virtio/vsock: fetch length for SEQPACKET record
` [RFC PATCH v3 10/13] virtio/vsock: rest of SOCK_SEQPACKET support
` [RFC PATCH v3 13/13] vsock_test: add SOCK_SEQPACKET tests

[PATCH v3 0/3] Some optimization for stage-2 translation
 2021-01-25 16:33 UTC  (2+ messages)

[PATCH 0/2] Performance improvement about cache flush
 2021-01-25 14:10 UTC  (2+ messages)
` [PATCH 1/2] KVM: arm64: Distinguish cases of allocating memcache more precisely

[PATCH v2] KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX
 2021-01-26  0:43 UTC 

[PATCH v2 0/4] Handle #GP for SVM execution instructions
 2021-01-25 13:22 UTC  (7+ messages)
` [PATCH v2 2/4] KVM: SVM: Add emulation support for #GP triggered by SVM instructions

[PATCH 0/2] VMX: few tracing improvements
 2021-01-25 21:01 UTC  (5+ messages)
` [PATCH 2/2] KVM: nVMX: trace nested vm entry
    ` Thoughts on sharing KVM tracepoints [was:Re: [PATCH 2/2] KVM: nVMX: trace nested vm entry]

[PATCH v2] KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
 2021-01-26  1:28 UTC  (2+ messages)

[PATCH] KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX
 2021-01-25 21:59 UTC  (5+ messages)

[PATCH RESEND] kvm: paging_tmpl.h: delete duplicated word
 2021-01-25 20:34 UTC 

[PATCH RESEND] kvm: mmu.h: delete duplicated word
 2021-01-25 20:34 UTC 

[PATCH] vfio/pci: Fix handling of pci use accessor return codes
 2021-01-25 20:06 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: consider the hva in mmu_notifer retry
 2021-01-25 18:35 UTC  (2+ messages)

[PATCH] swiotlb: Validate bounce size in the sync/unmap path
 2021-01-25 18:33 UTC  (4+ messages)

[PATCH v5 0/4] Add bus lock VM exit support
 2021-01-25 18:00 UTC  (2+ messages)

[PATCH v2] KVM/SVM: add support for SEV attestation command
 2021-01-25 17:40 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Minor steal time cleanups
 2021-01-25 17:23 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 00/12] GIC fixes and improvements
 2021-01-25 17:27 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 08/12] arm/arm64: gic: Split check_acked() into two functions
` [kvm-unit-tests PATCH v2 10/12] arm64: gic: its-trigger: Don't trigger the LPI while it is pending
` [kvm-unit-tests PATCH v2 11/12] lib: arm64: gic-v3-its: Add wmb() barrier before INT command

[PATCH] KVM: x86/mmu: Use boolean returns for (S)PTE accessors
 2021-01-25 17:24 UTC  (2+ messages)

[PATCH 0/3] KVM: x86: Revert dirty tracking for GPRs
 2021-01-25 17:22 UTC  (2+ messages)

3 preempted variables in kvm
 2021-01-25  5:49 UTC  (3+ messages)

[PATCH] KVM: X86: use vzalloc() instead of vmalloc/memset
 2021-01-25  3:57 UTC 

[PATCH 00/21] Control VQ support in vDPA
 2021-01-25  3:16 UTC  (6+ messages)
` [PATCH 21/21] vdpasim: control virtqueue support

[PATCH v2 1/1] vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delay
 2021-01-25  3:12 UTC  (2+ messages)

[PATCH] vfio/iommu_type1: Mantainance a counter for non_pinned_groups
 2021-01-25  2:46 UTC 


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