summaryrefslogtreecommitdiff
path: root/drivers/iommu
Commit message (Expand)AuthorAge
* Merge tag 'iommu-fixes-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-01
|\
| * iommu/amd: Introduce protection_domain_init() functionJoerg Roedel2015-07-01
| * iommu/arm-smmu: Delete an unnecessary check before the function call "free_io...Markus Elfring2015-06-29
| * iommu/arm-smmu: Fix broken ATOS checkWill Deacon2015-06-29
| * iommu: Ignore -ENODEV errors from add_device call-backJoerg Roedel2015-06-29
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-26
|\ \
| * | break kconfig dependency loopGerd Hoffmann2015-06-02
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-26
|\ \ \
| * | | memory: tegra: Add Tegra132 supportThierry Reding2015-05-04
| * | | iommu/tegra-smmu: Add debugfs supportThierry Reding2015-05-04
* | | | Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-06-23
|\ \ \ \ | | |_|/ | |/| |
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------. \ \ Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd...Joerg Roedel2015-06-19
| |\ \ \ \ \ \ \ \
| | | | | | | * | | iommu: Fix checkpatch warnings for Missing a blank line after declarationsRobert Callicotte2015-05-05
| | | | | | | |/ /
| | | | | | * | | iommu/amd: Handle errors returned from iommu_init_deviceJoerg Roedel2015-06-11
| | | | | | * | | iommu: Checking for NULL instead of IS_ERRDan Carpenter2015-06-11
| | | | | | * | | iommu/amd: Propagate errors from amd_iommu_init_apiJoerg Roedel2015-06-11
| | | | | | * | | iommu/amd: Remove unused fields from struct dma_ops_domainJoerg Roedel2015-06-11
| | | | | | * | | iommu/amd: Get rid of device_dma_ops_init()Joerg Roedel2015-06-11
| | | | | | * | | iommu/amd: Put IOMMUv2 devices in a direct mapped domainJoerg Roedel2015-06-11
| | | | | | * | | iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocationJoerg Roedel2015-06-11
| | | | | | * | | iommu/amd: Support IOMMU_DOMAIN_DMA type allocationJoerg Roedel2015-06-11
| | | | | | * | | iommu/amd: Implement add_device and remove_deviceJoerg Roedel2015-06-11
| | | | | | * | | iommu/amd: Use default domain if available for DMA-APIJoerg Roedel2015-06-11
| | | | | | * | | iommu/amd: Implement dm_region call-backsJoerg Roedel2015-06-11
| | | | | | * | | iommu: Introduce iommu_request_dm_for_dev()Joerg Roedel2015-06-11
| | | | | | * | | iommu: Add function to query the default domain of a groupJoerg Roedel2015-06-09
| | | | | | * | | iommu: Create direct mappings in default domainsJoerg Roedel2015-06-09
| | | | | | * | | iommu: Introduce direct mapped region handlingJoerg Roedel2015-06-09
| | | | | | * | | iommu: Add iommu_get_domain_for_dev functionJoerg Roedel2015-06-09
| | | | | | * | | iommu: Make sure a device is always attached to a domainJoerg Roedel2015-06-09
| | | | | | * | | iommu: Limit iommu_attach/detach_device to devices with their own groupJoerg Roedel2015-06-09
| | | | | | * | | iommu: Allocate a default domain for iommu groupsJoerg Roedel2015-06-09
| | | | | | * | | iommu: Call remove_device call-back after driver releaseJoerg Roedel2015-06-05
| | | | | | * | | iommu: Clean up after a failed bus initializationJoerg Roedel2015-06-05
| | | | | | * | | iommu: Propagate error in add_iommu_groupJoerg Roedel2015-06-05
| | | | | | * | | iommu: Add a few printk messages to group handling codeJoerg Roedel2015-06-05
| | | | | | * | | iommu: Remove function name from pr_fmt()Joerg Roedel2015-06-05
| | | | | | | |/ | | | | | | |/|
| | | | | * | | iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel2015-06-19
| | | | | * | | iommu/amd: Handle integer overflow in dma_ops_area_allocJoerg Roedel2015-05-29
| | | | * | | | iommu/vt-d: Don't disable IR when it was previously enabledJoerg Roedel2015-06-16
| | | | * | | | iommu/vt-d: Make sure copied over IR entries are not reusedJoerg Roedel2015-06-16
| | | | * | | | iommu/vt-d: Copy IR table from old kernel when in kdump modeJoerg Roedel2015-06-16
| | | | * | | | iommu/vt-d: Set IRTA in intel_setup_irq_remappingJoerg Roedel2015-06-16
| | | | * | | | iommu/vt-d: Disable IRQ remapping in intel_prepare_irq_remappingJoerg Roedel2015-06-16
| | | | * | | | iommu/vt-d: Move QI initializationt to intel_setup_irq_remappingJoerg Roedel2015-06-16
| | | | * | | | iommu/vt-d: Move EIM detection to intel_prepare_irq_remappingJoerg Roedel2015-06-16
| | | | * | | | iommu/vt-d: Enable Translation only if it was previously disabledJoerg Roedel2015-06-16
| | | | * | | | iommu/vt-d: Don't disable translation prior to OS handoverJoerg Roedel2015-06-16
| | | | * | | | iommu/vt-d: Don't copy translation tables if RTT bit needs to be changedJoerg Roedel2015-06-16
| | | | * | | | iommu/vt-d: Don't do early domain assignment if kdump kernelJoerg Roedel2015-06-16