summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v5.5-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-12-072-23/+5
|\
| * Merge branch 'v5.5/vfio/jiang-yi-irq-bypass-unregister-v1' into v5.5/vfio/nextAlex Williamson2019-12-041-1/+1
| |\
| | * vfio/pci: call irq_bypass_unregister_producer() before freeing irqJiang Yi2019-12-021-1/+1
| * | vfio/type1: remove hugepage checks in is_invalid_reserved_pfn()Ben Luo2019-10-181-22/+4
| |/
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-033-21/+26
|\ \
| * | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-143-21/+26
| |/
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-36/+3
|\ \
| * | compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-36/+3
| |/
* / vfio/type1: Initialize resv_msi_baseJoerg Roedel2019-10-151-1/+1
|/
* vfio/type1: untag user pointers in vaddr_get_pfnAndrey Konovalov2019-09-251-0/+2
* mm: introduce page_shift()Matthew Wilcox (Oracle)2019-09-241-4/+4
* Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-09-203-20/+524
|\
| *---. Merge branches 'v5.4/vfio/alexey-tce-memory-free-v1', 'v5.4/vfio/connie-re-ar...Alex Williamson2019-08-233-20/+524
| |\ \ \
| | | | * vfio/type1: remove duplicate retrieval of reserved regionsShameer Kolothum2019-08-191-9/+6
| | | | * vfio/type1: Add IOVA range capability supportShameer Kolothum2019-08-191-0/+101
| | | | * vfio/type1: check dma map request is within a valid iova rangeShameer Kolothum2019-08-191-0/+26
| | | | * vfio/type1: Update iova list on detachShameer Kolothum2019-08-191-0/+94
| | | | * vfio/type1: Check reserved region conflict and update iova listShameer Kolothum2019-08-191-0/+98
| | | | * vfio/type1: Introduce iova list and add iommu aperture validity checkShameer Kolothum2019-08-191-3/+181
| | |_|/ | |/| |
| | | * vfio_pci: Restore original state on releasehexin2019-08-221-4/+13
| | |/ | |/|
| | * vfio/spapr_tce: Fix incorrect tce_iommu_group memory freeAlexey Kardashevskiy2019-08-191-4/+5
| |/
* | Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-6/+12
|\ \
| * | vfio/spapr_tce: Invalidate multiple TCEs at onceAlexey Kardashevskiy2019-08-301-6/+12
| |/
* | iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesWill Deacon2019-07-241-9/+17
* | iommu: Remove empty iommu_tlb_range_add() callback from iommu_opsWill Deacon2019-07-241-1/+0
|/
* Merge tag 'vfio-v5.3-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-07-172-2/+10
|\
| * mdev: Send uevents around parent device registrationAlex Williamson2019-07-111-0/+9
| * vfio: vfio_pci_nvlink2: use a vma helper functionPeng Hao2019-07-021-2/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-172-64/+7
|\ \
| * | mm: add account_locked_vm utility functionDaniel Jordan2019-07-162-64/+7
| |/
* / docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab2019-07-152-2/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1916-64/+16
* vfio/mdev: Synchronize device create/remove with parent removalParav Pandit2019-06-062-18/+56
* vfio/mdev: Avoid creating sysfs remove file on stale device removalParav Pandit2019-06-061-3/+1
* vfio/mdev: Improve the create/remove sequenceParav Pandit2019-06-063-71/+27
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-302-24/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-305-45/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-217-0/+7
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+2
* mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-1/+2
* Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-133-20/+138
|\
| * vfio/type1: Handle different mdev isolation typeLu Baolu2019-04-121-13/+42
| * vfio/type1: Add domain at(de)taching group helpersLu Baolu2019-04-121-7/+77
| * vfio/mdev: Add iommu related member in mdev_deviceLu Baolu2019-04-122-0/+19
* | Merge tag 'vfio-v5.2-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-05-119-84/+67
|\ \
| * | vfio/mdev: Avoid inline get and put parent helpersParav Pandit2019-05-071-2/+2
| * | vfio/mdev: Fix aborting mdev child device removal if one failsParav Pandit2019-05-071-6/+4
| * | vfio/mdev: Follow correct remove sequenceParav Pandit2019-05-071-1/+1
| * | vfio/mdev: Avoid masking error code to EBUSYParav Pandit2019-05-071-1/+1
| * | vfio/mdev: Removed unused krefParav Pandit2019-05-072-2/+0