aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio_iommu_spapr_tce.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-24vfio/spapr: fail tce_iommu_attach_group() when iommu_data is nullGravatar Greg Kurz 1-0/+4
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-05-25Merge tag 'vfio-v4.7-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-2/+0
2016-05-11vfio/spapr: Relax the IOMMU compatibility checkGravatar Alexey Kardashevskiy 1-1/+2
2016-04-28vfio_iommu_spapr_tce: Remove unneeded iommu_group_get_iommudataGravatar Alexey Kardashevskiy 1-2/+0
2015-06-11vfio: powerpc/spapr: Support Dynamic DMA windowsGravatar Alexey Kardashevskiy 1-1/+195
2015-06-11vfio: powerpc/spapr: Register memory and define IOMMU v2Gravatar Alexey Kardashevskiy 1-80/+421
2015-06-11vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership ...Gravatar Alexey Kardashevskiy 1-1/+87
2015-06-11vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows APIGravatar Alexey Kardashevskiy 1-8/+11
2015-06-11powerpc/iommu/powernv: Release replaced TCEGravatar Alexey Kardashevskiy 1-25/+38
2015-06-11vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership controlGravatar Alexey Kardashevskiy 1-5/+65
2015-06-11powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupGravatar Alexey Kardashevskiy 1-36/+86
2015-06-11powerpc/spapr: vfio: Replace iommu_table with iommu_table_groupGravatar Alexey Kardashevskiy 1-10/+13
2015-06-11vfio: powerpc/spapr: Rework groups attachingGravatar Alexey Kardashevskiy 1-16/+24
2015-06-11vfio: powerpc/spapr: Moving pinning/unpinning to helpersGravatar Alexey Kardashevskiy 1-20/+41
2015-06-11vfio: powerpc/spapr: Disable DMA mappings on disabled containerGravatar Alexey Kardashevskiy 1-0/+6
2015-06-11vfio: powerpc/spapr: Move locked_vm accounting to helpersGravatar Alexey Kardashevskiy 1-19/+63
2015-06-11vfio: powerpc/spapr: Use it_page_sizeGravatar Alexey Kardashevskiy 1-13/+13
2015-06-11vfio: powerpc/spapr: Check that IOMMU page is fully contained by system pageGravatar Alexey Kardashevskiy 1-0/+16
2015-06-11vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driverGravatar Alexey Kardashevskiy 1-13/+67
2014-08-05drivers/vfio: EEH support for VFIO PCI deviceGravatar Gavin Shan 1-1/+16
2013-12-30powerpc/iommu: Update constant names to reflect their hardcoded page sizeGravatar Alistair Popple 1-14/+14
2013-06-20powerpc/vfio: Implement IOMMU driver for VFIOGravatar Alexey Kardashevskiy 1-0/+377