public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-21 16:53:57 to 2024-08-23 23:58:40 UTC [more...]

[PATCH] KVM: VMX: hyper-v: Prevent impossible NULL pointer dereference in evmcs_load()
 2024-08-23 23:48 UTC  (2+ messages)

[PATCH] KVM: nVMX: Honor userspace MSR filter lists for nested VM-Enter/VM-Exit
 2024-08-23 23:48 UTC  (2+ messages)

[PATCH v3 0/2] Fix for a very old KVM bug in the segment cache
 2024-08-23 23:48 UTC  (2+ messages)

[PATCH] KVM: VMX: Modify the BUILD_BUG_ON_MSG of the 32-bit field in the vmcs_check16 function
 2024-08-23 23:48 UTC  (2+ messages)

[PATCH] KVM: VMX: Do not account for temporary memory allocation in ECREATE emulation
 2024-08-23 23:48 UTC  (2+ messages)

[PATCH -next] KVM: SVM: Remove unnecessary GFP_KERNEL_ACCOUNT in svm_set_nested_state()
 2024-08-23 23:47 UTC  (3+ messages)

[PATCH 0/2] KVM: selftests: Re-enable hyperv_evmcs/hyperv_svm_test on bare metal
 2024-08-23 23:47 UTC  (2+ messages)

[PATCH v2 0/6] KVM: x86/mmu: Optimize TDP MMU huge page recovery during disable-dirty-log
 2024-08-23 23:56 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: Drop @max_level from kvm_mmu_max_mapping_level()
` [PATCH v2 2/6] KVM: x86/mmu: Batch TLB flushes when zapping collapsible TDP MMU SPTEs
` [PATCH v2 3/6] KVM: x86/mmu: Refactor TDP MMU iter need resched check
` [PATCH v2 4/6] KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zapping
` [PATCH v2 5/6] KVM: x86/mmu: Rename make_huge_page_split_spte() to make_small_spte()
` [PATCH v2 6/6] KVM: x86/mmu: WARN if huge page recovery triggered during dirty logging

[PATCH v8 00/10] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-08-23 23:47 UTC  (2+ messages)

[PATCH v2] KVM: x86/mmu: Clean up function comments for dirty logging APIs
 2024-08-23 23:47 UTC  (2+ messages)

[PATCH] KVM: x86: Optimize local variable in start_sw_tscdeadline()
 2024-08-23 23:47 UTC  (2+ messages)

[PATCH v3] KVM: x86: Advertise AVX10.1 CPUID to userspace
 2024-08-23 23:47 UTC  (2+ messages)

[PATCH v2 00/10] KVM: x86: Clean up MSR access/failure handling
 2024-08-23 23:47 UTC  (2+ messages)

[PATCH] KVM: x86: Use this_cpu_ptr() in kvm_user_return_msr_cpu_online
 2024-08-23 23:47 UTC  (2+ messages)

[PATCH v3 0/4] Distinguish between variants of IBPB
 2024-08-23 23:49 UTC  (12+ messages)
` [PATCH v3 1/4] x86/cpufeatures: Clarify semantics of X86_FEATURE_IBPB
` [PATCH v3 2/4] x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET
` [PATCH v3 3/4] KVM: x86: Advertise AMD_IBPB_RET to userspace
` [PATCH v3 4/4] KVM: x86: AMD's IBPB is not equivalent to Intel's IBPB

[PATCH v2 0/6] KVM: Improve MMIO Coalescing API
 2024-08-23 23:47 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Check that root is valid/loaded when pre-faulting SPTEs
 2024-08-23 23:47 UTC  (2+ messages)

[PATCH] KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
 2024-08-23 23:47 UTC  (2+ messages)

[PATCH] fixup! KVM: x86/tdp_mmu: Rename REMOVED_SPTE to FROZEN_SPTE
 2024-08-23 23:47 UTC  (2+ messages)

[PATCH v4 0/4] x86/cpu: Add Bus Lock Detect support for AMD
 2024-08-23 23:47 UTC  (2+ messages)

[PATCH 00/22] KVM: x86: Fix multiple #PF RO infinite loop bugs
 2024-08-23 23:46 UTC  (6+ messages)
` [PATCH 04/22] KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were unprotected

[PATCH 0/2] KVM: x86/mmu: Run NX huge page recovery under MMU read lock
 2024-08-23 22:38 UTC  (10+ messages)
` [PATCH 2/2] KVM: x86/mmu: Recover NX Huge pages belonging to TDP MMU "

[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
 2024-08-23 22:37 UTC  (27+ messages)
` [RFC PATCH 01/21] tsm-report: Rename module to reflect what it does
` [RFC PATCH 02/21] pci/doe: Define protocol types and make those public
` [RFC PATCH 03/21] pci: Define TEE-IO bit in PCIe device capabilities
` [RFC PATCH 04/21] PCI/IDE: Define Integrity and Data Encryption (IDE) extended capability
` [RFC PATCH 05/21] crypto/ccp: Make some SEV helpers public
` [RFC PATCH 06/21] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
` [RFC PATCH 07/21] pci/tdisp: Introduce tsm module
` [RFC PATCH 08/21] crypto/ccp: Implement SEV TIO firmware interface
` [RFC PATCH 09/21] kvm: Export kvm_vm_set_mem_attributes
` [RFC PATCH 10/21] vfio: Export helper to get vfio_device from fd
` [RFC PATCH 11/21] KVM: SEV: Add TIO VMGEXIT and bind TDI
` [RFC PATCH 12/21] KVM: IOMMUFD: MEMFD: Map private pages
` [RFC PATCH 13/21] KVM: X86: Handle private MMIO as shared
` [RFC PATCH 14/21] RFC: iommu/iommufd/amd: Add IOMMU_HWPT_TRUSTED flag, tweak DTE's DomainID, IOTLB
` [RFC PATCH 15/21] coco/sev-guest: Allow multiple source files in the driver
` [RFC PATCH 16/21] coco/sev-guest: Make SEV-to-PSP request helpers public
` [RFC PATCH 17/21] coco/sev-guest: Implement the guest side of things
` [RFC PATCH 18/21] RFC: pci: Add BUS_NOTIFY_PCI_BUS_MASTER event
` [RFC PATCH 19/21] sev-guest: Stop changing encrypted page state for TDISP devices
` [RFC PATCH 20/21] pci: Allow encrypted MMIO mapping via sysfs
` [RFC PATCH 21/21] pci: Define pci_iomap_range_encrypted

[kvm-unit-tests PATCH] x86: Force host-phys-bits for normal maxphyaddr access tests
 2024-08-23 22:18 UTC 

[PATCH v2 0/9] SEV Kernel Selftests
 2024-08-23 22:16 UTC  (6+ messages)
` [PATCH v2 8/9] KVM: selftests: Add a CoCo-specific test for KVM_PRE_FAULT_MEMORY

[PATCH] sched: Don't try to catch up excess steal time
 2024-08-23 21:52 UTC  (3+ messages)

[Bug 219009] New: Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected)
 2024-08-23 21:08 UTC  (6+ messages)
` [Bug 219009] "

[PATCH 0/2] KVM: Coalesced IO cleanup and test
 2024-08-23 19:13 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: Add a test for coalesced MMIO (and PIO on x86)
` [PATCH 2/2] KVM: Clean up coalesced MMIO ring full check

[PATCH v6 0/2] Add arch_timer_edge_cases selftest
 2024-08-23 17:58 UTC  (3+ messages)
` [PATCH v6 1/2] KVM: selftests: Ensure pending interrupts are handled in arch_timer test
` [PATCH v6 2/2] KVM: arm64: selftests: Add arch_timer_edge_cases selftest

[PATCH v2 1/2] x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET
 2024-08-23 17:33 UTC  (6+ messages)
` [PATCH v2 2/2] KVM: x86: AMD's IBPB is not equivalent to Intel's IBPB

[RFC] Why is set_config not supported in mlx5_vnet?
 2024-08-23 16:54 UTC 

[PATCH net-next v14 04/11] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
 2024-08-23 15:00 UTC 

[RFC] vDPA: Trying to make sense of config data
 2024-08-23 14:51 UTC  (2+ messages)

[PATCH v3 0/5] KVM: s390: selftests: Add regression tests for CPU subfunctions
 2024-08-23 14:47 UTC  (8+ messages)
` [PATCH v3 1/5] KVM: s390: selftests: Add regression tests for SORTL and DFLTCC "
` [PATCH v3 2/5] KVM: s390: selftests: Add regression tests for PRNO, KDSA and KMA crypto subfunctions
` [PATCH v3 3/5] KVM: s390: selftests: Add regression tests for KMCTR, KMF, KMO and PCC "
` [PATCH v3 4/5] KVM: s390: selftests: Add regression tests for KMAC, KMC, KM, KIMD and KLMD "
` [PATCH v3 5/5] KVM: s390: selftests: Add regression tests for PLO subfunctions

[PATCH v3 0/4] Relax canonical checks on some arch msrs
 2024-08-23 13:59 UTC  (8+ messages)
` [PATCH v3 1/4] KVM: x86: relax canonical check for some x86 architectural msrs

[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
 2024-08-23 13:29 UTC  (3+ messages)
` [PATCH v5 04/19] firmware/psci: Add psci_early_test_conduit()

[PATCH] KVM: Use precise range-based flush in mmu_notifier hooks when possible
 2024-08-23 13:27 UTC  (7+ messages)

[PATCH 0/3] selftests: kvm: s390: Add ucontrol memory selftests
 2024-08-23 13:20 UTC  (11+ messages)
` [PATCH 1/3] selftests: kvm: s390: Add uc_map_unmap VM test case
` [PATCH 2/3] selftests: kvm: s390: Add uc_skey "

[[PATCH V2 10/10] LoongArch: KVM: Add irqfd support
 2024-08-23  9:37 UTC 

[[PATCH V2 09/10] LoongArch: KVM: Add PCHPIC user mode read and write functions
 2024-08-23  9:36 UTC 

[[PATCH V2 08/10] LoongArch: KVM: Add PCHPIC read and write functions
 2024-08-23  9:36 UTC 

[[PATCH V2 07/10] LoongArch: KVM: Add PCHPIC device support
 2024-08-23  9:36 UTC 

[[PATCH V2 06/10] LoongArch: KVM: Add EXTIOI read and write functions
 2024-08-23  9:36 UTC 

[[PATCH V2 00/10] Added Interrupt controller emulation for loongarch kvm
 2024-08-23  9:33 UTC  (6+ messages)
` [[PATCH V2 01/10] LoongArch: KVM: Add iocsr and mmio bus simulation in kernel
` [[PATCH V2 02/10] LoongArch: KVM: Add IPI device support
` [[PATCH V2 03/10] LoongArch: KVM: Add IPI read and write function
` [[PATCH V2 04/10] LoongArch: KVM: Add IPI user mode "
` [[PATCH V2 05/10] LoongArch: KVM: Add EXTIOI device support

[PATCH v7 0/3] Add extioi virt extension support
 2024-08-23  6:39 UTC  (4+ messages)
` [PATCH v7 1/3] LoongArch: KVM: Enable paravirt feature control from VMM
` [PATCH v7 2/3] LoongArch: KVM: Implement function kvm_para_has_feature
` [PATCH v7 3/3] irqchip/loongson-eiointc: Add extioi virt extension support

[PATCH v2 0/3] KVM: x86: Include host suspended time in steal time
 2024-08-23  5:43 UTC  (6+ messages)
` [PATCH v2 2/3] "

[PATCH v4 00/43] arm64: Support for Arm CCA in KVM
 2024-08-23  4:30 UTC  (19+ messages)
` [PATCH v4 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v4 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v4 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v4 21/43] arm64: RME: Runtime faulting of memory

[PATCH RFC] kvm: emulate avx vmovdq
 2024-08-23  3:47 UTC  (4+ messages)

[PATCH v2 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
 2024-08-22 23:31 UTC  (4+ messages)
` [PATCH v2 1/2] x86/cpufeatures: Add "Allowed SEV Features" Feature
` [PATCH v2 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field

[PATCH v2 00/10] KVM: x86: Fix ICR handling when x2AVIC is active
 2024-08-22 23:10 UTC  (7+ messages)
` [PATCH v2 03/10] KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)

[RFC PATCH 0/1] KVM selftests runner for running more than just default
 2024-08-22 20:56 UTC  (5+ messages)
` [PATCH 1/1] KVM: selftestsi: Create KVM selftests runnner to run interesting tests

[PATCH 0/7] KVM: x86/mmu: Optimize TDP MMU huge page recovery during disable-dirty-log
 2024-08-22 20:11 UTC  (9+ messages)
` [PATCH 1/7] Revert "KVM: x86/mmu: Don't bottom out on leafs when zapping collapsible SPTEs"
` [PATCH 7/7] KVM: x86/mmu: Recheck SPTE points to a PT during huge page recovery

[PATCH] kvm_host: bump KVM_MAX_IRQ_ROUTE to 128k
 2024-08-22 19:05 UTC  (2+ messages)

[Patch v5 00/18] pmu test bugs fix and improvements
 2024-08-22 18:22 UTC  (3+ messages)
` [Patch v5 06/18] x86: pmu: Add asserts to warn inconsistent fixed events and counters

[PATCH] KVM: x86: Free the MSR filter after destorying VCPUs
 2024-08-22 17:24 UTC  (2+ messages)

[PATCH RFC] KVM: Use maple tree to manage memory attributes
 2024-08-22 17:02 UTC  (6+ messages)

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-08-22 16:58 UTC  (4+ messages)
` [PATCH 16/18] KVM: x86: Take mem attributes into account when faulting memory

[PATCH v2] KVM: arm64: Move data barrier to end of split walk
 2024-08-22 14:25 UTC  (2+ messages)
` (subset) "

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-22 14:24 UTC  (5+ messages)
` [PATCH v12 01/84] KVM: arm64: Release pfn, i.e. put page, if copying MTE tags hits ZONE_DEVICE
  ` (subset) "
` [PATCH v12 02/84] KVM: arm64: Disallow copying MTE to guest memory while KVM is dirty logging
  ` (subset) "

[PATCH v4] KVM: SVM: let alternatives handle the cases when RSB filling is required
 2024-08-22 14:09 UTC  (2+ messages)

[PATCH v2 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-08-22 13:41 UTC  (8+ messages)
` [PATCH v2 1/2] riscv: perf: add guest vs host distinction
` [PATCH v2 2/2] riscv: KVM: add basic support for host vs guest profiling

[Bug 219190] New: Kernel USB device namespacing
 2024-08-22 10:19 UTC 

[RFC PATCH v1 0/4] Add support for the Bus Lock Threshold
 2024-08-22  9:43 UTC  (4+ messages)
` [RFC PATCH v1 1/4] x86/cpufeatures: Add CPUID feature bit "

[PATCH v2 0/8] KVM: Fix mmu_notifier vs. pfncache vs. pfncache races
 2024-08-22  9:00 UTC  (8+ messages)
` [PATCH v2 6/8] KVM: Fix multiple races in gfn=>pfn cache refresh
    ` [PATCH] KVM: Move gfn_to_pfn_cache invalidation to invalidate_range_end hook

[PATCH v8 0/4] debugfs to hisilicon migration driver
 2024-08-22  8:29 UTC  (4+ messages)
` [PATCH v8 3/4] hisi_acc_vfio_pci: register debugfs for "

[PATCH 00/12] KVM: arm64: Handle the lack of GICv3 exposed to a guest
 2024-08-22  8:15 UTC  (6+ messages)
` [PATCH 01/12] KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3
  ` (subset) "

[PATCH v3 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
 2024-08-22  6:31 UTC  (4+ messages)
` [PATCH v3 03/16] KVM: arm64: nv: Handle shadow stage 2 page faults

[PATCH v3 1/5] KVM: pfncache: Add needs_invalidation flag to gfn_to_pfn_cache
 2024-08-21 20:28 UTC  (5+ messages)
` [PATCH v3 2/5] KVM: pfncache: Implement range-based invalidation check for hva_to_pfn_retry()
` [PATCH v3 3/5] KVM: pfncache: Wait for pending invalidations instead of spinning
` [PATCH v3 4/5] KVM: pfncache: Move invalidation to invalidate_range_end hook
` [PATCH v3 5/5] DO NOT MERGE: Hack-a-test to verify gpc invalidation+refresh

[PATCH v2] KVM: Move gfn_to_pfn_cache invalidation to invalidate_range_end hook
 2024-08-21 20:24 UTC  (3+ messages)

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-21 19:10 UTC  (13+ messages)
` [PATCH 06/19] mm/pagewalk: Check pfnmap early for folio_walk_start()
` [PATCH 09/19] mm: New follow_pfnmap API

[PATCH 0/6] Extend pmu_counters_test to AMD CPUs
 2024-08-21 18:21 UTC  (3+ messages)
` [PATCH 1/6] KVM: x86: selftests: Fix typos in macro variable use


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox