Linux KVM
[Prev Page][Next Page]
- Re: [PATCH] KVM: selftests: Add coverage of MTE system registers, (continued)
- [PATCH vfio] vfio/mlx5: Fix the report of dirty_bytes upon pre-copy,
Yishai Hadas
- [PATCH v4 0/5] Add IO page table replacement support,
Nicolin Chen
- [PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support,
Yi Liu
- [PATCH v6 01/24] vfio: Allocate per device file structure,
Yi Liu
- [PATCH v6 02/24] vfio: Refine vfio file kAPIs for KVM,
Yi Liu
- [PATCH v6 03/24] vfio: Accept vfio device file in the KVM facing kAPI,
Yi Liu
- [PATCH v6 05/24] kvm/vfio: Accept vfio device file from userspace,
Yi Liu
- [PATCH v6 04/24] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd,
Yi Liu
- [PATCH v6 07/24] vfio: Block device access via device fd until device is opened,
Yi Liu
- [PATCH v6 06/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close(),
Yi Liu
- [PATCH v6 08/24] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset(),
Yi Liu
- [PATCH v6 09/24] vfio/pci: Only need to check opened devices in the dev_set for hot reset,
Yi Liu
- [PATCH v6 14/24] vfio: Add cdev_device_open_cnt to vfio_group,
Yi Liu
- [PATCH v6 16/24] vfio: Make vfio_device_first_open() to cover the noiommu mode in cdev path,
Yi Liu
- [PATCH v6 10/24] vfio/pci: Rename the helpers and data in hot reset path to accept device fd,
Yi Liu
- [PATCH v6 17/24] vfio-iommufd: Make vfio_iommufd_bind() selectively return devid,
Yi Liu
- [PATCH v6 11/24] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl,
Yi Liu
- [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Yi Liu
- RE: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Tian, Kevin
- Re: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Alex Williamson
- RE: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Tian, Kevin
- [offlist] RE: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Liu, Yi L
- Re: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Alex Williamson
- RE: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Tian, Kevin
- Re: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Alex Williamson
- RE: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Tian, Kevin
- Re: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Alex Williamson
- Re: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Jason Gunthorpe
- Re: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Alex Williamson
- Re: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Jason Gunthorpe
- Re: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Alex Williamson
- Re: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Jason Gunthorpe
- Re: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Alex Williamson
- RE: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Liu, Yi L
- Re: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Jason Gunthorpe
- RE: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Liu, Yi L
- Re: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Jason Gunthorpe
- RE: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Liu, Yi L
- Re: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Jason Gunthorpe
- RE: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Liu, Yi L
- RE: [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Liu, Yi L
- [PATCH v6 15/24] vfio: Make vfio_device_open() single open for device cdev path,
Yi Liu
- [PATCH v6 13/24] vfio/iommufd: Split the compat_ioas attach out from vfio_iommufd_bind(),
Yi Liu
- [PATCH v6 18/24] vfio-iommufd: Add detach_ioas support for physical VFIO devices,
Yi Liu
- [PATCH v6 19/24] vfio-iommufd: Add detach_ioas support for emulated VFIO devices,
Yi Liu
- [PATCH v6 22/24] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT,
Yi Liu
- [PATCH v6 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD,
Yi Liu
- [PATCH v6 20/24] vfio: Add cdev for vfio_device,
Yi Liu
- [PATCH v6 23/24] vfio: Compile group optionally,
Yi Liu
- [PATCH v6 24/24] docs: vfio: Add vfio device cdev description,
Yi Liu
- [PATCH v1 0/5] vfio: Make emulated devices prepared for vfio device cdev,
Yi Liu
- [PATCH] KVM: x86/pmu/misc: Fix a typo on kvm_pmu_request_counter_reprogam(),
Like Xu
- Re: [PATCH] RISC-V: KVM: Fix sometimes VCPU not woken up when Sstc enabled,
Anup Patel
- [PATCH] KVM: x86: Remove a redundant guest cpuid check in kvm_set_cr4(),
Robert Hoo
- [PATCH 0/3] powerpc/kvm: Enable HV KVM guests to use prefixed instructions to access emulated MMIO,
Paul Mackerras
- [RFC PATCH v4 0/7] pds vfio driver,
Brett Creeley
- [PATCH v2 00/17] Add iommufd physical device operations for replace and alloc hwpt,
Jason Gunthorpe
- [PATCH v2 02/17] iommufd: Add iommufd_group,
Jason Gunthorpe
- [PATCH v2 11/17] iommu: Introduce a new iommu_group_replace_domain() API,
Jason Gunthorpe
- [PATCH v2 01/17] iommufd: Move isolated msi enforcement to iommufd_device_bind(),
Jason Gunthorpe
- [PATCH v2 04/17] iommu: Export iommu_get_resv_regions(),
Jason Gunthorpe
- [PATCH v2 07/17] iommufd: Make sw_msi_start a group global,
Jason Gunthorpe
- [PATCH v2 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt,
Jason Gunthorpe
- [PATCH v2 08/17] iommufd: Move putting a hwpt to a helper function,
Jason Gunthorpe
- [PATCH v2 03/17] iommufd: Replace the hwpt->devices list with iommufd_group,
Jason Gunthorpe
- [PATCH v2 17/17] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC,
Jason Gunthorpe
- [PATCH v2 12/17] iommufd: Add iommufd_device_replace(),
Jason Gunthorpe
- [PATCH v2 13/17] iommufd: Make destroy_rwsem use a lock class per object type,
Jason Gunthorpe
- [PATCH v2 14/17] iommufd/selftest: Test iommufd_device_replace(),
Jason Gunthorpe
- [PATCH v2 06/17] iommufd: Use the iommufd_group to avoid duplicate MSI setup,
Jason Gunthorpe
- [PATCH v2 16/17] iommufd/selftest: Return the real idev id from selftest mock_domain,
Jason Gunthorpe
- [PATCH v2 09/17] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc(),
Jason Gunthorpe
- [PATCH v2 15/17] iommufd: Add IOMMU_HWPT_ALLOC,
Jason Gunthorpe
- [PATCH v2 05/17] iommufd: Keep track of each device's reserved regions instead of groups,
Jason Gunthorpe
- [PATCH] Check for IOMMU table validity in error handler,
Timothy Pearson
- [PATCH] vfio/pci: Propagate ACPI notifications to the user-space,
Grzegorz Jaszczyk
- [PULL 30/30] gdbstub: move update guest debug to accel ops,
Alex Bennée
- [PATCH 5.15 469/567] KVM: SVM: hyper-v: placate modpost section mismatch error,
Greg Kroah-Hartman
- [PATCH 5.15 468/567] KVM: SVM: Fix potential overflow in SEVs send|receive_update_data(),
Greg Kroah-Hartman
- [PATCH 6.1 727/885] KVM: SVM: Fix potential overflow in SEVs send|receive_update_data(),
Greg Kroah-Hartman
- [PATCH 6.1 728/885] KVM: SVM: hyper-v: placate modpost section mismatch error,
Greg Kroah-Hartman
- [PATCH 6.2 0834/1001] KVM: SVM: hyper-v: placate modpost section mismatch error,
Greg Kroah-Hartman
- [PATCH 6.2 0833/1001] KVM: SVM: Fix potential overflow in SEVs send|receive_update_data(),
Greg Kroah-Hartman
- Emulated CVQ in vdpa-net framework,
Eugenio Perez Martin
- [PATCH v3 0/5] Fix "Instructions Retired" from incorrectly counting,
Aaron Lewis
- [PATCH v2] KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond,
Wei Wang
- QEMU/KVM call minutes for 2022-02-21,
Juan Quintela
- [PATCH] KVM: x86/pmu: Disable vPMU if EVENTSEL_GUESTONLY bit doesn't exist,
Like Xu
- [kvm-unit-tests PATCH v10 0/7] MTTCG sanity tests for ARM,
Alex Bennée
- [kvm-unit-tests PATCH v3 0/7] Some cleanup patches,
Marc Hartmayer
- [PATCH v6 00/12] Implement Eager Page Splitting for ARM,
Ricardo Koller
- [PATCH v6 01/12] KVM: arm64: Rename free_removed to free_unlinked,
Ricardo Koller
- [PATCH v6 02/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO,
Ricardo Koller
- [PATCH v6 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees,
Ricardo Koller
- [PATCH v6 04/12] KVM: arm64: Add kvm_pgtable_stage2_split(),
Ricardo Koller
- [PATCH v6 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region(),
Ricardo Koller
- [PATCH v6 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu(),
Ricardo Koller
- [PATCH v6 07/12] KVM: arm64: Export kvm_are_all_memslots_empty(),
Ricardo Koller
- [PATCH v6 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE,
Ricardo Koller
- [PATCH v6 09/12] KVM: arm64: Split huge pages when dirty logging is enabled,
Ricardo Koller
- [PATCH v6 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked(),
Ricardo Koller
- [PATCH v6 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG,
Ricardo Koller
- [PATCH v6 12/12] KVM: arm64: Use local TLBI on permission relaxation,
Ricardo Koller
- [PATCH] vfio/pci/vfio_pci_core.c: add IORESOURCE_EXCLUSIVE flag,
Seunggyun Lee
- [PATCH v5 00/34] x86: enable FRED for x86-64,
Xin Li
- [PATCH v5 02/34] x86/traps: add a system interrupt table for system interrupt dispatch,
Xin Li
- [PATCH v5 01/34] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR,
Xin Li
- [PATCH v5 04/34] x86/traps: add external_interrupt() to dispatch external interrupts,
Xin Li
- [PATCH v5 09/34] x86/cpu: add X86_CR4_FRED macro,
Xin Li
- [PATCH v5 07/34] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map,
Xin Li
- [PATCH v5 08/34] x86/objtool: teach objtool about ERETU and ERETS,
Xin Li
- [PATCH v5 05/34] x86/traps: export external_interrupt() for VMX IRQ reinjection,
Xin Li
- [PATCH v5 03/34] x86/traps: add install_system_interrupt_handler(),
Xin Li
- [PATCH v5 06/34] x86/cpufeature: add the cpu feature bit for FRED,
Xin Li
- [PATCH v5 12/34] x86/cpu: add MSR numbers for FRED configuration,
Xin Li
- [PATCH v5 11/34] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support,
Xin Li
- [PATCH v5 10/34] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED),
Xin Li
- [PATCH v5 14/34] x86/fred: header file with FRED definitions,
Xin Li
- [PATCH v5 16/34] x86/fred: reserve space for the FRED stack frame,
Xin Li
- [PATCH v5 15/34] x86/fred: make unions for the cs and ss fields in struct pt_regs,
Xin Li
- [PATCH v5 13/34] x86/fred: header file for event types,
Xin Li
- [PATCH v5 17/34] x86/fred: add a page fault entry stub for FRED,
Xin Li
- [PATCH v5 19/34] x86/fred: add a NMI entry stub for FRED,
Xin Li
- [PATCH v5 20/34] x86/fred: add a machine check entry stub for FRED,
Xin Li
- [PATCH v5 22/34] x86/fred: FRED initialization code,
Xin Li
- [PATCH v5 21/34] x86/fred: FRED entry/exit and dispatch code,
Xin Li
- [PATCH v5 18/34] x86/fred: add a debug fault entry stub for FRED,
Xin Li
- [PATCH v5 23/34] x86/fred: update MSR_IA32_FRED_RSP0 during task switch,
Xin Li
- [PATCH v5 24/34] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled,
Xin Li
- [PATCH v5 25/34] x86/fred: disallow the swapgs instruction when FRED is enabled,
Xin Li
- [PATCH v5 27/34] x86/fred: allow single-step trap and NMI when starting a new thread,
Xin Li
- [PATCH v5 28/34] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user,
Xin Li
- [PATCH v5 26/34] x86/fred: no ESPFIX needed when FRED is enabled,
Xin Li
- [PATCH v5 30/34] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f,
Xin Li
- [PATCH v5 31/34] x86/fred: allow dynamic stack frame size,
Xin Li
- [PATCH v5 32/34] x86/fred: disable FRED by default in its early stage,
Xin Li
- [PATCH v5 29/34] x86/ia32: do not modify the DPL bits for a null selector,
Xin Li
- [PATCH v5 34/34] KVM: x86/vmx: execute "int $2" to handle NMI in NMI caused VM exits when FRED is enabled,
Xin Li
- [PATCH v5 33/34] KVM: x86/vmx: call external_interrupt() to handle IRQ in IRQ caused VM exits,
Xin Li
- Re: [PATCH v5 00/34] x86: enable FRED for x86-64,
Kang, Shan
- [kvm-unit-tests PATCH 0/2] x86: Fixes for rdpid test,
David Matlack
- [Patch v4 00/18] NUMA aware page table allocation,
Vipin Sharma
- [Patch v4 01/18] KVM: x86/mmu: Change KVM mmu shrinker to no-op,
Vipin Sharma
- [Patch v4 02/18] KVM: x86/mmu: Remove zapped_obsolete_pages from struct kvm_arch{},
Vipin Sharma
- [Patch v4 04/18] KVM: x86/mmu: Shrink shadow page caches via MMU shrinker,
Vipin Sharma
- [Patch v4 05/18] KVM: x86/mmu: Add split_shadow_page_cache pages to global count of MMU cache pages,
Vipin Sharma
- [Patch v4 03/18] KVM: x86/mmu: Track count of pages in KVM MMU page caches globally,
Vipin Sharma
- [Patch v4 06/18] KVM: x86/mmu: Shrink split_shadow_page_cache via MMU shrinker,
Vipin Sharma
- [Patch v4 07/18] KVM: x86/mmu: Unconditionally count allocations from MMU page caches,
Vipin Sharma
- [Patch v4 09/18] KVM: x86/mmu: Shrink mmu_shadowed_info_cache via MMU shrinker,
Vipin Sharma
- [Patch v4 08/18] KVM: x86/mmu: Track unused mmu_shadowed_info_cache pages count via global counter,
Vipin Sharma
- [Patch v4 10/18] KVM: x86/mmu: Add per VM NUMA aware page table capability,
Vipin Sharma
- [Patch v4 11/18] KVM: x86/mmu: Add documentation of NUMA aware page table capability,
Vipin Sharma
- [Patch v4 13/18] KVM: mmu: Add common initialization logic for struct kvm_mmu_memory_cache{},
Vipin Sharma
- [Patch v4 14/18] KVM: mmu: Initialize kvm_mmu_memory_cache.gfp_zero to __GFP_ZERO by default,
Vipin Sharma
- [Patch v4 15/18] KVM: mmu: Add NUMA node support in struct kvm_mmu_memory_cache{},
Vipin Sharma
- [Patch v4 16/18] KVM: x86/mmu: Allocate numa aware page tables during page fault,
Vipin Sharma
- [Patch v4 12/18] KVM: x86/mmu: Allocate NUMA aware page tables on TDP huge page splits,
Vipin Sharma
- [Patch v4 17/18] KVM: x86/mmu: Allocate shadow mmu page table on huge page split on the same NUMA node,
Vipin Sharma
- [Patch v4 18/18] KVM: x86/mmu: Reduce default mmu memory cache size,
Vipin Sharma
- Re: [Patch v4 00/18] NUMA aware page table allocation,
Mingwei Zhang
- [PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names,
David Matlack
- [PATCH v2 1/4] powerpc/iommu: Add "borrowing" iommu_table_group_ops,
Timothy Pearson
- KVM Forum 2023: Call for presentations,
Paolo Bonzini
- [PATCH v2 3/4] powerpc/iommu: Add iommu_ops to report capabilities and,
Timothy Pearson
- [PATCH v2 4/4] Add myself to MAINTAINERS for Power VFIO support,
Timothy Pearson
- [PATCH v2 2/4] powerpc/pci_64: Init pcibios subsys a bit later,
Timothy Pearson
- [PATCH v2] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform,
Timothy Pearson
- [PATCH v2 0/4] Reenable VFIO support on POWER systems,
Timothy Pearson
- [PATCH] KVM: selftests: Comment newly defined aarch64 ID registers,
Mark Brown
- [PATCH v10 00/16] TDX host kernel support,
Kai Huang
- [PATCH v10 02/16] x86/virt/tdx: Detect TDX during kernel boot,
Kai Huang
- [PATCH v10 03/16] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC,
Kai Huang
- [PATCH v10 05/16] x86/virt/tdx: Add skeleton to enable TDX on demand,
Kai Huang
- [PATCH v10 01/16] x86/tdx: Define TDX supported page sizes as macros,
Kai Huang
- [PATCH v10 07/16] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory,
Kai Huang
- [PATCH v10 04/16] x86/virt/tdx: Add SEAMCALL infrastructure,
Kai Huang
- [PATCH v10 06/16] x86/virt/tdx: Get information about TDX module and TDX-capable memory,
Kai Huang
- [PATCH v10 10/16] x86/virt/tdx: Allocate and set up PAMTs for TDMRs,
Kai Huang
- [PATCH v10 09/16] x86/virt/tdx: Fill out TDMRs to cover all TDX memory regions,
Kai Huang
- [PATCH v10 08/16] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions,
Kai Huang
- [PATCH v10 11/16] x86/virt/tdx: Designate reserved areas for all TDMRs,
Kai Huang
- [PATCH v10 13/16] x86/virt/tdx: Configure global KeyID on all packages,
Kai Huang
- [PATCH v10 12/16] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID,
Kai Huang
- [PATCH v10 14/16] x86/virt/tdx: Initialize all TDMRs,
Kai Huang
- [PATCH v10 15/16] x86/virt/tdx: Flush cache in kexec() when TDX is enabled,
Kai Huang
- [PATCH v10 16/16] Documentation/x86: Add documentation for TDX host support,
Kai Huang
- Re: [PATCH v10 00/16] TDX host kernel support,
Isaku Yamahata
- Re: [PATCH v10 00/16] TDX host kernel support,
David Hildenbrand
- [PATCH kvmtool 1/1] Add virtio-transport option and deprecate force-pci and virtio-legacy.,
Rajnesh Kanwal
- [RFC PATCH v2 0/4] virtio/vsock: fix credit update logic,
Arseniy Krasnov
- Bug: Intel Arc A-Series GPUs VFIO pass through no video out,
David N.
- [PATCH AUTOSEL 6.1 05/15] s390/virtio: sort out physical vs virtual pointers usage,
Sasha Levin
- [PATCH AUTOSEL 6.2 05/16] s390/virtio: sort out physical vs virtual pointers usage,
Sasha Levin
- [RFC PATCH v1 0/3] virtio/vsock: fix credit update logic,
Arseniy Krasnov
- [RFC PATCH v1 2/3] virtio/vsock: fix 'rx_bytes'/'fwd_cnt' calculation,
Arseniy Krasnov
- [RFC PATCH v1 1/3] test/vsock: SOCK_SEQPACKET 'rx_bytes'/'fwd_cnt' bug reproducer,
Arseniy Krasnov
[PATCH 5/5] Add myself to MAINTAINERS for Power VFIO support,
Timothy Pearson
[PATCH 4/5] powerpc/iommu: Add iommu_ops to report capabilities and,
Timothy Pearson
[PATCH 3/5] powerpc/pci_64: Init pcibios subsys a bit later,
Timothy Pearson
[PATCH 2/5] powerpc/iommu: Add "borrowing" iommu_table_group_ops,
Timothy Pearson
[PATCH 1/5] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform,
Timothy Pearson
[PATCH 0/5] Reenable VFIO support on POWER systems,
Timothy Pearson
[PATCH v3 0/9] Export platform features from ccp driver,
Mario Limonciello
[kvm-unit-tests PATCH v4] s390x: Add tests for execute-type instructions,
Nina Schoetterl-Glausch
[PATCH] vfio/platform: Fix reset_required behaviour,
Mostafa Saleh
[PATCH] vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list.,
K V P, Satyanarayana
[kvm-unit-tests PATCH v2 0/2] Clean up the arm/run script,
Shaoqin Huang
[kvm-unit-tests PATCH v3 0/3] arm: Use gic_enable/disable_irq() macro to clean up code,
Shaoqin Huang
[PATCH v2 0/9] Export platform features from ccp driver,
Mario Limonciello
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]