kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-18 00:03:14 to 2024-12-20 15:22:57 UTC [more...]

[PATCH 0/7] KVM: TDX: TD vcpu enter/exit
 2024-12-20 15:22 UTC  (6+ messages)
` [PATCH 4/7] KVM: TDX: restore host xsave state when exit from the guest TD

[kvm-unit-tests PATCH v3 0/3] s390x: pv: Add test for large host pages backing
 2024-12-20 15:22 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/3] lib: s390: add ptlb wrapper
` [kvm-unit-tests PATCH v3 2/3] lib: s390x: add function to test available UV features
` [kvm-unit-tests PATCH v3 3/3] s390x: pv: Add test for large host pages backing

[PATCH] kvm_config: add CONFIG_VIRTIO_FS
 2024-12-20 14:07 UTC 

[PATCH 2/3] vfio/pci: refactor vfio_pci_bar_rw
 2024-12-20 12:36 UTC  (2+ messages)

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2024-12-20 11:31 UTC  (2+ messages)

[PATCH v8 0/2] ppc: Enable 2nd DAWR support on Power10
 2024-12-20 10:08 UTC  (6+ messages)
` [PATCH v8 1/2] ppc: Enable 2nd DAWR support on Power10 PowerNV machine
` [PATCH v8 2/2] ppc: spapr: Enable 2nd DAWR on Power10 pSeries machine

[PATCH v5 00/18] TDX MMU prep series part 1
 2024-12-20  9:32 UTC  (5+ messages)
` [PATCH 17/18] KVM: x86/tdp_mmu: Don't zap valid mirror roots in kvm_tdp_mmu_zap_all()

[PATCH 0/2] KVM: Do not reset dirty GFNs in a memslot not enabling dirty tracking
 2024-12-20  8:23 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: selftests: TDX: Test dirty ring on a gmemfd slot

[PATCH v2 0/9] Move initializing SEV/SNP functionality to KVM
 2024-12-20  8:49 UTC  (11+ messages)

[PATCH] KVM: x86/mmu: Treat TDP MMU faults as spurious if access is already allowed
 2024-12-20  3:17 UTC  (4+ messages)

kvm-coco-queue regression test report
 2024-12-20  3:04 UTC 

(Proposal) New TDX Global Metadata To Report FIXED0 and FIXED1 CPUID Bits
 2024-12-20  2:40 UTC  (11+ messages)

[GIT PULL] KVM: x86: Fixes for 6.13-rcN
 2024-12-20  2:00 UTC 

[PATCH 0/8] KVM: selftests: Binary stats fixes and infra updates
 2024-12-20  1:39 UTC  (9+ messages)
` [PATCH 1/8] KVM: selftests: Fix mostly theoretical leak of VM's binary stats FD
` [PATCH 2/8] KVM: selftests: Close VM's binary stats FD when releasing VM
` [PATCH 3/8] KVM: selftests: Assert that __vm_get_stat() actually finds a stat
` [PATCH 4/8] KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name string
` [PATCH 5/8] KVM: selftests: Add struct and helpers to wrap binary stats cache
` [PATCH 6/8] KVM: selftests: Get VM's binary stats FD when opening VM
` [PATCH 7/8] KVM: selftests: Add infrastructure for getting vCPU binary stats
` [PATCH 8/8] KVM: selftests: Add compile-time assertions to guard against stats typos

[PATCH] KVM: selftests: Add helpers for locally (un)blocking IRQs on x86
 2024-12-20  1:26 UTC 

[PATCH v4 0/4] Add support for the Idle HLT intercept feature
 2024-12-20  1:24 UTC  (5+ messages)
` [PATCH v4 3/4] KVM: nSVM: implement the nested idle halt intercept
` [PATCH v4 4/4] KVM: selftests: KVM: SVM: Add Idle HLT intercept test

[PATCH v1 0/4] KVM selftests enhancements
 2024-12-20  0:52 UTC  (8+ messages)
` [PATCH v1 1/4] KVM: selftests: Add safe_halt() and cli() helpers to common code
` [PATCH v1 2/4] KVM: selftests: Add an interface to read the data of named vcpu stat
` [PATCH v1 4/4] KVM: selftests: Replace previously used vm_get_stat() to macro

[PATCH] KVM: x86: switch hugepage recovery thread to vhost_task
 2024-12-19 23:31 UTC  (8+ messages)

[PATCH v3 0/7] Enhance event delivery error handling
 2024-12-19 23:19 UTC  (16+ messages)
` [PATCH v3 2/7] KVM: x86: Add emulation status for unhandleable vectoring
` [PATCH v3 4/7] KVM: VMX: Handle vectoring error in check_emulate_instruction
` [PATCH v3 5/7] KVM: SVM: "
` [PATCH v3 6/7] selftests: KVM: extract lidt into helper function
` [PATCH v3 7/7] selftests: KVM: Add test case for MMIO during vectoring

[PATCH v2 0/2] KVM: x86: read the PML log in the same order it was written
 2024-12-19 22:10 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: VMX: refactor PML terminology
` [PATCH v2 2/2] KVM: VMX: read the PML log in the same order as it was written

[PATCH v5 0/3] KVM: x86: tracepoint updates
 2024-12-19 18:02 UTC  (9+ messages)
` [PATCH v5 1/3] KVM: x86: add more information to the kvm_entry tracepoint
` [PATCH v5 3/3] KVM: x86: add new nested vmexit tracepoints
  ` [PATCH v5 3/3] KVM: x86: add new nested vmexit tracepointsg

[PATCH 00/20] KVM: selftests: Fixes and cleanups for dirty_log_test
 2024-12-19 15:59 UTC  (31+ messages)
` [PATCH 02/20] KVM: selftests: Sync dirty_log_test iteration to guest *before* resuming
` [PATCH 04/20] KVM: selftests: Drop stale srandom() initialization from dirty_log_test
` [PATCH 05/20] KVM: selftests: Precisely track number of dirty/clear pages for each iteration
` [PATCH 07/20] KVM: selftests: Continuously reap dirty ring while vCPU is running
` [PATCH 09/20] KVM: selftests: Honor "stop" request in dirty ring test
` [PATCH 10/20] KVM: selftests: Keep dirty_log_test vCPU in guest until it needs to stop
` [PATCH 14/20] KVM: selftests: Collect *all* dirty entries in each dirty_log_test iteration
` [PATCH 19/20] KVM: selftests: Fix an off-by-one in the number of dirty_log_test iterations
` [PATCH 20/20] KVM: selftests: Allow running a single iteration of dirty_log_test

[PATCH v2 0/6] selftests: kvm: s390: Reject invalid ioctls on ucontrol VMs
 2024-12-19 15:54 UTC  (16+ messages)
` [PATCH v2 1/6] kvm: s390: Reject setting flic pfault attributes "
` [PATCH v2 2/6] selftests: kvm: s390: Add ucontrol flic attr selftests
` [PATCH v2 3/6] kvm: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMs
` [PATCH v2 4/6] selftests: kvm: s390: Add ucontrol gis routing test
` [PATCH v2 5/6] selftests: kvm: s390: Streamline uc_skey test to issue iske after sske
` [PATCH v2 6/6] selftests: kvm: s390: Add has device attr check to uc_attr_mem_limit selftest

[PATCH] KVM: SVM: Allow guest writes to set MSR_AMD64_DE_CFG bits
 2024-12-19 15:20 UTC  (4+ messages)

[PATCH v4 00/16] KVM: selftests: "tree" wide overhauls
 2024-12-19 15:14 UTC  (6+ messages)

[PATCH 0/6] KVM: Fix bugs in vCPUs xarray usage
 2024-12-19 14:18 UTC  (3+ messages)

[PATCH v6 0/5] vfio-pci support pasid attach/detach
 2024-12-19 13:35 UTC  (6+ messages)
` [PATCH v6 1/5] ida: Add ida_find_first_range()
` [PATCH v6 2/5] vfio-iommufd: Support pasid [at|de]tach for physical VFIO devices
` [PATCH v6 3/5] vfio: VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT support pasid
` [PATCH v6 4/5] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability
` [PATCH v6 5/5] iommufd/selftest: Add coverage for reporting max_pasid_log2 via IOMMU_HW_INFO

[syzbot] [kvm?] WARNING in __srcu_check_read_flavor
 2024-12-19 13:30 UTC  (2+ messages)
` [syzbot] [bcachefs?] "

[PATCH] KVM: VMX: don't include '<linux/find.h>' directly
 2024-12-19 12:58 UTC  (4+ messages)

[PATCH] KVM: x86: let it be known that ignore_msrs is a bad idea
 2024-12-19 12:44 UTC 

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-12-19 12:02 UTC  (5+ messages)
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1

[PATCH] KVM: SVM: allow flipping the LFENCE_SERIALIZE bit
 2024-12-19 10:38 UTC 

[PATCH v2 0/5] bugfix some driver issues
 2024-12-19 10:23 UTC  (12+ messages)
` [PATCH v2 1/5] hisi_acc_vfio_pci: fix XQE dma address error
` [PATCH v2 2/5] hisi_acc_vfio_pci: add eq and aeq interruption restore
` [PATCH v2 3/5] hisi_acc_vfio_pci: bugfix cache write-back issue
` [PATCH v2 4/5] hisi_acc_vfio_pci: bugfix the problem of uninstalling driver
` [PATCH v2 5/5] hisi_acc_vfio_pci: bugfix live migration function without VF device driver

[PATCH 0/4] cover-letter: Allow MMIO regions to be exported through dmabuf
 2024-12-19 10:04 UTC  (9+ messages)

[kvm-unit-tests PATCH 0/3] riscv: Improved bare metal support
 2024-12-19  8:27 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/3] riscv: Add Image header to flat binaries

[PATCH v6 0/4] i386: Support SMP Cache Topology
 2024-12-19  8:32 UTC  (5+ messages)
` [PATCH v6 1/4] i386/cpu: Support thread and module level cache topology
` [PATCH v6 2/4] i386/cpu: Update cache topology with machine's configuration
` [PATCH v6 3/4] i386/pc: Support cache topology in -machine for PC machine
` [PATCH v6 4/4] i386/cpu: add has_caches flag to check smp_cache configuration

[PATCH 0/5] riscv: add support for Zaamo and Zalrsc extensions
 2024-12-19  7:46 UTC  (6+ messages)
` [PATCH 4/5] RISC-V: KVM: Allow Zaamo/Zalrsc extensions for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: Add Zaamo/Zalrsc extensions to get-reg-list test

[PATCH RFC v4 0/3] riscv: add Svukte extension
 2024-12-19  7:03 UTC  (2+ messages)

[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
 2024-12-19  5:44 UTC  (5+ messages)
` [PATCH v6 06/43] arm64: RME: Check for RME support at KVM init
` [PATCH v6 12/43] arm64: RME: Allocate/free RECs to match vCPUs

[RFC PATCH 0/2] SEPT SEAMCALL retry proposal
 2024-12-19  3:03 UTC  (8+ messages)
` [RFC PATCH 2/2] KVM: TDX: Kick off vCPUs when SEAMCALL is busy during TD page removal

[PATCH v2 0/2] KVM: nVMX: Fix an SVI update bug with passthrough APIC
 2024-12-19  2:41 UTC  (2+ messages)

[PATCH 0/5] KVM: nVMX: Honor event priority for PI ack at VM-Enter
 2024-12-19  2:41 UTC  (2+ messages)

[PATCH 0/2] KVM: VMX: Mark Intel PT virtualization as BROKEN
 2024-12-19  2:41 UTC  (2+ messages)

[PATCH] KVM: x86: Remove hwapic_irr_update() from kvm_x86_ops
 2024-12-19  2:41 UTC  (2+ messages)

[PATCH] KVM: SVM: Remove redundant TLB flush on guest CR4.PGE change
 2024-12-19  2:40 UTC  (2+ messages)

[PATCH] KVM: SVM: Macrofy SEV=n versions of sev_xxx_guest()
 2024-12-19  2:40 UTC  (2+ messages)

[PATCH] KVM/x86: add comment to kvm_mmu_do_page_fault()
 2024-12-19  2:40 UTC  (2+ messages)

[PATCH v3 00/57] KVM: x86: CPUID overhaul, fixes, and caching
 2024-12-19  2:40 UTC  (5+ messages)
` [PATCH v3 57/57] KVM: x86: Use only local variables (no bitmask) to init kvm_cpu_caps

[PATCH v3] KVM: SVM: Disable AVIC on SNP-enabled system without HvInUseWrAllowed feature
 2024-12-19  2:40 UTC  (2+ messages)

[PATCH v4 0/6] KVM: x86: Prep KVM hypercall handling for TDX
 2024-12-19  2:40 UTC  (2+ messages)

[RFC PATCH 00/22] KVM: x86: Virtualize IA32_APERF and IA32_MPERF MSRs
 2024-12-18 22:23 UTC  (7+ messages)

[PATCH 0/2] system/confidential-guest-support: Header cleanups
 2024-12-18 16:34 UTC  (11+ messages)
` [PATCH 1/2] system: Move 'exec/confidential-guest-support.h' to system/
` [PATCH 2/2] target/i386/sev: Reduce system specific declarations

[PATCH v3 0/2] SEV-SNP: Add KVM support for SNP certificate fetching
 2024-12-18 15:52 UTC  (3+ messages)
` [PATCH v3] KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching

[PATCH v2 1/6] kvm: s390: Reject setting flic pfault attributes on ucontrol VMs
 2024-12-18 15:06 UTC 

[PATCH 0/7] Enable shared device assignment
 2024-12-18 12:33 UTC  (5+ messages)
` [PATCH 1/7] memory: Export a helper to get intersection of a MemoryRegionSection with a given range
` [PATCH 2/7] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager

[PATCH v6 0/7] Support attaching PASID to the blocked_domain
 2024-12-18  8:40 UTC  (2+ messages)

[PATCH 0/4] cover-letter: Allow MMIO regions to be exported through dmabuf
 2024-12-18  7:02 UTC  (3+ messages)

[REGRESSION][BISECTED] from bd9bbc96e835: cannot boot Win11 KVM guest
 2024-12-18  6:21 UTC  (7+ messages)

[PATCH v15 00/13] Add Secure TSC support for SNP guests
 2024-12-18  5:21 UTC  (11+ messages)
` [PATCH v15 06/13] x86/sev: Prevent GUEST_TSC_FREQ MSR interception for Secure TSC enabled guests
` [PATCH v15 08/13] x86/cpu/amd: Do not print FW_BUG for Secure TSC

[PATCH 0/7] KVM: TDX: TDX hypercalls may exit to userspace
 2024-12-18  5:09 UTC  (12+ messages)
` [PATCH 1/7] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH 4/7] KVM: TDX: Handle TDG.VP.VMCALL<MapGPA>

[PATCH 2/3] KVM: x86: Add support for VMware guest specific hypercalls
 2024-12-18  3:43 UTC  (10+ 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).