Linux KVM
[Prev Page][Next Page]
- [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit, (continued)
- [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit,
Sean Christopherson
- [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic,
Sean Christopherson
- [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled after arch hardware setup,
Sean Christopherson
- [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit,
Sean Christopherson
- [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper,
Sean Christopherson
- [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper,
Sean Christopherson
- [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init,
Sean Christopherson
- [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace,
Sean Christopherson
- [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails,
Sean Christopherson
- [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup),
Sean Christopherson
- [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails,
Sean Christopherson
- [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init(),
Sean Christopherson
- [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions,
Sean Christopherson
- [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init(),
Sean Christopherson
- [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init(),
Sean Christopherson
- [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init(),
Sean Christopherson
- [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init,
Sean Christopherson
- [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init(),
Sean Christopherson
- [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init,
Sean Christopherson
- [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks,
Sean Christopherson
- [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name,
Sean Christopherson
- [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook,
Sean Christopherson
- [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code,
Sean Christopherson
- [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init,
Sean Christopherson
- [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks,
Sean Christopherson
- [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules,
Sean Christopherson
- [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code,
Sean Christopherson
- [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks,
Sean Christopherson
- [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around,
Sean Christopherson
- [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops),
Sean Christopherson
- [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU,
Sean Christopherson
- [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling,
Sean Christopherson
- [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section,
Sean Christopherson
- [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init,
Sean Christopherson
- [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable,
Sean Christopherson
- [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock,
Sean Christopherson
- [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit(),
Sean Christopherson
- [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization,
Sean Christopherson
- [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC,
Sean Christopherson
- [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init(),
Sean Christopherson
- [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path,
Sean Christopherson
- [PATCH v2 50/50] KVM: Clean up error labels in kvm_init(),
Sean Christopherson
- Re: [PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling,
Chao Gao
- Re: [PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling,
Paolo Bonzini
- [PATCH] KVM: selftests: restore special vmmcall code layout needed by the harness,
Paolo Bonzini
- [PATCH] KVM: Deal with nested sleeps in kvm_vcpu_block(),
Space Meyer
- [PATCH] KVM: x86: fix uninitialized variable use on KVM_REQ_TRIPLE_FAULT,
Paolo Bonzini
- [kvm-unit-tests PATCH v3 0/2] lib: s390x: add PSW and PSW_WITH_CUR_MASK macros,
Claudio Imbrenda
- [kvm-unit-tests PATCH v1 0/4] lib: add function to request migration,
Nico Boehr
- [PATCH] KVM: x86: Redundant variable assignments can be merged,
liujing
- [PATCH bpf v3] selftests/bpf: Fix "missing ENDBR" BUG for destructor kfunc,
Chen Hu
- [PATCH] KVM: Change non-existent ioctl comment "KVM_CREATE_MEMORY_REGION" to "KVM_SET_MEMORY_REGION",
Lei Wang
- [PATCH v4 0/5] Simplify the module and kconfig structure in vfio,
Jason Gunthorpe
- [PATCH v3 0/7] x86/cpu, kvm: Support AMD Automatic IBRS,
Kim Phillips
- [PATCH v3 1/7] x86/cpu, kvm: Define a scattered No Nested Data Breakpoints feature bit,
Kim Phillips
- [PATCH v3 3/7] x86/cpu, kvm: Make X86_FEATURE_LFENCE_RDTSC a scattered feature bit,
Kim Phillips
- [PATCH v3 2/7] x86/cpu, kvm: Define a scattered Null Selector Clears Base feature bit,
Kim Phillips
- [PATCH v3 4/7] x86/cpu, kvm: Move CPUID 0x80000021 EAX feature bits propagation to kvm_set_cpu_caps,
Kim Phillips
- [PATCH v3 7/7] x86/cpu, kvm: Propagate the AMD Automatic IBRS feature to the guest,
Kim Phillips
- [PATCH v3 5/7] x86/cpu, kvm: Define a scattered AMD Automatic IBRS feature bit,
Kim Phillips
- [PATCH v3 6/7] x86/cpu, kvm: Support AMD Automatic IBRS,
Kim Phillips
- [kvm-unit-tests PATCH] x86: Fix test failures as a result of using clang-18,
Aaron Lewis
- [PATCH v4 00/10] Connect VFIO to IOMMUFD,
Jason Gunthorpe
- [PATCH v4 05/10] vfio-iommufd: Allow iommufd to be used in place of a container fd,
Jason Gunthorpe
- [PATCH v4 01/10] vfio: Move vfio_device driver open/close code to a function,
Jason Gunthorpe
- [PATCH v4 04/10] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent(),
Jason Gunthorpe
- [PATCH v4 08/10] vfio: Move container related MODULE_ALIAS statements into container.c,
Jason Gunthorpe
- [PATCH v4 03/10] vfio: Rename vfio_device_assign/unassign_container(),
Jason Gunthorpe
- [PATCH v4 02/10] vfio: Move vfio_device_assign_container() into vfio_device_first_open(),
Jason Gunthorpe
- [PATCH v4 10/10] iommufd: Allow iommufd to supply /dev/vfio/vfio,
Jason Gunthorpe
- [PATCH v4 09/10] vfio: Make vfio_container optionally compiled,
Jason Gunthorpe
- [PATCH v4 06/10] vfio-iommufd: Support iommufd for physical VFIO devices,
Jason Gunthorpe
- [PATCH v4 07/10] vfio-iommufd: Support iommufd for emulated VFIO devices,
Jason Gunthorpe
- Re: [PATCH v4 00/10] Connect VFIO to IOMMUFD,
Alex Williamson
- [PATCH v6 00/19] IOMMUFD Generic interface,
Jason Gunthorpe
- [PATCH v6 04/19] scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -export,
Jason Gunthorpe
- [PATCH v6 03/19] interval-tree: Add a utility to iterate over spans in an interval tree,
Jason Gunthorpe
- [PATCH v6 02/19] iommu: Add device-centric DMA ownership interfaces,
Jason Gunthorpe
- [PATCH v6 05/19] iommufd: Document overview of iommufd,
Jason Gunthorpe
- [PATCH v6 07/19] kernel/user: Allow user::locked_vm to be usable for iommufd,
Jason Gunthorpe
- [PATCH v6 11/19] iommufd: IOCTLs for the io_pagetable,
Jason Gunthorpe
- [PATCH v6 13/19] iommufd: Add kAPI toward external drivers for physical devices,
Jason Gunthorpe
- [PATCH v6 01/19] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY,
Jason Gunthorpe
- [PATCH v6 16/19] iommufd: Add kernel support for testing iommufd,
Jason Gunthorpe
- [PATCH v6 19/19] iommufd: Add a selftest,
Jason Gunthorpe
- [PATCH v6 09/19] iommufd: Algorithms for PFN storage,
Jason Gunthorpe
- [PATCH v6 12/19] iommufd: Add a HW pagetable object,
Jason Gunthorpe
- [PATCH v6 14/19] iommufd: Add kAPI toward external drivers for kernel access,
Jason Gunthorpe
- [PATCH v6 18/19] iommufd: Add additional invariant assertions,
Jason Gunthorpe
- [PATCH v6 06/19] iommufd: File descriptor, context, kconfig and makefiles,
Jason Gunthorpe
- [PATCH v6 10/19] iommufd: Data structure to provide IOVA to PFN mapping,
Jason Gunthorpe
- [PATCH v6 17/19] iommufd: Add some fault injection points,
Jason Gunthorpe
- [PATCH v6 15/19] iommufd: vfio container FD ioctl compatibility,
Jason Gunthorpe
- [PATCH v6 08/19] iommufd: PFN handling for iopt_pages,
Jason Gunthorpe
- [PATCH v2 00/11] SVM: vNMI (with my fixes),
Maxim Levitsky
- [PATCH v2 02/11] KVM: nSVM: clean up the copying of V_INTR bits from vmcb02 to vmcb12,
Maxim Levitsky
- [PATCH v2 03/11] KVM: nSVM: explicitly raise KVM_REQ_EVENT on nested VM exit if L1 doesn't intercept interrupts,
Maxim Levitsky
- [PATCH v2 01/11] KVM: nSVM: don't sync back tlb_ctl on nested VM exit,
Maxim Levitsky
- [PATCH v2 08/11] x86/cpu: Add CPUID feature bit for VNMI,
Maxim Levitsky
- [PATCH v2 09/11] KVM: SVM: Add VNMI bit definition,
Maxim Levitsky
- [PATCH v2 06/11] KVM: SVM: add wrappers to enable/disable IRET interception,
Maxim Levitsky
- [PATCH v2 07/11] KVM: x86: add a delayed hardware NMI injection interface,
Maxim Levitsky
- [PATCH v2 11/11] KVM: nSVM: implement support for nested VNMI,
Maxim Levitsky
- [PATCH v2 05/11] KVM: x86: emulator: stop using raw host flags,
Maxim Levitsky
- [PATCH v2 10/11] KVM: SVM: implement support for vNMI,
Maxim Levitsky
- [PATCH v2 04/11] KVM: SVM: drop the SVM specific H_FLAGS,
Maxim Levitsky
- Re: [PATCH v2 00/11] SVM: vNMI (with my fixes),
Santosh Shukla
- Re: [PATCH v2 00/11] SVM: vNMI (with my fixes),
Maxim Levitsky
- Re: [PATCH v2 00/11] SVM: vNMI (with my fixes),
Maxim Levitsky
- Re: [PATCH v2 00/11] SVM: vNMI (with my fixes),
Sean Christopherson
- Re: [PATCH v2 00/11] SVM: vNMI (with my fixes),
Sean Christopherson
- [PATCH 0/4] KVM: arm64: Parallel access faults,
Oliver Upton
- [RFC PATCH v4 0/2] Deprecate BUG() in pte_list_remove() in shadow mmu,
Mingwei Zhang
- [PATCH] KVM: X86: set EXITING_GUEST_MODE as soon as vCPU exits,
Jon Kohler
- [PATCH 0/2] KVM: selftests: Fixes for access tracking perf test,
Sean Christopherson
- [PATCH v12 0/7] s390x: CPU Topology,
Pierre Morel
- [PATCH v2] vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundaries,
Joao Martins
- [[RESEND] iommufd PATCH v2 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open,
Yi Liu
- [Bug 199727] CPU freezes in KVM guests during high IO load on host,
bugzilla-daemon
- [PATCH v2 0/2] lib: s390x: add PSW and PSW_CUR_MASK macros,
Claudio Imbrenda
- [iommufd PATCH v2 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open,
Yi Liu
- [PATCH v2 0/4] KVM: selftests: AMX test fix and cleanups,
Sean Christopherson
- [PATCH v2] KVM: x86/mmu: fix an incorrect comment in kvm_mmu_new_pgd(),
Wei Liu
- [PATCH 0/9] RISC-V KVM ONE_REG interface for SBI,
Anup Patel
- [PATCH 1/9] RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config(),
Anup Patel
- [PATCH 2/9] RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h,
Anup Patel
- [PATCH 3/9] RISC-V: KVM: Remove redundant includes of asm/csr.h,
Anup Patel
- [PATCH 5/9] RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.h,
Anup Patel
- [PATCH 4/9] RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg(),
Anup Patel
- [PATCH 6/9] RISC-V: Export sbi_get_mvendorid() and friends,
Anup Patel
- [PATCH 7/9] RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU,
Anup Patel
- [PATCH 8/9] RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid,
Anup Patel
- [PATCH 9/9] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions,
Anup Patel
- Re: [PATCH 0/9] RISC-V KVM ONE_REG interface for SBI,
Anup Patel
- [kvm-unit-tests PATCH v3 0/2] s390x: test CMM during migration,
Nico Boehr
- [PATCH v1 1/1] lib: s390x: add smp_cpu_setup_cur_psw_mask,
Claudio Imbrenda
- [PATCH linux-next] KVM: SVM: remove redundant ret variable,
zhang.songyi
- [bug report] KVM: x86: allow L1 to not intercept triple fault,
Dan Carpenter
- [RFC PATCH v3 0/2] Deprecate BUG() in pte_list_remove() in shadow mmu,
Mingwei Zhang
- [PATCH] KVM: x86/mmu: fix an incorrect comment in kvm_mmu_new_pgd,
Wei Liu
- [PATCH v1 0/2] KVM: x86/xen: Runstate cleanups on top of kvm/queue,
David Woodhouse
- [GIT PULL] KVM fixes for Linux 6.1-rc7,
Paolo Bonzini
- [PATCH] vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundaries,
Joao Martins
- [PATCH V2 00/12] ifcvf/vDPA implement features provisioning,
Zhu Lingshan
- [PATCH V2 01/12] vDPA/ifcvf: decouple hw features manipulators from the adapter,
Zhu Lingshan
- [PATCH V2 03/12] vDPA/ifcvf: alloc the mgmt_dev before the adapter,
Zhu Lingshan
- [PATCH V2 08/12] vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hw,
Zhu Lingshan
- [PATCH V2 04/12] vDPA/ifcvf: decouple vq IRQ releasers from the adapter,
Zhu Lingshan
- [PATCH V2 07/12] vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the adapter,
Zhu Lingshan
- [PATCH V2 05/12] vDPA/ifcvf: decouple config IRQ releaser from the adapter,
Zhu Lingshan
- [PATCH V2 09/12] vDPA/ifcvf: manage ifcvf_hw in the mgmt_dev,
Zhu Lingshan
- [PATCH V2 11/12] vDPA/ifcvf: retire ifcvf_private_to_vf,
Zhu Lingshan
- [PATCH V2 06/12] vDPA/ifcvf: decouple vq irq requester from the adapter,
Zhu Lingshan
- [PATCH V2 02/12] vDPA/ifcvf: decouple config space ops from the adapter,
Zhu Lingshan
- [PATCH V2 12/12] vDPA/ifcvf: implement features provisioning,
Zhu Lingshan
- [PATCH V2 10/12] vDPA/ifcvf: allocate the adapter in dev_add(),
Zhu Lingshan
- Re: [PATCH V2 00/12] ifcvf/vDPA implement features provisioning,
Jason Wang
- [PATCH v3] KVM: x86/xen: add support for 32-bit guests in SCHEDOP_poll,
David Woodhouse
- [PATCH v5 0/8] x86: KVM: Advertise CPUID of new Intel platform instructions to user space,
Jiaxi Chen
- [GIT PULL 00/15] KVM: s390: Updates for 6.2,
Janosch Frank
- [GIT PULL 01/15] s390/mm: gmap: sort out physical vs virtual pointers usage,
Janosch Frank
- [GIT PULL 03/15] KVM: s390: sort out physical vs virtual pointers usage,
Janosch Frank
- [GIT PULL 04/15] KVM: s390: sida: sort out physical vs virtual pointers usage,
Janosch Frank
- [GIT PULL 02/15] s390/entry: sort out physical vs virtual pointers usage in sie64a,
Janosch Frank
- [GIT PULL 05/15] KVM: s390: pv: sort out physical vs virtual pointers usage,
Janosch Frank
- [GIT PULL 06/15] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page,
Janosch Frank
- [GIT PULL 07/15] s390/mm: fix virtual-physical address confusion for swiotlb,
Janosch Frank
- [GIT PULL 09/15] KVM: s390: pv: api documentation for asynchronous destroy,
Janosch Frank
- [GIT PULL 08/15] KVM: s390: pv: asynchronous destroy for reboot,
Janosch Frank
- [GIT PULL 10/15] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE,
Janosch Frank
- [GIT PULL 11/15] KVM: s390: pv: avoid export before import if possible,
Janosch Frank
- [GIT PULL 12/15] KVM: s390: pv: support for Destroy fast UVC,
Janosch Frank
- [GIT PULL 13/15] KVM: s390: pv: module parameter to fence asynchronous destroy,
Janosch Frank
- [GIT PULL 14/15] s390/vfio-ap: GISA: sort out physical vs virtual pointers usage,
Janosch Frank
- [GIT PULL 15/15] KVM: s390: remove unused gisa_clear_ipm_gisc() function,
Janosch Frank
- Broken link on Virtio page,
Sandro Bonazzola
- [GIT PULL 0/1] s390 fixes for 6.1-rc7/8,
Janosch Frank
- [PATCH v2 00/15] Introduce Architectural LBR for vPMU,
Yang Weijiang
- [PATCH v2 02/15] KVM: x86: Report XSS as an MSR to be saved if there are supported features,
Yang Weijiang
- [PATCH v2 01/15] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers,
Yang Weijiang
- [PATCH v2 05/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_DEPTH for guest Arch LBR,
Yang Weijiang
- [PATCH v2 03/15] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS,
Yang Weijiang
- [PATCH v2 04/15] KVM: PMU: disable LBR handling if architectural LBR is available,
Yang Weijiang
- [PATCH v2 14/15] KVM: x86: Add Arch LBR data MSR access interface,
Yang Weijiang
- [PATCH v2 08/15] KVM: x86: Add Arch LBR MSRs to msrs_to_save_all list,
Yang Weijiang
- [PATCH v2 07/15] KVM: VMX: Support passthrough of architectural LBRs,
Yang Weijiang
- [PATCH v2 09/15] KVM: x86: Refine the matching and clearing logic for supported_xss,
Yang Weijiang
- [PATCH v2 06/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL for guest Arch LBR,
Yang Weijiang
- [PATCH v2 10/15] KVM: x86/vmx: Check Arch LBR config when return perf capabilities,
Yang Weijiang
- [PATCH v2 15/15] KVM: x86/cpuid: Advertise Arch LBR feature in CPUID,
Yang Weijiang
- [PATCH v2 13/15] KVM: x86/vmx: Save/Restore guest Arch LBR Ctrl msr at SMM entry/exit,
Yang Weijiang
- [PATCH v2 11/15] KVM: x86: Add XSAVE Support for Architectural LBR,
Yang Weijiang
- [PATCH v2 12/15] KVM: x86/vmx: Disable Arch LBREn bit in #DB and warm reset,
Yang Weijiang
- Re: [PATCH v2 00/15] Introduce Architectural LBR for vPMU,
Yang, Weijiang
- Re: [PATCH v2 00/15] Introduce Architectural LBR for vPMU,
Sean Christopherson
- [PATCH] s390/mm: Use pmd_pgtable_page() helper in __gmap_segment_gaddr(),
Anshuman Khandual
- [PATCH] KVM: selftest: Move XFD CPUID checking out of __vm_xsave_require_permission(),
Wang, Lei
- [PATCH v3] vhost_vdpa: fix the crash in unmap a large memory,
Cindy Lu
- [PATCH v2] vhost_vdpa: fix the crash in unmap a large memory,
Cindy Lu
- [PATCH V1 vfio 00/14] Add migration PRE_COPY support for mlx5 driver,
Yishai Hadas
- [PATCH V1 vfio 11/14] vfio/mlx5: Consider temporary end of stream as part of PRE_COPY,
Yishai Hadas
- [PATCH V1 vfio 12/14] vfio/mlx5: Introduce multiple loads,
Yishai Hadas
- [PATCH V1 vfio 05/14] vfio/mlx5: Refactor MKEY usage,
Yishai Hadas
- [PATCH V1 vfio 02/14] vfio: Extend the device migration protocol with PRE_COPY,
Yishai Hadas
- [PATCH V1 vfio 04/14] vfio/mlx5: Refactor PD usage,
Yishai Hadas
- [PATCH V1 vfio 06/14] vfio/mlx5: Refactor migration file state,
Yishai Hadas
- [PATCH V1 vfio 08/14] vfio/mlx5: Introduce device transitions of PRE_COPY,
Yishai Hadas
- [PATCH V1 vfio 03/14] vfio/mlx5: Enforce a single SAVE command at a time,
Yishai Hadas
- [PATCH V1 vfio 07/14] vfio/mlx5: Refactor to use queue based data chunks,
Yishai Hadas
- [PATCH V1 vfio 10/14] vfio/mlx5: Introduce vfio precopy ioctl implementation,
Yishai Hadas
- [PATCH V1 vfio 13/14] vfio/mlx5: Fallback to STOP_COPY upon specific PRE_COPY error,
Yishai Hadas
- [PATCH V1 vfio 14/14] vfio/mlx5: Enable MIGRATION_PRE_COPY flag,
Yishai Hadas
- [PATCH V1 vfio 01/14] net/mlx5: Introduce ifc bits for pre_copy,
Yishai Hadas
- [PATCH V1 vfio 09/14] vfio/mlx5: Introduce SW headers for migration states,
Yishai Hadas
- Re: [PATCH V1 vfio 00/14] Add migration PRE_COPY support for mlx5 driver,
Yishai Hadas
- [PATCH for 8.0 v8 00/12] ASID support in vhost-vdpa net,
Eugenio Pérez
- [PATCH for 8.0 v8 04/12] vhost: move iova_tree set to vhost_svq_start,
Eugenio Pérez
- [PATCH for 8.0 v8 02/12] vhost: set SVQ device call handler at SVQ start,
Eugenio Pérez
- [PATCH for 8.0 v8 03/12] vhost: allocate SVQ device file descriptors at device start,
Eugenio Pérez
- [PATCH for 8.0 v8 01/12] vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop,
Eugenio Pérez
- [PATCH for 8.0 v8 05/12] vdpa: add vhost_vdpa_net_valid_svq_features,
Eugenio Pérez
- [PATCH for 8.0 v8 08/12] vdpa: allocate SVQ array unconditionally,
Eugenio Pérez
- [PATCH for 8.0 v8 07/12] vdpa: move SVQ vring features check to net/,
Eugenio Pérez
- [PATCH for 8.0 v8 06/12] vdpa: extract vhost_vdpa_svq_allocate_iova_tree,
Eugenio Pérez
- [PATCH for 8.0 v8 09/12] vdpa: add asid parameter to vhost_vdpa_dma_map/unmap,
Eugenio Pérez
- [PATCH for 8.0 v8 10/12] vdpa: store x-svq parameter in VhostVDPAState,
Eugenio Pérez
- [PATCH for 8.0 v8 11/12] vdpa: add shadow_data to vhost_vdpa,
Eugenio Pérez
- [PATCH for 8.0 v8 12/12] vdpa: always start CVQ in SVQ mode if possible,
Eugenio Pérez
- [kvm-unit-tests PATCH v2 0/2] arm/arm64: teach virt_to_pte_phys() about block descriptors,
Alexandru Elisei
- [kvm-unit-tests PATCH v2 0/2] s390x: test CMM during migration,
Nico Boehr
- [PATCH] lib: x86: Use portable format macros for uint32_t,
Like Xu
- [RFC v2 00/11] Move group specific code into group.c,
Yi Liu
- [RFC v2 02/11] vfio: Move the sanity check of the group to vfio_create_group(),
Yi Liu
- [RFC v2 04/11] vfio: Wrap group codes to be helpers for __vfio_register_dev() and unregister,
Yi Liu
- [RFC v2 06/11] vfio: Move device open/close code to be helpfers,
Yi Liu
- [RFC v2 01/11] vfio: Simplify vfio_create_group(),
Yi Liu
- [RFC v2 03/11] vfio: Set device->group in helper function,
Yi Liu
- [RFC v2 09/11] vfio: Wrap vfio group module init/clean code into helpers,
Yi Liu
- [RFC v2 05/11] vfio: Make vfio_device_open() group agnostic,
Yi Liu
- [RFC v2 10/11] vfio: Refactor dma APIs for emulated devices,
Yi Liu
- [RFC v2 07/11] vfio: Swap order of vfio_device_container_register() and open_device(),
Yi Liu
- [RFC v2 11/11] vfio: Move vfio group specific code into group.c,
Yi Liu
- [RFC v2 08/11] vfio: Refactor vfio_device_first_open() and _last_close(),
Yi Liu
- [Bug 216737] New: Call trace happens on guest after running pt vmx tool,
bugzilla-daemon
- [PATCH v4] virtio/vsock: replace virtio_vsock_pkt with sk_buff,
Bobby Eshleman
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]