iommu/amd: Implement notifiers for IOMMUv2
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 24 Nov 2011 15:21:52 +0000 (16:21 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Wed, 14 Dec 2011 11:09:17 +0000 (12:09 +0100)
commit8736b2c331030733c5d619170dc6e9ef211a4039
tree33a16976842200dc173a55d13c61e7f592ef485d
parent028eeacc412a8bebf6711e58629b0cab56a9ba87
iommu/amd: Implement notifiers for IOMMUv2

Since pages are not pinned anymore we need notifications
when the VMM changes the page-tables. Use mmu_notifiers for
that.
Also use the task_exit notifier from the profiling subsystem
to shutdown all contexts related to this task.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/Kconfig
drivers/iommu/amd_iommu_v2.c