aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/amd_iommu.c
AgeCommit message (Expand)Author
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-02Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Joerg Roedel
2015-10-22iommu: Add device_group call-back to x86 iommu driversJoerg Roedel
2015-10-21iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommuJoerg Roedel
2015-10-21iommu/amd: Remove old alias handling codeJoerg Roedel
2015-10-21iommu/amd: Set alias DTE in do_attach/do_detachJoerg Roedel
2015-10-21iommu/amd: WARN when __[attach|detach]_device are called with irqs enabledJoerg Roedel
2015-10-21iommu/amd: Don't disable IRQs in __detach_deviceJoerg Roedel
2015-10-21iommu/amd: Do not iterate over alias-list in __[attach|detach]_deviceJoerg Roedel
2015-10-21iommu/amd: Do not BUG_ON in __detach_device()Joerg Roedel
2015-10-21iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel
2015-10-09iommu/amd: Fix NULL pointer deref on device detachJoerg Roedel
2015-08-13iommu/amd: Use BUG_ON instead of if () BUG()Joerg Roedel
2015-08-13iommu/amd: Simplify allocation in irq_remapping_alloc()Joerg Roedel
2015-07-31iommu/amd: Allow non-ATS devices in IOMMUv2 domainsJoerg Roedel
2015-07-30iommu/amd: Set global dma_ops if swiotlb is disabledJoerg Roedel
2015-07-30iommu/amd: Use swiotlb in passthrough modeJoerg Roedel
2015-07-30iommu/amd: Allow non-IOMMUv2 devices in IOMMUv2 domainsJoerg Roedel
2015-07-30iommu/amd: Use iommu core for passthrough modeJoerg Roedel
2015-07-01Merge tag 'iommu-fixes-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-07-01iommu/amd: Introduce protection_domain_init() functionJoerg Roedel
2015-06-23Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-19Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd...Joerg Roedel
2015-06-19iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel
2015-06-11iommu/amd: Handle errors returned from iommu_init_deviceJoerg Roedel
2015-06-11iommu/amd: Propagate errors from amd_iommu_init_apiJoerg Roedel
2015-06-11iommu/amd: Remove unused fields from struct dma_ops_domainJoerg Roedel
2015-06-11iommu/amd: Get rid of device_dma_ops_init()Joerg Roedel
2015-06-11iommu/amd: Put IOMMUv2 devices in a direct mapped domainJoerg Roedel
2015-06-11iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocationJoerg Roedel
2015-06-11iommu/amd: Support IOMMU_DOMAIN_DMA type allocationJoerg Roedel
2015-06-11iommu/amd: Implement add_device and remove_deviceJoerg Roedel
2015-06-11iommu/amd: Use default domain if available for DMA-APIJoerg Roedel
2015-06-11iommu/amd: Implement dm_region call-backsJoerg Roedel
2015-06-02Revert "iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent"Joerg Roedel
2015-05-29iommu/amd: Handle integer overflow in dma_ops_area_allocJoerg Roedel
2015-04-24x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()Jiang Liu
2015-04-24irq_remapping/amd: Move struct irq_2_irte into amd_iommu.cJiang Liu
2015-04-24x86/irq: Remove irq_cfg.irq_remappedJiang Liu
2015-04-24irq_remapping/amd: Clean up unsued codeJiang Liu
2015-04-24irq_remapping/amd: Clean up unused MSI related codeJiang Liu
2015-04-24irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomainsJiang Liu
2015-04-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ...Joerg Roedel
2015-04-02iommu/amd: Correctly encode huge pages in iommu page tablesJoerg Roedel
2015-04-02iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interfaceJoerg Roedel
2015-04-02iommu/amd: Optimize alloc_new_range for new fetch_pte interfaceJoerg Roedel
2015-04-02iommu/amd: Optimize iommu_unmap_page for new fetch_pte interfaceJoerg Roedel
2015-04-02iommu/amd: Return the pte page-size in fetch_pteJoerg Roedel
2015-04-02iommu/amd: Add support for contiguous dma allocatorJoerg Roedel