summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-08-124-193/+276
|\
| * vfio/type1: Refactor vfio_iommu_type1_ioctl()Liu Yi L2020-07-271-181/+213
| * vfio/pci: Add QAT devices to denylistGiovanni Cabiddu2020-07-271-0/+15
| * vfio/pci: Add device denylistGiovanni Cabiddu2020-07-271-0/+33
| * vfio/pci: Hold igate across releasing eventfd contextsAlex Williamson2020-07-271-3/+1
| * vfio/spapr_tce: convert get_user_pages() --> pin_user_pages()John Hubbard2020-07-271-2/+2
| * vfio/type1: Add conditional rescheduling after iommu map failedXiang Zheng2020-07-271-1/+3
| * vfio/pci: Add Intel X550 to hidden INTx devicesAlex Williamson2020-07-271-0/+2
| * vfio: Cleanup allowed driver namingAlex Williamson2020-07-271-6/+7
* | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-2/+2
|/
* vfio/pci: fix racy on error and request eventfd ctxZeng Tao2020-07-171-0/+5
* vfio/pci: Fix SR-IOV VF handling with MMIO blockingAlex Williamson2020-06-251-1/+16
* vfio/pci: Clear error and request eventfd ctx after releasingAlex Williamson2020-06-171-2/+6
* kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-101-2/+2
* kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-101-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-7/+7
* mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-4/+4
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-06-058-101/+979
|\
| * Merge branch 'v5.8/vfio/kirti-migration-fixes' into v5.8/vfio/nextAlex Williamson2020-06-021-3/+4
| |\
| | * vfio iommu: typecast correctionsKirti Wankhede2020-06-021-2/+2
| | * vfio iommu: Use shift operation for 64-bit integer divisionKirti Wankhede2020-06-021-1/+2
| * | Merge branch 'qiushi-wu-mdev-ref-v1' into v5.8/vfio/nextAlex Williamson2020-05-291-1/+1
| |\ \ | | |/ | |/|
| | * vfio/mdev: Fix reference count leak in add_mdev_supported_typeQiushi Wu2020-05-291-1/+1
| * | vfio: Selective dirty page tracking if IOMMU backed device pins pagesKirti Wankhede2020-05-282-10/+106
| * | vfio iommu: Add migration capability to report supported featuresKirti Wankhede2020-05-281-1/+22
| * | vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmapKirti Wankhede2020-05-281-11/+50
| * | vfio iommu: Implementation of ioctl for dirty pages trackingKirti Wankhede2020-05-281-6/+308
| * | vfio iommu: Cache pgsize_bitmap in struct vfio_iommuKirti Wankhede2020-05-281-39/+49
| * | vfio iommu: Remove atomicity of ref_count of pinned pagesKirti Wankhede2020-05-281-4/+5
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'v5.8/vfio/alex-block-mmio-v3', 'v5.8/vfio/alex-zero-cap-v2' a...Alex Williamson2020-05-266-42/+450
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | * vfio/pci: fix memory leaks of eventfd ctxQian Cai2020-05-261-0/+4
| | | | * vfio/pci: fix memory leaks in alloc_perm_bits()Qian Cai2020-05-181-2/+5
| | |_|/ | |/| |
| | | * vfio-pci: Mask cap zeroAlex Williamson2020-05-181-1/+6
| | |/ | |/|
| | * vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryAlex Williamson2020-05-185-43/+330
| | * vfio-pci: Fault mmaps to enable vma trackingAlex Williamson2020-05-182-2/+81
| | * vfio/type1: Support faulting PFNMAP vmasAlex Williamson2020-05-181-3/+33
| |/
* | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-1/+1
|\ \ | |/ |/|
| * drivers/powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy2020-05-111-1/+1
* | vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Sean Christopherson2020-04-231-2/+2
* | vfio: avoid possible overflow in vfio_iommu_type1_pin_pagesYan Zhao2020-04-201-1/+1
* | vfio: checking of validity of user vaddr in vfio_dma_rwYan Zhao2020-04-201-2/+2
|/
* vfio: Ignore -ENODEV when getting MSI cookieAndre Przywara2020-04-011-1/+1
* vfio-pci/nvlink2: Allow fallback to ibm,mmio-atsd[0]Sam Bobroff2020-04-011-2/+8
*-. Merge branches 'v5.7/vfio/alex-sriov-v3' and 'v5.7/vfio/yan-dma-rw-v4' into v...Alex Williamson2020-03-244-28/+646
|\ \
| | * vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pagesYan Zhao2020-03-241-0/+91
| | * vfio: introduce vfio_dma_rw to read/write a range of IOVAsYan Zhao2020-03-242-0/+125
| | * vfio: allow external user to get vfio group from deviceYan Zhao2020-03-241-0/+38
| * | vfio/pci: Cleanup .probe() exit pathsAlex Williamson2020-03-241-29/+25
| * | vfio/pci: Remove dev_fmt definitionAlex Williamson2020-03-241-1/+0