summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd_iommu_v2.c
AgeCommit message (Expand)Author
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes
2018-01-11iommu/amd: Deprecate pci_get_bus_and_slot()Sinan Kaya
2017-09-09Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-31iommu/amd: update to new mmu_notifier semanticJérôme Glisse
2017-08-15iommu/amd: Don't copy GCR3 table root pointerBaoquan He
2017-04-24iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()Pan Bian
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-11-29iommu/amd: Missing error code in amd_iommu_init_device()Dan Carpenter
2016-08-01Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-06-21iommu/amd: Remove create_workqueueBhaktipriya Shridhar
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen
2015-12-14iommu/amd: Constify mmu_notifier_ops structuresJulia Lawall
2015-12-14iommu/amd: Cleanup error handling in do_fault()Joerg Roedel
2015-12-14iommu/amd: Correctly set flags for handle_mm_fault callJoerg Roedel
2015-12-14iommu/amd: Do proper access checking before calling handle_mm_fault()Joerg Roedel
2015-10-15iommu/amd: Fix BUG when faulting a PROT_NONE VMAJay Cornwall
2015-08-13iommu/amd: Use BUG_ON instead of if () BUG()Joerg Roedel
2015-07-30iommu/amd: Use iommu_attach_group()Joerg Roedel
2015-05-04iommu/amd: Fix bug in put_pasid_state_waitOded Gabbay
2015-03-04iommu/amd: Small cleanup in mn_release()Dan Carpenter
2015-02-04Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a...Joerg Roedel
2015-02-04iommu: Update my email addressJoerg Roedel
2015-02-04iommu/amd: Use wait_event in put_pasid_state_waitJoerg Roedel
2015-02-04iommu/amd: Fix amd_iommu_free_device()Peter Zijlstra
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-12-13Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds
2014-12-13iommu/amd: use handle_mm_fault directlyJesse Barnes
2014-11-12iommu/amd: Fix accounting of device_stateOded Gabbay
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla
2014-07-30iommu/amd: Fix 2 typos in commentsJoerg Roedel
2014-07-30iommu/amd: Fix device_state reference countingJoerg Roedel
2014-07-30iommu/amd: Remove change_pte mmu_notifier call-backJoerg Roedel
2014-07-30iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasidJoerg Roedel
2014-07-10iommu/amd: Don't call the inv_ctx_cb when pasid is not set upJoerg Roedel
2014-07-10iommu/amd: Don't hold a reference to task_structJoerg Roedel
2014-07-10iommu/amd: Don't hold a reference to mm_structJoerg Roedel
2014-07-10iommu/amd: Add pasid_state->invalid flagJoerg Roedel
2014-07-10iommu/amd: Drop pasid_state reference in ppr_notifer error pathJoerg Roedel
2014-07-10iommu/amd: Get rid of __unbind_pasidJoerg Roedel
2014-07-10iommu/amd: Don't free pasid_state in mn_release pathJoerg Roedel
2014-07-10iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasidJoerg Roedel
2014-07-10iommu/amd: Fix typo in amd_iommu_v2 driverJoerg Roedel
2014-07-09iommu/amd: Fix for pasid initializationAlexey Skidanov
2014-06-20iommu/amd: Fix small race between invalidate_range_end/startJoerg Roedel
2014-05-26iommu/amd: Handle parallel invalidate_range_start/end calls correctlyJoerg Roedel
2014-05-26iommu/amd: Remove IOMMUv2 pasid_state_listJoerg Roedel
2014-05-26iommu/amd: Implement mmu_notifier_release call-backJoerg Roedel
2014-05-26iommu/amd: Convert IOMMUv2 state_table into state_listJoerg Roedel