kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-01 19:21:16 to 2024-11-04 17:19:37 UTC [more...]

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2024-11-04 17:19 UTC  (7+ messages)
` [PATCH v4 05/12] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH v4 09/12] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED

[PATCH 0/4] Advertise CPUID for new instructions in Clearwater Forest
 2024-11-04 16:40 UTC  (10+ messages)
` [PATCH 1/4] x86: KVM: Advertise SHA512 CPUID to userspace
` [PATCH 2/4] x86: KVM: Advertise SM3 "
` [PATCH 3/4] x86: KVM: Advertise SM4 "
` [PATCH 4/4] KVM: x86: Advertise AVX-VNNI-INT16 "

[PATCH 0/2] Add support for the ERAPS feature
 2024-11-04 16:26 UTC  (14+ messages)
` [PATCH 1/2] x86: cpu/bugs: add support for AMD "
` [PATCH 2/2] x86: kvm: svm: add support for ERAPS and FLUSH_RAP_ON_VMRUN

[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-11-04 15:11 UTC  (6+ messages)
` [PATCH v6 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-11-04 14:39 UTC  (11+ messages)
` [PATCH 05/10] guestmemfs: add file mmap callback

[RFC RESEND 0/6] hugetlbfs largepage RAS project
 2024-11-04 14:10 UTC  (13+ messages)
` [PATCH v1 0/4] hugetlbfs memory HW error fixes
  ` [PATCH v1 2/4] accel/kvm: Keep track of the HWPoisonPage page_size
  ` [PATCH v1 3/4] system/physmem: Largepage punch hole before reset of memory pages

[PATCH v4 0/4] vfio-pci support pasid attach/detach
 2024-11-04 13:41 UTC  (6+ messages)
` [PATCH v4 1/4] ida: Add ida_find_first_range()
` [PATCH v4 2/4] vfio-iommufd: Support pasid [at|de]tach for physical VFIO devices
` [PATCH v4 3/4] vfio: VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT support pasid
` [PATCH v4 4/4] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability

[PATCH v5 00/12] iommufd support pasid attach/replace
 2024-11-04 13:25 UTC  (13+ 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 v5 04/12] iommufd: Always pass iommu_attach_handle to iommu core
` [PATCH v5 05/12] iommufd: Pass pasid through the device attach/replace path
` [PATCH v5 06/12] iommufd: Support pasid attach/replace
` [PATCH v5 07/12] iommufd: Allocate auto_domain with IOMMU_HWPT_ALLOC_PASID flag if device is PASID-capable
` [PATCH v5 08/12] iommufd: Enforce pasid compatible domain for PASID-capable device
` [PATCH v5 09/12] iommufd/selftest: Add set_dev_pasid in mock iommu
` [PATCH v5 10/12] iommufd/selftest: Add a helper to get test device
` [PATCH v5 11/12] iommufd/selftest: Add test ops to test pasid attach/detach
` [PATCH v5 12/12] iommufd/selftest: Add coverage for iommufd "

[PATCH v3 0/7] Support attaching PASID to the blocked_domain
 2024-11-04 13:20 UTC  (8+ 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 4/7] iommu/arm-smmu-v3: Make the blocked domain support PASID
` [PATCH v3 5/7] iommu/vt-d: "
` [PATCH v3 6/7] iommu/amd: "
` [PATCH v3 7/7] iommu: Remove the remove_dev_pasid op

[PATCH RFC v2 0/3] riscv: add Svukte extension
 2024-11-04 13:19 UTC  (5+ messages)
` [PATCH RFC v2 3/3] riscv: KVM: Add Svukte extension support for Guest/VM

[PATCH v4 00/13] Make set_dev_pasid op supporting domain replacement
 2024-11-04 13:18 UTC  (14+ messages)
` [PATCH v4 01/13] iommu: Pass old domain to set_dev_pasid op
` [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 09/13] iommu/vt-d: Consolidate the dev_pasid code in intel_svm_set_dev_pasid()
` [PATCH v4 10/13] iommu/vt-d: Fail SVA domain replacement
` [PATCH v4 11/13] iommu/vt-d: Add set_dev_pasid callback for nested domain
` [PATCH v4 12/13] iommu/arm-smmu-v3: Make set_dev_pasid() op support replace
` [PATCH v4 13/13] iommu: Make set_dev_pasid op support domain replacement

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-04 13:09 UTC  (5+ messages)

[RFC PATCH 00/13] Support iommu(fd) persistence for live update
 2024-11-04 13:00 UTC  (6+ messages)
` [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-04 12:53 UTC  (12+ messages)
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v1 08/17] dma-mapping: add a dma_need_unmap helper

[PATCH v2 0/9] KVM: x86: Clean up MSR_IA32_APICBASE_BASE code
 2024-11-04 10:59 UTC  (5+ messages)
` [PATCH v2 8/9] KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base()
` [PATCH v2 9/9] KVM: x86: Short-circuit all of kvm_apic_set_base() if MSR value is unchanged

[PATCH V1 vfio 0/7] Enhance the vfio-virtio driver to support live migration
 2024-11-04 10:21 UTC  (8+ messages)
` [PATCH V1 vfio 1/7] virtio_pci: Introduce device parts access commands
` [PATCH V1 vfio 2/7] virtio: Extend the admin command to include the result size
` [PATCH V1 vfio 3/7] virtio: Manage device and driver capabilities via the admin commands
` [PATCH V1 vfio 4/7] virtio-pci: Introduce APIs to execute device parts "
` [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] x86/bugs: Adjust SRSO mitigation to new features
 2024-11-04 10:15 UTC 

[PATCH v3 0/7] virtio-mem: s390 support
 2024-11-04 10:14 UTC  (2+ messages)

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

[PATCH 00/21] TDX MMU Part 2
 2024-11-04  9:45 UTC  (7+ messages)
` [PATCH 14/21] KVM: TDX: Implement hooks to propagate changes of TDP MMU mirror page table
` [PATCH 21/21] KVM: TDX: Handle vCPU dissociation

[PATCH v1 1/1] s390/kvm: initialize uninitialized flags variable
 2024-11-04  9:43 UTC  (2+ messages)

[PATCH 0/7] target/i386/kvm/pmu: Enhancement, Bugfix and Cleanup
 2024-11-04  9:40 UTC  (8+ messages)
` [PATCH 1/7] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH 2/7] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
` [PATCH 3/7] target/i386/kvm: init PMU information only once
` [PATCH 4/7] target/i386/kvm: rename architectural PMU variables
` [PATCH 5/7] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH 6/7] target/i386/kvm: support perfmon-v2 for reset
` [PATCH 7/7] target/i386/kvm: don't stop Intel PMU counters

[PATCH v11 0/4] debugfs to hisilicon migration driver
 2024-11-04  9:39 UTC  (10+ messages)
` [PATCH v11 3/4] hisi_acc_vfio_pci: register debugfs for "
` [PATCH v11 4/4] Documentation: add debugfs description for hisi migration

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-11-04  9:26 UTC  (4+ messages)
` [PATCH 01/13] PCI: Prepare removing "

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-11-04  8:56 UTC  (10+ messages)
` [RFC PATCH 1/7] block: share more code for bio addition helpers
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio

[PATCH 0/2] RCU related fix based on kvm-coco-queue
 2024-11-04  8:43 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86/tdp_mmu: Use rcu_dereference() to protect sptep for dereferencing
` [PATCH 2/2] KVM: guest_memfd: Remove RCU-protected attribute from slot->gmem.file

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-04  8:33 UTC  (3+ messages)

[PATCH 0/2] KVM: VMX: Mark Intel PT virtualization as BROKEN
 2024-11-04  8:23 UTC  (6+ messages)
` [PATCH 1/2] KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN
` [PATCH 2/2] KVM: VMX: Allow toggling bits in MSR_IA32_RTIT_CTL when enable bit is cleared

[PATCH 0/2] KVM: nVMX: Fix an SVI update bug with passthrough APIC
 2024-11-04  8:17 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
` [PATCH 2/2] KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VID

[PATCH v3] KVM: SVM: Disable AVIC on SNP-enabled system without HvInUseWrAllowed feature
 2024-11-04  7:58 UTC 

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-11-04  6:21 UTC  (2+ messages)

[PATCH v2 00/25] TDX vCPU/VM creation
 2024-11-04  5:59 UTC  (4+ messages)
` [PATCH v2 17/25] KVM: TDX: create/destroy VM structure

[RFC PATCH v1] KVM: arm64: Introduce KVM_CAP_ARM_SIGBUS_ON_SEA
 2024-11-04  5:02 UTC  (3+ messages)

[PATCH] KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabled
 2024-11-04  2:47 UTC  (2+ messages)

[PATCH v2 0/2] LoongArch: KVM: Fix some VM reboot issues
 2024-11-04  2:21 UTC  (4+ messages)
` [PATCH v2 1/2] LoongArch: Fix AP booting issue in VM mode

[PATCH v1 1/1] vfio/nvgrace-gpu: Add a new GH200 SKU to the devid table
 2024-11-04  1:47 UTC  (3+ messages)

vmx_pmu_caps_test fails on Skylake based CPUS due to read only LBRs
 2024-11-03 23:32 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/5] Collection of tests for canonical checks on LA57 enabled CPUs
 2024-11-03 21:08 UTC  (2+ messages)

[kvm-unit-tests PATCH] pmu_lbr: drop check for MSR_LBR_TOS != 0
 2024-11-03 21:06 UTC  (2+ messages)

[Bug 219112] New: Machine will not wake from suspend if KVM VM is running
 2024-11-03 19:45 UTC  (2+ messages)
` [Bug 219112] "

[PATCH vfio 0/7] Enhances the vfio-virtio driver to support live migration
 2024-11-03 14:38 UTC  (9+ messages)

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

[PATCHSET][RFC] struct fd and memory safety
 2024-11-03  6:31 UTC  (32+ messages)
` [PATCHSET v3] "
  ` [PATCH v3 01/28] net/socket.c: switch to CLASS(fd)
    ` [PATCH v3 02/28] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
    ` [PATCH v3 03/28] timerfd: switch to CLASS(fd)
    ` [PATCH v3 04/28] get rid of perf_fget_light(), convert kernel/events/core.c "
    ` [PATCH v3 05/28] switch netlink_getsockbyfilp() to taking descriptor
    ` [PATCH v3 06/28] do_mq_notify(): saner skb freeing on failures
    ` [PATCH v3 07/28] do_mq_notify(): switch to CLASS(fd)
    ` [PATCH v3 08/28] simplify xfs_find_handle() a bit
    ` [PATCH v3 09/28] convert vmsplice() to CLASS(fd)
    ` [PATCH v3 10/28] fdget_raw() users: switch to CLASS(fd_raw)
    ` [PATCH v3 11/28] introduce "fd_pos" class, convert fdget_pos() users to it
    ` [PATCH v3 12/28] o2hb_region_dev_store(): avoid goto around fdget()/fdput()
    ` [PATCH v3 13/28] privcmd_ioeventfd_assign(): don't open-code eventfd_ctx_fdget()
    ` [PATCH v3 14/28] fdget(), trivial conversions
    ` [PATCH v3 15/28] fdget(), more "
    ` [PATCH v3 16/28] convert do_preadv()/do_pwritev()
    ` [PATCH v3 17/28] convert cachestat(2)
    ` [PATCH v3 18/28] switch spufs_calls_{get,put}() to CLASS() use
    ` [PATCH v3 19/28] convert spu_run(2)
    ` [PATCH v3 20/28] convert media_request_get_by_fd()
    ` [PATCH v3 21/28] convert cifs_ioctl_copychunk()
    ` [PATCH v3 22/28] convert vfs_dedupe_file_range()
    ` [PATCH v3 23/28] convert do_select()
    ` [PATCH v3 24/28] do_pollfd(): convert to CLASS(fd)
    ` [PATCH v3 25/28] assorted variants of irqfd setup: "
    ` [PATCH v3 26/28] memcg_write_event_control(): switch "
    ` [PATCH v3 27/28] css_set_fork(): switch to CLASS(fd_raw, ...)
    ` [PATCH v3 28/28] deal with the last remaing boolean uses of fd_file()

[PATCH v3 1/4] kvm: svm: Fix gctx page leak on invalid inputs
 2024-11-02  0:08 UTC  (2+ messages)
` [PATCH v3 4/4] KVM: SVM: Delay legacy platform initialization on SNP

[PATCH v1 0/5] SEV-SNP: Add KVM support for attestation and KVM_EXIT_COCO
 2024-11-01 23:54 UTC  (12+ messages)
` [PATCH v1 4/5] KVM: Introduce KVM_EXIT_COCO exit type

[RFC PATCH 0/1] KVM selftests runner for running more than just default
 2024-11-01 22:13 UTC  (3+ messages)

[PATCH v2 0/6] KVM: x86/mmu: Optimize TDP MMU huge page recovery during disable-dirty-log
 2024-11-01 20:37 UTC  (7+ messages)
` [PATCH v2 4/6] KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zapping

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

[PATCH v3 0/1] Remove KVM MMU shrinker
 2024-11-01 20:21 UTC  (3+ messages)
` [PATCH v3 1/1] KVM: x86/mmu: Remove KVM mmu shrinker

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-01 19:39 UTC  (3+ messages)

[PATCH] KVM: x86: Update irr_pending when setting APIC state with APICv disabled
 2024-11-01 19:35 UTC 

[PATCH 00/11] KVM: selftests: AVX support + fixes
 2024-11-01 19:31 UTC  (3+ messages)

[PATCH v5 0/4] Distinguish between variants of IBPB
 2024-11-01 19:28 UTC  (5+ messages)

[PATCH v4 0/4] KVM: x86: Fix and harden reg caching from !TASK context
 2024-11-01 19:28 UTC  (3+ messages)

[PATCH] KVM: x86: Ensure vcpu->mode is loaded from memory in kvm_vcpu_exit_request()
 2024-11-01 19:26 UTC  (3+ messages)

[PATCH 0/2] Fixup two comments
 2024-11-01 19:25 UTC  (3+ messages)

[PATCH v4 0/4] Relax canonical checks on some arch msrs
 2024-11-01 19:25 UTC  (3+ messages)

[PATCH] KVM: x86: Document an erratum in KVM_SET_VCPU_EVENTS on Intel CPUs
 2024-11-01 19:24 UTC  (3+ messages)

[PATCH 0/9] KVM: x86: Add a quirk for feature MSR initialization
 2024-11-01 19:23 UTC  (3+ 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).