aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.14.200 into kernel.lnx.4.14.r4-relNathan Chancellor2020-10-041-0/+13
* Merge 4.14.198 into kernel.lnx.4.14.r4-relNathan Chancellor2020-09-206-44/+454
* Merge 4.14.195 into kernel.lnx.4.14.r4-relNathan Chancellor2020-09-091-5/+66
* Merge 4.14.186 into kernel.lnx.4.14.r4-relNathan Chancellor2020-07-012-4/+12
* vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Sean Christopherson2020-05-051-2/+2
* vfio: avoid possible overflow in vfio_iommu_type1_pin_pagesYan Zhao2020-05-051-1/+1
* vfio/mdev: Fix aborting mdev child device removal if one failsParav Pandit2020-01-271-6/+4
* vfio/mdev: Avoid release parent reference during error pathParav Pandit2020-01-271-0/+1
* vfio_pci: Enable memory accesses before calling pci_map_romEric Auger2020-01-271-5/+14
* vfio/pci: call irq_bypass_unregister_producer() before freeing irqJiang Yi2019-12-211-1/+1
* vfio/spapr_tce: Get rid of possible infinite loopAlexey Kardashevskiy2019-12-051-7/+3
* vfio/pci: Mask buggy SR-IOV VF INTx supportAlex Williamson2019-11-202-2/+33
* vfio/pci: Fix potential memory leak in vfio_msi_cap_lenLi Qiang2019-11-201-1/+3
* vfio_pci: Restore original state on releasehexin2019-10-071-4/+13
* vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"Farhan Ali2019-06-151-20/+10
* vfio/pci: use correct format charactersLouis Taylor2019-05-081-2/+2
* vfio/type1: Limit DMA mappings per containerAlex Williamson2019-05-021-0/+14
* vfio/type1: Fix task tracking for QEMU vCPU hotplugAlex Williamson2018-08-031-26/+47
* vfio/mdev: Check globally for duplicate devicesAlex Williamson2018-08-032-67/+37
* vfio: platform: Fix reset module leak in error pathGeert Uytterhoeven2018-08-031-5/+10
* KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy2018-07-281-1/+1
* vfio/spapr: Use IOMMU pageshift rather than pagesizeAlexey Kardashevskiy2018-07-251-4/+4
* vfio/pci: Fix potential Spectre v1Gustavo A. R. Silva2018-07-251-0/+4
* vfio: Use get_user_pages_longterm correctlyJason Gunthorpe2018-07-111-9/+7
* vfio/pci: Virtualize Maximum Read Request SizeAlex Williamson2018-04-241-3/+26
* vfio: disable filesystem-dax page pinningDan Williams2018-03-081-3/+15
* vfio/pci: Virtualize Maximum Payload SizeAlex Williamson2017-12-251-2/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* vfio: platform: constify amba_idArvind Yadav2017-08-301-1/+1
* vfio: Stall vfio_del_group_dev() for container group detachAlex Williamson2017-08-301-0/+20
* vfio: fix noiommu vfio_iommu_group_get reference countEric Auger2017-08-301-2/+3
* vfio/type1: Give hardware MSI regions precedenceRobin Murphy2017-08-101-2/+10
* vfio/type1: Cope with hardware MSI reserved regionsRobin Murphy2017-08-101-2/+2
* vfio/pci: Fix handling of RC integrated endpoint PCIe capability sizeAlex Williamson2017-07-271-4/+9
* vfio/pci: Use pci_try_reset_function() on initial openAlex Williamson2017-07-261-1/+8
* Merge tag 'vfio-v4.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-07-132-42/+48
|\
| * vfio: Remove unnecessary uses of vfio_container.group_lockAlex Williamson2017-07-071-38/+0
| * vfio: New external user group/file matchAlex Williamson2017-06-281-0/+9
| * vfio: Fix group release deadlockAlex Williamson2017-06-281-1/+36
| * vfio: Use ERR_CAST() instead of open coding itDan Carpenter2017-06-131-1/+1
| * vfio/pci: Add Intel XXV710 to hidden INTx devicesAlex Williamson2017-06-131-2/+2
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-051-1/+1
|\
| * powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy2017-03-301-1/+1
| * powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalAlexey Kardashevskiy2017-03-301-1/+1
* | vfio/type1: Reduce repetitive calls in vfio_pin_pages_remote()Alex Williamson2017-04-181-6/+11
* | vfio/type1: Prune vfio_pin_page_external()Alex Williamson2017-04-181-27/+8
* | vfio/type1: Remove locked page accounting workqueueAlex Williamson2017-04-131-59/+51
* | vfio/spapr_tce: Check kzalloc() return when preregistering memoryAlexey Kardashevskiy2017-04-111-0/+5
* | vfio/powerpc/spapr_tce: Enforce IOMMU type compatibility checkAlexey Kardashevskiy2017-04-111-0/+8