aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-10iommu/amd: Move AMD IOMMU driver into subdirectoryJoerg Roedel1-981/+0
2020-05-29iommu/amd: Merge private header filesJoerg Roedel1-3/+1
2020-05-29iommu/amd: Unexport get_dev_data()Joerg Roedel1-6/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-01-30iommu/amd: Remove clear_flush_young notifierPeter Xu1-24/+0
2018-11-28iommu/amd: Use pr_fmt()Joerg Roedel1-0/+2
2018-10-26Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks"Michal Hocko1-1/+0
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+2
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes1-0/+1
2018-01-11iommu/amd: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2017-09-09Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+17
2017-08-31iommu/amd: update to new mmu_notifier semanticJérôme Glisse1-8/+0
2017-08-15iommu/amd: Don't copy GCR3 table root pointerBaoquan He1-1/+17
2017-04-24iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()Pan Bian1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2016-11-29iommu/amd: Missing error code in amd_iommu_init_device()Dan Carpenter1-1/+3
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