kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-12 08:40:05 to 2024-11-13 19:02:01 UTC [more...]

[PATCH v8 0/5] Correct perf sampling with Guest VMs
 2024-11-13 19:01 UTC  (2+ messages)
` [PATCH v8 1/5] arm: perf: Drop unused functions

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-13 18:41 UTC  (11+ messages)

[PATCH] i386/kvm: Fix kvm_enable_x2apic link error in non-KVM builds
 2024-11-13 18:40 UTC  (6+ messages)

[PATCH v7 4/5] x86: perf: Refactor misc flag assignments
 2024-11-13 18:39 UTC  (3+ messages)

[PATCH v5 08/10] KVM: SVM: move sev_issue_cmd_external_user to new API
 2024-11-13 18:22 UTC  (11+ messages)
` [PATCH v5 09/10] KVM: SVM: Use new ccp GCTX API
` [PATCH v5 10/10] KVM: SVM: Delay legacy platform initialization on SNP

[PATCH 0/3] KVM: x86: Small changes to support VMware guests
 2024-11-13 17:59 UTC  (15+ messages)
` [PATCH 2/3] KVM: x86: Add support for VMware guest specific hypercalls

[PATCH 0/7] target/i386/kvm/pmu: Enhancement, Bugfix and Cleanup
 2024-11-13 17:15 UTC  (9+ messages)
` [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 v4 00/12] Initial support for SMMUv3 nested translation
 2024-11-13 16:43 UTC  (7+ messages)

[PATCH v4 0/7] Add EPYC-Genoa model and update previous EPYC Models
 2024-11-13 16:23 UTC  (8+ messages)
` [PATCH v4 7/7] target/i386: Add EPYC-Genoa model to support Zen 4 processor series

[PATCH v2 00/11] Remove implicit devres from pci_intx()
 2024-11-13 16:22 UTC  (16+ messages)
` [PATCH v2 01/11] PCI: Prepare removing "
` [PATCH v2 02/11] drivers/xen: Use never-managed version of pci_intx()
` [PATCH v2 03/11] net/ethernet: "
` [PATCH v2 04/11] net/ntb: "
` [PATCH v2 05/11] misc: "
` [PATCH v2 06/11] vfio/pci: "
` [PATCH v2 07/11] PCI: MSI: "
` [PATCH v2 08/11] ata: Use always-managed "
` [PATCH v2 09/11] wifi: qtnfmac: use always-managed version of pcim_intx()
` [PATCH v2 10/11] HID: amd_sfh: Use "
` [PATCH v2 11/11] Remove devres from pci_intx()

[PATCH RFC 0/3] riscv: add Svukte extension
 2024-11-13 16:15 UTC  (3+ messages)
` [PATCH RFC 1/3] dt-bindings: riscv: Add Svukte entry

[PATCH] [v2] x86: kvm: add back X86_LOCAL_APIC dependency
 2024-11-13 16:05 UTC  (2+ messages)

[PATCH] x86: kvm: add back X86_LOCAL_APIC dependency
 2024-11-13 15:54 UTC  (6+ messages)

[PATCH v6 1/8] KVM: SVM: Fix gctx page leak on invalid inputs
 2024-11-13 15:39 UTC  (5+ messages)
` [PATCH v6 2/8] KVM: SVM: Fix snp_context_create error reporting
` [PATCH v6 7/8] KVM: SVM: Use new ccp GCTX API
` [PATCH v6 8/8] KVM: SVM: Delay legacy platform initialization on SNP

[PATCH vhost 0/2] vdpa/mlx5: Iova mapping related fixes
 2024-11-13 15:06 UTC  (10+ messages)
` [PATCH vhost 2/2] vdpa/mlx5: Fix suboptimal range on iotlb iteration

[Invitation] bi-weekly guest_memfd upstream call on 2024-11-14
 2024-11-13 15:04 UTC  (3+ messages)

linux-next: build warning after merge of the kvm tree
 2024-11-13 14:00 UTC  (4+ messages)

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

[PATCH 0/2] x86: KVM: Add missing AMD features
 2024-11-13 13:30 UTC  (3+ messages)
` [PATCH 1/2] x86: KVM: Advertise FSRS and FSRC on AMD to userspace
` [PATCH 2/2] x86: KVM: Advertise AMD's speculation control features

[GIT PULL] KVM: x86 changes for 6.13
 2024-11-13 12:23 UTC  (8+ messages)
` [GIT PULL] KVM: Generic "
` [GIT PULL] KVM: x86: Misc "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: Selftests "
` [GIT PULL] KVM: VMX change "

[PATCH] Documentation: KVM: fix malformed table
 2024-11-13 12:20 UTC 

[PATCH] KVM: x86: expose MSR_PLATFORM_INFO as a feature MSR
 2024-11-13 12:01 UTC 

[PATCH V4 vfio 0/7] Enhance the vfio-virtio driver to support live migration
 2024-11-13 11:52 UTC  (8+ messages)
` [PATCH V4 vfio 1/7] virtio_pci: Introduce device parts access commands
` [PATCH V4 vfio 2/7] virtio: Extend the admin command to include the result size
` [PATCH V4 vfio 3/7] virtio: Manage device and driver capabilities via the admin commands
` [PATCH V4 vfio 4/7] virtio-pci: Introduce APIs to execute device parts "
` [PATCH V4 vfio 5/7] vfio/virtio: Add support for the basic live migration functionality
` [PATCH V4 vfio 6/7] vfio/virtio: Add PRE_COPY support for live migration
` [PATCH V4 vfio 7/7] vfio/virtio: Enable live migration once VIRTIO_PCI was configured

[PATCH V3 vfio 0/7] Enhance the vfio-virtio driver to support live migration
 2024-11-13 11:44 UTC  (4+ messages)
` [PATCH V3 vfio 5/7] vfio/virtio: Add support for the basic live migration functionality

[PATCH v3 00/27] Enable FRED with KVM VMX
 2024-11-13 11:31 UTC  (3+ messages)
` [PATCH v3 10/27] KVM: VMX: Set FRED MSR interception

[RFC PATCH v1 00/10] mm: Introduce and use folio_owner_ops
 2024-11-13 11:27 UTC  (10+ messages)

[PATCH v7 00/10] TDX host: metadata reading tweaks, bug fix and info dump
 2024-11-13 11:26 UTC  (6+ messages)

[PATCH v10 00/27] Enable CET Virtualization
 2024-11-13 10:53 UTC  (10+ messages)

[RFC PATCH v2 0/3] Add support for the ERAPS feature
 2024-11-13 10:33 UTC  (11+ messages)
` [RFC PATCH v2 1/3] x86: cpu/bugs: update SpectreRSB comments for AMD
` [RFC PATCH v2 2/3] x86: cpu/bugs: add support for AMD ERAPS feature

[PATCH v15 0/4] debugfs to hisilicon migration driver
 2024-11-13  7:59 UTC  (5+ messages)
` [PATCH v15 3/4] hisi_acc_vfio_pci: register debugfs for "

[PATCH v5 0/5] vfio-pci support pasid attach/detach
 2024-11-13  7:22 UTC  (6+ messages)
` [PATCH v5 4/5] vfio: Add vfio_copy_user_data()

[PATCH v6 00/60] QEMU TDX support
 2024-11-13  6:28 UTC  (5+ messages)
` [PATCH v6 07/60] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v6 60/60] docs: Add TDX documentation

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-13  3:31 UTC  (2+ messages)

[PATCH v5 00/12] iommufd support pasid attach/replace
 2024-11-13  3:26 UTC  (5+ messages)

[RFC 0/5] LoongArch: KVM: Add separate vmid support
 2024-11-13  3:17 UTC  (6+ messages)
` [RFC 1/5] LoongArch: KVM: Add vmid support for stage2 MMU
` [RFC 2/5] LoongArch: KVM: Add separate vmid feature support
` [RFC 3/5] LoongArch: KVM: implement vmid updating logic
` [RFC 4/5] LoongArch: KVM: Add remote tlb flushing support
` [RFC 5/5] LoongArch: KVM: Enable separate vmid feature

[PATCH] LoongArch: KVM: Ensure ret is always initialized in kvm_eiointc_{read,write}()
 2024-11-13  3:12 UTC  (2+ messages)

[PATCH RFCv1 0/7] vfio: Allow userspace to specify the address for each MSI vector
 2024-11-13  1:34 UTC  (9+ messages)
` [PATCH RFCv1 6/7] PCI/MSI: Add pci_alloc_irq_vectors_iovas helper

[PATCH v2 00/25] TDX vCPU/VM creation
 2024-11-13  1:11 UTC  (16+ messages)
` [PATCH v2 05/25] x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID management
` [PATCH v2 06/25] x86/virt/tdx: Add SEAMCALL wrappers for TDX TD creation
` [PATCH v2 08/25] x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache management
` [PATCH v2 10/25] x86/virt/tdx: Add SEAMCALL wrappers for TDX flush operations

[GIT PULL] virtio: bugfix
 2024-11-13  0:59 UTC  (2+ messages)

[PATCH v1 3/4] system/physmem: Largepage punch hole before reset of memory pages
 2024-11-12 22:24 UTC  (18+ messages)
` [PATCH v2 0/7] hugetlbfs memory HW error fixes
  ` [PATCH v2 1/7] accel/kvm: Keep track of the HWPoisonPage page_size
  ` [PATCH v2 2/7] system/physmem: poisoned memory discard on reboot
  ` [PATCH v2 3/7] accel/kvm: Report the loss of a large memory page
  ` [PATCH v2 6/7] hostmem: Handle remapping of RAM

[GIT PULL] KVM fixes for Linux 6.12-rc8 or final
 2024-11-12 21:38 UTC  (2+ messages)

[GIT PULL 00/14] KVM: s390: pull requests for 6.13
 2024-11-12 18:19 UTC  (16+ messages)
` [GIT PULL 01/14] KVM: s390: selftests: Add regression tests for SORTL and DFLTCC CPU subfunctions
` [GIT PULL 02/14] KVM: s390: selftests: Add regression tests for PRNO, KDSA and KMA crypto subfunctions
` [GIT PULL 03/14] KVM: s390: selftests: Add regression tests for KMCTR, KMF, KMO and PCC "
` [GIT PULL 04/14] KVM: s390: selftests: Add regression tests for KMAC, KMC, KM, KIMD and KLMD "
` [GIT PULL 05/14] KVM: s390: selftests: Add regression tests for PLO subfunctions
` [GIT PULL 06/14] KVM: s390: selftests: Add uc_map_unmap VM test case
` [GIT PULL 07/14] KVM: s390: selftests: Add uc_skey "
` [GIT PULL 08/14] KVM: s390: selftests: Verify reject memory region operations for ucontrol VMs
` [GIT PULL 09/14] KVM: s390: selftests: Fix whitespace confusion in ucontrol test
` [GIT PULL 10/14] KVM: s390: selftests: correct IP.b length in uc_handle_sieic debug output
` [GIT PULL 11/14] KVM: s390: add concurrent-function facility to cpu model
` [GIT PULL 12/14] KVM: s390: add msa11 "
` [GIT PULL 13/14] KVM: s390: add gen17 facilities to CPU model
` [GIT PULL 14/14] KVM: s390: selftests: Add regression tests for PFCR subfunctions

[GIT PULL] virtio: bugfixes
 2024-11-12 18:07 UTC  (2+ messages)

[PATCH v9 00/15] arm64: support poll_idle()
 2024-11-12 16:50 UTC  (7+ messages)
` [PATCH v9 01/15] asm-generic: add barrier smp_cond_load_relaxed_timeout()

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-12 14:52 UTC  (12+ messages)
` [RFC PATCH v3 1/6] arch: introduce set_direct_map_valid_noflush()

[PATCH net v2 0/3] virtio/vsock: Fix memory leaks
 2024-11-12 11:40 UTC  (2+ messages)

[PATCH v3 00/15] Prepare GHES driver to support error injection
 2024-11-12 10:14 UTC  (2+ messages)
` [PATCH v3 09/15] acpi/ghes: better name GHES memory error function

[PATCH 0/5] KVM: nVMX: Honor event priority for PI ack at VM-Enter
 2024-11-12  9:04 UTC  (3+ messages)
` [PATCH 5/5] KVM: nVMX: Honor event priority when emulating PI delivery during VM-Enter

[RFC PATCH v1] KVM: arm64: Introduce KVM_CAP_ARM_SIGBUS_ON_SEA
 2024-11-12  8:55 UTC  (6+ messages)

[PATCH v14 00/13] Add Secure TSC support for SNP guests
 2024-11-12  8:43 UTC  (11+ messages)
` [PATCH v14 03/13] x86/sev: "


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).