summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel-iommu.c
AgeCommit message (Expand)Author
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
2015-08-12iommu/vt-d: Remove dmar_global_lock from device_notifierJoerg Roedel
2015-08-12iommu/vt-d: Get rid of domain->iommu_lockJoerg Roedel
2015-08-12iommu/vt-d: Only call domain_remove_one_dev_info to detach old domainJoerg Roedel
2015-08-12iommu/vt-d: Unify domain->iommu attach/detachmentJoerg Roedel
2015-08-12iommu/vt-d: Establish domain<->iommu link in dmar_insert_one_dev_infoJoerg Roedel
2015-08-12iommu/vt-d: Pass an iommu pointer to domain_init()Joerg Roedel
2015-08-12iommu/vt-d: Rename iommu_detach_dependent_devices()Joerg Roedel
2015-08-12iommu/vt-d: Rename domain_remove_one_dev_info()Joerg Roedel
2015-08-12iommu/vt-d: Rename dmar_insert_dev_info()Joerg Roedel
2015-08-12iommu/vt-d: Move context-mapping into dmar_insert_dev_infoJoerg Roedel
2015-08-12iommu/vt-d: Simplify domain_remove_dev_info()Joerg Roedel
2015-08-12iommu/vt-d: Simplify domain_remove_one_dev_info()Joerg Roedel
2015-08-12iommu/vt-d: Simplify io/tlb flushing in intel_iommu_unmapJoerg Roedel
2015-08-12iommu/vt-d: Replace iommu_bmp with a refcountJoerg Roedel
2015-08-12iommu/vt-d: Kill dmar_domain->idJoerg Roedel
2015-08-12iommu/vt-d: Don't pre-allocate domain ids for si_domainJoerg Roedel
2015-08-12iommu/vt-d: Pass dmar_domain directly into iommu_flush_iotlb_psiJoerg Roedel
2015-08-12iommu/vt-d: Simplify domain_context_mapping_oneJoerg Roedel
2015-08-12iommu/vt-d: Calculate translation in domain_context_mapping_oneJoerg Roedel
2015-08-12iommu/vt-d: Get rid of iommu_attach_vm_domain()Joerg Roedel
2015-08-12iommu/vt-d: Split up iommu->domains arrayJoerg Roedel
2015-08-12iommu/vt-d: Add access functions for iommu->domainsJoerg Roedel