public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-21 14:34:11 to 2024-08-23 18:53:53 UTC [more...]

[PATCH v3 0/4] Distinguish between variants of IBPB
 2024-08-23 18:53 UTC  (3+ 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 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

[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
 2024-08-23 13:21 UTC  (22+ 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

[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

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

[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  (58+ messages)
` [PATCH v4 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v4 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v4 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v4 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [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 07/43] arm64: RME: Check for RME support at KVM init
` [PATCH v4 08/43] arm64: RME: Define the user ABI
` [PATCH v4 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v4 10/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v4 11/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v4 12/43] arm64: RME: Keep a spare page delegated to the RMM
` [PATCH v4 13/43] arm64: RME: RTT tear down
` [PATCH v4 14/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v4 15/43] arm64: RME: Support for the VGIC in realms
` [PATCH v4 16/43] KVM: arm64: Support timers in realm RECs
` [PATCH v4 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v4 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v4 19/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v4 20/43] arm64: RME: Allow populating initial contents
` [PATCH v4 21/43] arm64: RME: Runtime faulting of memory
` [PATCH v4 22/43] KVM: arm64: Handle realm VCPU load
` [PATCH v4 23/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v4 24/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v4 25/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v4 26/43] arm64: Don't expose stolen time for realm guests
` [PATCH v4 27/43] arm64: rme: allow userspace to inject aborts
` [PATCH v4 28/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v4 29/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v4 30/43] arm64: RME: Always use 4k pages for realms
` [PATCH v4 31/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v4 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v4 33/43] arm64: rme: Enable PMU support with a realm guest
` [PATCH v4 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v4 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v4 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v4 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v4 38/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v4 39/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v4 40/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v4 41/43] arm64: RME: Provide accurate register list
` [PATCH v4 42/43] arm64: kvm: Expose support for private memory
` [PATCH v4 43/43] KVM: arm64: Allow activating realms

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

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

[PATCH -next] KVM: SVM: Remove unnecessary GFP_KERNEL_ACCOUNT in svm_set_nested_state()
 2024-08-23  0:03 UTC  (2+ 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 0/9] SEV Kernel Selftests
 2024-08-22 16:32 UTC  (4+ messages)
` [PATCH v2 8/9] KVM: selftests: Add a CoCo-specific test for KVM_PRE_FAULT_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  (10+ messages)
` [PATCH 01/12] KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3
  ` (subset) "
` [PATCH 04/12] KVM: arm64: Force GICv3 traps activa when no irqchip is configured on VHE

[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

[PATCH 00/25] TDX vCPU/VM creation
 2024-08-21 16:52 UTC  (6+ messages)
` [PATCH 13/25] KVM: TDX: create/destroy VM structure

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-08-21 16:00 UTC  (5+ messages)
` [PATCH 26/26] KVM: x86: asi: Add some mitigations on address space transitions

[PATCH v2 0/5] KVM: s390: selftests: Add regression tests for CPU subfunctions
 2024-08-21 15:44 UTC  (5+ messages)
` [PATCH v2 1/5] KVM: s390: selftests: Add regression tests for SORTL and DFLTCC "
` [PATCH v2 5/5] KVM: s390: selftests: Add regression tests for PLO subfunctions

[PATCH v8 0/5] Add Svade and Svadu Extensions Support
 2024-08-21 14:43 UTC  (2+ messages)

[PATCH v4 0/8] KVM: arm64: Add support for FP8
 2024-08-21 14:34 UTC  (2+ messages)


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