Linux KVM
[Prev Page][Next Page]
- Re: [PATCH] KVM: x86: Fix the initial value of mcg_cap, (continued)
- [PATCH v2 0/2] KVM: Split huge pages mapped by the TDP MMU on fault,
David Matlack
- [PATCH v7 0/3] KVM: selftests: randomize memory access of dirty_log_perf_test,
Colton Lewis
- [PATCH v2 0/2] KVM: nVMX: Add IBPB between L2 and L1 to,
Jim Mattson
- [PATCH v6 0/8] KVM: x86: Apply NX mitigation more precisely,
Sean Christopherson
- [PATCH v6 1/8] KVM: x86/mmu: Tag disallowed NX huge pages even if they're not tracked,
Sean Christopherson
- [PATCH v6 7/8] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust(),
Sean Christopherson
- [PATCH v6 2/8] KVM: x86/mmu: Rename NX huge pages fields/functions for consistency,
Sean Christopherson
- [PATCH v6 3/8] KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs,
Sean Christopherson
- [PATCH v6 5/8] KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages,
Sean Christopherson
- [PATCH v6 8/8] KVM: x86/mmu: WARN if TDP MMU SP disallows hugepage after being zapped,
Sean Christopherson
- [PATCH v6 6/8] KVM: x86/mmu: Add helper to convert SPTE value to its shadow page,
Sean Christopherson
- [PATCH v6 4/8] KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTE,
Sean Christopherson
- Re: [PATCH v6 0/8] KVM: x86: Apply NX mitigation more precisely,
Paolo Bonzini
- [PATCH v1 0/7] vfio-ccw parent rework,
Eric Farman
- [PATCH] virt: Prevent AES-GCM IV reuse in SNP guest driver,
Peter Gonda
- [kvm-unit-tests PATCH v2 0/1] s390x: do not enable PV dump support by default,
Nico Boehr
- [PATCH] RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for Sstc,
Anup Patel
- 6.1-rc1 regression: virtio-net cpumask and during reboot,
Christian Borntraeger
- [PATCH 0/6] x86: KVM: Expose CPUID to guest for new Intel platform instructions,
Jiaxi Chen
- [PATCH v2 0/8] KVM: selftests: Fix and clean up emulator_error_test,
David Matlack
- [PATCH V5 0/7] KVM: selftests: Add simple SEV test,
Peter Gonda
- [PATCH] vfio: platform: Do not pass return buffer to ACPI _RST method,
Rafael Mendonca
- [kvm-unit-tests PATCH v1 0/2] s390x misc fixes,
Claudio Imbrenda
- [PATCH kvmtool 0/6] RISC-V Svinval, Zihintpause, anad Zicbom support,
Anup Patel
- [PATCH kvmtool 3/6] riscv: Add zihintpause extension support,
Anup Patel
- [PATCH kvmtool 2/6] riscv: Add Svinval extension support,
Anup Patel
- [PATCH kvmtool 4/6] riscv: Move reg encoding helpers to kvm-cpu-arch.h,
Anup Patel
- [PATCH kvmtool 1/6] Update UAPI headers based on Linux-6.1-rc1,
Anup Patel
- [PATCH kvmtool 5/6] riscv: Add Zicbom extension support,
Anup Patel
- [PATCH kvmtool 6/6] riscv: Add --disable-<xyz> options to allow user disable extensions,
Anup Patel
- Re: [PATCH kvmtool 0/6] RISC-V Svinval, Zihintpause, anad Zicbom support,
Anup Patel
- Re: [PATCH kvmtool 0/6] RISC-V Svinval, Zihintpause, anad Zicbom support,
Will Deacon
- [kvm-unit-tests PATCH v1] s390x: do not enable PV dump support by default,
Nico Boehr
- [PATCH 0/4] KVM: VMX: nVMX: Make eVMCS enablement more robust,
Vitaly Kuznetsov
- [PATCH v2 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes,
Gavin Shan
- Re: [PATCH 0/3] kvm support for ksm,
ewandevelop
- [PATCH AUTOSEL 5.19 03/29] crypto: ccp - Initialize PSP when reading psp data file failed,
Sasha Levin
- [PATCH AUTOSEL 6.0 03/32] crypto: ccp - Initialize PSP when reading psp data file failed,
Sasha Levin
- [PATCH v10 00/14] KVM: selftests: Add aarch64/page_fault_test,
Ricardo Koller
- [PATCH v10 01/14] KVM: selftests: Add a userfaultfd library,
Ricardo Koller
- [PATCH v10 02/14] KVM: selftests: aarch64: Add virt_get_pte_hva() library function,
Ricardo Koller
- [PATCH v10 03/14] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete(),
Ricardo Koller
- [PATCH v10 04/14] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros,
Ricardo Koller
- [PATCH v10 05/14] tools: Copy bitfield.h from the kernel sources,
Ricardo Koller
- [PATCH v10 06/14] KVM: selftests: Stash backing_src_type in struct userspace_mem_region,
Ricardo Koller
- [PATCH v10 07/14] KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type,
Ricardo Koller
- [PATCH v10 08/14] KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc(),
Ricardo Koller
- [PATCH v10 09/14] KVM: selftests: Use the right memslot for code, page-tables, and data allocations,
Ricardo Koller
- [PATCH v10 10/14] KVM: selftests: aarch64: Add aarch64/page_fault_test,
Ricardo Koller
- [PATCH v10 11/14] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test,
Ricardo Koller
- [PATCH v10 12/14] KVM: selftests: aarch64: Add dirty logging tests into page_fault_test,
Ricardo Koller
- [PATCH v10 13/14] KVM: selftests: aarch64: Add readonly memslot tests into page_fault_test,
Ricardo Koller
- [PATCH v10 14/14] KVM: selftests: aarch64: Add mix of tests into page_fault_test,
Ricardo Koller
- Re: [PATCH v10 00/14] KVM: selftests: Add aarch64/page_fault_test,
Sean Christopherson
- Re: [PATCH v10 00/14] KVM: selftests: Add aarch64/page_fault_test,
Marc Zyngier
- Re: [PATCH v10 00/14] KVM: selftests: Add aarch64/page_fault_test,
Mark Brown
- [PATCH 0/3] KVM: x86: Add KVM_X86_SET_MSR_FILTE compat handler,
Alexander Graf
- [PATCH v3 0/5] Simplify the module and kconfig structure in vfio,
Jason Gunthorpe
- [PATCH v2] selftests/kvm: Avoid for loop initialization using vcpu->id in xapic_state_test,
Gautam Menghani
- [PATCH v1] KVM: selftests: name the threads,
Wei Wang
- [PATCH v4 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2,
Will Deacon
- [PATCH v4 01/25] KVM: arm64: Move hyp refcount manipulation helpers to common header file,
Will Deacon
- [PATCH v4 02/25] KVM: arm64: Allow attaching of non-coalescable pages to a hyp pool,
Will Deacon
- [PATCH v4 03/25] KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memory,
Will Deacon
- [PATCH v4 04/25] KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2,
Will Deacon
- [PATCH v4 05/25] KVM: arm64: Unify identifiers used to distinguish host and hypervisor,
Will Deacon
- [PATCH v4 06/25] KVM: arm64: Implement do_donate() helper for donating memory,
Will Deacon
- [PATCH v4 07/25] KVM: arm64: Prevent the donation of no-map pages,
Will Deacon
- [PATCH v4 08/25] KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2,
Will Deacon
- [PATCH v4 09/25] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h,
Will Deacon
- [PATCH v4 10/25] KVM: arm64: Add hyp_spinlock_t static initializer,
Will Deacon
- [PATCH v4 11/25] KVM: arm64: Rename 'host_kvm' to 'host_mmu',
Will Deacon
- [PATCH v4 12/25] KVM: arm64: Add infrastructure to create and track pKVM instances at EL2,
Will Deacon
- [PATCH v4 13/25] KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1,
Will Deacon
- [PATCH v4 16/25] KVM: arm64: Provide I-cache invalidation by virtual address at EL2,
Will Deacon
- [PATCH v4 14/25] KVM: arm64: Add per-cpu fixmap infrastructure at EL2,
Will Deacon
- [PATCH v4 15/25] KVM: arm64: Initialise hypervisor copies of host symbols unconditionally,
Will Deacon
- [PATCH v4 19/25] KVM: arm64: Instantiate guest stage-2 page-tables at EL2,
Will Deacon
- [PATCH v4 17/25] KVM: arm64: Add generic hyp_memcache helpers,
Will Deacon
- [PATCH v4 18/25] KVM: arm64: Consolidate stage-2 initialisation into a single function,
Will Deacon
- [PATCH v4 20/25] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache,
Will Deacon
- [PATCH v4 21/25] KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host,
Will Deacon
- [PATCH v4 22/25] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2,
Will Deacon
- [PATCH v4 23/25] KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2,
Will Deacon
- [PATCH v4 24/25] KVM: arm64: Don't unnecessarily map host kernel sections at EL2,
Will Deacon
- [PATCH v4 25/25] KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run(),
Will Deacon
- [kvm-unit-tests PATCH v7 0/1] s390x: Add exit time test,
Nico Boehr
- [kvm-unit-tests PATCH v3 0/8] s390x: uv-host: Access check extensions and improvements,
Janosch Frank
- [Bug 216598] New: Assertion Failure in kvm selftest mmio_warning_test,
bugzilla-daemon
- [PATCH 0/9] Linear Address Masking (LAM) KVM Enabling,
Robert Hoo
- [PATCH 1/9] KVM: x86: Rename cr4_reserved/rsvd_* variables to be more readable,
Robert Hoo
- [PATCH 3/9] KVM: x86: MMU: Rename get_cr3() --> get_pgd() and clear high bits for pgd,
Robert Hoo
- [PATCH 2/9] KVM: x86: Add CR4.LAM_SUP in guest owned bits,
Robert Hoo
- [PATCH 4/9] [Trivial] KVM: x86: MMU: Commets update,
Robert Hoo
- [PATCH 5/9] KVM: x86: MMU: Integrate LAM bits when build guest CR3,
Robert Hoo
- [PATCH 6/9] KVM: x86: Untag LAM bits when applicable,
Robert Hoo
- [PATCH 7/9] KVM: x86: When judging setting CR3 valid or not, consider LAM bits,
Robert Hoo
- [PATCH 8/9] KVM: x86: When guest set CR3, handle LAM bits semantics,
Robert Hoo
- [PATCH 9/9] KVM: x86: LAM: Expose LAM CPUID to user space VMM,
Robert Hoo
- [PATCH v2 1/2] KVM: x86: Reduce refcount if single_open() fails in kvm_mmu_rmaps_stat_open(),
Hou Wenlong
- [PATCH V2] KVM: arm64: vgic: fix wrong loop condition in scan_its_table(),
Eric Ren
- [PATCH AUTOSEL 5.19 03/10] kvm: x86: Do proper cleanup if kvm_x86_ops->vm_init() fails,
Sasha Levin
- [PATCH AUTOSEL 6.0 03/11] kvm: x86: Do proper cleanup if kvm_x86_ops->vm_init() fails,
Sasha Levin
- KVM Call for 2022-10-18,
Juan Quintela
- [PATCH] KVM: x86: Reduce refcount if single_open() fails in kvm_mmu_rmaps_stat_open(),
Hou Wenlong
- [kvm-unit-tests PATCH v6 0/1] s390x: Add exit time test,
Nico Boehr
- [PATCH 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes,
Gavin Shan
- [RFC PATCH v4 0/8] add support for CDX bus,
Nipun Gupta
- [PATCH] MAINTAINERS: git://github -> https://github.com for kvm-riscv,
Palmer Dabbelt
- [PATCH] MAINTAINERS: git://github -> https://github.com for awilliam,
Palmer Dabbelt
- [PATCH v2 00/16] KVM: x86: gfn_to_pfn_cache fixes and cleanups,
Sean Christopherson
- [PATCH v2 01/16] KVM: Initialize gfn_to_pfn_cache locks in dedicated helper,
Sean Christopherson
- [PATCH v2 03/16] KVM: x86: Always use non-compat vcpu_runstate_info size for gfn=>pfn cache,
Sean Christopherson
- [PATCH v2 02/16] KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache,
Sean Christopherson
- [PATCH v2 04/16] KVM: Shorten gfn_to_pfn_cache function names,
Sean Christopherson
- [PATCH v2 05/16] KVM: x86: Remove unused argument in gpc_unmap_khva(),
Sean Christopherson
- [PATCH v2 09/16] KVM: Clean up hva_to_pfn_retry(),
Sean Christopherson
- [PATCH v2 07/16] KVM: Store gfn_to_pfn_cache length as an immutable property,
Sean Christopherson
- [PATCH v2 08/16] KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check(),
Sean Christopherson
- [PATCH v2 11/16] KVM: Drop KVM's API to allow temprorarily unmapping gfn=>pfn cache,
Sean Christopherson
- [PATCH v2 10/16] KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh(),
Sean Christopherson
- [PATCH v2 06/16] KVM: Store immutable gfn_to_pfn_cache properties,
Sean Christopherson
- [PATCH v2 15/16] KVM: selftests: Add tests in xen_shinfo_test to detect lock races,
Sean Christopherson
- [PATCH v2 13/16] KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpers,
Sean Christopherson
- [PATCH v2 12/16] KVM: Do not partially reinitialize gfn=>pfn cache during activation,
Sean Christopherson
- [PATCH v2 14/16] KVM: Skip unnecessary "unmap" if gpc is already valid during refresh,
Sean Christopherson
- [PATCH v2 16/16] KVM: selftests: Mark "guest_saw_irq" as volatile in xen_shinfo_test,
Sean Christopherson
- [RFC PATCH v2 00/10] vhost-blk: in-kernel accelerator for virtio-blk guests,
Andrey Zhadchenko
- [RFC PATCH v2 04/10] drivers/vhost: rework cgroups attachment to be worker aware,
Andrey Zhadchenko
- [RFC PATCH v2 07/10] drivers/vhost: assign workers to virtqueues,
Andrey Zhadchenko
- [RFC PATCH v2 02/10] drivers/vhost: use array to store workers,
Andrey Zhadchenko
- [RFC PATCH v2 05/10] drivers/vhost: rework worker creation,
Andrey Zhadchenko
- [RFC PATCH v2 06/10] drivers/vhost: add ioctl to increase the number of workers,
Andrey Zhadchenko
- [RFC PATCH v2 03/10] drivers/vhost: adjust vhost to flush all workers,
Andrey Zhadchenko
- [RFC PATCH v2 09/10] drivers/vhost: allow polls to be bound to workers via vqs,
Andrey Zhadchenko
- [RFC PATCH v2 01/10] drivers/vhost: vhost-blk accelerator for virtio-blk guests,
Andrey Zhadchenko
- [RFC PATCH v2 10/10] drivers/vhost: queue vhost_blk works at vq workers,
Andrey Zhadchenko
- [RFC PATCH v2 08/10] drivers/vhost: add API to queue work at virtqueue's worker,
Andrey Zhadchenko
- Re: [RFC PATCH v2 00/10] vhost-blk: in-kernel accelerator for virtio-blk guests,
Andrey Zhadchenko
[GIT PULL] virtio: bugfix, reviewer,
Michael S. Tsirkin
[GIT PULL] KVM/arm64 fixes for 6.1, take #1,
Marc Zyngier
[V3 PATCH 0/4] Minor improvements to the selftest setup logic,
Vishal Annapurve
[PATCH v5 0/7] KVM: x86: Hyper-V invariant TSC control feature,
Vitaly Kuznetsov
[kvm-unit-tests PATCH v5 0/1] s390x: Add exit time test,
Nico Boehr
[PATCH] KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test,
Gavin Shan
[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg,
Janis Schoetterl-Glausch
[RFC PATCH] x86/sev-es: Include XSS value in GHCB CPUID request,
John Allen
[RFC PATCH 0/7] SVM guest shadow stack support,
John Allen
[PATCH v4 00/11] KVM: x86/mmu: Make tdp_mmu a read-only parameter,
Sean Christopherson
- [PATCH v4 04/11] KVM: x86/mmu: Handle error PFNs in kvm_faultin_pfn(),
Sean Christopherson
- [PATCH v4 10/11] KVM: x86/mmu: Use static key/branches for checking if TDP MMU is enabled,
Sean Christopherson
- [PATCH v4 03/11] KVM: x86/mmu: Grab mmu_invalidate_seq in kvm_faultin_pfn(),
Sean Christopherson
- [PATCH v4 05/11] KVM: x86/mmu: Avoid memslot lookup during KVM_PFN_ERR_HWPOISON handling,
Sean Christopherson
- [PATCH v4 01/11] KVM: x86/mmu: Change tdp_mmu to a read-only parameter,
Sean Christopherson
- [PATCH v4 02/11] KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled,
Sean Christopherson
- [PATCH v4 08/11] KVM: x86/mmu: Pivot on "TDP MMU enabled" to check if active MMU is TDP MMU,
Sean Christopherson
- [PATCH v4 11/11] KVM: x86/mmu: Stop needlessly making MMU pages available for TDP MMU,
Sean Christopherson
- [PATCH v4 06/11] KVM: x86/mmu: Handle no-slot faults in kvm_faultin_pfn(),
Sean Christopherson
- [PATCH v4 07/11] KVM: x86/mmu: Pivot on "TDP MMU enabled" when handling direct page faults,
Sean Christopherson
- [PATCH v4 09/11] KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with is_tdp_mmu_page(),
Sean Christopherson
- Re: [PATCH v4 00/11] KVM: x86/mmu: Make tdp_mmu a read-only parameter,
David Matlack
[PATCH] KVM: arm64: vgic: fix wrong loop condition in scan_its_table(),
Eric Ren
[PATCH v2 0/3] KVM: selftests: Rename perf_test_util to memstress,
David Matlack
[PATCH v10 0/9] s390x: CPU Topology,
Pierre Morel
[GIT PULL] VFIO updates for v6.1-rc1,
Alex Williamson
[PATCH][RFC] KVM: x86: Don't reset deadline to period when timer is in one shot mode,
Li RongQing
[kvm-unit-tests PATCH v4 0/1] s390x: Add exit time test,
Nico Boehr
[kvm-unit-tests PATCH v3 0/1] s390x: Add exit time test,
Nico Boehr
[PATCH] KVM: x86: Mark transfer type as X86_TRANSFER_RET when loading CS in iret emulation,
Hou Wenlong
[PATCH v4 0/4] kvm/mm: Allow GUP to respond to non fatal signals,
Peter Xu
[kvm-unit-tests PATCH v3 0/2] s390x: Add migration test for guest TOD clock,
Nico Boehr
[PATCH] KVM: arm64: pkvm: Fixup boot mode to reflect that the kernel resumes from EL1,
Marc Zyngier
[PATCH v4 0/1] KVM: s390: pv: fix clock comparator late after suspend/resume,
Nico Boehr
[kvm-unit-tests PATCH v2 0/2] s390x: Add migration test for guest TOD clock,
Nico Boehr
RE: [PATCH] PCI/IOV: Decrease VF memory BAR size to save host memory occupied by PTEs,
Deucher, Alexander
[GIT PULL] Second batch of KVM changes for Linux 6.1,
Paolo Bonzini
[PATCH v5 0/6] ASID support in vhost-vdpa net,
Eugenio Pérez
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]