kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-24 16:34:47 to 2021-05-26 09:57:59 UTC [more...]

[PATCH Part1 RFC v2 00/20] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-05-26  9:57 UTC  (13+ messages)
` [PATCH Part1 RFC v2 11/20] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 RFC v2 12/20] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v2 13/20] x86/sev: "

[PATCH v2 0/5] KVM: x86: hyper-v: Conditionally allow SynIC with APICv/AVIC
 2021-05-26  9:57 UTC  (18+ messages)
` [PATCH v2 1/5] KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC check for AVIC
` [PATCH v2 2/5] KVM: VMX: Drop unneeded CONFIG_X86_LOCAL_APIC check from cpu_has_vmx_posted_intr()
` [PATCH v2 3/5] KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
` [PATCH v2 4/5] KVM: x86: Invert APICv/AVIC enablement check
` [PATCH v2 5/5] KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in use

[PATCH 1/3] vfio/platform: fix module_put call in error flow
 2021-05-26  9:34 UTC  (3+ messages)

[PATCH v2 0/5] KVM: arm64: selftests: Fix get-reg-list
 2021-05-26  9:32 UTC  (6+ messages)
` [PATCH v2 5/5] KVM: arm64: selftests: get-reg-list: Split base and pmu registers

[PATCH v3 0/4] Add support for XMM fast hypercalls
 2021-05-26  9:09 UTC  (6+ messages)
` [PATCH v3 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls

[PATCH v4 0/4] Add support for XMM fast hypercalls
 2021-05-26  9:03 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: x86: Move FPU register accessors into fpu.h
` [PATCH v4 2/4] KVM: hyper-v: Collect hypercall params into struct
` [PATCH v4 3/4] KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
` [PATCH v4 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls

[PATCH v19 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-05-26  8:50 UTC  (9+ messages)
` [PATCH v19 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64

[PATCH] x86/sev: Check whether SEV or SME is supported first
 2021-05-26  7:24 UTC 

[PATCH RFC 0/7] Introduce support for guest AMX feature
 2021-05-26  7:54 UTC  (16+ messages)
` [PATCH RFC 1/7] kvm: x86: Expose XFD CPUID to guest
` [PATCH RFC 2/7] kvm: x86: Introduce XFD MSRs as passthrough "
` [PATCH RFC 4/7] kvm: x86: Add new ioctls for XSAVE extension
` [PATCH RFC 5/7] kvm: x86: Revise CPUID.D.1.EBX for alignment rule
` [PATCH RFC 7/7] kvm: x86: AMX XCR0 support for guest

[RFC PATCH] kvm/x86: Keep root hpa in prev_roots as much as possible
 2021-05-25 21:39 UTC 

[PATCH 00/43] KVM: x86: vCPU RESET/INIT fixes and consolidation
 2021-05-26  7:04 UTC  (19+ messages)
` [PATCH 12/43] KVM: x86: Remove defunct BSP "update" in local APIC reset
` [PATCH 14/43] KVM: x86: Don't force set BSP bit when local APIC is managed by userspace
` [PATCH 15/43] KVM: x86: Set BSP bit in reset BSP vCPU's APIC base by default
` [PATCH 16/43] KVM: VMX: Stuff vcpu->arch.apic_base directly at vCPU RESET
` [PATCH 17/43] KVM: x86: Open code necessary bits of kvm_lapic_set_base() "
` [PATCH 18/43] KVM: x86: Consolidate APIC base RESET initialization code
` [PATCH 42/43] KVM: VMX: Drop VMWRITEs to zero fields at vCPU RESET

[PATCH] KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interception
 2021-05-26  6:38 UTC 

[PATCH] KVM: x86/mmu: Remove the repeated declaration
 2021-05-26  6:09 UTC  (3+ messages)

[PATCH v7 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-05-26  2:43 UTC  (11+ messages)
` [PATCH v7 01/12] iova: Export alloc_iova_fast()
    `  "
` [PATCH v7 05/12] virtio_scsi: Add validation for residual bytes from response
  ` Re: [PATCH v7 00/12] Introduce VDUSE - vDPA Device in Userspace

[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-05-26  1:42 UTC  (9+ messages)
` [PATCH v2 02/13] vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind

[PATCH v2 00/10] KVM: selftests: exercise userfaultfd minor faults
 2021-05-25 23:49 UTC  (3+ messages)
` [PATCH v2 08/10] KVM: selftests: create alias mappings when using shared memory

[PATCH v3 00/12] KVM: Implement nested TSC scaling
 2021-05-25 23:35 UTC  (34+ messages)
` [PATCH v3 01/12] math64.h: Add mul_s64_u64_shr()
` [PATCH v3 02/12] KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'
` [PATCH v3 03/12] KVM: X86: Rename kvm_compute_tsc_offset() to kvm_compute_tsc_offset_l1()
` [PATCH v3 04/12] KVM: X86: Add a ratio parameter to kvm_scale_tsc()
` [PATCH v3 06/12] KVM: X86: Add functions for retrieving L2 TSC fields from common code
` [PATCH v3 07/12] KVM: X86: Add functions that calculate L2's TSC offset and multiplier
` [PATCH v3 08/12] KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it
` [PATCH v3 09/12] KVM: VMX: Remove vmx->current_tsc_ratio and decache_tsc_multiplier()
` [PATCH v3 10/12] KVM: VMX: Set the TSC offset and multiplier on nested entry and exit
` [PATCH v3 12/12] KVM: selftests: x86: Add vmx_nested_tsc_scaling_test

[PATCH v3 0/8] KVM: Scalable memslots implementation
 2021-05-25 23:21 UTC  (3+ messages)
` [PATCH v3 6/8] KVM: Keep memslots in tree-based structures instead of array-based ones

[PATCH] KVM: x86/mmu: Remove stale comment mentioning skip_4k
 2021-05-25 22:34 UTC 

[PATCH v6 0/4] KVM statistics data fd-based binary interface
 2021-05-25 22:09 UTC  (11+ messages)
` [PATCH v6 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v6 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v6 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v6 4/4] KVM: selftests: Add selftest for KVM "

[patch 0/3] VMX: configure posted interrupt descriptor when assigning device (v5)
 2021-05-25 21:09 UTC  (10+ messages)
` [patch 1/3] KVM: x86: add start_assignment hook to kvm_x86_ops
` [patch 2/3] KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK
` [patch 3/3] KVM: VMX: update vcpu posted-interrupt descriptor when assigning device

[PATCH 00/12] KVM: nVMX: Fix vmcs02 PID use-after-free issue
 2021-05-25 20:35 UTC  (23+ messages)
` [PATCH 02/12] KVM: x86: Wake up a vCPU when kvm_check_nested_events fails
` [PATCH 05/12] KVM: x86: Add a return code to kvm_apic_accept_events
` [PATCH 07/12] KVM: nVMX: Disable vmcs02 posted interrupts if vmcs12 PID isn't mappable

[PATCH -next v2] samples: vfio-mdev: fix error handing in mdpy_fb_probe()
 2021-05-25 19:02 UTC  (3+ messages)

[kvm-unit-tests RFC PATCH] arm64: split pmu tests into tcg/kvm variants
 2021-05-25 17:42 UTC 

[kvm-unit-tests RFC 0/2] s390x: Add snippet support
 2021-05-25 17:37 UTC  (5+ messages)
` [kvm-unit-tests RFC 1/2] s390x: Add guest "
` [kvm-unit-tests RFC 2/2] s390x: mvpg: Add SIE mvpg test

[kvm-unit-tests PATCH v2 0/4] enable LPI and ITS for TCG
 2021-05-25 17:26 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/4] arm64: remove invalid check from its-trigger test
` [kvm-unit-tests PATCH v2 2/4] scripts/arch-run: don't use deprecated server/nowait options
` [kvm-unit-tests PATCH v2 3/4] arm64: enable its-migration tests for TCG
` [kvm-unit-tests PATCH v2 4/4] arm64: split its-migrate-unmapped-collection into KVM and TCG variants

[PATCH] Move VMEnter and VMExit tracepoints closer to the actual event
 2021-05-25 16:20 UTC  (4+ messages)

[PATCH v10 00/18] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-05-25 14:52 UTC  (9+ messages)
` [PATCH v10 04/18] af_vsock: implement SEQPACKET receive loop
` [PATCH v10 06/18] af_vsock: rest of SEQPACKET support

[patch 0/4] VMX: configure posted interrupt descriptor when assigning device (v3)
 2021-05-25 11:58 UTC  (5+ messages)
` [patch 4/4] KVM: VMX: update vcpu posted-interrupt descriptor when assigning device

Question regarding the TODO in virt/kvm/kvm_main.c:226
 2021-05-25 11:45 UTC 

[PATCH 0/2] Fix ptp_kvm_get_time_fn infinite loop and remove redundant EXPORT_SYMBOL_GPL
 2021-05-25  8:44 UTC  (3+ messages)
` [PATCH 1/2] ptp_kvm: fix an infinite loop in ptp_kvm_get_time_fn when vm has more than 64 vcpus
` [PATCH 2/2] pvclock: remove EXPORT_SYMBOL_GPL for pvclock_get_pvti_cpu0_va

[PATCH] selftests: kvm: make allocation of extra memory take effect
 2021-05-25  8:43 UTC  (4+ messages)
` [PATCH] selftests: kvm: Fix a potential elf loading issue

[PATCH v18 00/18] KVM RISC-V Support
 2021-05-25  8:24 UTC  (7+ messages)

[PATCH v2] KVM: x86: Assume a 64-bit hypercall for guests with protected state
 2021-05-25  6:25 UTC  (2+ messages)

[PATCH] KVM: Fix ERROR: modpost: .kvm_vcpu_can_poll undefined!
 2021-05-25  6:05 UTC  (2+ messages)

[PATCH v2] KVM: VMX: Enable Notify VM exit
 2021-05-25  5:12 UTC 

[PATCH v2 1/2] KVM: X86: Fix warning caused by stale emulation context
 2021-05-25  3:02 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: X86: Kill off ctxt->ud

[PATCH v2] nSVM: Test: Test VMRUN/VMEXIT's canonicalization of segement base addresses
 2021-05-25  1:12 UTC  (2+ messages)

[PATCH] KVM: X86: Fix warning caused by stale emulation context
 2021-05-25  1:17 UTC  (3+ messages)

[PATCH 1/2] KVM: Deliver VM fault signals to userspace
 2021-05-25  0:47 UTC  (2+ messages)

[PATCH] vhost: Remove the repeated declaration
 2021-05-25  0:02 UTC  (2+ messages)

[kvm PATCH v6 0/2] shrink vcpu_vmx down to order 2
 2021-05-25  0:00 UTC  (5+ messages)

[PATCH 3/6] vfio: remove the unused mdev iommu hook
 2021-05-25  0:00 UTC  (13+ messages)

linux-next: build failure after merge of the kvm-fixes tree
 2021-05-24 23:55 UTC  (2+ messages)

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-05-24 22:11 UTC  (17+ messages)
` [RFC PATCH v3 2/8] vfio/type1: Add a page fault handler
` [RFC PATCH v3 5/8] vfio/type1: VFIO_IOMMU_ENABLE_IOPF
` [RFC PATCH v3 8/8] vfio: Add nested IOPF support

linux-next: Fixes tag needs some work in the kvm-fixes tree
 2021-05-24 21:59 UTC 

[RFC] KVM: x86: Support KVM VMs sharing SEV context
 2021-05-24 21:29 UTC  (4+ messages)

[PATCH][next] vfio/iommu_type1: Use struct_size() for kzalloc()
 2021-05-24 19:59 UTC  (3+ messages)

[PATCH 0/6] Handle hypercall code overlay page in userspace
 2021-05-24 20:02 UTC  (7+ messages)
` [PATCH 1/6] hyper-v: Overlay abstraction for synic event and msg pages
` [PATCH 2/6] hyper-v: Use -1 as invalid overlay address
` [PATCH 3/6] kvm/i386: Stop using cpu->kvm_msr_buf in kvm_put_one_msr()
` [PATCH 4/6] kvm/i386: Avoid multiple calls to check_extension(KVM_CAP_HYPERV)
` [PATCH 5/6] kvm/i386: Add support for user space MSR filtering
` [PATCH 6/6] hyper-v: Handle hypercall code page as an overlay page

[PATCH] vfio/pci: zap_vma_ptes() needs MMU
 2021-05-24 19:46 UTC  (2+ messages)

[PATCH 1/1] vfio/pci: Fix error return code in vfio_ecap_init()
 2021-05-24 19:35 UTC  (2+ messages)

[PATCH v3 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-05-24 17:48 UTC  (10+ messages)
` [PATCH v3 4/9] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
` [PATCH v3 6/9] KVM: arm64: vgic: Implement SW-driven deactivation
` [PATCH v3 7/9] KVM: arm64: timer: Refactor IRQ configuration

[PATCH] KVM: SVM: Assume a 64-bit hypercall for guests with protected state
 2021-05-24 17:40 UTC  (9+ messages)

[PATCH 0/6] Don't use BIT() macro in UAPI headers
 2021-05-24 16:34 UTC  (4+ 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).