KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-17 23:26:43 to 2024-05-22 03:25:18 UTC [more...]

[PATCH 0/5] Enforce CPU cache flush for non-coherent device assignment
 2024-05-22  3:24 UTC  (26+ messages)
` [PATCH 1/5] x86/pat: Let pat_pfn_immune_to_uc_mtrr() check MTRR for untracked PAT range
` [PATCH 3/5] x86/mm: Introduce and export interface arch_clean_nonsnoop_dma()
` [PATCH 4/5] vfio/type1: Flush CPU caches on DMA pages in non-coherent domains

[PATCH 5/5] iommufd: Flush CPU caches on DMA pages in non-coherent domains
 2024-05-22  3:17 UTC  (13+ messages)

[PATCH 02/16] KVM: x86/mmu: Introduce a slot flag to zap only slot leafs on slot deletion
 2024-05-22  2:31 UTC  (12+ messages)

[PATCH v2 0/6] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-05-22  2:28 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: Register cpuhp and syscore callbacks when enabling hardware
` [PATCH v2 2/6] KVM: Rename functions related to enabling virtualization hardware
` [PATCH v2 3/6] KVM: Add a module param to allow enabling virtualization when KVM is loaded
` [PATCH v2 4/6] KVM: Add arch hooks for enabling/disabling virtualization
` [PATCH v2 5/6] x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef
` [PATCH v2 6/6] KVM: x86: Register "emergency disable" callbacks when virt is enabled

[PATCH v3 0/2] LoongArch: Add steal time support
 2024-05-22  2:26 UTC  (4+ messages)
` [PATCH v3 1/2] LoongArch: KVM: Add steal time support in kvm side
` [PATCH v3 2/2] LoongArch: Add steal time support in guest side

[PATCH] KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked
 2024-05-22  2:14 UTC 

[PATCH v2 0/6] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
 2024-05-22  1:40 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: Add a flag to track if a loaded vCPU is scheduled out
` [PATCH v2 2/6] KVM: VMX: Move PLE grow/shrink helpers above vmx_vcpu_load()
` [PATCH v2 3/6] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
` [PATCH v2 4/6] KVM: Delete the now unused kvm_arch_sched_in()
` [PATCH v2 5/6] KVM: x86: Unconditionally set l1tf_flush_l1d during vCPU load
` [PATCH v2 6/6] KVM: x86: Drop now-superflous setting of l1tf_flush_l1d in vcpu_run()

[ANNOUNCE] PUCK Agenda - 2024.05.22 - CANCELED
 2024-05-22  1:36 UTC 

[PATCH] KVM: x86: Drop support for hand tuning APIC timer advancement from userspace
 2024-05-22  1:03 UTC 

[PATCH 0/9] KVM: x86: Fixes for KVM_INTEL_PROVE_VE
 2024-05-22  0:29 UTC  (22+ messages)
` [PATCH 1/9] KVM: x86/mmu: Use SHADOW_NONPRESENT_VALUE for atomic zap in TDP MMU
` [PATCH 2/9] KVM: nVMX: Initialize #VE info page for vmcs02 when proving #VE support
` [PATCH 3/9] KVM: nVMX: Always handle #VEs in L0 (never forward #VEs from L2 to L1)
` [PATCH 4/9] KVM: x86/mmu: Add sanity checks that KVM doesn't create EPT #VE SPTEs
` [PATCH 5/9] KVM: VMX: Dump VMCS on unexpected #VE
` [PATCH 6/9] KVM: x86/mmu: Print SPTEs "
` [PATCH 7/9] KVM: VMX: Don't kill the VM on an "
` [PATCH 8/9] KVM: VMX: Enumerate EPT Violation #VE support in /proc/cpuinfo
` [PATCH 9/9] KVM: x86: Disable KVM_INTEL_PROVE_VE by default

[RFC PATCH v3 00/21] Cleaning up the KVM clock mess
 2024-05-22  0:17 UTC  (22+ messages)
` [RFC PATCH v3 01/21] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
` [RFC PATCH v3 02/21] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [RFC PATCH v3 03/21] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [RFC PATCH v3 04/21] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [RFC PATCH v3 05/21] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [RFC PATCH v3 06/21] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [RFC PATCH v3 07/21] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [RFC PATCH v3 08/21] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [RFC PATCH v3 09/21] KVM: x86: Fix KVM clock precision in __get_kvmclock()
` [RFC PATCH v3 10/21] KVM: x86: Fix software TSC upscaling in kvm_update_guest_time()
` [RFC PATCH v3 11/21] KVM: x86: Simplify and comment kvm_get_time_scale()
` [RFC PATCH v3 12/21] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [RFC PATCH v3 13/21] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [RFC PATCH v3 14/21] KVM: x86: Kill cur_tsc_{nsec,offset,write} fields
` [RFC PATCH v3 15/21] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [RFC PATCH v3 16/21] KVM: x86: Factor out kvm_use_master_clock()
` [RFC PATCH v3 17/21] KVM: x86: Avoid global clock update on setting KVM clock MSR
` [RFC PATCH v3 18/21] KVM: x86: Avoid gratuitous global clock reload in kvm_arch_vcpu_load()
` [RFC PATCH v3 19/21] KVM: x86: Avoid periodic KVM clock updates in master clock mode
` [RFC PATCH v3 20/21] KVM: x86/xen: Prevent runstate times from becoming negative
` [RFC PATCH v3 21/21] sched/cputime: Cope with steal time going backwards or negative

access_tracking_perf_test kvm selftest doesn't work when Multi-Gen LRU is in use
 2024-05-21 23:29 UTC  (2+ messages)

[PATCH 0/4] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-05-21 23:16 UTC  (9+ messages)
` [PATCH 1/4] x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef

[PATCH v2] KVM: SEV-ES: Don't intercept MSR_IA32_DEBUGCTLMSR for SEV-ES guests
 2024-05-21 22:22 UTC  (11+ messages)

[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-21 21:49 UTC  (14+ messages)
` [PATCH v15 09/20] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v15 13/20] KVM: SEV: Implement gmem hook for initializing private pages

[PULL 17/19] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
 2024-05-21 21:00 UTC  (11+ messages)
` [PATCH] KVM: SEV: Fix guest memory leak when handling guest requests
  ` [PATCH v2] "

[PATCH v5 00/16] Add support for a few Zc* extensions, Zcmop and Zimop
 2024-05-21 19:49 UTC  (6+ messages)
` [PATCH v5 07/16] riscv: add ISA extensions validation callback
` [PATCH v5 08/16] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb

[PATCH] KVM: x86: Advertise AVX10.1 CPUID to userspace
 2024-05-21 19:41 UTC  (4+ messages)

[PATCH] KVM: x86: Drop unused check_apicv_inhibit_reasons() callback definition
 2024-05-21 16:57 UTC  (2+ messages)

[PULL 00/19] KVM: Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-21 16:55 UTC  (5+ messages)
` [PULL 13/19] KVM: SEV: Implement gmem hook for invalidating private pages

[PATCH v3 0/3] vfio/pci: Support 8-byte PCI loads and stores
 2024-05-21 16:43 UTC  (15+ messages)
` [PATCH v3 1/3] vfio/pci: Extract duplicated code into macro
` [PATCH v3 2/3] vfio/pci: Support 8-byte PCI loads and stores
` [PATCH v3 3/3] vfio/pci: Continue to refactor vfio_pci_core_do_io_rw

[PATCH 00/16] TDX MMU prep series part 1
 2024-05-21 16:15 UTC  (27+ messages)
` [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU

[PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
 2024-05-21 15:58 UTC  (8+ messages)
` [PATCH v2 09/14] arm64: Enable memory encrypt for Realms

[PATCH] KVM: LAPIC: Fix an inversion error when a negative value assigned to lapic_timer.timer_advance_ns
 2024-05-21 15:02 UTC  (4+ messages)

[PATCH 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
 2024-05-21 12:14 UTC  (4+ messages)
` [PATCH 1/3] s390/pci: Fix s390_mmio_read/write syscall page fault handling
` [PATCH 2/3] vfio/pci: Tolerate oversized BARs by disallowing mmap
` [PATCH 3/3] vfio/pci: Enable VFIO_PCI_MMAP for s390

How to implement message forwarding from one CID to another in vhost driver
 2024-05-21  5:50 UTC  (4+ messages)

[PATCH v2 0/5] Add support for the Idle HLT intercept feature
 2024-05-21  5:13 UTC  (4+ messages)
` [PATCH v2 4/5] KVM: selftests: Add an interface to read the data of named vcpu stat

[PATCH v7 00/10] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-05-20 23:16 UTC  (13+ messages)
` [PATCH v7 01/10] x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, etc.)
` [PATCH v7 02/10] x86/cpu: KVM: Move macro to encode PAT value to common header
` [PATCH v7 03/10] KVM: x86: Stuff vCPU's PAT with default value at RESET, not creation
` [PATCH v7 04/10] KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.h
` [PATCH v7 05/10] KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit value
` [PATCH v7 06/10] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_basic()
` [PATCH v7 07/10] KVM: nVMX: Add a helper to encode VMCS info in MSR_IA32_VMX_BASIC
` [PATCH v7 08/10] KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.h
` [PATCH v7 09/10] KVM: VMX: Open code VMX preemption timer rate mask in its accessor
` [PATCH v7 10/10] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_misc()

[GIT PULL] VFIO updates for v6.10-rc1
 2024-05-20 23:09 UTC  (5+ messages)

[PATCH v3 0/3] KVM: SVM: refine snp_safe_alloc_page() implementation
 2024-05-20 18:26 UTC  (7+ messages)
` [PATCH v3 1/3] KVM: SVM: remove useless input parameter in snp_safe_alloc_page
` [PATCH v3 2/3] KVM: SVM: not account memory allocation for per-CPU svm_data
` [PATCH v3 3/3] KVM: SVM: Consider NUMA affinity when allocating per-CPU save_area

[PATCH v9] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-05-20 17:57 UTC 

[PATCH v10 00/27] Enable CET Virtualization
 2024-05-20 17:15 UTC  (10+ messages)
` [PATCH v10 24/27] KVM: x86: Enable CET virtualization for VMX and advertise to userspace

[PATCH V6 0/4] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-05-20 16:52 UTC  (5+ messages)
` [PATCH V6 4/4] KVM: selftests: Add test for configure of x86 APIC bus frequency

[PATCH 1/2] KVM: fix documentation rendering for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
 2024-05-20 14:32 UTC  (2+ messages)
` [PATCH 2/2] KVM: fix spelling of KVM_RUN_X86_BUS_LOCK in docs

[PATCH] KVM: SEV: Fix unused variable in guest request handling
 2024-05-20 14:16 UTC  (5+ messages)
    `  "

[RESEND PATCH 0/3] XICS emulation optimizations in KVM for PPC
 2024-05-20  8:20 UTC  (4+ messages)
` [RESEND PATCH 1/3] arch/powerpc/kvm: Use bitmap to speed up resend of irqs in ICS
` [RESEND PATCH 2/3] arch/powerpc/kvm: Optimize the server number -> ICP lookup
` [RESEND PATCH 3/3] arch/powerpc/kvm: Reduce lock contention by moving spinlock from ics to irq_state

[PATCH] KVM: x86: Prevent L0 VMM from modifying L2 VM registers via ioctl
 2024-05-19  5:17 UTC  (5+ messages)

[PATCH 0/2] selftests: harness: refactor __constructor_order
 2024-05-18 17:18 UTC  (5+ messages)
` [PATCH 1/2] selftests: harness: remove unneeded __constructor_order_last()

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-18  1:25 UTC  (5+ messages)

[PATCH 04/16] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
 2024-05-18  0:25 UTC  (12+ messages)

[PATCH] selftests: drivers/s390x: Use SKIP() during FIXTURE_SETUP
 2024-05-18  0:18 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 read-only IMAP folder(s) and NNTP newsgroup(s).