aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-10iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasidJoerg Roedel1-2/+0
2014-07-10iommu/amd: Fix typo in amd_iommu_v2 driverJoerg Roedel1-1/+1
2014-07-09iommu/amd: Fix for pasid initializationAlexey Skidanov1-0/+1
2014-06-20iommu/amd: Fix small race between invalidate_range_end/startJoerg Roedel1-5/+13
2014-05-26iommu/amd: Handle parallel invalidate_range_start/end calls correctlyJoerg Roedel1-4/+13
2014-05-26iommu/amd: Remove IOMMUv2 pasid_state_listJoerg Roedel1-26/+0
2014-05-26iommu/amd: Implement mmu_notifier_release call-backJoerg Roedel1-56/+35
2014-05-26iommu/amd: Convert IOMMUv2 state_table into state_listJoerg Roedel1-21/+18
2014-05-26iommu/amd: Don't access IOMMUv2 state_table directlyJoerg Roedel1-4/+9
2014-05-13iommu/amd: Take mmap_sem when calling get_user_pagesJay Cornwall1-0/+2
2014-11-10iommu/amd: fix accounting of device_stateOded Gabbay1-6/+2
2014-11-13iommu/amd: use new invalidate_range mmu-notifierJoerg Roedel1-52/+9
2012-07-24Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+3
2012-07-24iommu: Fix typo in iommuMasanari Iida1-1/+1
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into nextJoerg Roedel1-1/+3
2012-07-19iommu/amd: Add missing spin_lock initializationJoerg Roedel1-0/+2
2012-07-17iommu/amd: Fix sparse warningsJoerg Roedel1-1/+1
2012-03-15iommu/amd: Don't initialize IOMMUv2 resources when not requiredJoerg Roedel1-1/+13
2011-12-15iommu/amd: Add invalidate-context call-backJoerg Roedel1-0/+35
2011-12-14iommu/amd: Add invalid_ppr callbackJoerg Roedel1-2/+55
2011-12-14iommu/amd: Implement notifiers for IOMMUv2Joerg Roedel1-10/+176
2011-12-12iommu/amd: Implement IO page-fault handlerJoerg Roedel1-8/+196
2011-12-12iommu/amd: Add routines to bind/unbind a pasidJoerg Roedel1-0/+306
2011-12-12iommu/amd: Implement device aquisition code for IOMMUv2Joerg Roedel1-0/+210
2011-12-12iommu/amd: Add driver stub for AMD IOMMUv2 supportJoerg Roedel1-0/+36