aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2019-07-24iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesGravatar Will Deacon 1-9/+17
2019-07-24iommu: Remove empty iommu_tlb_range_add() callback from iommu_opsGravatar Will Deacon 1-1/+0
2019-07-17Merge tag 'vfio-v5.3-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 2-2/+10
2019-07-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-64/+7
2019-07-16mm: add account_locked_vm utility functionGravatar Daniel Jordan 2-64/+7
2019-07-15docs: driver-api: add a series of orphaned documentsGravatar Mauro Carvalho Chehab 2-2/+2
2019-07-11mdev: Send uevents around parent device registrationGravatar Alex Williamson 1-0/+9
2019-07-02vfio: vfio_pci_nvlink2: use a vma helper functionGravatar Peng Hao 1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 16-64/+16
2019-06-06vfio/mdev: Synchronize device create/remove with parent removalGravatar Parav Pandit 2-18/+56
2019-06-06vfio/mdev: Avoid creating sysfs remove file on stale device removalGravatar Parav Pandit 1-3/+1
2019-06-06vfio/mdev: Improve the create/remove sequenceGravatar Parav Pandit 3-71/+27
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Gravatar Thomas Gleixner 2-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 5-45/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 7-0/+7
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Gravatar Ira Weiny 1-1/+2
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMGravatar Ira Weiny 1-1/+2
2019-05-13Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-20/+138
2019-05-11Merge tag 'vfio-v5.2-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 9-84/+67
2019-05-07vfio/mdev: Avoid inline get and put parent helpersGravatar Parav Pandit 1-2/+2
2019-05-07vfio/mdev: Fix aborting mdev child device removal if one failsGravatar Parav Pandit 1-6/+4
2019-05-07vfio/mdev: Follow correct remove sequenceGravatar Parav Pandit 1-1/+1
2019-05-07vfio/mdev: Avoid masking error code to EBUSYGravatar Parav Pandit 1-1/+1
2019-05-07vfio/mdev: Removed unused krefGravatar Parav Pandit 2-2/+0
2019-05-07vfio/mdev: Avoid release parent reference during error pathGravatar Parav Pandit 1-0/+1
2019-05-01vfio-pci/nvlink2: Fix potential VMA leakGravatar Greg Kurz 1-0/+2
2019-04-23vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"Gravatar Farhan Ali 1-20/+10
2019-04-22vfio: Use dev_printk() when possibleGravatar Bjorn Helgaas 5-52/+46
2019-04-19Make anon_inodes unconditionalGravatar David Howells 1-1/+0
2019-04-12vfio/type1: Handle different mdev isolation typeGravatar Lu Baolu 1-13/+42
2019-04-12vfio/type1: Add domain at(de)taching group helpersGravatar Lu Baolu 1-7/+77
2019-04-12vfio/mdev: Add iommu related member in mdev_deviceGravatar Lu Baolu 2-0/+19
2019-04-03vfio/type1: Limit DMA mappings per containerGravatar Alex Williamson 1-0/+14
2019-04-03vfio/spapr_tce: Make symbol 'tce_iommu_driver_ops' staticGravatar Wang Hai 1-1/+1
2019-04-03vfio/pci: use correct format charactersGravatar Louis Taylor 1-2/+2
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-3/+3
2019-02-18vfio_pci: Enable memory accesses before calling pci_map_romGravatar Eric Auger 1-5/+14
2019-02-18vfio/pci: Restore device state on PM transitionGravatar Alex Williamson 3-9/+70
2019-02-13vfio/spapr_tce: Skip unsetting already unset tableGravatar Alexey Kardashevskiy 1-1/+2
2019-02-12vfio: expand minor range when registering chrdev regionGravatar Chengguang Xu 1-4/+4
2019-02-05vfio: platform: reset: fix up include directives to remove ccflags-yGravatar Masahiro Yamada 4-5/+3
2019-02-05vfio-mdev: Switch to use new generic UUID APIGravatar Andy Shevchenko 3-13/+14
2019-02-05powerpc/eeh: Improve recovery of passed-through devicesGravatar Sam Bobroff 1-3/+3
2019-01-23vfio-pci/nvlink2: Fix ancient gcc warningsGravatar Alexey Kardashevskiy 1-15/+15
2019-01-22vfio/pci: Cleanup license messGravatar Thomas Gleixner 2-10/+2
2019-01-08vfio/type1: Fix unmap overflow off-by-oneGravatar Alex Williamson 1-1/+1
2019-01-08vfio/pci: set TRACE_INCLUDE_PATH to fix the build errorGravatar Masahiro Yamada 1-1/+1
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-31/+2
2018-12-28Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 3-26/+144
2018-12-21vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriverGravatar Alexey Kardashevskiy 6-2/+630