summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio/platform: fix module_put call in error flowMax Gurtovoy2021-06-101-1/+1
* vfio/pci: Fix error return code in vfio_ecap_init()Zhen Lei2021-06-101-1/+1
* vfio/pci: Clear token on bypass registration failureAlex Williamson2020-10-291-1/+3
* vfio/pci: fix racy on error and request eventfd ctxZeng Tao2020-10-011-0/+5
* vfio/pci: Clear error and request eventfd ctx after releasingAlex Williamson2020-10-011-2/+6
* vfio/pci: fix memory leaks of eventfd ctxQian Cai2020-10-011-0/+4
* vfio-pci: Mask cap zeroAlex Williamson2020-06-291-1/+6
* vfio/pci: fix memory leaks in alloc_perm_bits()Qian Cai2020-06-291-2/+5
* VFIO: platform: reset: fix a warning message conditionDan Carpenter2020-05-101-1/+1
* vfio/pci: Allow VPD short readAlex Williamson2020-05-101-1/+2
* vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Sean Christopherson2020-05-051-2/+2
* vfio_pci: Enable memory accesses before calling pci_map_romEric Auger2020-01-291-5/+14
* vfio/pci: call irq_bypass_unregister_producer() before freeing irqJiang Yi2019-12-211-1/+1
* vfio/pci: Fix potential memory leak in vfio_msi_cap_lenLi Qiang2019-11-251-1/+3
* vfio_pci: Restore original state on releasehexin2019-10-071-4/+13
* vfio/pci: use correct format charactersLouis Taylor2019-05-161-2/+2
* vfio/type1: Limit DMA mappings per containerAlex Williamson2019-05-161-0/+14
* vfio/pci: Virtualize Maximum Read Request SizeAlex Williamson2018-04-241-3/+26
* vfio/pci: Virtualize Maximum Payload SizeAlex Williamson2018-04-241-2/+4
* vfio-pci: Virtualize PCIe & AF FLRAlex Williamson2018-04-241-5/+77
* vfio-pci: Handle error from pci_iomapArvind Yadav2017-08-061-0/+4
* vfio-pci: use 32-bit comparisons for register address for gcc-4.5Arnd Bergmann2017-08-061-1/+4
* vfio: New external user group/file matchAlex Williamson2017-07-271-0/+9
* vfio: Fix group release deadlockAlex Williamson2017-07-271-1/+36
* vfio/spapr: fail tce_iommu_attach_group() when iommu_data is nullGreg Kurz2017-07-051-0/+4
* vfio/type1: Remove locked page accounting workqueueAlex Williamson2017-05-201-59/+43
* vfio/pci: Fix integer overflows, bitmask checkVlad Tsyrklevich2017-04-302-13/+22
* vfio/spapr: Postpone allocation of userspace version of TCE tableSumit Semwal2017-03-301-13/+7
* vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson2016-09-071-36/+49
* vfio: fix ioctl error handlingMichael S. Tsirkin2016-03-093-8/+16
* Revert: "vfio: Include No-IOMMU mode"Alex Williamson2015-12-043-199/+10
* vfio: fix a warning messageDan Carpenter2015-11-211-1/+1
* vfio: platform: remove needless stack usageKees Cook2015-11-201-4/+1
* vfio-pci: constify pci_error_handlers structuresJulia Lawall2015-11-191-1/+1
* vfio: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-11-191-1/+0
* Merge tag 'vfio-v4.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2015-11-1315-90/+606
|\
| * vfio/pci: make an array largerDan Carpenter2015-11-091-2/+2
| * vfio: Include No-IOMMU modeAlex Williamson2015-11-043-10/+199
| * vfio: Fix bug in vfio_device_get_from_name()Joerg Roedel2015-11-041-3/+4
| * VFIO: platform: reset: AMD xgbe reset moduleEric Auger2015-11-033-0/+137
| * vfio: platform: reset: calxedaxgmac: fix ioaddr leakEric Auger2015-11-031-7/+7
| * vfio: platform: add dev_info on device resetEric Auger2015-11-032-2/+13
| * vfio: platform: use list of registered reset functionEric Auger2015-11-033-30/+30
| * vfio: platform: add compat in vfio_platform_deviceEric Auger2015-11-032-7/+9
| * vfio: platform: reset: calxedaxgmac: add reset function registrationEric Auger2015-11-031-2/+2
| * vfio: platform: introduce module_vfio_reset_handler macroEric Auger2015-11-031-0/+14
| * vfio: platform: add capability to register a reset functionEric Auger2015-11-032-0/+47
| * vfio: platform: introduce vfio-platform-base moduleEric Auger2015-11-035-4/+18
| * vfio/platform: store mapped memory in region, instead of an on-stack copyJames Morse2015-11-031-18/+18
| * vfio/type1: handle case where IOMMU does not support PAGE_SIZE sizeEric Auger2015-11-031-1/+14