summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | vfio/mdev: Avoid release parent reference during error pathParav Pandit2019-05-071-0/+1
| * | vfio-pci/nvlink2: Fix potential VMA leakGreg Kurz2019-05-011-0/+2
| * | vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"Farhan Ali2019-04-231-20/+10
| * | vfio: Use dev_printk() when possibleBjorn Helgaas2019-04-225-52/+46
| |/
* / Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0
|/
* vfio/type1: Limit DMA mappings per containerAlex Williamson2019-04-031-0/+14
* vfio/spapr_tce: Make symbol 'tce_iommu_driver_ops' staticWang Hai2019-04-031-1/+1
* vfio/pci: use correct format charactersLouis Taylor2019-04-031-2/+2
* Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-071-3/+3
|\