kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-16 13:19:15 to 2021-04-20 08:41:47 UTC [more...]

[PATCH v5 00/16] KVM: x86/pmu: Add basic support to enable guest PEBS via DS
 2021-04-20  8:41 UTC  (7+ messages)
` [PATCH v5 06/16] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
` [PATCH v5 10/16] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled

[PATCH v13 00/12] Add AMD SEV guest live migration support
 2021-04-20  8:40 UTC  (9+ messages)
` [PATCH v13 04/12] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
` [PATCH v13 05/12] KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
` [PATCH v13 10/12] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR

[PATCH] KVM: selftests: Always run vCPU thread with blocked SIG_IPI
 2021-04-20  8:16 UTC 

[PATCH v3 0/2] KVM: selftests: fix races in dirty log test
 2021-04-20  8:14 UTC  (6+ messages)
` [PATCH v3 1/2] KVM: selftests: Sync data verify of dirty logging with guest sync
` [PATCH v3 2/2] KVM: selftests: Wait for vcpu thread before signal setup

[RFC PATCH v2 0/2] KVM: x86: Enable dirty logging lazily for huge pages
 2021-04-20  7:49 UTC  (4+ messages)
` [RFC PATCH v2 2/2] KVM: x86: Not wr-protect huge page with init_all_set dirty log

[PATCH] KVM: Boost vCPU candidiate in user mode which is delivering interrupt
 2021-04-20  7:22 UTC  (8+ messages)

[PATCH 1/2] kvm: x86: Allow userspace to handle emulation errors
 2021-04-20  7:21 UTC  (5+ messages)
` [PATCH 2/2] selftests: kvm: Allows "

Doubt regarding memory allocation in KVM
 2021-04-20  6:52 UTC  (2+ messages)

[PATCH V4 0/3] vDPA/ifcvf: enables Intel C5000X-PL virtio-blk
 2021-04-20  2:56 UTC  (5+ messages)
` [PATCH V4 1/3] vDPA/ifcvf: deduce VIRTIO device ID when probe
` [PATCH V4 2/3] vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPA
` [PATCH V4 3/3] vDPA/ifcvf: get_config_size should return dev specific config size

Intercepting RDTSC instruction by causing a VMEXIT
 2021-04-20  2:33 UTC  (3+ messages)

[PATCH v2 00/10] KVM: Consolidate and optimize MMU notifiers
 2021-04-20  1:17 UTC  (7+ messages)
` [PATCH v2 09/10] KVM: Don't take mmu_lock for range invalidation unless necessary

[RFCv2 00/13] TDX and guest memory unmapping
 2021-04-19 22:57 UTC  (29+ messages)
` [RFCv2 01/13] x86/mm: Move force_dma_unencrypted() to common code
` [RFCv2 02/13] x86/kvm: Introduce KVM memory protection feature
` [RFCv2 03/13] x86/kvm: Make DMA pages shared
` [RFCv2 04/13] x86/kvm: Use bounce buffers for KVM memory protection
` [RFCv2 05/13] x86/kvmclock: Share hvclock memory with the host
` [RFCv2 06/13] x86/realmode: Share trampoline area if KVM memory protection enabled
` [RFCv2 07/13] mm: Add hwpoison_entry_to_pfn() and hwpoison_entry_to_page()
` [RFCv2 08/13] mm/gup: Add FOLL_ALLOW_POISONED
` [RFCv2 09/13] shmem: Fail shmem_getpage_gfp() on poisoned pages
` [RFCv2 10/13] mm: Keep page reference for hwpoison entries
` [RFCv2 11/13] mm: Replace hwpoison entry with present PTE if page got unpoisoned
` [RFCv2 12/13] KVM: passdown struct kvm to hva_to_pfn_slow()
` [RFCv2 13/13] KVM: unmap guest memory using poisoned pages

[PATCH fixed] KVM: x86/mmu: Fast invalidation for TDP MMU
 2021-04-19 22:04 UTC 

[RFC Part2 PATCH 00/30] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-04-19 21:25 UTC  (10+ messages)
` [RFC Part2 PATCH 04/30] x86/mm: split the physmap when adding the page in RMP table

[kvm:queue 153/154] arch/x86/kvm/mmu/mmu.c:5443:39: error: 'struct kvm_arch' has no member named 'tdp_mmu_roots'
 2021-04-19 18:39 UTC  (3+ messages)

[PATCH 1/2] KVM: x86/mmu: Wrap kvm_mmu_zap_all_fast TDP MMU code in ifdefs
 2021-04-19 18:37 UTC  (2+ messages)
` [PATCH 2/2] KVM: x86/mmu: Fix typo in for_each_tdp_mmu_root

[PATCH 0/7 v7] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests
 2021-04-19 18:36 UTC  (9+ messages)
` [PATCH 2/7 v7] KVM: nSVM: Define an exit code to reflect consistency check failure
` [PATCH 3/7 v7] KVM: nSVM: No need to set bits 11:0 in MSRPM and IOPM bitmaps

[PATCH kvm-unit-tests 0/8] arm/arm64: Prepare for target-efi
 2021-04-19 18:13 UTC  (14+ messages)
` [PATCH kvm-unit-tests 5/8] arm/arm64: mmu: Remove memory layout assumptions
` [PATCH kvm-unit-tests 6/8] arm/arm64: setup: Consolidate "
` [PATCH kvm-unit-tests 8/8] arm/arm64: psci: don't assume method is hvc

[PATCH v5 00/11] KVM SGX virtualization support (KVM part)
 2021-04-19 17:14 UTC  (13+ messages)
` [PATCH v5 03/11] KVM: x86: Add support for reverse CPUID lookup of scattered features
` [PATCH v5 04/11] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
` [PATCH v5 08/11] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
` [PATCH v5 10/11] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC

[PATCH 0/2] gdbstub: implement support for blocking interrupts on single stepping
 2021-04-19 16:29 UTC  (5+ messages)
` [PATCH 1/2] kvm: update kernel headers for KVM_GUESTDBG_BLOCKEVENTS
` [PATCH 2/2] gdbstub: implement NOIRQ support for single step on KVM, when kvm's KVM_GUESTDBG_BLOCKIRQ debug flag is supported

[kvm:queue 149/154] arch/x86/kvm/mmu/tdp_mmu.c:141:5: error: implicit declaration of function 'lockdep_is_help'; did you mean 'lockdep_is_held'?
 2021-04-19 16:30 UTC  (2+ messages)

[PATCH 00/30] KVM: x86: hyper-v: Fine-grained access check to Hyper-V hypercalls and MSRs
 2021-04-19 16:01 UTC  (31+ messages)
` [PATCH 01/30] asm-generic/hyperv: add HV_STATUS_ACCESS_DENIED definition
` [PATCH 02/30] KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUID
` [PATCH 03/30] KVM: x86: hyper-v: Cache guest CPUID leaves determining features availability
` [PATCH 04/30] KVM: x86: hyper-v: Prepare to check access to Hyper-V MSRs
` [PATCH 05/30] KVM: x86: hyper-v: Honor HV_MSR_HYPERCALL_AVAILABLE privilege bit
` [PATCH 06/30] KVM: x86: hyper-v: Honor HV_MSR_VP_RUNTIME_AVAILABLE "
` [PATCH 07/30] KVM: x86: hyper-v: Honor HV_MSR_TIME_REF_COUNT_AVAILABLE "
` [PATCH 08/30] KVM: x86: hyper-v: Honor HV_MSR_VP_INDEX_AVAILABLE "
` [PATCH 09/30] KVM: x86: hyper-v: Honor HV_MSR_RESET_AVAILABLE "
` [PATCH 10/30] KVM: x86: hyper-v: Honor HV_MSR_REFERENCE_TSC_AVAILABLE "
` [PATCH 11/30] KVM: x86: hyper-v: Honor HV_MSR_SYNIC_AVAILABLE "
` [PATCH 12/30] KVM: x86: hyper-v: Honor HV_MSR_SYNTIMER_AVAILABLE "
` [PATCH 13/30] KVM: x86: hyper-v: Honor HV_MSR_APIC_ACCESS_AVAILABLE "
` [PATCH 14/30] KVM: x86: hyper-v: Honor HV_ACCESS_FREQUENCY_MSRS "
` [PATCH 15/30] KVM: x86: hyper-v: Honor HV_ACCESS_REENLIGHTENMENT "
` [PATCH 16/30] KVM: x86: hyper-v: Honor HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE "
` [PATCH 17/30] KVM: x86: hyper-v: Honor HV_FEATURE_DEBUG_MSRS_AVAILABLE "
` [PATCH 18/30] KVM: x86: hyper-v: Inverse the default in hv_check_msr_access()
` [PATCH 19/30] KVM: x86: hyper-v: Honor HV_STIMER_DIRECT_MODE_AVAILABLE privilege bit
` [PATCH 20/30] KVM: x86: hyper-v: Prepare to check access to Hyper-V hypercalls
` [PATCH 21/30] KVM: x86: hyper-v: Check access to HVCALL_NOTIFY_LONG_SPIN_WAIT hypercall
` [PATCH 22/30] KVM: x86: hyper-v: Honor HV_POST_MESSAGES privilege bit
` [PATCH 23/30] KVM: x86: hyper-v: Honor HV_SIGNAL_EVENTS "
` [PATCH 24/30] KVM: x86: hyper-v: Honor HV_DEBUGGING "
` [PATCH 25/30] KVM: x86: hyper-v: Honor HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED bit
` [PATCH 26/30] KVM: x86: hyper-v: Honor HV_X64_CLUSTER_IPI_RECOMMENDED bit
` [PATCH 27/30] KVM: x86: hyper-v: Honor HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED bit
` [PATCH 28/30] KVM: selftests: move Hyper-V MSR definitions to hyperv.h
` [PATCH 29/30] KVM: selftests: Move evmcs.h to x86_64/
` [PATCH 30/30] KVM: selftests: Introduce hyperv_features test

[PATCH kvm-unit-tests v2 0/4] x86: hyperv_stimer: test direct mode
 2021-04-19 15:41 UTC  (2+ messages)

[PATCH v2 0/4] KVM statistics data fd-based binary interface
 2021-04-19 13:26 UTC  (7+ messages)
` [PATCH v2 3/4] KVM: stats: Add documentation for statistics data "
` [PATCH v2 4/4] KVM: selftests: Add selftest for KVM "

[kvm-unit-tests PATCH 0/6] s390x: uv: Extend guest test and add host test
 2021-04-19 11:45 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/6] s390x: uv-guest: Add invalid share location test

[PATCH] KVM: selftests: Tweak time measurement flag in kvm_page_table_test
 2021-04-19 10:49 UTC 

[PATCH v6 00/10] KVM: selftests: some improvement and a new test for kvm page table
 2021-04-19  9:33 UTC  (8+ messages)
` [PATCH v6 03/10] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing

[PATCH v5 0/3] ppc: Enable 2nd DAWR support on Power10
 2021-04-19  4:53 UTC  (5+ messages)
` [PATCH v5 2/3] ppc: Rename current DAWR macros and variables
` [PATCH v5 3/3] ppc: Enable 2nd DAWR support on p10

[PATCH V3 0/3] vDPA/ifcvf: enables Intel C5000X-PL virtio-blk
 2021-04-19  3:17 UTC  (7+ messages)
` [PATCH V3 1/3] vDPA/ifcvf: deduce VIRTIO device ID when probe
` [PATCH V3 2/3] vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPA
` [PATCH V3 3/3] vDPA/ifcvf: get_config_size should return dev specific config size

[PATCH v2] tools: do not include scripts/Kbuild.include
 2021-04-17 14:57 UTC  (5+ messages)

[PATCH v2] kvm/selftests: Fix race condition with dirty_log_test
 2021-04-17 14:09 UTC  (3+ messages)

[PATCH v2] KVM: vmx: add mismatched size assertions in vmcs_check32()
 2021-04-17 13:17 UTC  (2+ messages)

[PATCH 0/3] KVM: Fixes and a cleanup for coalesced MMIO
 2021-04-17 13:11 UTC  (2+ messages)

[PATCH] doc/virt/kvm: move KVM_X86_SET_MSR_FILTER in section 8
 2021-04-17 12:52 UTC  (2+ messages)

[PATCH] KVM: x86: Remove unused function declaration
 2021-04-17 12:50 UTC  (2+ messages)

[PATCH 0/4] KVM: SVM: A fix and cleanups for vmcb tracking
 2021-04-17 12:50 UTC  (2+ messages)

[PATCH v2 0/8] ccp: KVM: SVM: Use stack for SEV command buffers
 2021-04-17 12:47 UTC  (13+ messages)
` [PATCH v2 5/8] crypto: ccp: Use the stack for small "
` [PATCH v2 7/8] crypto: ccp: Use the stack and common buffer for INIT command
` [PATCH v2 8/8] KVM: SVM: Allocate SEV command structures on local stack

[PATCH v2 1/3] x86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMP
 2021-04-17 12:34 UTC  (2+ messages)

[PATCH v19 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-04-17 10:24 UTC  (12+ messages)
` [PATCH v19 1/7] arm/arm64: Probe for the presence of KVM hypervisor
` [PATCH v19 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v19 6/7] KVM: arm64: Add support for the KVM PTP service
` [PATCH v19 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64

[GIT PULL 0/1] KVM: s390: Fix potential crash in preemptible kernels
 2021-04-17  7:28 UTC  (2+ messages)
` [GIT PULL 1/1] KVM: s390: fix guarded storage control register handling

[PATCH] KVM: nSVM: Cleanup in arch/x86/kvm/svm/nested.c
 2021-04-17  2:49 UTC  (2+ messages)

[PATCH v4 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-04-17  1:05 UTC  (5+ messages)
` [PATCH v4 2/2] "

[PATCH v2 0/7] Hyper-V nested virt enlightenments for SVM
 2021-04-16 17:26 UTC  (13+ messages)
` [PATCH v2 1/7] hyperv: Detect Nested virtualization support "
` [PATCH v2 3/7] KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx
` [PATCH v2 4/7] KVM: SVM: hyper-v: Nested enlightenments in VMCB
` [PATCH v2 5/7] KVM: SVM: hyper-v: Remote TLB flush for SVM

linux-next: Fixes tag needs some work in the kvm tree
 2021-04-16 15:02 UTC  (5+ messages)

[RFC PATCH v4 0/4] vfio-ccw: Fix interrupt handling for HALT/CLEAR
 2021-04-16 14:41 UTC  (7+ messages)
` [RFC PATCH v4 2/4] vfio-ccw: Check workqueue before doing START

[syzbot] possible deadlock in del_gendisk
 2021-04-16 13:48 UTC  (10+ messages)
          ` Bisections with different bug manifestations


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