summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd_iommu.c
AgeCommit message (Expand)Author
2015-11-09iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel
2015-07-10iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel
2015-06-02Revert "iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent"Joerg Roedel
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
2015-04-02iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherentJoerg Roedel
2015-04-02iommu/amd: Ignore BUS_NOTIFY_UNBOUND_DRIVER eventJoerg Roedel
2015-04-02iommu/amd: Use BUS_NOTIFY_REMOVED_DEVICEJoerg Roedel
2015-03-31iommu/amd: Make use of domain_alloc and domain_freeJoerg Roedel
2015-02-12Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-02-04Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a...Joerg Roedel
2015-02-04iommu/amd: Convert non-returned local variable to boolean when relevantQuentin Lambert
2015-02-04iommu: Update my email addressJoerg Roedel
2015-01-15iommu/irq_remapping: Kill function irq_remapping_supported() and related codeJiang Liu
2014-12-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-12-16iommu/amd: Use helpers to access irq_cfg data structure associated with IRQJiang Liu
2014-12-02Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm...Joerg Roedel
2014-11-14iommu/amd: remove compiler warning due to IOMMU_CAP_NOEXECWill Deacon
2014-11-04iommu: Add iommu_map_sg() functionOlav Haugan
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel
2014-09-25iommu/irq_remapping: Fix the regression of hpet irq remappingYijing Wang
2014-09-25iommu/amd: Split init_iommu_group() from iommu_init_device()Alex Williamson
2014-09-25amd_iommu: do not dereference a NULL pointer address.Maurizio Lombardi
2014-09-25iommu/amd: Convert to iommu_capable() API functionJoerg Roedel
2014-08-26iommu/amd: Remove device binding reference countJoerg Roedel
2014-08-26iommu/amd: Attach and detach complete alias groupJoerg Roedel
2014-08-26iommu/amd: Keep a list of devices in an alias groupJoerg Roedel
2014-08-26iommu/amd: Move struct iommu_dev_data to amd_iommu.cJoerg Roedel
2014-08-18iommu/amd: Fix cleanup_domain for mass device removalJoerg Roedel
2014-07-07iommu: Constify struct iommu_opsThierry Reding
2014-07-04iommu/amd: Add sysfs supportAlex Williamson
2014-07-04iommu/amd: Use iommu_group_get_for_dev()Alex Williamson
2014-07-04iommu/amd: Update to use PCI DMA aliasesAlex Williamson
2014-05-30iommu/amd: Fix recently introduced compile warningsJoerg Roedel
2014-05-26iommu/amd: Remove duplicate checking codeVaughan Cao
2014-05-13iommu/amd: Fix interrupt remapping for aliased devicesAlex Williamson
2014-03-24iommu/amd: Fix logic to determine and checking max PASIDSuravee Suthikulpanit
2014-03-04iommu/amd: Fix PASID format in INVALIDATE_IOTLB_PAGES commandJay Cornwall
2014-01-07iommu/amd: Use dev_is_pci() to check whether it is pci deviceYijing Wang
2013-08-14iommu/amd: Fix resource leak in iommu_init_device()Radmila Kompová
2013-06-25Merge branches 'x86/vt-d', 'arm/omap', 'core', 'x86/amd' and 'arm/smmu' into ...Joerg Roedel
2013-06-23iommu/amd: Only unmap large pages from the first pteAlex Williamson
2013-06-20iommu/amd: Fix memory leak in free_pagetableJoerg Roedel
2013-06-20iommu/{vt-d,amd}: Remove multifunction assumption around groupingAlex Williamson
2013-05-06Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds