aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio_iommu_spapr_tce.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-03vfio/spapr_tce: Make symbol 'tce_iommu_driver_ops' staticGravatar Wang Hai 1-1/+1
2019-02-13vfio/spapr_tce: Skip unsetting already unset tableGravatar Alexey Kardashevskiy 1-1/+2
2018-12-21powerpc/vfio/iommu/kvm: Do not pin device memoryGravatar Alexey Kardashevskiy 1-10/+19
2018-12-21powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a regionGravatar Alexey Kardashevskiy 1-12/+23
2018-12-20vfio/spapr_tce: Get rid of possible infinite loopGravatar Alexey Kardashevskiy 1-7/+3
2018-10-20KVM: PPC: Optimize clearing TCEs for sparse tablesGravatar Alexey Kardashevskiy 1-2/+21
2018-08-13Merge branch 'fixes' into nextGravatar Michael Ellerman 1-5/+5
2018-07-18KVM: PPC: Check if IOMMU page is contained in the pinned physical pageGravatar Alexey Kardashevskiy 1-1/+1
2018-07-18vfio/spapr: Use IOMMU pageshift rather than pagesizeGravatar Alexey Kardashevskiy 1-4/+4
2018-07-16powerpc/powernv/ioda: Allocate indirect TCE levels on demandGravatar Alexey Kardashevskiy 1-1/+1
2018-07-16powerpc/powernv: Add indirect levels to it_userspaceGravatar Alexey Kardashevskiy 1-46/+0
2018-07-16KVM: PPC: Make iommu_table::it_userspace big endianGravatar Alexey Kardashevskiy 1-10/+9
2017-10-02vfio/spapr: Add cond_resched() for huge updatesGravatar Alexey Kardashevskiy 1-0/+2
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2017-04-11vfio/spapr_tce: Check kzalloc() return when preregistering memoryGravatar Alexey Kardashevskiy 1-0/+5
2017-04-11vfio/powerpc/spapr_tce: Enforce IOMMU type compatibility checkGravatar Alexey Kardashevskiy 1-0/+8
2017-03-30powerpc/vfio_spapr_tce: Add reference counting to iommu_tableGravatar Alexey Kardashevskiy 1-1/+1
2017-03-30powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalGravatar Alexey Kardashevskiy 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+2
2017-02-07vfio/spapr_tce: Set window when adding additional groups to containerGravatar Alexey Kardashevskiy 1-0/+22
2017-02-01vfio/spapr: Fix missing mutex unlock when creating a windowGravatar Alexey Kardashevskiy 1-6/+5
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