public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-18 05:54:07 to 2024-10-22 04:28:14 UTC [more...]

[PATCH v13 00/13] Add Secure TSC support for SNP guests
 2024-10-22  4:28 UTC  (28+ messages)
` [PATCH v13 01/13] x86/sev: Carve out and export SNP guest messaging init routines
` [PATCH v13 02/13] x86/sev: Relocate SNP guest messaging routines to common code
` [PATCH v13 03/13] x86/sev: Add Secure TSC support for SNP guests
` [PATCH v13 04/13] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests
` [PATCH v13 05/13] x86/sev: Prevent RDTSC/RDTSCP interception "
` [PATCH v13 06/13] x86/sev: Prevent GUEST_TSC_FREQ MSR "
` [PATCH v13 07/13] x86/sev: Mark Secure TSC as reliable clocksource
` [PATCH v13 08/13] x86/cpu/amd: Do not print FW_BUG for Secure TSC
` [PATCH v13 09/13] tsc: Use the GUEST_TSC_FREQ MSR for discovering TSC frequency
` [PATCH v13 10/13] tsc: Upgrade TSC clocksource rating
` [PATCH v13 11/13] tsc: Switch to native sched clock
` [PATCH v13 12/13] x86/kvmclock: Abort SecureTSC enabled guest when kvmclock is selected
` [PATCH v13 13/13] x86/sev: Allow Secure TSC feature for SNP guests

[PATCH v3 00/27] Enable FRED with KVM VMX
 2024-10-22  2:47 UTC  (5+ messages)
` [PATCH v3 03/27] KVM: VMX: Add support for the secondary VM exit controls

[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
 2024-10-22  2:15 UTC  (15+ messages)
` [PATCH v13 19/85] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs
` [PATCH v13 34/85] KVM: Get writable mapping for __kvm_vcpu_map() only when necessary
` [PATCH v13 51/85] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn

[PATCH v3 0/4] Allow AVIC's IPI virtualization to be optional
 2024-10-22  0:55 UTC  (4+ messages)

[kvm-unit-tests PATCH 0/3] Fix arm64 clang errors on fpu tests
 2024-10-22  0:47 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] arm: Fix clang error in sve_vl()
` [kvm-unit-tests PATCH 2/3] arm: fpu: Convert 'q' registers to 'v' to satisfy clang
` [kvm-unit-tests PATCH 3/3] arm: fpu: Fix the input/output args for inline asm in fpu.c

[PATCH] KVM: selftests: Fix build on on non-x86 architectures
 2024-10-21 22:50 UTC  (2+ messages)

[PATCH] KVM: selftests: x86: Avoid using SSE/AVX instructions
 2024-10-21 20:33 UTC  (3+ messages)

[PATCH v3 0/9] SEV Kernel Selftests
 2024-10-21 20:23 UTC  (12+ messages)
` [PATCH v3 1/9] KVM: selftests: Decouple SEV ioctls from asserts
` [PATCH v3 2/9] KVM: selftests: Add a basic SNP smoke test
` [PATCH v3 7/9] KVM: selftests: Add interface to manually flag protected/encrypted ranges

[PATCH v2] KVM: SVM: Inhibit AVIC on SNP-enabled system without HvInUseWrAllowed feature
 2024-10-21 20:06 UTC  (4+ messages)

[RFC PATCH 0/5] Extend SEV-SNP SVSM support with a kvm_vcpu per VMPL
 2024-10-21 19:51 UTC  (3+ messages)

[GIT PULL] KVM fixes for Linux 6.12-rc5
 2024-10-21 18:27 UTC  (2+ messages)

[PATCH v3 0/3] build qemu with gcc and tsan
 2024-10-21 16:12 UTC  (3+ messages)

[PATCH v2 1/7] s390/kdump: implement is_kdump_kernel()
 2024-10-21 14:45 UTC  (4+ messages)

[PATCH vhost 0/2] vdpa/mlx5: Iova mapping related fixes
 2024-10-21 13:40 UTC  (3+ messages)
` [PATCH vhost 1/2] vdpa/mlx5: Fix PA offset with unaligned starting iotlb map
` [PATCH vhost 2/2] vdpa/mlx5: Fix suboptimal range on iotlb iteration

[PATCH] tools/kvm_stat: fix termination behavior when not on a terminal
 2024-10-21 13:26 UTC  (2+ messages)

[RFC 00/13] vfio: introduce vfio-cxl to support CXL type-2 accelerator passthrough
 2024-10-21 13:10 UTC  (13+ messages)
` [RFC 02/13] cxl: introduce cxl_get_hdm_info()

[kvm-unit-tests PATCH v4 0/6] s390x: STFLE nested interpretation
 2024-10-21 13:04 UTC  (11+ messages)
` [kvm-unit-tests PATCH v4 3/6] s390x: Add function for checking diagnose intercepts
` [kvm-unit-tests PATCH v4 4/6] s390x: Add library functions for exiting from snippet
` [kvm-unit-tests PATCH v4 5/6] s390x: Use library functions for snippet exit

[PATCH] vfio/qat: fix overflow check in qat_vf_resume_write()
 2024-10-21 12:37 UTC 

[PATCH v2 0/3] Support attaching PASID to the blocked_domain
 2024-10-21 12:33 UTC  (9+ messages)
` [PATCH v2 1/3] iommu: Add a wrapper for remove_dev_pasid
` [PATCH v2 2/3] iommu/arm-smmu-v3: Make the blocked domain support PASID
` [PATCH v2 3/3] iommu/vt-d: "

[PATCH v2 0/7] virtio-mem: s390 support
 2024-10-21 12:19 UTC  (7+ messages)
` [PATCH v2 5/7] "

[PATCH v3 0/2] vhost-vdpa: Add support for NO-IOMMU mode
 2024-10-21 12:08 UTC  (3+ messages)
` [PATCH v3 1/2] vhost-vdpa: introduce module parameter for no-IOMMU mode
` [PATCH v3 2/2] vhost-vdpa: introduce NO-IOMMU backend feature bit

[PATCH v8 00/11] Enable haltpoll on arm64
 2024-10-21 12:02 UTC  (9+ messages)
` [PATCH v8 01/11] cpuidle/poll_state: poll via smp_cond_load_relaxed()

[PATCH v3 00/11] s390/kvm: Handle guest-related program interrupts in KVM
 2024-10-21 11:45 UTC  (10+ messages)
` [PATCH v3 03/11] s390/mm/gmap: Refactor gmap_fault() and add support for pfault
` [PATCH v3 06/11] s390/kvm: Stop using gmap_{en,dis}able()
` [PATCH v3 07/11] s390/mm/gmap: Remove gmap_{en,dis}able()
` [PATCH v3 08/11] s390: Remove gmap pointer from lowcore

[PATCH] selftests: kvm: Adds a judgment on the return value
 2024-10-21 11:20 UTC  (2+ messages)

[PATCH v3 0/9] Make set_dev_pasid op supporting domain replacement
 2024-10-21 10:50 UTC  (21+ messages)
` [PATCH v3 1/9] iommu: Pass old domain to set_dev_pasid op
` [PATCH v3 2/9] iommu/vt-d: Move intel_drain_pasid_prq() into intel_pasid_tear_down_entry()
` [PATCH v3 3/9] iommu/vt-d: Let intel_pasid_tear_down_entry() return pasid entry
` [PATCH v3 4/9] iommu/vt-d: Make pasid setup helpers support modifying present "
` [PATCH v3 5/9] iommu/vt-d: Rename prepare_domain_attach_device()
` [PATCH v3 6/9] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v3 7/9] iommu/vt-d: Add set_dev_pasid callback for nested domain
` [PATCH v3 8/9] iommu/arm-smmu-v3: Make set_dev_pasid() op support replace
` [PATCH v3 9/9] iommu: Make set_dev_pasid op support domain replacement

[PATCH v2] KVM: x86: Drop the kvm_has_noapic_vcpu optimization
 2024-10-21 10:22 UTC 

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

[PATCH 00/25] TDX vCPU/VM creation
 2024-10-21  8:35 UTC  (8+ messages)
` [PATCH 18/25] KVM: TDX: Do TDX specific vcpu initialization

Proposal: bi-weekly guest_memfd upstream call
 2024-10-21  8:05 UTC  (2+ messages)

[PATCH] KVM: drop the kvm_has_noapic_vcpu optimization
 2024-10-21  7:43 UTC  (2+ messages)

[PATCH 13/13] PCI: Deprecate pci_intx(), pcim_intx()
 2024-10-21  6:47 UTC  (3+ messages)

[PATCH v1 0/4] KVM selftests enhancements
 2024-10-21  6:22 UTC  (5+ 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 3/4] KVM: selftests: convert vm_get_stat to macro
` [PATCH v1 4/4] KVM: selftests: Replace previously used vm_get_stat() "

[PATCH v2 00/13] Accelerate KVM RISC-V when running as a guest
 2024-10-20 19:47 UTC  (14+ messages)
` [PATCH v2 01/13] RISC-V: KVM: Order the object files alphabetically
` [PATCH v2 02/13] RISC-V: KVM: Save/restore HSTATUS in C source
` [PATCH v2 03/13] RISC-V: KVM: Save/restore SCOUNTEREN "
` [PATCH v2 04/13] RISC-V: KVM: Break down the __kvm_riscv_switch_to() into macros
` [PATCH v2 05/13] RISC-V: KVM: Replace aia_set_hvictl() with aia_hvictl_value()
` [PATCH v2 06/13] RISC-V: KVM: Don't setup SGEI for zero guest external interrupts
` [PATCH v2 07/13] RISC-V: Add defines for the SBI nested acceleration extension
` [PATCH v2 08/13] RISC-V: KVM: Add common nested acceleration support
` [PATCH v2 09/13] RISC-V: KVM: Use nacl_csr_xyz() for accessing H-extension CSRs
` [PATCH v2 10/13] RISC-V: KVM: Use nacl_csr_xyz() for accessing AIA CSRs
` [PATCH v2 11/13] RISC-V: KVM: Use SBI sync SRET call when available
` [PATCH v2 12/13] RISC-V: KVM: Save trap CSRs in kvm_riscv_vcpu_enter_exit()
` [PATCH v2 13/13] RISC-V: KVM: Use NACL HFENCEs for KVM request based HFENCEs

[PATCH 00/13] Accelerate KVM RISC-V when running as a guest
 2024-10-20 19:28 UTC  (14+ messages)
` [PATCH 08/13] RISC-V: KVM: Add common nested acceleration support
` [PATCH 09/13] RISC-V: KVM: Use nacl_csr_xyz() for accessing H-extension CSRs
` [PATCH 10/13] RISC-V: KVM: Use nacl_csr_xyz() for accessing AIA CSRs
` [PATCH 11/13] RISC-V: KVM: Use SBI sync SRET call when available
` [PATCH 12/13] RISC-V: KVM: Save trap CSRs in kvm_riscv_vcpu_enter_exit()

[GIT PULL] KVM/arm64 fixes for 6.12, take #3
 2024-10-20 11:31 UTC  (2+ messages)

[PATCH 00/11] KVM: selftests: AVX support + fixes
 2024-10-20 11:28 UTC  (2+ messages)

[PATCH 0/6] KVM: Fix bugs in vCPUs xarray usage
 2024-10-20 11:23 UTC  (5+ messages)
` [PATCH 4/6] Revert "KVM: Fix vcpu_array[0] races"

[PATCH] x86/kvm: Override default caching mode for SEV-SNP and TDX
 2024-10-20 11:07 UTC  (4+ messages)
` [PATCH] x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()

[PATCH v2 0/2] vhost-vdpa: Add support for NO-IOMMU mode
 2024-10-20  0:16 UTC  (12+ messages)
  ` [EXTERNAL] "

[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-19 17:15 UTC  (7+ messages)
` [PATCH v6 1/6] firmware/psci: Add definitions for PSCI v1.3 specification
` [PATCH v6 2/6] KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function for hibernation
` [PATCH v6 3/6] KVM: arm64: Add support for PSCI v1.2 and v1.3
` [PATCH v6 4/6] KVM: selftests: Add test for PSCI SYSTEM_OFF2
` [PATCH v6 5/6] KVM: arm64: nvhe: Pass through PSCI v1.3 SYSTEM_OFF2 call
` [PATCH v6 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate

[PATCH v5 0/5] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-19 17:14 UTC  (7+ messages)
` [PATCH v5 4/5] KVM: selftests: Add test for PSCI SYSTEM_OFF2

[PATCH 0/2] mm: multi-gen LRU: Have secondary MMUs participate in MM_WALK
 2024-10-19  1:29 UTC  (3+ messages)
` [PATCH 1/2] mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL stats
` [PATCH 2/2] mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()

vmx_pmu_caps_test fails on Skylake based CPUS due to read only LBRs
 2024-10-19  0:48 UTC 

[PATCH v5 1/2] riscv: perf: add guest vs host distinction
 2024-10-18 19:55 UTC  (2+ messages)

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-10-18 13:30 UTC  (5+ messages)
` [PATCH v5 26/43] arm64: Don't expose stolen time for realm guests
` [PATCH v5 31/43] arm64: rme: Prevent Device mappings for Realms

[PATCH v3 0/4] Add support for the Bus Lock Threshold
 2024-10-18 11:35 UTC  (4+ messages)
` [PATCH v3 2/4] KVM: SVM: Enable Bus lock threshold exit

[PATCH net-next v22 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
 2024-10-18 10:53 UTC 

[PATCH 5.15, 5.10, 5.4, 4.19 1/1] KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()
 2024-10-18 10:28 UTC  (2+ messages)

[PATCH] KVM: SVM: Disable AVIC on SNP-enabled system without HvInUseWrAllowed feature
 2024-10-18 10:02 UTC  (3+ messages)

[RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private
 2024-10-18  9:34 UTC  (14+ messages)

[PATCH v6 2/5] selftests: kvm: s390: Add uc_skey VM test case
 2024-10-18  9:03 UTC  (3+ messages)

[PATCH v3 0/7] Introduce SMP Cache Topology
 2024-10-18  9:03 UTC  (11+ messages)
` [PATCH v3 1/7] hw/core: Make CPU topology enumeration arch-agnostic
` [PATCH v3 6/7] i386/pc: Support cache topology in -machine for PC machine

[PATCH RFC v5 00/10] tun: Introduce virtio-net hashing feature
 2024-10-18  8:15 UTC  (5+ messages)
` [PATCH RFC v5 07/10] tun: Introduce virtio-net RSS

[RFC 00/14] AMD: Add Secure AVIC Guest Support
 2024-10-18  7:54 UTC  (4+ messages)

[RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap
 2024-10-18  7:10 UTC  (2+ messages)

[PATCH v3 05/11] KVM: guest_memfd: Add guest_memfd support to kvm_(read|/write)_guest_page()
 2024-10-18  6:57 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