aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-01Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-2/+1
2016-06-21iommu/amd: Remove create_workqueueBhaktipriya Shridhar1-1/+1
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen1-0/+1
2015-12-14iommu/amd: Constify mmu_notifier_ops structuresJulia Lawall1-1/+1
2015-12-14iommu/amd: Cleanup error handling in do_fault()Joerg Roedel1-16/+8
2015-12-14iommu/amd: Correctly set flags for handle_mm_fault callJoerg Roedel1-5/+9
2015-12-14iommu/amd: Do proper access checking before calling handle_mm_fault()Joerg Roedel1-2/+18
2015-10-15iommu/amd: Fix BUG when faulting a PROT_NONE VMAJay Cornwall1-0/+7
2015-08-13iommu/amd: Use BUG_ON instead of if () BUG()Joerg Roedel1-2/+2
2015-07-30iommu/amd: Use iommu_attach_group()Joerg Roedel1-3/+21
2015-05-04iommu/amd: Fix bug in put_pasid_state_waitOded Gabbay1-0/+1
2015-03-04iommu/amd: Small cleanup in mn_release()Dan Carpenter1-1/+1
2015-02-04Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' and 'core' into nextJoerg Roedel1-24/+11
2015-02-04iommu: Update my email addressJoerg Roedel1-3/+3
2015-02-04iommu/amd: Use wait_event in put_pasid_state_waitJoerg Roedel1-8/+1
2015-02-04iommu/amd: Fix amd_iommu_free_device()Peter Zijlstra1-13/+7
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-52/+9
2014-12-13Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds1-31/+53
2014-12-13iommu/amd: use handle_mm_fault directlyJesse Barnes1-31/+53
2014-11-12iommu/amd: Fix accounting of device_stateOded Gabbay1-6/+2
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
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