Linux KVM
[Prev Page][Next Page]
- [PATCH v10 26/30] LoongArch: KVM: Implement kvm exception vector, (continued)
- [PATCH v5 5/6] mm/gup: remove vmas parameter from pin_user_pages(),
Lorenzo Stoakes
- [PATCH v5 3/6] mm/gup: remove vmas parameter from get_user_pages_remote(),
Lorenzo Stoakes
- [PATCH v5 2/6] mm/gup: remove unused vmas parameter from pin_user_pages_remote(),
Lorenzo Stoakes
- [PATCH v5 1/6] mm/gup: remove unused vmas parameter from get_user_pages(),
Lorenzo Stoakes
- [PATCH v11 00/23] Add vfio_device cdev for iommufd support,
Yi Liu
- [PATCH v11 01/23] vfio: Allocate per device file structure,
Yi Liu
- [PATCH v11 02/23] vfio: Refine vfio file kAPIs for KVM,
Yi Liu
- [PATCH v11 03/23] vfio: Accept vfio device file in the KVM facing kAPI,
Yi Liu
- [PATCH v11 06/23] vfio: Pass struct vfio_device_file * to vfio_device_open/close(),
Yi Liu
- [PATCH v11 05/23] kvm/vfio: Accept vfio device file from userspace,
Yi Liu
- [PATCH v11 07/23] vfio: Block device access via device fd until device is opened,
Yi Liu
- [PATCH v11 04/23] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd,
Yi Liu
- [PATCH v11 09/23] vfio: Make vfio_device_open() single open for device cdev path,
Yi Liu
- [PATCH v11 08/23] vfio: Add cdev_device_open_cnt to vfio_group,
Yi Liu
- [PATCH v11 10/23] vfio-iommufd: Move noiommu compat probe out of vfio_iommufd_bind(),
Yi Liu
- [PATCH v11 11/23] vfio-iommufd: Split bind/attach into two steps,
Yi Liu
- [PATCH v11 12/23] vfio: Record devid in vfio_device_file,
Yi Liu
- [PATCH v11 13/23] vfio-iommufd: Add detach_ioas support for physical VFIO devices,
Yi Liu
- [PATCH v11 15/23] vfio-iommufd: Add detach_ioas support for emulated VFIO devices,
Yi Liu
- [PATCH v11 16/23] vfio: Name noiommu vfio_device with "noiommu-" prefix,
Yi Liu
- [PATCH v11 14/23] iommufd/device: Add iommufd_access_detach() API,
Yi Liu
- [PATCH v11 18/23] vfio: Add cdev for vfio_device,
Yi Liu
- [PATCH v11 19/23] vfio: Add VFIO_DEVICE_BIND_IOMMUFD,
Yi Liu
- [PATCH v11 17/23] vfio: Move vfio_device_group_unregister() to be the first operation in unregister,
Yi Liu
- [PATCH v11 20/23] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT,
Yi Liu
- [PATCH v11 21/23] vfio: Determine noiommu device in __vfio_register_dev(),
Yi Liu
- [PATCH v11 22/23] vfio: Compile vfio_group infrastructure optionally,
Yi Liu
- [PATCH v11 23/23] docs: vfio: Add vfio device cdev description,
Yi Liu
- RE: [PATCH v11 00/23] Add vfio_device cdev for iommufd support,
Xu, Terrence
- RE: [PATCH v11 00/23] Add vfio_device cdev for iommufd support,
Duan, Zhenzhong
- [PATCH v5 00/10] Enhance vfio PCI hot reset for vfio cdev device,
Yi Liu
- [PATCH v5 01/10] vfio-iommufd: Create iommufd_access for noiommu devices,
Yi Liu
- [PATCH v5 02/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset(),
Yi Liu
- [PATCH v5 03/10] vfio/pci: Move the existing hot reset logic to be a helper,
Yi Liu
- [PATCH v5 04/10] vfio: Mark cdev usage in vfio_device,
Yi Liu
- [PATCH v5 05/10] iommufd: Reserve all negative IDs in the iommufd xarray,
Yi Liu
- [PATCH v5 07/10] vfio: Add helper to search vfio_device in a dev_set,
Yi Liu
- [PATCH v5 06/10] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device,
Yi Liu
- [PATCH v5 08/10] iommufd: Add iommufd_ctx_has_group(),
Yi Liu
- [PATCH v5 09/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev,
Yi Liu
- [PATCH v5 10/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Yi Liu
- RE: [PATCH v5 00/10] Enhance vfio PCI hot reset for vfio cdev device,
Xu, Terrence
- [PATCH v3 00/18] x86/reboot: KVM: Clean up "emergency" virt code,
Sean Christopherson
- [PATCH v3 12/18] x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm(),
Sean Christopherson
- [PATCH v3 10/18] x86/virt: KVM: Move VMXOFF helpers into KVM VMX,
Sean Christopherson
- [PATCH v3 15/18] KVM: VMX: Ensure CPU is stable when probing basic VMX support,
Sean Christopherson
- [PATCH v3 01/18] x86/reboot: VMCLEAR active VMCSes before emergency reboot,
Sean Christopherson
- [PATCH v3 17/18] KVM: x86: Force kvm_rebooting=true during emergency reboot/crash,
Sean Christopherson
- [PATCH v3 07/18] x86/reboot: Hoist "disable virt" helpers above "emergency reboot" path,
Sean Christopherson
- [PATCH v3 05/18] x86/reboot: Disable virtualization during reboot iff callback is registered,
Sean Christopherson
- [PATCH v3 16/18] x86/virt: KVM: Move "disable SVM" helper into KVM SVM,
Sean Christopherson
- [PATCH v3 13/18] x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported(),
Sean Christopherson
- [PATCH v3 14/18] KVM: SVM: Check that the current CPU supports SVM in kvm_is_svm_supported(),
Sean Christopherson
- [PATCH v3 09/18] x86/virt: KVM: Open code cpu_has_vmx() in KVM VMX,
Sean Christopherson
- [PATCH v3 08/18] x86/reboot: Expose VMCS crash hooks if and only if KVM_{INTEL,AMD} is enabled,
Sean Christopherson
- [PATCH v3 18/18] KVM: SVM: Use "standard" stgi() helper when disabling SVM,
Sean Christopherson
- [PATCH v3 06/18] x86/reboot: Assert that IRQs are disabled when turning off virtualization,
Sean Christopherson
- [PATCH v3 04/18] x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callback,
Sean Christopherson
- [PATCH v3 03/18] x86/reboot: KVM: Handle VMXOFF in KVM's reboot callback,
Sean Christopherson
- [PATCH v3 02/18] x86/reboot: Harden virtualization hooks for emergency reboot,
Sean Christopherson
- [PATCH v3 11/18] KVM: SVM: Make KVM_AMD depend on CPU_SUP_AMD or CPU_SUP_HYGON,
Sean Christopherson
- [ANNOUNCE / RFC] Periodic Upstream Call for KVM,
Sean Christopherson
- [PATCH 6.3 0/5] KVM CR0.WP series backport,
Mathias Krause
- [PATCH v2 0/2] KVM: Fix race between reboot and hardware enabling,
Sean Christopherson
- WTS Available laptops and Memory cisco,
Justin Gates
- [PATCH v3 00/28] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups,
Sean Christopherson
- [PATCH v3 20/28] KVM: x86/mmu: Move KVM-only page-track declarations to internal header,
Sean Christopherson
- [PATCH v3 15/28] KVM: x86: Reject memslot MOVE operations if KVMGT is attached,
Sean Christopherson
- [PATCH v3 02/28] drm/i915/gvt: remove interface intel_gvt_is_valid_gfn,
Sean Christopherson
- [PATCH v3 24/28] KVM: x86/mmu: Assert that correct locks are held for page write-tracking,
Sean Christopherson
- [PATCH v3 18/28] drm/i915/gvt: switch from ->track_flush_slot() to ->track_remove_region(),
Sean Christopherson
- [PATCH v3 22/28] KVM: x86/mmu: Drop infrastructure for multiple page-track modes,
Sean Christopherson
- [PATCH v3 19/28] KVM: x86: Remove the unused page-track hook track_flush_slot(),
Sean Christopherson
- [PATCH v3 28/28] drm/i915/gvt: Drop final dependencies on KVM internal details,
Sean Christopherson
- [PATCH v3 27/28] KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers,
Sean Christopherson
- [PATCH v3 14/28] KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook,
Sean Christopherson
- [PATCH v3 07/28] drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTT,
Sean Christopherson
- [PATCH v3 26/28] KVM: x86/mmu: Drop @slot param from exported/external page-track APIs,
Sean Christopherson
- [PATCH v3 21/28] KVM: x86/mmu: Use page-track notifiers iff there are external users,
Sean Christopherson
- [PATCH v3 12/28] KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change,
Sean Christopherson
- [PATCH v3 13/28] KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs,
Sean Christopherson
- [PATCH v3 01/28] drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page",
Sean Christopherson
- [PATCH v3 25/28] KVM: x86/mmu: Bug the VM if write-tracking is used but not enabled,
Sean Christopherson
- [PATCH v3 16/28] drm/i915/gvt: Don't bother removing write-protection on to-be-deleted slot,
Sean Christopherson
- [PATCH v3 06/28] drm/i915/gvt: Error out on an attempt to shadowing an unknown GTT entry type,
Sean Christopherson
- [PATCH v3 08/28] drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfns,
Sean Christopherson
- [PATCH v3 09/28] drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt(),
Sean Christopherson
- [PATCH v3 11/28] KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.c,
Sean Christopherson
- [PATCH v3 03/28] drm/i915/gvt: Verify hugepages are contiguous in physical address space,
Sean Christopherson
- [PATCH v3 17/28] KVM: x86: Add a new page-track hook to handle memslot deletion,
Sean Christopherson
- [PATCH v3 10/28] drm/i915/gvt: Protect gfn hash table with vgpu_lock,
Sean Christopherson
- [PATCH v3 05/28] drm/i915/gvt: Explicitly check that vGPU is attached before shadowing,
Sean Christopherson
- [PATCH v3 23/28] KVM: x86/mmu: Rename page-track APIs to reflect the new reality,
Sean Christopherson
- [PATCH v3 04/28] drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn(),
Sean Christopherson
- RE: [PATCH v3 00/28] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups,
Ma, Yongwei
- [PATCH 0/5] s390/uvdevice: Expose secret UVCs,
Steffen Eiden
- [kvm-unit-tests PATCH v3] run_tests: add list tests name option on command line,
=?gb18030?b?yM7D9MP0KMGqzai8r83FwarNqMr919a/xry809A=?==?gb18030?b?z965q8u+sb6yvyk=?=
- [kvm-unit-tests PATCH v2] run_tests: add list tests name option on command line,
=?gb18030?b?yM7D9MP0KMGqzai8r83FwarNqMr919a/xry809A=?==?gb18030?b?z965q8u+sb6yvyk=?=
- [PATCH 0/9] KVM: x86/mmu: Clean up MMU_DEBUG and BUG/WARN usage,
Sean Christopherson
- [PATCH v2 0/8] KVM: x86: Clean up MSR PAT handling,
Sean Christopherson
- [PATCH V5 00/11] vfio/pci: Support dynamic allocation of MSI-X interrupts,
Reinette Chatre
- [PATCH V5 02/11] vfio/pci: Remove negative check on unsigned vector,
Reinette Chatre
- [PATCH V5 03/11] vfio/pci: Prepare for dynamic interrupt context storage,
Reinette Chatre
- [PATCH V5 04/11] vfio/pci: Move to single error path,
Reinette Chatre
- [PATCH V5 01/11] vfio/pci: Consolidate irq cleanup on MSI/MSI-X disable,
Reinette Chatre
- [PATCH V5 06/11] vfio/pci: Remove interrupt context counter,
Reinette Chatre
- [PATCH V5 08/11] vfio/pci: Use bitfield for struct vfio_pci_core_device flags,
Reinette Chatre
- [PATCH V5 09/11] vfio/pci: Probe and store ability to support dynamic MSI-X,
Reinette Chatre
- [PATCH V5 07/11] vfio/pci: Update stale comment,
Reinette Chatre
- [PATCH V5 05/11] vfio/pci: Use xarray for interrupt context storage,
Reinette Chatre
- [PATCH V5 11/11] vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-X,
Reinette Chatre
- [PATCH V5 10/11] vfio/pci: Support dynamic MSI-X,
Reinette Chatre
- Re: [PATCH V5 00/11] vfio/pci: Support dynamic allocation of MSI-X interrupts,
Alex Williamson
- Re: [PATCH V5 00/11] vfio/pci: Support dynamic allocation of MSI-X interrupts,
Jason Gunthorpe
- Re: [PATCH V5 00/11] vfio/pci: Support dynamic allocation of MSI-X interrupts,
Thomas Gleixner
- Re: [PATCH V5 00/11] vfio/pci: Support dynamic allocation of MSI-X interrupts,
Alex Williamson
- [PATCH v3 00/10] Add Intel VT-d nested translation,
Yi Liu
- [PATCH v3 02/10] iommu/vt-d: Extend dmar_domain to support nested domain,
Yi Liu
- [PATCH v3 01/10] iommufd: Add data structure for Intel VT-d stage-1 domain allocation,
Yi Liu
- [PATCH v3 05/10] iommu/vt-d: Make domain attach helpers to be extern,
Yi Liu
- [PATCH v3 09/10] iommu/vt-d: Implement hw_info for iommu capability query,
Yi Liu
- [PATCH v3 03/10] iommu/vt-d: Add helper for nested domain allocation,
Yi Liu
- [PATCH v3 04/10] iommu/vt-d: Add helper to setup pasid nested translation,
Yi Liu
- [PATCH v3 06/10] iommu/vt-d: Set the nested domain to a device,
Yi Liu
- [PATCH v3 07/10] iommu/vt-d: Add iotlb flush for nested domain,
Yi Liu
- [PATCH v3 10/10] iommu/vt-d: Disallow nesting on domains with read-only mappings,
Yi Liu
- [PATCH v3 08/10] iommu/vt-d: Add nested domain allocation,
Yi Liu
- RE: [PATCH v3 00/10] Add Intel VT-d nested translation,
Tian, Kevin
- [PATCH v2 00/11] iommufd: Add nesting infrastructure,
Yi Liu
- [PATCH v2 01/11] iommu: Add new iommu op to create domains owned by userspace,
Yi Liu
- [PATCH v2 09/11] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with user data,
Yi Liu
- [PATCH v2 06/11] iommufd: IOMMU_HWPT_ALLOC allocation with user data,
Yi Liu
- [PATCH v2 07/11] iommufd: Add IOMMU_HWPT_INVALIDATE,
Yi Liu
- [PATCH v2 03/11] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation,
Yi Liu
- [PATCH v2 02/11] iommu: Add nested domain support,
Yi Liu
- [PATCH v2 11/11] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl,
Yi Liu
- [PATCH v2 10/11] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op,
Yi Liu
- [PATCH v2 08/11] iommufd/selftest: Add domain_alloc_user() support in iommu mock,
Yi Liu
- [PATCH v2 04/11] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc(),
Yi Liu
- [PATCH v2 05/11] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables,
Yi Liu
- RE: [PATCH v2 00/11] iommufd: Add nesting infrastructure,
Tian, Kevin
- [GIT PULL] KVM/arm64 fixes for 6.4, take #1,
Marc Zyngier
- [PATCH v3 0/4] iommufd: Add iommu hardware info reporting,
Yi Liu
- [PATCH v3 4/4] iommufd/selftest: Add coverage for IOMMU_DEVICE_GET_HW_INFO ioctl,
Yi Liu
[PATCH 0/1] KVM: s390: vsie: fix the length of APCB bitmap,
Pierre Morel
[PATCH 0/2] RISCV: Add KVM_GET_REG_LIST API,
Haibo Xu
[kvm-unit-tests PATCH] run_tests: add list tests name option on command line,
=?gb18030?b?yM7D9MP0KMGqzai8r83FwarNqMr919a/xry809A=?==?gb18030?b?z965q8u+sb6yvyk=?=
Re: [PATCH v2] vhost_net: revert upend_idx only on retriable error,
Jason Wang
[PATCH v3 00/21] Enable CET Virtualization,
Yang Weijiang
- [PATCH v3 07/21] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS,
Yang Weijiang
- [PATCH v3 02/21] x86/cpufeatures: Add CPU feature flags for shadow stacks,
Yang Weijiang
- [PATCH v3 08/21] KVM:x86: Init kvm_caps.supported_xss with supported feature bits,
Yang Weijiang
- [PATCH v3 11/21] KVM:VMX: Introduce CET VMCS fields and control bits,
Yang Weijiang
- [PATCH v3 01/21] x86/shstk: Add Kconfig option for shadow stack,
Yang Weijiang
- [PATCH v3 06/21] KVM:x86: Report XSS as to-be-saved if there are supported features,
Yang Weijiang
- [PATCH v3 04/21] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states,
Yang Weijiang
- [PATCH v3 09/21] KVM:x86: Load guest FPU state when accessing xsaves-managed MSRs,
Yang Weijiang
- [PATCH v3 10/21] KVM:x86: Add #CP support in guest exception classification,
Yang Weijiang
- [PATCH v3 12/21] KVM:x86: Add fault checks for guest CR4.CET setting,
Yang Weijiang
- [PATCH v3 13/21] KVM:VMX: Emulate reads and writes to CET MSRs,
Yang Weijiang
- [PATCH v3 16/21] KVM:x86: Save/Restore GUEST_SSP to/from SMM state save area,
Yang Weijiang
- [PATCH v3 17/21] KVM:VMX: Pass through user CET MSRs to the guest,
Yang Weijiang
- [PATCH v3 14/21] KVM:VMX: Add a synthetic MSR to allow userspace to access GUEST_SSP,
Yang Weijiang
- [PATCH v3 15/21] KVM:x86: Report CET MSRs as to-be-saved if CET is supported,
Yang Weijiang
- [PATCH v3 20/21] KVM:x86: Enable kernel IBT support for guest,
Yang Weijiang
- [PATCH v3 21/21] KVM:x86: Support CET supervisor shadow stack MSR access,
Yang Weijiang
- [PATCH v3 19/21] KVM:nVMX: Enable user CET support for nested VMX,
Yang Weijiang
- [PATCH v3 03/21] x86/cpufeatures: Enable CET CR4 bit for shadow stack,
Yang Weijiang
- [PATCH v3 18/21] KVM:x86: Enable CET virtualization for VMX and advertise to userspace,
Yang Weijiang
- [PATCH v3 05/21] x86/fpu: Add helper for modifying xstate,
Yang Weijiang
- Re: [PATCH v3 00/21] Enable CET Virtualization,
Sean Christopherson
[PATCH 0/2] KVM: vcpu_array[0] races,
Michal Luczaj
[PATCH v2 0/2] KVM: s390: add counters for vsie performance,
Nico Boehr
[PATCH kvmtool 0/8] RISC-V SBI enable/disable, Zbb, Zicboz, and Ssaia support,
Anup Patel
- [PATCH kvmtool 2/8] riscv: Allow setting custom mvendorid, marchid, and mimpid,
Anup Patel
- [PATCH kvmtool 3/8] riscv: Allow disabling SBI extensions for Guest,
Anup Patel
- [PATCH kvmtool 1/8] Sync-up headers with Linux-6.4-rc1,
Anup Patel
- [PATCH kvmtool 4/8] riscv: Sort the ISA extension array alphabetically,
Anup Patel
- [PATCH kvmtool 6/8] riscv: Add Zicboz extension support,
Anup Patel
- [PATCH kvmtool 5/8] riscv: Add zbb extension support,
Anup Patel
- [PATCH kvmtool 7/8] riscv: Add Ssaia extension support,
Anup Patel
- [PATCH kvmtool 8/8] riscv: Fix guest RAM alloc size computation for RV32,
Anup Patel
[PATCH v8 0/6] Linear Address Masking (LAM) KVM Enabling,
Binbin Wu
[PATCH v2 00/17] Add Nested Translation Support for SMMUv3,
Nicolin Chen
- [PATCH v2 01/17] vfio: Remove VFIO_TYPE1_NESTING_IOMMU,
Nicolin Chen
- [PATCH v2 02/17] iommu/dma: Support MSIs through nested domains,
Nicolin Chen
- [PATCH v2 04/17] iommufd/device: Setup MSI on kernel-managed domains,
Nicolin Chen
- [PATCH v2 03/17] iommufd: Add nesting related data structures for ARM SMMUv3,
Nicolin Chen
- [PATCH v2 09/17] iommu/arm-smmu-v3: Add STRTAB_STE_0_CFG_NESTED for 2-stage translation,
Nicolin Chen
- [PATCH v2 10/17] iommu/arm-smmu-v3: Allow ARM_SMMU_DOMAIN_S1 stage to access s2_cfg,
Nicolin Chen
- [PATCH v2 12/17] iommu/arm-smmu-v3: Pass in user_cfg to arm_smmu_domain_finalise,
Nicolin Chen
- [PATCH v2 07/17] iommu/arm-smmu-v3: Remove ARM_SMMU_DOMAIN_NESTED,
Nicolin Chen
- [PATCH v2 08/17] iommu/arm-smmu-v3: Unset corresponding STE fields when s2_cfg is NULL,
Nicolin Chen
- [PATCH v2 06/17] iommu/arm-smmu-v3: Add arm_smmu_set/unset_dev_user_data,
Nicolin Chen
- [PATCH v2 11/17] iommu/arm-smmu-v3: Add s1dss in struct arm_smmu_s1_cfg,
Nicolin Chen
- [PATCH v2 05/17] iommu/arm-smmu-v3: Add arm_smmu_hw_info,
Nicolin Chen
- [PATCH v2 15/17] iommu/arm-smmu-v3: Implement arm_smmu_get_msi_mapping_domain,
Nicolin Chen
- [PATCH v2 13/17] iommu/arm-smmu-v3: Add arm_smmu_domain_alloc_user,
Nicolin Chen
- [PATCH v2 16/17] iommu/arm-smmu-v3: Add CMDQ_OP_TLBI_NH_VAA and CMDQ_OP_TLBI_NH_ALL,
Nicolin Chen
- [PATCH v2 14/17] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED type of allocations,
Nicolin Chen
- [PATCH v2 17/17] iommu/arm-smmu-v3: Add arm_smmu_cache_invalidate_user,
Nicolin Chen
- RE: [PATCH v2 00/17] Add Nested Translation Support for SMMUv3,
Tian, Kevin
- Re: [PATCH v2 00/17] Add Nested Translation Support for SMMUv3,
Zhangfei Gao
Re: [PATCH] PCI: Apply Intel NVMe quirk to Solidigm P44 Pro,
Bjorn Helgaas
[PATCH AUTOSEL 6.2 02/18] KVM: selftests: Add 'malloc' failure check in vcpu_save_state,
Sasha Levin
[PATCH AUTOSEL 6.3 02/18] KVM: selftests: Add 'malloc' failure check in vcpu_save_state,
Sasha Levin
Re: QEMU developers fortnightly call for agenda for 2023-05-16,
Juan Quintela
[PATCH v2 0/6] KVM: x86/mmu: refine memtype related mmu zap,
Yan Zhao
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]