kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-26 13:56:03 to 2021-01-27 12:51:35 UTC [more...]

[RFC PATCH v3 08/27] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
 2021-01-26 23:25 UTC  (3+ messages)

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-01-27  2:02 UTC  (48+ 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 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 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 27/27] KVM: x86: Add capability to grant VM access to privileged SGX attribute

[PATCH v3 0/5] amba: minor fix and various cleanups
 2021-01-27 12:03 UTC  (10+ messages)
` [PATCH v3 4/5] amba: Make the remove callback return void

[PATCH 00/24] Allow parallel page faults with TDP MMU
 2021-01-27 12:40 UTC  (36+ messages)
` [PATCH 04/24] kvm: x86/mmu: change TDP MMU yield function returns to match cond_resched
` [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 12/24] kvm: x86/kvm: RCU dereference tdp mmu page table links
` [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 0/7] KVM: PKS Virtualization support
 2021-01-27  8:37 UTC  (17+ messages)
` [RFC 2/7] KVM: VMX: Expose IA32_PKRS MSR
` [RFC 4/7] KVM: MMU: Refactor pkr_mask to cache condition
` [RFC 5/7] KVM: MMU: Add support for PKS emulation
` [RFC 6/7] KVM: X86: Expose PKS to guest and userspace

[Patch v4 1/2] cgroup: svm: Add Encryption ID controller
 2021-01-27  1:11 UTC  (13+ messages)

[PATCH v2 0/9] Alpine Linux build fix and CI pipeline
 2021-01-27  9:58 UTC  (6+ messages)
` [PATCH v2 8/9] tests/docker: Add dockerfile for Alpine Linux

[PATCH v4 0/2] System Generation ID driver and VMGENID backend
 2021-01-27 12:47 UTC  (4+ messages)

[kvm-unit-tests PATCH v5 0/3] s390x: css: pv: css test adaptation for PV
 2021-01-27 12:40 UTC  (6+ messages)
` [kvm-unit-tests PATCH v5 2/3] s390x: define UV compatible I/O allocation

[RESEND PATCH 2/2] KVM: X86: Expose bus lock debug exception to guest
 2021-01-27 12:31 UTC  (5+ messages)

[PATCH v2 0/7] KVM: arm64: More PMU/debug ID register fixes
 2021-01-27 12:18 UTC  (8+ messages)
` [PATCH v2 2/7] KVM: arm64: Fix AArch32 PMUv3 capping
` [PATCH v2 4/7] KVM: arm64: Refactor filtering of ID registers
` [PATCH v2 5/7] KVM: arm64: Limit the debug architecture to ARMv8.0
` [PATCH v2 7/7] KVM: arm64: Use symbolic names for the PMU versions

[PATCH v3 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
 2021-01-27 12:13 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: arm64: GICv4.1: Add function to get VLPI state
` [PATCH v3 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
` [PATCH v3 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side
` [PATCH v3 4/4] KVM: arm64: GICv4.1: Give a chance to save VLPI's pending state

[PATCH 0/2] VMX: few tracing improvements
 2021-01-27 10:35 UTC  (6+ 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] KVM: x86/mmu: Add '__func__' in rmap_printk()
 2021-01-27 10:54 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 5.11-rc6
 2021-01-27 10:22 UTC 

[RESEND PATCH 0/2] Add KVM support for bus lock debug exception
 2021-01-27 10:04 UTC  (6+ messages)
` [RESEND PATCH 1/2] KVM: X86: Add support for the emulation of DR6_BUS_LOCK bit

[RFC v3 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-01-27  9:27 UTC  (34+ messages)
` [RFC v3 01/11] eventfd: track eventfd_signal() recursion depth separately in different cases
    `  "
` [RFC v3 03/11] vdpa: Remove the restriction that only supports virtio-net devices
    `  "
` [RFC v3 05/11] vdpa: shared virtual addressing support
    `  "
` [RFC v3 06/11] vhost-vdpa: Add an opaque pointer for vhost IOTLB
    `  "
` [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 kvm-unit-tests] x86: use -cpu max instead of -cpu host
 2021-01-27  9:52 UTC 

[RESEND v13 00/10] KVM: x86/pmu: Guest Last Branch Recording Enabling
 2021-01-27  9:49 UTC  (15+ messages)
` [RESEND v13 01/10] KVM: x86: Move common set/get handler of MSR_IA32_DEBUGCTLMSR to VMX
` [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

[RFC v3 0/7] KVM: PKS Virtualization support
 2021-01-27  9:46 UTC  (6+ messages)
` [kvm-unit-tests PATCH] x86: Add tests for PKS

[PATCH v3 06/21] x86/fpu/xstate: Calculate and remember dynamic xstate buffer sizes
 2021-01-27  9:38 UTC  (4+ messages)

[PATCH] Fix unsynchronized access to sev members through svm_register_enc_region
 2021-01-26 23:10 UTC  (3+ messages)

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

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

[PATCH] KVM: x86/mmu: consider the hva in mmu_notifer retry
 2021-01-27  0:04 UTC  (4+ messages)

[PATCH v2] KVM: x86/mmu: consider the hva in mmu_notifier retry
 2021-01-27  2:45 UTC 

[PATCH v3 0/2] x86: Add the feature Virtual SPEC_CTRL
 2021-01-27  0:13 UTC  (7+ messages)
` [PATCH v3 2/2] KVM: SVM: Add support for "

[PATCH RESEND v2] include/linux: remove repeated words
 2021-01-26 23:24 UTC 

[PATCH] KVM: update depracated jump label API
 2021-01-26 18:51 UTC  (4+ messages)

[PATCH v6 0/6] Qemu SEV-ES guest support
 2021-01-26 17:36 UTC  (5+ messages)
` [PATCH v6 2/6] sev/i386: Require in-kernel irqchip support for SEV-ES guests
` [PATCH v6 3/6] sev/i386: Allow AP booting under SEV-ES
` [PATCH v6 5/6] kvm/i386: Use a per-VM check for SMM capability
` [PATCH v6 6/6] sev/i386: Enable an SEV-ES guest based on SEV policy

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

[PATCH v2 0/3] Use static_call for kvm_x86_ops
 2021-01-26 16:47 UTC  (2+ messages)

[RFC PATCH v1 0/4] vfio: Add IOPF support for VFIO passthrough
 2021-01-25  9:04 UTC  (4+ messages)
` [RFC PATCH v1 1/4] vfio/type1: Add a bitmap to track IOPF mapped pages
` [RFC PATCH v1 2/4] vfio: Add a page fault handler
` [RFC PATCH v1 4/4] vfio: Allow to pin and map dynamically

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

3 preempted variables in kvm
 2021-01-25  8:46 UTC  (4+ messages)

[PATCH v3 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-01-25 12:07 UTC  (10+ messages)

[RFC PATCH] kvm: arm64: Try stage2 block mapping for host device MMIO
 2021-01-25 11:31 UTC  (4+ messages)

[RFC PATCH v3 00/13] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-01-25 13:32 UTC  (7+ messages)
` [RFC PATCH v3 03/13] af_vsock: implement SEQPACKET rx loop
` [RFC PATCH v3 06/13] af_vsock: update comments for stream sockets
` [RFC PATCH v3 09/13] virtio/vsock: add SEQPACKET receive logic
` [RFC PATCH v3 11/13] virtio/vsock: setup SEQPACKET ops for transport
` [RFC PATCH v3 12/13] vhost/vsock: "

[PATCH 0/2] Performance improvement about cache flush
 2021-01-25 14:10 UTC  (2+ messages)
` [PATCH 2/2] KVM: arm64: Skip the cache flush when coalescing tables into a block

[PATCH 0/3] KVM: x86: Revert dirty tracking for GPRs
 2021-01-25 15:05 UTC  (3+ messages)
` [PATCH 1/3] KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guest

[PATCH v5 0/6] Qemu SEV-ES guest support
 2021-01-25 18:34 UTC  (3+ messages)
` [PATCH v5 1/6] sev/i386: Add initial support for SEV-ES

[PATCH v3] vhost_vdpa: fix the problem in vhost_vdpa_set_config_call
 2021-01-26  8:28 UTC  (2+ messages)

[PATCH v3 0/4] Handle #GP for SVM execution instructions
 2021-01-26 15:39 UTC  (7+ messages)
` [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 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-01-26  7:08 UTC  (3+ messages)

[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  (4+ messages)
` [RFC PATCH 03/12] kvm/vmx: Introduce the new tertiary processor-based VM-execution controls

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

[RFC PATCH v1 0/5] Enable CPU TTRem feature for stage-2
 2021-01-26 14:18 UTC  (2+ messages)

[PATCH v2 00/15] KVM: x86: Conditional Hyper-V emulation enablement
 2021-01-26 13:48 UTC  (5+ 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 08/15] KVM: x86: hyper-v: Introduce to_kvm_hv() helper
` [PATCH v2 12/15] KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamically


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