Linux KVM
[Prev Page][Next Page]
- Re: [EXTERNAL] Re: [PATCH v2 0/2] vhost-vdpa: Add support for NO-IOMMU mode, (continued)
- [PATCH 0/1] KVM: nVMX: update VPPR on vmlaunch/vmresume,
Markku Ahvenjärvi
- [PATCH RFC 0/3] riscv: add Svukte extension,
Max Hsu
- [PATCH v4 0/5] Correct perf sampling with Guest VMs,
Colton Lewis
- [PATCH] RISCV: KVM: use raw_spinlock for critical section in imsic,
Cyan Yang
- [RFC PATCH V2 0/3] Add NUMA mempolicy support for KVM guest_memfd,
Shivank Garg
- [RFC v2 00/12] Introduce Hybrid CPU Topology via Custom Topology Tree,
Zhao Liu
- [RFC v2 01/12] qdev: Allow qdev_device_add() to add specific category device,
Zhao Liu
- [RFC v2 02/12] qdev: Introduce new device category to cover basic topology device,
Zhao Liu
- [RFC v2 03/12] system/vl: Create CPU topology devices from CLI early,
Zhao Liu
- [RFC v2 04/12] hw/core/machine: Split machine initialization around qemu_add_cli_devices_early(),
Zhao Liu
- [RFC v2 05/12] hw/core/machine: Introduce custom CPU topology with max limitations,
Zhao Liu
- [RFC v2 06/12] hw/cpu: Constrain CPU topology tree with max_limit,
Zhao Liu
- [RFC v2 07/12] hw/core: Re-implement topology helpers to honor max limitations,
Zhao Liu
- [RFC v2 08/12] hw/i386: Use get_max_topo_by_level() to get topology information,
Zhao Liu
- [RFC v2 09/12] i386: Introduce x86 CPU core abstractions,
Zhao Liu
- [RFC v2 10/12] i386/cpu: Support Intel hybrid CPUID,
Zhao Liu
- [RFC v2 11/12] i386/machine: Split machine initialization after CPU creation into post_init(),
Zhao Liu
- [RFC v2 12/12] i386: Support custom topology for microvm, pc-i440fx and pc-q35,
Zhao Liu
- Re: [RFC v2 00/12] Introduce Hybrid CPU Topology via Custom Topology Tree,
Jonathan Cameron
- [PATCH v3 00/34] Use g_assert_not_reached instead of (g_)assert(0,false),
Pierrick Bouvier
- [PATCH v3 01/34] hw/acpi: replace assert(0) with g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 02/34] hw/arm: replace assert(0) with g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 03/34] hw/net: replace assert(0) with g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 04/34] migration: replace assert(0) with g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 05/34] qobject: replace assert(0) with g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 06/34] target/ppc: replace assert(0) with g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 07/34] block: replace assert(false) with g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 08/34] hw/hyperv: replace assert(false) with g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 09/34] hw/net: replace assert(false) with g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 10/34] hw/nvme: replace assert(false) with g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 11/34] hw/pci: replace assert(false) with g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 12/34] hw/ppc: replace assert(false) with g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 13/34] migration: replace assert(false) with g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 14/34] target/i386/kvm: replace assert(false) with g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 15/34] accel/tcg: remove break after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 16/34] block: remove break after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 17/34] hw/acpi: remove break after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 18/34] hw/net: remove break after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 19/34] hw/scsi: remove break after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 20/34] hw/tpm: remove break after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 21/34] target/arm: remove break after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 22/34] target/riscv: remove break after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 23/34] fpu: remove break after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 24/34] tcg/loongarch64: remove break after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 25/34] include/qemu: remove return after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 26/34] hw/hyperv: remove return after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 27/34] hw/net: remove return after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 28/34] hw/pci: remove return after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 29/34] hw/ppc: remove return after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 30/34] migration: remove return after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 31/34] qobject: remove return after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 32/34] qom: remove return after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 33/34] tests/qtest: remove return after g_assert_not_reached(),
Pierrick Bouvier
- [PATCH v3 34/34] scripts/checkpatch.pl: emit error when using assert(false),
Pierrick Bouvier
- [RFC v2 00/15] qom-topo: Abstract CPU Topology Level to Topology Device,
Zhao Liu
- [RFC v2 01/15] qdev: Add pointer to BusChild in DeviceState,
Zhao Liu
- [RFC v2 02/15] qdev: Add the interface to reparent the device,
Zhao Liu
- [RFC v2 03/15] hw/cpu: Introduce CPU topology device and CPU bus,
Zhao Liu
- [RFC v2 04/15] hw/cpu: Introduce CPU slot to manage CPU topology,
Zhao Liu
- [RFC v2 05/15] qdev: Add method in BusClass to customize device index,
Zhao Liu
- [RFC v2 06/15] hw/core: Create CPU slot in MachineState to manage CPU topology tree,
Zhao Liu
- [RFC v2 07/15] hw/core/cpu: Convert CPU from general device to topology device,
Zhao Liu
- [RFC v2 08/15] hw/cpu/core: Convert cpu-core from general device to topology device,
Zhao Liu
- [RFC v2 09/15] hw/cpu: Abstract module/die/socket levels as topology devices,
Zhao Liu
- [RFC v2 10/15] hw/machine: Build smp topology tree from -smp,
Zhao Liu
- [RFC v2 11/15] hw/core: Support topology tree in none machine for compatibility,
Zhao Liu
- [RFC v2 12/15] hw/i386: Allow i386 to create new CPUs in topology tree,
Zhao Liu
- [RFC v2 13/15] system/qdev-monitor: Introduce bus-finder interface for compatibility with bus-less plug behavior,
Zhao Liu
- [RFC v2 14/15] i386/cpu: Support CPU plugged in topology tree via bus-finder,
Zhao Liu
- [RFC v2 15/15] i386: Support topology device tree,
Zhao Liu
- [PATCH v2 0/6] Extend pmu_counters_test to AMD CPUs,
Colton Lewis
- [PATCH 0/8] *** RFC: ARM KVM dirty tracking device ***,
Lilit Janpoladyan
- [PATCH v2 0/3] Add SEV-SNP CipherTextHiding feature support,
Ashish Kalra
- Re: [PATCH 1/1] target/riscv: enable floating point unit,
Heinrich Schuchardt
- [kvm-unit-tests PATCH v1 0/2] s390x: add tests for diag258,
Nico Boehr
- [PATCH v1 0/2] KVM: s390: fix diag258 virtual-physical confusion,
Nico Boehr
- [syzbot] [mm?] INFO: rcu detected stall in sys_execve (6),
syzbot
- [PATCH] kvm/debugfs: add file to get vcpu steal time statistics,
Denis Plotnikov
- [RFC PATCH v2 0/6] vfio: platform: reset: Introduce tegra234 mgbe reset module,
Eric Auger
- Can class_compat usage in vfio/mdev be removed?,
Heiner Kallweit
- [PATCH v4 0/4] selftests: kvm: s390: Add ucontrol memory selftests,
Christoph Schlameuss
- [no subject],
Unknown
- Small question about reserved bits in MSR_AMD64_PERF_CNTR_GLOBAL_STATUS_CLR,
Maxim Levitsky
- [RFC PATCH 0/5] Extend SEV-SNP SVSM support with a kvm_vcpu per VMPL,
Roy Hopkins
- [PATCH RFC 0/3] Add NUMA mempolicy support for KVM guest_memfd,
Shivank Garg
- [RFC PATCH 00/13] Support iommu(fd) persistence for live update,
James Gowans
- [RFC PATCH 01/13] iommufd: Support marking and tracking persistent iommufds,
James Gowans
- [RFC PATCH 02/13] iommufd: Add plumbing for KHO (de)serialise,
James Gowans
- [RFC PATCH 03/13] iommu/intel: zap context table entries on kexec,
James Gowans
- [RFC PATCH 04/13] iommu: Support marking domains as persistent on alloc,
James Gowans
- [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas,
James Gowans
- [RFC PATCH 06/13] iommufd: Expose persistent iommufd IDs in sysfs,
James Gowans
- [RFC PATCH 07/13] iommufd: Re-hydrate a usable iommufd ctx from sysfs,
James Gowans
- [RFC PATCH 08/13] intel-iommu: Add serialise and deserialise boilerplate,
James Gowans
- [RFC PATCH 09/13] intel-iommu: Serialise dmar_domain on KHO activaet,
James Gowans
- [RFC PATCH 10/13] intel-iommu: Re-hydrate persistent domains after kexec,
James Gowans
- [RFC PATCH 11/13] iommu: Add callback to restore persisted iommu_domain,
James Gowans
- [RFC PATCH 12/13] iommufd, guestmemfs: Ensure persistent file used for persistent DMA,
James Gowans
- [RFC PATCH 13/13] iommufd, guestmemfs: Pin files when mapped for persistent DMA,
James Gowans
- [PATCH] LoongArch: KVM: Ensure ret is always initialized in kvm_eiointc_{read,write}(),
Nathan Chancellor
- [GIT PULL 0/8] KVM: s390: pull requests for 6.12,
Janosch Frank
- [PATCH v2 6.10] LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall(),
WangYuli
- [PATCH 6.10] LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall(),
WangYuli
- [PATCH 6.10] LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS,
WangYuli
- [kvm-unit-tests PATCH v4 0/3] riscv: sbi: Add support to test HSM extension,
James Raphael Tiovalen
- [GIT PULL] KVM revert for Linux 6.11-rc8 (or final),
Paolo Bonzini
- [GIT PULL] First batch of KVM changes for Linux 6.12,
Paolo Bonzini
- [PATCH] vhost/net: Set num_buffers for virtio 1.0,
Akihiko Odaki
[PATCH RFC v3 0/9] tun: Introduce virtio-net hashing feature,
Akihiko Odaki
- [PATCH RFC v3 1/9] skbuff: Introduce SKB_EXT_TUN_VNET_HASH,
Akihiko Odaki
- [PATCH RFC v3 2/9] virtio_net: Add functions for hashing,
Akihiko Odaki
- [PATCH RFC v3 3/9] net: flow_dissector: Export flow_keys_dissector_symmetric,
Akihiko Odaki
- [PATCH RFC v3 4/9] tap: Pad virtio header with zero,
Akihiko Odaki
- [PATCH RFC v3 5/9] tun: Pad virtio header with zero,
Akihiko Odaki
- [PATCH RFC v3 6/9] tun: Introduce virtio-net hash reporting feature,
Akihiko Odaki
- [PATCH RFC v3 7/9] tun: Introduce virtio-net RSS,
Akihiko Odaki
- [PATCH RFC v3 8/9] selftest: tun: Add tests for virtio-net hashing,
Akihiko Odaki
- [PATCH RFC v3 9/9] vhost/net: Support VIRTIO_NET_F_HASH_REPORT,
Akihiko Odaki
- Re: [PATCH RFC v3 0/9] tun: Introduce virtio-net hashing feature,
Stephen Hemminger
[GIT PULL] KVM/riscv changes for 6.12,
Anup Patel
[kvm-unit-tests patch v6 00/18] pmu test bugs fix and improvements,
Dapeng Mi
- [kvm-unit-tests patch v6 01/18] x86: pmu: Remove duplicate code in pmu_init(),
Dapeng Mi
- [kvm-unit-tests patch v6 02/18] x86: pmu: Remove blank line and redundant space,
Dapeng Mi
- [kvm-unit-tests patch v6 03/18] x86: pmu: Refine fixed_events[] names,
Dapeng Mi
- [kvm-unit-tests patch v6 04/18] x86: pmu: Fix the issue that pmu_counter_t.config crosses cache line,
Dapeng Mi
- [kvm-unit-tests patch v6 05/18] x86: pmu: Enlarge cnt[] length to 48 in check_counters_many(),
Dapeng Mi
- [kvm-unit-tests patch v6 06/18] x86: pmu: Print measured event count if test fails,
Dapeng Mi
- [kvm-unit-tests patch v6 07/18] x86: pmu: Fix potential out of bound access for fixed events,
Dapeng Mi
- [kvm-unit-tests patch v6 08/18] x86: pmu: Fix cycles event validation failure,
Dapeng Mi
- [kvm-unit-tests patch v6 09/18] x86: pmu: Use macro to replace hard-coded branches event index,
Dapeng Mi
- [kvm-unit-tests patch v6 10/18] x86: pmu: Use macro to replace hard-coded ref-cycles event index,
Dapeng Mi
- [kvm-unit-tests patch v6 11/18] x86: pmu: Use macro to replace hard-coded instructions event index,
Dapeng Mi
- [kvm-unit-tests patch v6 12/18] x86: pmu: Enable and disable PMCs in loop() asm blob,
Dapeng Mi
- [kvm-unit-tests patch v6 13/18] x86: pmu: Improve instruction and branches events verification,
Dapeng Mi
- [kvm-unit-tests patch v6 14/18] x86: pmu: Improve LLC misses event verification,
Dapeng Mi
- [kvm-unit-tests patch v6 15/18] x86: pmu: Adjust lower boundary of llc-misses event to 0 for legacy CPUs,
Dapeng Mi
- [kvm-unit-tests patch v6 16/18] x86: pmu: Add IBPB indirect jump asm blob,
Dapeng Mi
- [kvm-unit-tests patch v6 17/18] x86: pmu: Adjust lower boundary of branch-misses event,
Dapeng Mi
- [kvm-unit-tests patch v6 18/18] x86: pmu: Optimize emulated instruction validation,
Dapeng Mi
[PATCH v10 00/21] Add ACPI CPER firmware first error injection on ARM emulation,
Mauro Carvalho Chehab
[GIT PULL] KVM: x86 pull requests for 6.12,
Sean Christopherson
[PATCH 0/2] KVM: x86/mmu: Repurpose MMU shrinker into page cache shrinker,
Vipin Sharma
[PATCH v3 0/4] LoongArch, MIPS: Unify Loongson IOCSR handling,
Jiaxun Yang
[PATCH v3] x86/bhi: use TSX abort for mitigation on RTM systems,
Jon Kohler
[PATCH v2] x86/bhi: use TSX abort for mitigation on RTM systems,
Jon Kohler
[PATCH v4 0/3] Distinguish between variants of IBPB,
Jim Mattson
[PATCH v3 0/3] selftests: kvm: s390: Add ucontrol memory selftests,
Christoph Schlameuss
[RFC 00/14] AMD: Add Secure AVIC Guest Support,
Neeraj Upadhyay
- [RFC 01/14] x86/apic: Add new driver for Secure AVIC,
Neeraj Upadhyay
- [RFC 02/14] x86/apic: Initialize Secure AVIC APIC backing page,
Neeraj Upadhyay
- [RFC 03/14] x86/apic: Populate .read()/.write() callbacks of Secure AVIC driver,
Neeraj Upadhyay
- [RFC 04/14] x86/apic: Initialize APIC backing page for Secure AVIC,
Neeraj Upadhyay
- [RFC 05/14] x86/apic: Initialize APIC ID for Secure AVIC,
Neeraj Upadhyay
- [RFC 06/14] x86/apic: Add update_vector callback for Secure AVIC,
Neeraj Upadhyay
- [RFC 07/14] x86/apic: Add support to send IPI for Secure AVIC,
Neeraj Upadhyay
- [RFC 08/14] x86/apic: Support LAPIC timer for Secure AVIC,
Neeraj Upadhyay
- [RFC 09/14] x86/sev: Initialize VGIF for secondary VCPUs for Secure AVIC,
Neeraj Upadhyay
- [RFC 10/14] x86/apic: Add support to send NMI IPI for Secure AVIC,
Neeraj Upadhyay
- [RFC 11/14] x86/apic: Allow NMI to be injected from hypervisor for Secure AVIC,
Neeraj Upadhyay
- [RFC 12/14] x86/sev: Enable NMI support for Secure AVIC,
Neeraj Upadhyay
- [RFC 13/14] x86/apic: Enable Secure AVIC in Control MSR,
Neeraj Upadhyay
- [RFC 14/14] x86/sev: Indicate SEV-SNP guest supports Secure AVIC,
Neeraj Upadhyay
- Re: [RFC 00/14] AMD: Add Secure AVIC Guest Support,
Kirill A. Shutemov
[PATCH v9 0/4] debugfs to hisilicon migration driver,
Longfang Liu
[GIT PULL] LoongArch KVM changes for v6.12,
Huacai Chen
[kvm-unit-tests PATCH v1] configure: process arguments not starting with dash,
Nico Boehr
[PATCH -next] KVM: selftests: Use ARRAY_SIZE for array length,
Jiapeng Chong
[PATCH] KVM: x86/tdp_mmu: Trigger the callback only when an interesting change,
Isaku Yamahata
[PATCH v2 0/4] LoongArch, MIPS: Unify Loongson IOCSR handling,
Jiaxun Yang
[PATCH v3 0/5] Correct perf sampling with Guest VMs,
Colton Lewis
[PATCH v2 44/48] migration: remove return after g_assert_not_reached(),
Pierrick Bouvier
[PATCH] vfio-mdev: reinstate VFIO_MDEV Kconfig,
Jon Kohler
[PATCH] x86/bhi: avoid hardware mitigation for 'spectre_bhi=vmexit',
Jon Kohler
[PATCH v3 0/4] vfio-pci support pasid attach/detach,
Yi Liu
[RFC v2 00/21] Provide a new two step DMA API mapping API,
Leon Romanovsky
- [RFC v2 02/21] iommu/dma: Implement link/unlink ranges callbacks,
Leon Romanovsky
- [RFC v2 01/21] iommu/dma: Provide an interface to allow preallocate IOVA,
Leon Romanovsky
- [RFC v2 04/21] dma-mapping: initialize IOVA state struct,
Leon Romanovsky
- [RFC v2 05/21] dma-mapping: provide an interface to allocate IOVA,
Leon Romanovsky
- [RFC v2 06/21] dma-mapping: set and query DMA IOVA state,
Leon Romanovsky
- [RFC v2 07/21] dma-mapping: implement link range API,
Leon Romanovsky
- [RFC v2 03/21] iommu/dma: Add check if IOVA can be used,
Leon Romanovsky
- [RFC v2 09/21] dma-mapping: provide callbacks to link/unlink HMM PFNs to specific IOVA,
Leon Romanovsky
- [RFC v2 10/21] RDMA/umem: Preallocate and cache IOVA for UMEM ODP,
Leon Romanovsky
- [RFC v2 11/21] RDMA/umem: Store ODP access mask information in PFN,
Leon Romanovsky
- [RFC v2 12/21] RDMA/core: Separate DMA mapping to caching IOVA and page linkage,
Leon Romanovsky
- [RFC v2 08/21] mm/hmm: let users to tag specific PFN with DMA mapped bit,
Leon Romanovsky
- [RFC v2 14/21] vfio/mlx5: Explicitly use number of pages instead of allocated length,
Leon Romanovsky
- [RFC v2 15/21] vfio/mlx5: Rewrite create mkey flow to allow better code reuse,
Leon Romanovsky
- [RFC v2 16/21] vfio/mlx5: Explicitly store page list,
Leon Romanovsky
- [RFC v2 17/21] vfio/mlx5: Convert vfio to use DMA link API,
Leon Romanovsky
- [RFC v2 18/21] nvme-pci: remove optimizations for single DMA entry,
Leon Romanovsky
- [RFC v2 13/21] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB,
Leon Romanovsky
- [RFC v2 20/21] nvme-pci: use new dma API,
Leon Romanovsky
- [RFC v2 21/21] nvme-pci: don't allow mapping of bvecs with offset,
Leon Romanovsky
- [RFC v2 19/21] nvme-pci: precalculate number of DMA entries for each command,
Leon Romanovsky
Invitation to COCONUT-SVSM BoF at Linux Plumbers Conference,
Jörg Rödel
[GIT PULL] KVM/arm64 updates for 6.12,
Marc Zyngier
[PATCH] vfio/pci: clean up a type in vfio_pci_ioctl_pci_hot_reset_groups(),
Dan Carpenter
[PATCH v3 0/2] riscv: Add perf support to collect KVM guest statistics from host side,
zhouquan
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]