aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner5-45/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner7-0/+7
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+2
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-1/+2
2019-05-13Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds3-20/+138
2019-05-11Merge tag 'vfio-v5.2-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds9-84/+67
2019-05-07vfio/mdev: Avoid inline get and put parent helpersParav Pandit1-2/+2
2019-05-07vfio/mdev: Fix aborting mdev child device removal if one failsParav Pandit1-6/+4
2019-05-07vfio/mdev: Follow correct remove sequenceParav Pandit1-1/+1
2019-05-07vfio/mdev: Avoid masking error code to EBUSYParav Pandit1-1/+1
2019-05-07vfio/mdev: Removed unused krefParav Pandit2-2/+0
2019-05-07vfio/mdev: Avoid release parent reference during error pathParav Pandit1-0/+1
2019-05-01vfio-pci/nvlink2: Fix potential VMA leakGreg Kurz1-0/+2
2019-04-23vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"Farhan Ali1-20/+10
2019-04-22vfio: Use dev_printk() when possibleBjorn Helgaas5-52/+46
2019-04-19Make anon_inodes unconditionalDavid Howells1-1/+0
2019-04-12vfio/type1: Handle different mdev isolation typeLu Baolu1-13/+42
2019-04-12vfio/type1: Add domain at(de)taching group helpersLu Baolu1-7/+77
2019-04-12vfio/mdev: Add iommu related member in mdev_deviceLu Baolu2-0/+19
2019-04-03vfio/type1: Limit DMA mappings per containerAlex Williamson1-0/+14
2019-04-03vfio/spapr_tce: Make symbol 'tce_iommu_driver_ops' staticWang Hai1-1/+1
2019-04-03vfio/pci: use correct format charactersLouis Taylor1-2/+2
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+3
2019-02-18vfio_pci: Enable memory accesses before calling pci_map_romEric Auger1-5/+14
2019-02-18vfio/pci: Restore device state on PM transitionAlex Williamson3-9/+70
2019-02-13vfio/spapr_tce: Skip unsetting already unset tableAlexey Kardashevskiy1-1/+2
2019-02-12vfio: expand minor range when registering chrdev regionChengguang Xu1-4/+4
2019-02-05vfio: platform: reset: fix up include directives to remove ccflags-yMasahiro Yamada4-5/+3
2019-02-05vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko3-13/+14
2019-02-05powerpc/eeh: Improve recovery of passed-through devicesSam Bobroff1-3/+3
2019-01-23vfio-pci/nvlink2: Fix ancient gcc warningsAlexey Kardashevskiy1-15/+15
2019-01-22vfio/pci: Cleanup license messThomas Gleixner2-10/+2
2019-01-08vfio/type1: Fix unmap overflow off-by-oneAlex Williamson1-1/+1
2019-01-08vfio/pci: set TRACE_INCLUDE_PATH to fix the build errorMasahiro Yamada1-1/+1
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-31/+2
2018-12-28Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds3-26/+144
2018-12-21vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriverAlexey Kardashevskiy6-2/+630
2018-12-21vfio_pci: Allow regions to add own capabilitiesAlexey Kardashevskiy2-0/+9
2018-12-21vfio_pci: Allow mapping extra regionsAlexey Kardashevskiy2-0/+12
2018-12-21powerpc/vfio/iommu/kvm: Do not pin device memoryAlexey Kardashevskiy1-10/+19
2018-12-21powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a regionAlexey Kardashevskiy1-12/+23
2018-12-20vfio/spapr_tce: Get rid of possible infinite loopAlexey Kardashevskiy1-7/+3
2018-12-12vfio/mdev: add static modifier to add_mdev_supported_typePaolo Cretaro1-2/+2
2018-12-12vfio/pci: Parallelize device open and releaseAlex Williamson2-24/+142
2018-11-15vfio/type1: Remove map_try_harder() code pathJoerg Roedel1-31/+2
2018-10-31Merge tag 'vfio-v4.20-rc1.v2' of git://github.com/awilliam/linux-vfioLinus Torvalds3-4/+37
2018-10-20KVM: PPC: Optimize clearing TCEs for sparse tablesAlexey Kardashevskiy1-2/+21
2018-09-25drivers/vfio: Allow type-1 IOMMU instantiation with all ARM/ARM64 IOMMUsGeert Uytterhoeven1-1/+1
2018-09-25vfio/pci: Mask buggy SR-IOV VF INTx supportAlex Williamson2-2/+33