summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_v2.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-1/+2
|\
| * iommu/amd: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-111-1/+2
* | mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes2018-01-311-0/+1
|/
* Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-091-1/+17
|\
| * iommu/amd: Don't copy GCR3 table root pointerBaoquan He2017-08-151-1/+17
* | iommu/amd: update to new mmu_notifier semanticJérôme Glisse2017-08-311-8/+0
|/
* iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()Pan Bian2017-04-241-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* iommu/amd: Missing error code in amd_iommu_init_device()Dan Carpenter2016-11-291-1/+3
* Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-011-1/+1
|\
| * iommu/amd: Remove create_workqueueBhaktipriya Shridhar2016-06-211-1/+1
* | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-2/+1
|/
* mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen2016-02-181-0/+1
* iommu/amd: Constify mmu_notifier_ops structuresJulia Lawall2015-12-141-1/+1
* iommu/amd: Cleanup error handling in do_fault()Joerg Roedel2015-12-141-16/+8
* iommu/amd: Correctly set flags for handle_mm_fault callJoerg Roedel2015-12-141-5/+9
* iommu/amd: Do proper access checking before calling handle_mm_fault()Joerg Roedel2015-12-141-2/+18
* iommu/amd: Fix BUG when faulting a PROT_NONE VMAJay Cornwall2015-10-151-0/+7
* iommu/amd: Use BUG_ON instead of if () BUG()Joerg Roedel2015-08-131-2/+2
* iommu/amd: Use iommu_attach_group()Joerg Roedel2015-07-301-3/+21
* iommu/amd: Fix bug in put_pasid_state_waitOded Gabbay2015-05-041-0/+1
* iommu/amd: Small cleanup in mn_release()Dan Carpenter2015-03-041-1/+1
*-. Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a...Joerg Roedel2015-02-041-24/+11
|\ \
| | * iommu: Update my email addressJoerg Roedel2015-02-041-3/+3
| |/ |/|
| * iommu/amd: Use wait_event in put_pasid_state_waitJoerg Roedel2015-02-041-8/+1
| * iommu/amd: Fix amd_iommu_free_device()Peter Zijlstra2015-02-041-13/+7
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-151-52/+9
|\
| * iommu/amd: fix accounting of device_stateOded Gabbay2014-11-101-6/+2
| * iommu/amd: use new invalidate_range mmu-notifierJoerg Roedel2014-11-131-52/+9
* | Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds2014-12-131-31/+53
|\ \
| * | iommu/amd: use handle_mm_fault directlyJesse Barnes2014-12-131-31/+53
| |/
* | iommu/amd: Fix accounting of device_stateOded Gabbay2014-11-121-6/+2
|/
* kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-2/+4
* iommu/amd: Fix 2 typos in commentsJoerg Roedel2014-07-301-2/+2
* iommu/amd: Fix device_state reference countingJoerg Roedel2014-07-301-0/+7
* iommu/amd: Remove change_pte mmu_notifier call-backJoerg Roedel2014-07-301-9/+0
* iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasidJoerg Roedel2014-07-301-17/+3
* iommu/amd: Don't call the inv_ctx_cb when pasid is not set upJoerg Roedel2014-07-101-5/+12
* iommu/amd: Don't hold a reference to task_structJoerg Roedel2014-07-101-3/+1
* iommu/amd: Don't hold a reference to mm_structJoerg Roedel2014-07-101-7/+33
* iommu/amd: Add pasid_state->invalid flagJoerg Roedel2014-07-101-2/+16
* iommu/amd: Drop pasid_state reference in ppr_notifer error pathJoerg Roedel2014-07-101-0/+4
* iommu/amd: Get rid of __unbind_pasidJoerg Roedel2014-07-101-15/+2
* iommu/amd: Don't free pasid_state in mn_release pathJoerg Roedel2014-07-101-3/+7
* iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasidJoerg Roedel2014-07-101-2/+0
* iommu/amd: Fix typo in amd_iommu_v2 driverJoerg Roedel2014-07-101-1/+1
* iommu/amd: Fix for pasid initializationAlexey Skidanov2014-07-091-0/+1
* iommu/amd: Fix small race between invalidate_range_end/startJoerg Roedel2014-06-201-5/+13
* iommu/amd: Handle parallel invalidate_range_start/end calls correctlyJoerg Roedel2014-05-261-4/+13
* iommu/amd: Remove IOMMUv2 pasid_state_listJoerg Roedel2014-05-261-26/+0
OpenPOWER on IntegriCloud