Linux KVM
[Prev Page][Next Page]
[PATCH for-next] KVM: Push dirty information unconditionally to backup bitmap,
Gavin Shan
[RFC PATCH 00/12] KVM: arm64: Eager huge-page splitting for dirty-logging,
Ricardo Koller
- [RFC PATCH 01/12] KVM: arm64: Relax WARN check in stage2_make_pte(),
Ricardo Koller
- [RFC PATCH 02/12] KVM: arm64: Allow visiting block PTEs in post-order,
Ricardo Koller
- [RFC PATCH 03/12] KVM: arm64: Add stage2_create_removed(),
Ricardo Koller
- [RFC PATCH 04/12] KVM: arm64: Add kvm_pgtable_stage2_split(),
Ricardo Koller
- [RFC PATCH 05/12] arm64: Add a capability for FEAT_BBM level 2,
Ricardo Koller
- [RFC PATCH 08/12] KVM: arm64: Add kvm_uninit_stage2_mmu(),
Ricardo Koller
- [RFC PATCH 06/12] KVM: arm64: Split block PTEs without using break-before-make,
Ricardo Koller
- [RFC PATCH 07/12] KVM: arm64: Refactor kvm_arch_commit_memory_region(),
Ricardo Koller
- [RFC PATCH 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked(),
Ricardo Koller
- [RFC PATCH 09/12] KVM: arm64: Split huge pages when dirty logging is enabled,
Ricardo Koller
- [RFC PATCH 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG,
Ricardo Koller
- [RFC PATCH 12/12] KVM: arm64: Use local TLBI on permission relaxation,
Ricardo Koller
- Re: [RFC PATCH 00/12] KVM: arm64: Eager huge-page splitting for dirty-logging,
Oliver Upton
[PATCH 0/2] KVM: selftests: Enable access_tracking_perf_test for arm64,
Oliver Upton
[PATCH v5 13/20] target/i386: add explicit initialisation for MexTxAttrs,
Alex Bennée
[PATCH v5 04/20] target/arm: ensure KVM traps set appropriate MemTxAttrs,
Alex Bennée
[PATCH v5 15/20] hw/i386: update vapic_write to use MemTxAttrs,
Alex Bennée
[PATCH v16 0/6] KVM: s390: pv: implement lazy destroy for reboot,
Claudio Imbrenda
[PATCH v3 0/3] KVM: allow listener to stop all vcpus before,
Emanuele Giuseppe Esposito
[RFC] vdpa: clear the device when opening/releasing it,
Longpeng(Mike)
Making KMSAN compatible with paravirtualization,
Alexander Potapenko
[GIT PULL] KVM fixes for Linux 6.1-rc6,
Paolo Bonzini
[PATCH v2 0/3] add track_remove_slot and remove track_flush_slot,
Yan Zhao
[PATCH v3 0/8] KVM: x86: Add AMD Guest PerfMonV2 PMU support,
Like Xu
- [PATCH v3 3/8] KVM: x86/pmu: Rewrite reprogram_counters() to improve performance,
Like Xu
- [PATCH v3 4/8] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic,
Like Xu
- [PATCH v3 1/8] KVM: x86/pmu: Rename pmc_is_enabled() to pmc_is_globally_enabled(),
Like Xu
- [PATCH v3 6/8] KVM: x86/svm/pmu: Add AMD PerfMonV2 support,
Like Xu
- [PATCH v3 5/8] KVM: x86/cpuid: Add X86_FEATURE_AMD_PMU_V2 as a KVM-only leaf entry,
Like Xu
- [PATCH v3 8/8] KVM: x86/cpuid: Use fast return for cpuid "0xa" leaf when !enable_pmu,
Like Xu
- [PATCH v3 2/8] KVM: VMX: Refactor intel_pmu_set_msr() to align with other set_msr() helpers,
Like Xu
- [PATCH v3 7/8] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022,
Like Xu
- Re: [PATCH v3 0/8] KVM: x86: Add AMD Guest PerfMonV2 PMU support,
Like Xu
- Re: [PATCH v3 0/8] KVM: x86: Add AMD Guest PerfMonV2 PMU support,
Sean Christopherson
[PATCH 0/3] add track_remove_slot and remove track_flush_slot,
Yan Zhao
[V1 PATCH 0/6] selftests: KVM: selftests for fd-based private memory,
Vishal Annapurve
[PATCH] KVM: x86/mmu: Block all page faults during kvm_zap_gfn_range(),
Sean Christopherson
[PATCH v6 00/26] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2,
Will Deacon
- [PATCH v6 01/26] KVM: arm64: Move hyp refcount manipulation helpers to common header file,
Will Deacon
- [PATCH v6 02/26] KVM: arm64: Allow attaching of non-coalescable pages to a hyp pool,
Will Deacon
- [PATCH v6 03/26] KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memory,
Will Deacon
- [PATCH v6 04/26] KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2,
Will Deacon
- [PATCH v6 05/26] KVM: arm64: Unify identifiers used to distinguish host and hypervisor,
Will Deacon
- [PATCH v6 06/26] KVM: arm64: Implement do_donate() helper for donating memory,
Will Deacon
- [PATCH v6 07/26] KVM: arm64: Prevent the donation of no-map pages,
Will Deacon
- [PATCH v6 08/26] KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2,
Will Deacon
- [PATCH v6 10/26] KVM: arm64: Add hyp_spinlock_t static initializer,
Will Deacon
- [PATCH v6 09/26] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h,
Will Deacon
- [PATCH v6 11/26] KVM: arm64: Rename 'host_kvm' to 'host_mmu',
Will Deacon
- [PATCH v6 12/26] KVM: arm64: Add infrastructure to create and track pKVM instances at EL2,
Will Deacon
- [PATCH v6 13/26] KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1,
Will Deacon
- [RFC PATCH v6 26/26] KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run(),
Will Deacon
- [PATCH v6 16/26] KVM: arm64: Provide I-cache invalidation by virtual address at EL2,
Will Deacon
- [PATCH v6 15/26] KVM: arm64: Initialise hypervisor copies of host symbols unconditionally,
Will Deacon
- [PATCH v6 19/26] KVM: arm64: Instantiate guest stage-2 page-tables at EL2,
Will Deacon
- [PATCH v6 23/26] KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2,
Will Deacon
- [PATCH v6 25/26] KVM: arm64: Clean out the odd handling of completer_addr,
Will Deacon
- [PATCH v6 18/26] KVM: arm64: Consolidate stage-2 initialisation into a single function,
Will Deacon
- [PATCH v6 20/26] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache,
Will Deacon
- [PATCH v6 17/26] KVM: arm64: Add generic hyp_memcache helpers,
Will Deacon
- [PATCH v6 21/26] KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host,
Will Deacon
- [PATCH v6 24/26] KVM: arm64: Don't unnecessarily map host kernel sections at EL2,
Will Deacon
- [PATCH v6 14/26] KVM: arm64: Add per-cpu fixmap infrastructure at EL2,
Will Deacon
- [PATCH v6 22/26] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2,
Will Deacon
- Re: [PATCH v6 00/26] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2,
Marc Zyngier
- Re: [PATCH v6 00/26] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2,
Marc Zyngier
[PATCH v3] virtio/vsock: replace virtio_vsock_pkt with sk_buff,
Bobby Eshleman
[PATCH v2 0/3] KVM: allow listener to stop all vcpus before,
Emanuele Giuseppe Esposito
[PATCH v2 0/9] Linear Address Masking (LAM) KVM Enabling,
Robert Hoo
- [PATCH v2 2/9] KVM: x86: Add CR4.LAM_SUP in guest owned bits,
Robert Hoo
- [PATCH v2 1/9] KVM: x86: Rename cr4_reserved/rsvd_* variables to be more readable,
Robert Hoo
- [PATCH v2 3/9] KVM: x86: MMU: Rename get_cr3() --> get_pgd() and clear high bits for pgd,
Robert Hoo
- [PATCH v2 5/9] KVM: x86: MMU: Integrate LAM bits when build guest CR3,
Robert Hoo
- [PATCH v2 4/9] [Trivial] KVM: x86: MMU: Commets update,
Robert Hoo
- [PATCH v2 9/9] KVM: x86: LAM: Expose LAM CPUID to user space VMM,
Robert Hoo
- [PATCH v2 8/9] KVM: x86: When guest set CR3, handle LAM bits semantics,
Robert Hoo
- [PATCH v2 6/9] KVM: x86: Untag LAM bits when applicable,
Robert Hoo
- [PATCH v2 7/9] KVM: x86: When judging setting CR3 valid or not, consider LAM bits,
Robert Hoo
[PATCH v10 0/7] KVM: arm64: Enable ring-based dirty memory tracking,
Gavin Shan
[RESEND PATCH 0/6] x86/traps,VMX: implement software based NMI/IRQ dispatch for VMX NMI/IRQ reinjection,
Xin Li
- [RESEND PATCH 1/6] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR,
Xin Li
- [RESEND PATCH 2/6] x86/traps: add a system interrupt table for system interrupt dispatch,
Xin Li
- [RESEND PATCH 3/6] x86/traps: add install_system_interrupt_handler(),
Xin Li
- [RESEND PATCH 4/6] x86/traps: add external_interrupt() to dispatch external interrupts,
Xin Li
- [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Xin Li
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Peter Zijlstra
- RE: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Li, Xin3
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Peter Zijlstra
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Paolo Bonzini
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Peter Zijlstra
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Paolo Bonzini
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Peter Zijlstra
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Andrew Cooper
- RE: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Li, Xin3
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Peter Zijlstra
- RE: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Li, Xin3
- RE: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Li, Xin3
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Peter Zijlstra
- RE: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Li, Xin3
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Peter Zijlstra
- RE: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Li, Xin3
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Sean Christopherson
- RE: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Li, Xin3
- RE: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Li, Xin3
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Sean Christopherson
- RE: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Li, Xin3
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Sean Christopherson
- RE: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Li, Xin3
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Sean Christopherson
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Peter Zijlstra
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Sean Christopherson
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Peter Zijlstra
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
Sean Christopherson
- Re: [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection,
H. Peter Anvin
- [RESEND PATCH 6/6] x86/traps: remove unused NMI entry exc_nmi_noist(),
Xin Li
[PATCH 0/6] x86/traps,VMX: implement software based NMI/IRQ dispatch for VMX NMI/IRQ reinjection,
Xin Li
[PATCH] KVM: x86/mmu: avoid accidentally go to shadow path for 0 count tdp root,
Yan Zhao
linux-next: manual merge of the tip tree with the kvm-fixes tree,
Stephen Rothwell
[RFC PATCH 2/3] KVM: arm64: Allow userspace to trap SMCCC sub-ranges,
Oliver Upton
[PATCH v3 0/7] x86: KVM: Advertise CPUID of new Intel platform,
Jiaxi Chen
[RFC PATCH 3/3] KVM: selftests: Test user hypercalls,
Oliver Upton
[PATCH 0/2] KVM: x86/mmu: Use page-track only for... page tracking,
Sean Christopherson
[PATCH] KVM: do not prepare new memslot for KVM_MR_DELETE,
Yan Zhao
[PATCH v6 0/3] vfio/pci: Check the device set open count on reset,
Anthony DeRossi
[PATCH 0/3] KVM: Mark vendor module param read-only after init,
Sean Christopherson
[PATCH] KVM: x86: Remove unnecessary export of kvm_cpu_has_pending_timer(),
Sean Christopherson
[PATCH 0/2] KVM: nVMX: Fix another case where KVM overrides VMX MSRs,
Sean Christopherson
Re: [PATCH v4 15/17] iommufd: Add a selftest,
Matthew Rosato
[RFC PATCH 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv,
Tianyu Lan
- <Possible follow-ups>
- [RFC PATCH 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv,
Tianyu Lan
- [RFC PATCH 01/17] x86/boot: Check boot param's cc_blob_address for direct boot mode,
Tianyu Lan
- [RFC PATCH 02/17] x86/sev: Pvalidate memory gab for decompressing kernel,
Tianyu Lan
- [RFC PATCH 06/17] x86/hyperv: Get Virtual Trust Level via hvcall,
Tianyu Lan
- [RFC PATCH 07/17] x86/hyperv: Use vmmcall to implement hvcall in sev-snp enlightened guest,
Tianyu Lan
- [RFC PATCH 08/17] clocksource: hyper-v: decrypt hyperv tsc page in sev-snp enlightened guest,
Tianyu Lan
- [RFC PATCH 05/17] x86/hyperv: Decrypt hv vp assist page in sev-snp enlightened guest,
Tianyu Lan
- [RFC PATCH 03/17] x86/hyperv: Add sev-snp enlightened guest specific config,
Tianyu Lan
- [RFC PATCH 04/17] x86/hyperv: apic change for sev-snp enlightened guest,
Tianyu Lan
- [RFC PATCH 09/17] x86/hyperv: decrypt vmbus pages for sev-snp enlightened guest,
Tianyu Lan
- [RFC PATCH 10/17] x86/hyperv: set target vtl in the vmbus init message,
Tianyu Lan
- [RFC PATCH 11/17] drivers: hv: Decrypt percpu hvcall input arg page in sev-snp enlightened guest,
Tianyu Lan
- [RFC PATCH 13/17] x86/hyperv: Initialize cpu and memory for sev-snp enlightened guest,
Tianyu Lan
- [RFC PATCH 15/17] x86/hyperv: Add hyperv-specific hadling for VMMCALL under SEV-ES,
Tianyu Lan
- [RFC PATCH 16/17] x86/sev: Add a #HV exception handler,
Tianyu Lan
- [RFC PATCH 12/17] Drivers: hv: vmbus: Decrypt vmbus ring buffer,
Tianyu Lan
- [RFC PATCH 14/17] x86/hyperv: Add smp support for sev-snp guest,
Tianyu Lan
- [RFC PATCH 17/17] x86/sev: Initialize #HV doorbell and handle interrupt requests,
Tianyu Lan
[PATCH 0/2] s390/vfio-ccw: addressing fixes,
Eric Farman
[PATCH v7 0/7] Introduce and test masked events,
Aaron Lewis
[PATCH v3 0/2] KVM: Split huge pages mapped by the TDP MMU on fault,
David Matlack
[PATCH] vhost-vdpa: fix potential memory leak during the release,
Stefano Garzarella
[PATCH v3 00/11] KVM: SVM: fixes for vmentry code,
Paolo Bonzini
- [PATCH 05/11] KVM: SVM: remove unused field from struct vcpu_svm,
Paolo Bonzini
- [PATCH 02/11] KVM: SVM: replace regs argument of __svm_vcpu_run with vcpu_svm,
Paolo Bonzini
- [PATCH 01/11] KVM: x86: use a separate asm-offsets.c file,
Paolo Bonzini
- [PATCH 07/11] KVM: SVM: do not allocate struct svm_cpu_data dynamically,
Paolo Bonzini
- [PATCH 06/11] KVM: SVM: remove dead field from struct svm_cpu_data,
Paolo Bonzini
- [PATCH 03/11] KVM: SVM: adjust register allocation for __svm_vcpu_run,
Paolo Bonzini
- [PATCH 08/11] KVM: SVM: move guest vmsave/vmload back to assembly,
Paolo Bonzini
- [PATCH 11/11] x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callers,
Paolo Bonzini
- [PATCH 10/11] KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly,
Paolo Bonzini
- [PATCH 04/11] KVM: SVM: retrieve VMCB from assembly,
Paolo Bonzini
- [PATCH 09/11] KVM: SVM: restore host save area from assembly,
Paolo Bonzini
[PATCH v2] x86/paravirt: use common macro for creating simple asm paravirt functions,
Juergen Gross
[PATCH] KVM: svm/avic: Drop "struct kvm_x86_ops" for avic_hardware_setup(),
Like Xu
[PATCH v2 0/2] vhost: fix ranges when call vhost_iotlb_itree_first(),
Stefano Garzarella
[PATCH -next] vfio/mlx5: use module_pci_driver,
ruanjinjie
[PATCH v2 0/2] Cleanup VMFUNC handling in KVM.,
Yu Zhang
[PATCH v3 0/3] KVM: x86/pmu: Enable guest PEBS for SPR and later models,
Like Xu
[PATCH v1] MAINTAINERS: Update entries from the Nitro Enclaves section,
Andra Paraschiv
[PATCH v6 00/10] ASID support in vhost-vdpa net,
Eugenio Pérez
- [PATCH v6 02/10] vhost: set SVQ device call handler at SVQ start,
Eugenio Pérez
- [PATCH v6 03/10] vhost: Allocate SVQ device file descriptors at device start,
Eugenio Pérez
- [PATCH v6 01/10] vdpa: Use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop,
Eugenio Pérez
- [PATCH v6 05/10] vdpa: move SVQ vring features check to net/,
Eugenio Pérez
- [PATCH v6 04/10] vdpa: add vhost_vdpa_net_valid_svq_features,
Eugenio Pérez
- [PATCH v6 06/10] vdpa: Allocate SVQ unconditionally,
Eugenio Pérez
- [PATCH v6 09/10] vdpa: Add listener_shadow_vq to vhost_vdpa,
Eugenio Pérez
- [PATCH v6 07/10] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap,
Eugenio Pérez
- [PATCH v6 08/10] vdpa: Store x-svq parameter in VhostVDPAState,
Eugenio Pérez
- [PATCH v6 10/10] vdpa: Always start CVQ in SVQ mode,
Eugenio Pérez
- Re: [PATCH v6 00/10] ASID support in vhost-vdpa net,
Michael S. Tsirkin
Call for FOSDEM presentations on QEMU, KVM, and rust-vmm,
Stefan Hajnoczi
[PATCH v1] s390/vfio-ap: GISA: sort out physical vs virtual pointers usage,
Nico Boehr
[PATCH v2 0/8] KVM: SVM: fixes for vmentry code,
Paolo Bonzini
- [PATCH v2 2/8] KVM: SVM: replace regs argument of __svm_vcpu_run with vcpu_svm,
Paolo Bonzini
- [PATCH v2 3/8] KVM: SVM: adjust register allocation for __svm_vcpu_run,
Paolo Bonzini
- [PATCH v2 5/8] KVM: SVM: move guest vmsave/vmload to assembly,
Paolo Bonzini
- [PATCH v2 1/8] KVM: x86: use a separate asm-offsets.c file,
Paolo Bonzini
- [PATCH v2 6/8] KVM: SVM: restore host save area from assembly,
Paolo Bonzini
- [PATCH v2 4/8] KVM: SVM: retrieve VMCB from assembly,
Paolo Bonzini
- [PATCH v2 8/8] x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callers,
Paolo Bonzini
- [PATCH v2 7/8] KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly,
Paolo Bonzini
- Re: [PATCH v2 0/8] KVM: SVM: fixes for vmentry code,
Nathan Chancellor
[PATCH] RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails,
Anup Patel
[PATCH 0/2] vhost: fix ranges when call vhost_iotlb_itree_first(),
Stefano Garzarella
[PATCH v2] vhost/vsock: Fix error handling in vhost_vsock_init(),
Yuan Can
[PATCH] vhost/vsock: Fix error handling in vhost_vsock_init(),
Yuan Can
[PATCH] KVM: move memslot invalidation later than possible failures,
Yan Zhao
[PATCH] vfio/pci: Add system call KVM_VERIFY_MSI to verify every MSI vector,
chenxiang
[PATCH] KVM: Add system call KVM_VERIFY_MSI to verify MSI vector,
chenxiang
[PATCH v9 0/7] KVM: arm64: Enable ring-based dirty memory tracking,
Gavin Shan
[PATCH v3] KVM: x86: Keep the lock order consistent,
Hao Peng
[PATCH v2 00/11] Connect VFIO to IOMMUFD,
Jason Gunthorpe
- [PATCH v2 06/11] vfio-iommufd: Allow iommufd to be used in place of a container fd,
Jason Gunthorpe
- [PATCH v2 03/11] vfio: Rename vfio_device_assign/unassign_container(),
Jason Gunthorpe
- [PATCH v2 07/11] vfio-iommufd: Support iommufd for physical VFIO devices,
Jason Gunthorpe
- [PATCH v2 09/11] vfio: Move container related MODULE_ALIAS statements into container.c,
Jason Gunthorpe
- [PATCH v2 11/11] iommufd: Allow iommufd to supply /dev/vfio/vfio,
Jason Gunthorpe
- [PATCH v2 05/11] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent(),
Jason Gunthorpe
- [PATCH v2 01/11] vfio: Move vfio_device driver open/close code to a function,
Jason Gunthorpe
- [PATCH v2 10/11] vfio: Make vfio_container optionally compiled,
Jason Gunthorpe
- [PATCH v2 08/11] vfio-iommufd: Support iommufd for emulated VFIO devices,
Jason Gunthorpe
- [PATCH v2 04/11] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c,
Jason Gunthorpe
- [PATCH v2 02/11] vfio: Move vfio_device_assign_container() into vfio_device_first_open(),
Jason Gunthorpe
- Re: [PATCH v2 00/11] Connect VFIO to IOMMUFD,
Nicolin Chen
- RE: [PATCH v2 00/11] Connect VFIO to IOMMUFD,
Tian, Kevin
- Re: [PATCH v2 00/11] Connect VFIO to IOMMUFD,
Matthew Rosato
[PATCH v4 00/17] IOMMUFD Generic interface,
Jason Gunthorpe
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]