aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-111/+217
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+0
2016-12-14mm: add locked parameter to get_user_pages_remote()Gravatar Lorenzo Stoakes 1-1/+1
2016-12-12PCI: Move config space size macros to pci_regs.hGravatar Wang Sheng-Hui 1-2/+0
2016-12-06vfio iommu type1: Fix size argument to vfio_find_dma() in pin_pages/unpin_pagesGravatar Kirti Wankhede 1-3/+3
2016-12-06vfio iommu type1: Fix size argument to vfio_find_dma() during DMA UNMAP.Gravatar Kirti Wankhede 1-1/+1
2016-12-05vfio iommu type1: WARN_ON if notifier block is not unregisteredGravatar Kirti Wankhede 1-0/+2
2016-12-02powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdownGravatar Alexey Kardashevskiy 1-1/+60
2016-12-02vfio/spapr: Reference mm in tce_containerGravatar Alexey Kardashevskiy 1-60/+100
2016-12-02vfio/spapr: Postpone default window creationGravatar Alexey Kardashevskiy 1-15/+25
2016-12-02vfio/spapr: Add a helper to create default DMA windowGravatar Alexey Kardashevskiy 1-45/+42
2016-12-02vfio/spapr: Postpone allocation of userspace version of TCE tableGravatar Alexey Kardashevskiy 1-13/+7
2016-12-02powerpc/iommu: Stop using @current in mm_iommu_xxxGravatar Alexey Kardashevskiy 1-4/+10
2016-12-01vfio: support notifier chain in vfio_groupGravatar Jike Song 1-0/+82
2016-12-01vfio: vfio_register_notifier: classify iommu notifierGravatar Jike Song 2-25/+67
2016-12-01vfio: Fix handling of error returned by 'vfio_group_get_from_dev()'Gravatar Christophe JAILLET 1-8/+8
2016-11-21vfio: fix vfio_info_cap_add/shiftGravatar Eric Auger 1-2/+3
2016-11-18vfio/pci: Drop unnecessary pcibios_err_to_errno()Gravatar Cao jin 1-5/+5
2016-11-17docs: Add Documentation for Mediated devicesGravatar Kirti Wankhede 1-0/+1
2016-11-17vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()Gravatar Kirti Wankhede 1-23/+8
2016-11-17vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()Gravatar Kirti Wankhede 1-27/+7
2016-11-17vfio: Introduce vfio_set_irqs_validate_and_prepare()Gravatar Kirti Wankhede 1-0/+48
2016-11-17vfio_pci: Update vfio_pci to use vfio_info_add_capability()Gravatar Kirti Wankhede 1-30/+19
2016-11-17vfio: Introduce common function to add capabilitiesGravatar Kirti Wankhede 1-1/+59
2016-11-17vfio iommu: Add blocking notifier to notify DMA_UNMAPGravatar Kirti Wankhede 2-13/+134
2016-11-17vfio iommu type1: Add support for mediated devicesGravatar Kirti Wankhede 1-84/+537
2016-11-17vfio iommu type1: Add task structure to vfio_dmaGravatar Kirti Wankhede 1-51/+86
2016-11-17vfio iommu type1: Add find_iommu_group() functionGravatar Kirti Wankhede 1-24/+33
2016-11-17vfio iommu type1: Update argument of vaddr_get_pfn()Gravatar Kirti Wankhede 1-8/+24
2016-11-17vfio iommu type1: Update arguments of vfio_lock_acctGravatar Kirti Wankhede 1-14/+16
2016-11-17vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_opsGravatar Kirti Wankhede 2-10/+112
2016-11-17vfio: Common function to increment container_usersGravatar Kirti Wankhede 1-13/+21
2016-11-17vfio: Rearrange functions to get vfio_group from devGravatar Kirti Wankhede 1-7/+16
2016-11-17vfio: VFIO based driver for Mediated devicesGravatar Kirti Wankhede 4-1/+168
2016-11-17vfio: Mediated device Core driverGravatar Kirti Wankhede 8-0/+835
2016-10-26vfio/pci: Fix integer overflows, bitmask checkGravatar Vlad Tsyrklevich 2-13/+22
2016-09-29vfio_pci: use pci_alloc_irq_vectorsGravatar Christoph Hellwig 2-36/+10
2016-09-26vfio-pci: Disable INTx after MSI/X teardownGravatar Alex Williamson 1-0/+7
2016-09-26vfio-pci: Virtualize PCIe & AF FLRGravatar Alex Williamson 1-5/+77
2016-09-13vfio: platform: mark symbols static where possibleGravatar Baoyou Xie 3-5/+5
2016-08-29vfio/pci: Fix typos in commentsGravatar Wei Jiangang 1-4/+4
2016-08-08vfio/pci: Fix NULL pointer oops in error interrupt setup handlingGravatar Alex Williamson 1-36/+49
2016-07-19vfio: platform: check reset call return code during releaseGravatar Sinan Kaya 1-1/+9
2016-07-19vfio: platform: check reset call return code during openGravatar Sinan Kaya 1-1/+10
2016-07-19vfio, platform: make reset driver a requirement by defaultGravatar Sinan Kaya 4-4/+19
2016-07-19vfio: platform: call _RST method when using ACPIGravatar Sinan Kaya 1-1/+49
2016-07-19vfio: platform: add extra debug info argument to call resetGravatar Sinan Kaya 1-4/+5
2016-07-19vfio: platform: add support for ACPI probeGravatar Sinan Kaya 2-5/+60
2016-07-19vfio: platform: determine reset capabilityGravatar Sinan Kaya 1-1/+6
2016-07-19vfio: platform: move reset call to a common functionGravatar Sinan Kaya 1-16/+14