summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * powerpc/eeh: Improve recovery of passed-through devicesSam Bobroff2019-02-051-3/+3
* | vfio_pci: Enable memory accesses before calling pci_map_romEric Auger2019-02-181-5/+14
* | vfio/pci: Restore device state on PM transitionAlex Williamson2019-02-183-9/+70
* | vfio/spapr_tce: Skip unsetting already unset tableAlexey Kardashevskiy2019-02-131-1/+2
* | vfio: expand minor range when registering chrdev regionChengguang Xu2019-02-121-4/+4
* | vfio: platform: reset: fix up include directives to remove ccflags-yMasahiro Yamada2019-02-054-5/+3
* | vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko2019-02-053-13/+14
* | vfio-pci/nvlink2: Fix ancient gcc warningsAlexey Kardashevskiy2019-01-231-15/+15
* | vfio/pci: Cleanup license messThomas Gleixner2019-01-222-10/+2
|/
* vfio/type1: Fix unmap overflow off-by-oneAlex Williamson2019-01-081-1/+1
* vfio/pci: set TRACE_INCLUDE_PATH to fix the build errorMasahiro Yamada2019-01-081-1/+1
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-011-31/+2
|\
| * vfio/type1: Remove map_try_harder() code pathJoerg Roedel2018-11-151-31/+2
* | Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-12-283-26/+144
|\ \
| * | vfio/mdev: add static modifier to add_mdev_supported_typePaolo Cretaro2018-12-121-2/+2
| * | vfio/pci: Parallelize device open and releaseAlex Williamson2018-12-122-24/+142
| |/