summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-17vfio: Fully lock struct vfio_group::containerJason Gunthorpe1-26/+40
2022-05-17vfio: Split up vfio_group_get_device_fd()Jason Gunthorpe1-23/+56
2022-05-17vfio: Change struct vfio_group::opened from an atomic to boolJason Gunthorpe1-19/+27
2022-05-17vfio: Add missing locking for struct vfio_group::kvmJason Gunthorpe1-4/+15
2022-05-17kvm/vfio: Fix potential deadlock problem in vfioWan Jiabing1-1/+1
2022-05-16include/uapi/linux/vfio.h: Fix trivial typo - _IORW should be _IOWR insteadThomas Huth1-2/+2
2022-05-13vfio/pci: Use the struct file as the handle not the vfio_groupJason Gunthorpe3-75/+40
2022-05-13kvm/vfio: Remove vfio_group from kvmJason Gunthorpe1-43/+8
2022-05-13vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()Jason Gunthorpe3-18/+32
2022-05-13vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()Jason Gunthorpe3-13/+36
2022-05-13vfio: Remove vfio_external_group_match_file()Jason Gunthorpe3-29/+1
2022-05-13vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()Jason Gunthorpe3-33/+27
2022-05-13kvm/vfio: Store the struct file in the kvm_vfio_groupJason Gunthorpe1-30/+29
2022-05-13kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functionsJason Gunthorpe1-101/+124
2022-05-13vfio: Delete container_qJason Gunthorpe1-20/+0
2022-05-13Merge remote-tracking branch 'iommu/vfio-notifier-fix' into v5.19/vfio/nextAlex Williamson19-362/+417
2022-05-13iommu: iommu_group_claim_dma_owner() must always assign a domainJason Gunthorpe via iommu1-36/+91
2022-05-11vfio/pci: Remove vfio_device_get_from_dev()Jason Gunthorpe5-70/+12
2022-05-11vfio/pci: Have all VFIO PCI drivers store the vfio_pci_core_device in drvdataJason Gunthorpe4-9/+27
2022-05-11vfio: Remove calls to vfio_group_add_container_user()Jason Gunthorpe1-63/+17
2022-05-11vfio: Remove dead codeJason Gunthorpe2-162/+0
2022-05-11drm/i915/gvt: Change from vfio_group_(un)pin_pages to vfio_(un)pin_pagesJason Gunthorpe2-22/+6
2022-05-11vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()Jason Gunthorpe3-16/+14
2022-05-11vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()Jason Gunthorpe5-42/+27
2022-05-11vfio/ccw: Remove mdev from struct channel_programJason Gunthorpe3-24/+30
2022-05-11vfio: Make vfio_(un)register_notifier accept a vfio_deviceJason Gunthorpe5-44/+33
2022-05-11vfio: Stop using iommu_present()Robin Murphy1-3/+3
2022-05-11Merge tag 'gvt-next-2022-04-29' into v5.19/vfio/nextAlex Williamson42-3139/+2535
2022-05-11Merge tag 'mlx5-lm-parallel' of https://git.kernel.org/pub/scm/linux/kernel/g...Alex Williamson58-5490/+715
2022-05-11vfio/mlx5: Run the SAVE state command in an async modeYishai Hadas3-9/+131
2022-05-11vfio/mlx5: Refactor to enable VFs migration in parallelYishai Hadas3-99/+59
2022-05-11vfio/mlx5: Manage the VF attach/detach callback from the PFYishai Hadas3-34/+92
2022-05-10net/mlx5: Expose mlx5_sriov_blocking_notifier_register / unregister APIsYishai Hadas2-1/+76
2022-05-08Linux 5.18-rc6v5.18-rc6Linus Torvalds1-1/+1
2022-05-08Merge tag 'for-5.18/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-42/+42
2022-05-08Merge tag 'powerpc-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-24/+36
2022-05-08Merge tag 'x86-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-46/+31
2022-05-08Merge tag 'timers-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-6/+6
2022-05-08Revert "parisc: Increase parisc_cache_flush_threshold setting"Helge Deller1-15/+3
2022-05-08Merge tag 'irq-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-10/+33
2022-05-08Merge tag 'locking-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+2
2022-05-08parisc: Mark cr16 clock unstable on all SMP machinesHelge Deller1-23/+4
2022-05-08parisc: Fix typos in commentsJulia Lawall6-6/+6
2022-05-08parisc: Change MAX_ADDRESS to become unsigned long longHelge Deller1-1/+1
2022-05-08parisc: Merge model and model name into one line in /proc/cpuinfoHelge Deller1-2/+1
2022-05-08parisc: Re-enable GENERIC_CPU_DEVICES for !SMPHelge Deller1-0/+1
2022-05-08parisc: Update 32- and 64-bit defconfigsHelge Deller2-2/+5
2022-05-08parisc: Only list existing CPUs in cpu_possible_maskHelge Deller1-0/+8
2022-05-08Revert "parisc: Fix patch code locking and flushing"Helge Deller1-11/+14
2022-05-08Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized"Helge Deller2-3/+6