summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel-iommu.c
AgeCommit message (Expand)Author
2018-09-09iommu/vt-d: Fix dev iotlb pfsid useJacob Pan
2018-09-09iommu/vt-d: Add definitions for PFSIDJacob Pan
2017-12-16iommu/vt-d: Fix scatterlist offset handlingRobin Murphy
2017-07-05iommu/vt-d: Don't over-free page table directoriesDavid Dillow
2017-05-25iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappingsKarimAllah Ahmed
2017-03-30iommu/vt-d: Fix NULL pointer dereference in device_to_iommuKoos Vriezen
2017-03-12iommu/vt-d: Tylersburg isoch identity map check is done too late.Ashok Raj
2017-01-12iommu/vt-d: Flush old iommu caches for kdump when the device gets context mappedXunlei Pang
2017-01-12iommu/vt-d: Fix pasid table size encodingJacob Pan
2016-12-02iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj
2016-11-18iommu/vt-d: Fix dead-locks in disable_dmar_iommu() pathJoerg Roedel
2016-09-30Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds
2016-08-20iommu/vt-d: Return error code in domain_context_mapping_one()Wei Yang
2016-07-27iommu/vt-d: Enable QI on all IOMMUs before setting root entryJoerg Roedel
2016-03-09iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug pathJoerg Roedel
2016-02-25iommu/vt-d: Don't skip PCI devices when disabling IOTLBJeremy McNicoll
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-05Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-11-05Merge git://git.infradead.org/intel-iommuLinus Torvalds
2015-11-02Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Joerg Roedel
2015-10-24iommu/vt-d: Clean up pasid_enabled() and ecs_enabled() dependenciesDavid Woodhouse
2015-10-22iommu: Add device_group call-back to x86 iommu driversJoerg Roedel
2015-10-22Merge tag 'for-linus-20151021' of git://git.infradead.org/intel-iommuLinus Torvalds
2015-10-19iommu/vt-d: Use dev_err(..) in intel_svm_device_to_iommu(..)Sudeep Dutt
2015-10-15iommu/vt-d: Implement page request handlingDavid Woodhouse
2015-10-15iommu/vt-d: Implement deferred invalidate for SVMDavid Woodhouse
2015-10-15iommu/vt-d: Add basic SVM PASID supportDavid Woodhouse
2015-10-15iommu/vt-d: Always enable PASID/PRI PCI capabilities before ATSDavid Woodhouse
2015-10-15iommu/vt-d: Add initial support for PASID tablesDavid Woodhouse
2015-10-15iommu/vt-d: Introduce intel_iommu=pasid28, and pasid_enabled() macroDavid Woodhouse
2015-10-15iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpointsDavid Woodhouse
2015-10-14iommu/vt-d: Switch from ioremap_cache to memremapDan Williams
2015-10-13iommu/vt-d: fix range computation when making room for large pagesChristian Zander
2015-10-13Merge tag 'iommu-fixes-v4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-10-05iommu/vt-d: Create RMRR mappings in newly allocated domainsJoerg Roedel
2015-10-05iommu/vt-d: Split iommu_prepare_identity_mapJoerg Roedel
2015-10-02Merge git://git.infradead.org/intel-iommuLinus Torvalds
2015-09-29iommu/vt-d: Fix memory leak in dmar_insert_one_dev_info()Sudip Mukherjee
2015-09-08Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-08-25iommu/vt-d: Really use upper context table when necessaryJoerg Roedel
2015-08-17scatterlist: use sg_phys()Dan Williams
2015-08-13iommu/vt-d: Access iomem correctlyJoerg Roedel
2015-08-13iommu/vt-d: Make two functions staticJoerg Roedel
2015-08-13iommu/vt-d: Use BUG_ON instead of if () BUG()Joerg Roedel
2015-08-12iommu/vt-d: Avoid duplicate device_domain_info structuresJoerg Roedel
2015-08-12iommu/vt-d: Only insert alias dev_info if there is an aliasJoerg Roedel
2015-08-12iommu/vt-d: Pass device_domain_info to __dmar_remove_one_dev_infoJoerg Roedel