aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla1-2/+4
2014-07-30iommu/amd: Fix 2 typos in commentsJoerg Roedel1-2/+2
2014-07-30iommu/amd: Fix device_state reference countingJoerg Roedel1-0/+7
2014-07-30iommu/amd: Remove change_pte mmu_notifier call-backJoerg Roedel1-9/+0
2014-07-30iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasidJoerg Roedel1-17/+3
2014-07-10iommu/amd: Don't call the inv_ctx_cb when pasid is not set upJoerg Roedel1-5/+12
2014-07-10iommu/amd: Don't hold a reference to task_structJoerg Roedel1-3/+1
2014-07-10iommu/amd: Don't hold a reference to mm_structJoerg Roedel1-7/+33
2014-07-10iommu/amd: Add pasid_state->invalid flagJoerg Roedel1-2/+16
2014-07-10iommu/amd: Drop pasid_state reference in ppr_notifer error pathJoerg Roedel1-0/+4
2014-07-10iommu/amd: Get rid of __unbind_pasidJoerg Roedel1-15/+2
2014-07-10iommu/amd: Don't free pasid_state in mn_release pathJoerg Roedel1-3/+7
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
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