summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vfio: Split the container logic into vfio_container_attach_group()Jason Gunthorpe2022-09-221-30/+48
* vfio: Rename __vfio_group_unset_container()Jason Gunthorpe2022-09-221-6/+5
* vfio: Add header guards and includes to drivers/vfio/vfio.hJason Gunthorpe2022-09-221-0/+10
* vfio: Add struct device to vfio_deviceYi Liu2022-09-214-14/+65
* vfio: Rename vfio_device_put() and vfio_device_try_get()Kevin Tian2022-09-211-8/+9
* vfio/ccw: Use the new device life cycle helpersKevin Tian2022-09-214-28/+53
* vfio/amba: Use the new device life cycle helpersKevin Tian2022-09-213-80/+55
* vfio/platform: Use the new device life cycle helpersKevin Tian2022-09-213-23/+111
* vfio/fsl-mc: Use the new device life cycle helpersYi Liu2022-09-211-36/+49
* vfio/ap: Use the new device life cycle helpersYi Liu2022-09-211-21/+29
* drm/i915/gvt: Use the new device life cycle helpersKevin Tian2022-09-213-40/+50
* vfio/mbochs: Use the new device life cycle helpersYi Liu2022-09-211-27/+46
* vfio/mtty: Use the new device life cycle helpersYi Liu2022-09-211-28/+39
* vfio/mdpy: Use the new device life cycle helpersYi Liu2022-09-211-34/+47
* vfio/hisi_acc: Use the new device life cycle helpersYi Liu2022-09-213-77/+37
* vfio/mlx5: Use the new device life cycle helpersYi Liu2022-09-211-14/+36
* vfio/pci: Use the new device life cycle helpersYi Liu2022-09-213-10/+47
* vfio: Add helpers for unifying vfio_device life cycleKevin Tian2022-09-212-1/+116
* vfio/mlx5: Set the driver DMA logging callbacksYishai Hadas2022-09-083-3/+14
* vfio/mlx5: Manage error scenarios on trackerYishai Hadas2022-09-082-2/+61
* vfio/mlx5: Report dirty pages from trackerYishai Hadas2022-09-082-0/+195
* vfio/mlx5: Create and destroy page tracker objectYishai Hadas2022-09-082-0/+148
* vfio/mlx5: Init QP based resources for dirty trackingYishai Hadas2022-09-082-12/+636
* vfio: Introduce the DMA logging feature supportYishai Hadas2022-09-084-2/+207
* vfio: Add an IOVA bitmap supportJoao Martins2022-09-083-2/+452
* vfio: Introduce DMA logging uAPIsYishai Hadas2022-09-081-0/+86
* Merge remote-tracking branch 'mlx5/mlx5-vfio' into v6.1/vfio/nextAlex Williamson2022-09-08331-1757/+3171
|\
| * net/mlx5: Query ADV_VIRTUALIZATION capabilitiesYishai Hadas2022-09-073-0/+16
| * net/mlx5: Introduce ifc bits for page trackerYishai Hadas2022-09-071-1/+82
| * Linux 6.0-rc4v6.0-rc4Linus Torvalds2022-09-041-1/+1
| * Merge tag 'powerpc-6.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-09-046-69/+89
| |\
| | * powerpc/papr_scm: Ensure rc is always initialized in papr_scm_pmu_register()Nathan Chancellor2022-09-021-1/+3
| | * Revert "powerpc/irq: Don't open code irq_soft_mask helpers"Michael Ellerman2022-09-021-7/+36
| | * powerpc: Fix hard_irq_disable() with sanitizerChristophe Leroy2022-08-311-1/+2
| | * powerpc/rtas: Fix RTAS MSR[HV] handling for CellMichael Ellerman2022-08-261-0/+4
| | * Revert "powerpc: Remove unused FW_FEATURE_NATIVE references"Michael Ellerman2022-08-261-0/+8
| | * powerpc: align syscall table for ppc32Masahiro Yamada2022-08-261-0/+1
| | * powerpc/pci: Enable PCI domains in /proc when PCI bus numbers are not uniquePali Rohár2022-08-251-0/+9
| | * powerpc/papr_scm: Fix nvdimm event mappingsKajol Jain2022-08-231-61/+27
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-09-0414-103/+151
| |\ \
| | * \ Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2022-09-02729-5093/+10252
| | |\ \
| | | * | KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel2022-08-295-18/+32
| | * | | Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2022-09-023-15/+13
| | |\ \ \
| | | * | | riscv: kvm: move extern sbi_ext declarations to a headerConor Dooley2022-08-192-11/+13
| | | * | | riscv: kvm: vcpu_timer: fix unused variable warningsConor Dooley2022-08-191-4/+0
| | * | | | KVM: x86: check validity of argument to KVM_SET_MP_STATEPaolo Bonzini2022-09-021-3/+17
| | * | | | perf/x86/core: Completely disable guest PEBS via guest's global_ctrlLike Xu2022-09-021-1/+2
| | * | | | KVM: x86: fix memoryleak in kvm_arch_vcpu_create()Miaohe Lin2022-09-021-2/+1
| | * | | | KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIESJim Mattson2022-09-021-4/+21
| | * | | | KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()David Matlack2022-08-191-1/+1