public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-05 06:38:02 to 2024-11-06 07:47:06 UTC [more...]

[PATCH v4 00/13] Make set_dev_pasid op supporting domain replacement
 2024-11-06  7:45 UTC  (21+ messages)
` [PATCH v4 02/13] iommu/vt-d: Add a helper to flush cache for updating present pasid entry
` [PATCH v4 03/13] iommu/vt-d: Refactor the pasid setup helpers
` [PATCH v4 04/13] iommu/vt-d: Add pasid replace helpers
` [PATCH v4 05/13] iommu/vt-d: Prepare intel_iommu_set_dev_pasid() handle replacement
` [PATCH v4 06/13] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v4 07/13] iommu/vt-d: Limit intel_iommu_set_dev_pasid() for paging domain
` [PATCH v4 08/13] iommu/vt-d: Make identity_domain_set_dev_pasid() to handle domain replacement
` [PATCH v4 10/13] iommu/vt-d: Fail SVA "

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2024-11-06  5:39 UTC  (9+ messages)
` [PATCH v4 09/12] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED

[PATCH v6 00/60] QEMU TDX support
 2024-11-06  5:13 UTC  (78+ messages)
` [PATCH v6 02/60] i386: Introduce tdx-guest object
` [PATCH v6 05/60] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v6 13/60] i386/tdx: Validate TD attributes
` [PATCH v6 14/60] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v6 18/60] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v6 23/60] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v6 24/60] i386/tdx: Setup the TD HOB list
` [PATCH v6 25/60] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v6 26/60] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v6 27/60] i386/tdx: Finalize TDX VM
` [PATCH v6 28/60] i386/tdx: Enable user exit on KVM_HC_MAP_GPA_RANGE
` [PATCH v6 29/60] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
` [PATCH v6 30/60] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v6 31/60] i386/cpu: introduce x86_confidential_guest_cpu_instance_init()
` [PATCH v6 32/60] i386/tdx: implement tdx_cpu_instance_init()
` [PATCH v6 33/60] i386/cpu: introduce x86_confidenetial_guest_cpu_realizefn()
` [PATCH v6 34/60] i386/tdx: implement tdx_cpu_realizefn()
` [PATCH v6 35/60] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
` [PATCH v6 36/60] i386/tdx: Force "
` [PATCH v6 37/60] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v6 38/60] i386/tdx: Disable SMM for TDX VMs
` [PATCH v6 39/60] i386/tdx: Disable PIC "
` [PATCH v6 40/60] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v6 41/60] hw/i386: add option to forcibly report edge trigger in acpi tables
` [PATCH v6 42/60] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v6 43/60] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v6 44/60] i386/tdx: Skip kvm_put_apicbase() "
` [PATCH v6 45/60] i386/tdx: Don't get/put guest state for TDX VMs
` [PATCH v6 46/60] i386/cgs: Rename *mask_cpuid_features() to *adjust_cpuid_features()
` [PATCH v6 47/60] i386/tdx: Implement adjust_cpuid_features() for TDX
` [PATCH v6 48/60] i386/tdx: Apply TDX fixed0 and fixed1 information to supported CPUIDs
` [PATCH v6 49/60] i386/tdx: Mask off CPUID bits by unsupported TD Attributes
` [PATCH v6 50/60] i386/cpu: Move CPUID_XSTATE_XSS_MASK to header file and introduce CPUID_XSTATE_MASK
` [PATCH v6 51/60] i386/tdx: Mask off CPUID bits by unsupported XFAM
` [PATCH v6 52/60] i386/cpu: Expose mark_unavailable_features() for TDX
` [PATCH v6 53/60] i386/cpu: introduce mark_forced_on_features()
` [PATCH v6 54/60] i386/cgs: Introduce x86_confidential_guest_check_features()
` [PATCH v6 55/60] i386/tdx: Fetch and validate CPUID of TD guest
` [PATCH v6 56/60] i386/tdx: Don't treat SYSCALL as unavailable
` [PATCH v6 57/60] i386/tdx: Make invtsc default on
` [PATCH v6 58/60] cpu: Introduce qemu_early_init_vcpu()
` [PATCH v6 59/60] i386/cpu: Set up CPUID_HT in x86_cpu_realizefn() instead of cpu_x86_cpuid()
` [PATCH v6 60/60] docs: Add TDX documentation

[PATCH] KVM: selftests: use X86_MEMTYPE_WB instead of VMX_BASIC_MEM_TYPE_WB
 2024-11-06  3:40 UTC 

[PATCH 0/7] target/i386/kvm/pmu: Enhancement, Bugfix and Cleanup
 2024-11-06  3:54 UTC  (3+ messages)
` [PATCH 1/7] target/i386: disable PerfMonV2 when PERFCORE unavailable

[PATCH] vdpa/mlx5: Fix error path during device add
 2024-11-06  3:30 UTC  (2+ messages)

[PATCH v10 00/27] Enable CET Virtualization
 2024-11-06  3:20 UTC  (6+ messages)

[PATCH v5 00/11] i386: miscellaneous cleanup
 2024-11-06  3:07 UTC  (12+ messages)
` [PATCH v5 01/11 for v9.2?] i386/cpu: Mark avx10_version filtered when prefix is NULL
` [PATCH v5 02/11] target/i386/kvm: Add feature bit definitions for KVM CPUID
` [PATCH v5 03/11] target/i386/kvm: Remove local MSR_KVM_WALL_CLOCK and MSR_KVM_SYSTEM_TIME definitions
` [PATCH v5 04/11] target/i386/kvm: Only save/load kvmclock MSRs when kvmclock enabled
` [PATCH v5 05/11] target/i386/kvm: Save/load MSRs of kvmclock2 (KVM_FEATURE_CLOCKSOURCE2)
` [PATCH v5 06/11] target/i386/kvm: Drop workaround for KVM_X86_DISABLE_EXITS_HTL typo
` [PATCH v5 07/11] target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type()
` [PATCH v5 08/11] target/i386/kvm: Clean up return values of MSR filter related functions
` [PATCH v5 09/11] target/i386/kvm: Return -1 when kvm_msr_energy_thread_init() fails
` [PATCH v5 10/11] target/i386/kvm: Clean up error handling in kvm_arch_init()
` [PATCH v5 11/11] target/i386/kvm: Replace ARRAY_SIZE(msr_handlers) with KVM_MSR_FILTER_MAX_RANGES

[PATCH v5 0/9] Introduce SMP Cache Topology
 2024-11-06  2:40 UTC  (3+ messages)

[PATCH v2] KVM: x86: Unconditionally set irr_pending when updating APICv state
 2024-11-06  1:51 UTC 

[PATCH 0/2] Introduce configuration for LRU cache of previous CR3s
 2024-11-06  1:42 UTC  (5+ messages)
` [PATCH 2/2] KVM: x86: introduce cache configurations for "

[syzbot] [mm?] BUG: Bad page state in kvm_coalesced_mmio_init
 2024-11-06  1:08 UTC  (2+ messages)

[PATCH V1 vfio 0/7] Enhance the vfio-virtio driver to support live migration
 2024-11-05 23:29 UTC  (7+ messages)
` [PATCH V1 vfio 5/7] vfio/virtio: Add support for the basic live migration functionality
` [PATCH V1 vfio 6/7] vfio/virtio: Add PRE_COPY support for live migration
` [PATCH V1 vfio 7/7] vfio/virtio: Enable live migration once VIRTIO_PCI was configured

[PATCH v1 0/4] Fix a bug in VGIC ITS tables' save/restore
 2024-11-05 21:58 UTC  (8+ messages)
` [PATCH v1 1/4] KVM: selftests: aarch64: Test VGIC ITS tables save/restore
` [PATCH v1 2/4] KVM: arm64: vgic-its: Add a dummy DTE/ITE if necessary in ITS tables save operation
` [PATCH v1 3/4] KVM: arm64: vgic-its: Return device/event id instead of offset in ITS tables restore
` [PATCH v1 4/4] KVM: arm64: vgic-its: Utilize the dummy entry in ITS tables restoring

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-11-05 21:40 UTC  (9+ messages)
` [PATCH 01/26] mm: asi: Make some utility functions noinstr compatible

[PATCH v6 0/5] Correct perf sampling with Guest VMs
 2024-11-05 19:56 UTC  (6+ messages)
` [PATCH v6 1/5] arm: perf: Drop unused functions
` [PATCH v6 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v6 3/5] powerpc: perf: Use perf_arch_instruction_pointer()
` [PATCH v6 4/5] x86: perf: Refactor misc flag assignments
` [PATCH v6 5/5] perf: Correct perf sampling with guest VMs

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-05 19:53 UTC  (5+ messages)

[PATCH v8 00/11] Enable haltpoll on arm64
 2024-11-05 19:45 UTC  (12+ messages)
  ` [PATCH 1/5] asm-generic: add smp_vcond_load_relaxed()
  ` [PATCH 2/5] arm64: add __READ_ONCE_EX()
  ` [PATCH 3/5] arm64: refactor delay() to enable polling for value
  ` [PATCH 4/5] arm64: add smp_vcond_load_relaxed()
  ` [PATCH 5/5] cpuidle: implement poll_idle() using smp_vcond_load_relaxed()

[PATCH v8 00/11] KVM: x86/mmu: Age sptes locklessly
 2024-11-05 19:28 UTC  (17+ messages)
` [PATCH v8 01/11] KVM: Remove kvm_handle_hva_range helper functions
` [PATCH v8 02/11] KVM: Add lockless memslot walk to KVM
` [PATCH v8 03/11] KVM: x86/mmu: Factor out spte atomic bit clearing routine
` [PATCH v8 04/11] KVM: x86/mmu: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v8 05/11] KVM: x86/mmu: Rearrange kvm_{test_,}age_gfn
` [PATCH v8 06/11] KVM: x86/mmu: Only check gfn age in shadow MMU if indirect_shadow_pages > 0
` [PATCH v8 07/11] KVM: x86/mmu: Refactor low level rmap helpers to prep for walking w/o mmu_lock
` [PATCH v8 08/11] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock
` [PATCH v8 09/11] KVM: x86/mmu: Add support for lockless walks of rmap SPTEs
` [PATCH v8 10/11] KVM: x86/mmu: Support rmap walks without holding mmu_lock when aging gfns
` [PATCH v8 11/11] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test

[PATCH] x86/bugs: Adjust SRSO mitigation to new features
 2024-11-05 19:24 UTC  (7+ messages)

[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
 2024-11-05 18:55 UTC  (6+ messages)
` [RFC PATCH 1/4] mm: Add mempolicy support to the filemap layer
` [RFC PATCH 2/4] Introduce fbind syscall
  ` [RFC PATCH 3/4] KVM: guest_memfd: Pass file pointer instead of inode in guest_memfd APIs
  ` [RFC PATCH 4/4] KVM: guest_memfd: Enforce NUMA mempolicy if available

[PATCH v12 0/4] debugfs to hisilicon migration driver
 2024-11-05 18:21 UTC  (4+ messages)
` [PATCH v12 3/4] hisi_acc_vfio_pci: register debugfs for "

[kvm-unit-tests PATCH v1 1/1] s390x: pv: Add test for large host pages backing
 2024-11-05 17:45 UTC 

[Bug 219112] New: Machine will not wake from suspend if KVM VM is running
 2024-11-05 17:44 UTC  (3+ messages)
` [Bug 219112] "

[PATCH v3 0/1] Remove KVM MMU shrinker
 2024-11-05 17:24 UTC  (3+ messages)

[Bug 219009] New: Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected)
 2024-11-05 17:22 UTC  (2+ messages)
` [Bug 219009] "

[PATCH 0/2] Add support for the ERAPS feature
 2024-11-05 16:25 UTC  (13+ messages)
` [PATCH 1/2] x86: cpu/bugs: add support for AMD "

[PATCH v3 0/7] Support attaching PASID to the blocked_domain
 2024-11-05 15:44 UTC  (13+ messages)
` [PATCH v3 1/7] iommu: Prevent pasid attach if no ops->remove_dev_pasid
` [PATCH v3 2/7] iommu: Consolidate the ops->remove_dev_pasid usage into a helper
` [PATCH v3 3/7] iommu: Detaching pasid by attaching to the blocked_domain
` [PATCH v3 5/7] iommu/vt-d: Make the blocked domain support PASID
` [PATCH v3 6/7] iommu/amd: "
` [PATCH v3 7/7] iommu: Remove the remove_dev_pasid op

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

[PATCH v5 00/12] iommufd support pasid attach/replace
 2024-11-05 15:18 UTC  (17+ messages)
` [PATCH v5 01/12] iommu: Introduce a replace API for device pasid
` [PATCH v5 02/12] iommufd: Refactor __fault_domain_replace_dev() to be a wrapper of iommu_replace_group_handle()
` [PATCH v5 03/12] iommufd: Move the iommufd_handle helpers to device.c

[PATCH 0/2] KVM: VMX: Mark Intel PT virtualization as BROKEN
 2024-11-05 13:34 UTC  (5+ messages)
` [PATCH 1/2] KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN

[PATCH] kvm/debugfs: add file to get vcpu steal time statistics
 2024-11-05 12:43 UTC  (7+ messages)

[PATCH v3 0/2] KVM: x86: Check hypercall's exit to userspace generically
 2024-11-05  9:20 UTC  (11+ messages)
` [PATCH v3 1/2] "

[PATCH kvmtool] riscv: Pass correct size to snprintf()
 2024-11-05  9:14 UTC  (2+ messages)

[PATCH v4 0/4] vfio-pci support pasid attach/detach
 2024-11-05  7:44 UTC  (4+ messages)
` [PATCH v4 3/4] vfio: VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT support pasid


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