summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2014-03-20drivers: iommu: add workaround for multiple suspend/resume callsMarek Szyprowski1-0/+11
2014-03-20iommu/exynos: add dummy driver for enabling runtime pm for mem port devicesMarek Szyprowski1-0/+34
2014-03-20iommu/exynos: register iommu-aware dma ops for client devicesMarek Szyprowski2-28/+62
2014-03-20iommu/exynos: simplify some functionsMarek Szyprowski1-19/+8
2014-03-20iommu/exynos: remove support for multiple sysmmu's per single deviceMarek Szyprowski1-210/+100
2014-03-20iommu/exynos: remove support for combined sysmmu controllersMarek Szyprowski1-119/+74
2014-03-20iommu/exynos: return 0 if iommu_attach_device() successesCho KyongHo1-6/+7
2014-03-20iommu/exynos: change rwlock to spinlockCho KyongHo1-18/+18
2014-03-20iommu/exynos: add bus notifier for registering System MMUCho KyongHo1-156/+552
2014-03-20iommu/exynos: remove custom fault handlerCho KyongHo1-54/+17
2014-03-20iommu/exynos: remove prefetch buffer setting when enabling System MMUCho KyongHo1-5/+27
2014-03-20iommu/exynos: support for device treeCho KyongHo2-117/+70
2014-03-20iommu/exynos: allocate lv2 page table from own slabCho KyongHo1-4/+20
2014-03-20iommu/exynos: fix page table maintenanceCho KyongHo1-15/+37
2014-03-20iommu/exynos: add missing cache flush for removed page table entriesCho KyongHo1-0/+2
2014-03-20iommu/exynos: do not include removed headerCho KyongHo1-2/+1
2014-02-13intel-iommu: fix off-by-one in pagetable freeingAlex Williamson1-1/+1
2013-12-08iommu: Remove stack trace from broken irq remapping warningNeil Horman1-6/+7
2013-12-08iommu/vt-d: Fixed interaction of VFIO_IOMMU_MAP_DMA with IOMMU address limitsJulian Stecklina1-1/+5
2013-09-26intel-iommu: Fix leaks in pagetable freeingAlex Williamson1-37/+35
2013-07-25iommu/amd: Only unmap large pages from the first pteAlex Williamson1-1/+5
2013-05-06Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-122/+328
2013-05-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel14-131/+290
2013-05-02iommu/tegra: Fix printk formats for dma_addr_tVarun Sethi2-2/+4
2013-04-30Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-37/+28
2013-04-24iommu: Add a function to find an iommu group by idAlexey Kardashevskiy1-0/+29
2013-04-24iommu/vt-d: Remove warning for HPET scope typeLinn Crosetto1-1/+2
2013-04-24x86/iommu/dmar: Remove warning for HPET scope typeLinn Crosetto1-1/+2
2013-04-23iommu: Move swap_pci_ref function to drivers/iommu/pci.h.Varun Sethi3-12/+31
2013-04-23iommu/vt-d: Disable translation if already enabledTakao Indoh2-1/+25
2013-04-23iommu/amd: fix error return code in early_amd_iommu_init()Wei Yongjun1-0/+1
2013-04-23iommu/AMD: Per-thread IOMMU Interrupt HandlingSuravee Suthikulpanit2-50/+34
2013-04-19iommu/amd: Workaround for ERBT1312Joerg Roedel1-8/+26
2013-04-19iommu/amd: Don't report firmware bugs with cmd-line ivrs overridesJoerg Roedel1-3/+16
2013-04-19iommu/amd: Add ioapic and hpet ivrs overrideJoerg Roedel1-2/+62
2013-04-19iommu/amd: Add early maps for ioapic and hpetJoerg Roedel1-0/+38
2013-04-19iommu/amd: Extend IVRS special device data structureJoerg Roedel2-10/+21
2013-04-19iommu/amd: Move add_special_device() to __initJoerg Roedel1-1/+1
2013-04-18iommu/amd: Properly initialize irq-table lockJoerg Roedel1-0/+3
2013-04-18iommu/amd: Use AMD specific data structure for irq remappingJoerg Roedel1-27/+27
2013-04-18iommu/amd: Remove map_sg_no_iommu()Joerg Roedel1-21/+1
2013-04-18iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsetsNeil Horman3-0/+18
2013-04-02iommu/fsl: Add the window permission flag as a parameter to iommu_window_enab...Varun Sethi1-2/+3
2013-04-02iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi9-10/+9
2013-04-02iommu/amd: Re-enable IOMMU event log interrupt after handling.Suravee Suthikulpanit2-0/+4
2013-03-27Merge tag 'iommu-fixes-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-15/+12
2013-03-27iommu/amd: Make sure dma_ops are set for hotplug devicesJoerg Roedel1-12/+10
2013-03-26iommu/amd: Remove calc_devid() and use PCI_DEVID() from PCIShuah Khan3-11/+4
2013-03-26iommu/amd: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIShuah Khan3-26/+24