aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2015-04-24iommu/vt-d: Detach domain *only* from attached iommusAlex Williamson
2015-01-16iommu/vt-d: Fix dmar_domain leak in iommu_attach_deviceJoerg Roedel
2015-01-16iommu/vt-d: Fix an off-by-one bug in __domain_mapping()Jiang Liu
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel
2014-10-02iommu/vt-d: Work around broken RMRR firmware entriesJoerg Roedel
2014-10-02iommu/vt-d: Store bus information in RMRR PCI device pathJoerg Roedel
2014-10-02iommu/vt-d: Only remove domain when device is removedJoerg Roedel
2014-09-25iommu/amd: Fix devid mapping for ivrs_ioapic overrideJoerg Roedel
2014-09-25iommu/irq_remapping: Fix the regression of hpet irq remappingYijing Wang
2014-09-25iommu: Fix bus notifier breakageMark Salter
2014-09-25iommu/amd: Split init_iommu_group() from iommu_init_device()Alex Williamson
2014-09-25iommu: Rework iommu_group_get_for_pci_dev()Alex Williamson
2014-09-25iommu: Make of_device_id array constKiran Padwal
2014-09-25amd_iommu: do not dereference a NULL pointer address.Maurizio Lombardi
2014-09-25iommu/omap: Remove omap_iommu unused owner fieldLaurent Pinchart
2014-09-25iommu: Remove iommu_domain_has_cap() API functionJoerg Roedel
2014-09-25iommu/tegra: Convert to iommu_capable() API functionJoerg Roedel
2014-09-25iommu/msm: Convert to iommu_capable() API functionJoerg Roedel
2014-09-25iommu/vt-d: Convert to iommu_capable() API functionJoerg Roedel
2014-09-25iommu/fsl: Convert to iommu_capable() API functionJoerg Roedel
2014-09-25iommu/arm-smmu: Convert to iommu_capable() API functionJoerg Roedel
2014-09-25iommu/amd: Convert to iommu_capable() API functionJoerg Roedel
2014-09-25iommu: Introduce iommu_capable API functionJoerg Roedel
2014-09-25iommu: Convert iommu-caps from define to enumJoerg Roedel
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla
2014-09-22iommu/arm-smmu: fix bug in pmd constructionMitchel Humpherys
2014-09-16iommu/arm-smmu: support MMU-401Robin Murphy
2014-09-16iommu/arm-smmu: fix architecture version detectionRobin Murphy
2014-09-16iommu/arm-smmu: don't bother truncating the s1 output size to VA_BITSWill Deacon
2014-09-16iommu/arm-smmu: use page shift instead of page size to avoid divisionWill Deacon
2014-09-16iommu/arm-smmu: put iommu_domain pointer in dev->archdata.iommuWill Deacon
2014-09-16iommu/arm-smmu: add support for multi-master iommu groupsWill Deacon
2014-09-16iommu/arm-smmu: allow translation stage to be forced on the cmdlineWill Deacon
2014-09-05iommu/fsl: Fix warning resulting from adding PCI device twiceVarun Sethi
2014-09-05iommu/omap: Fix iommu archdata name for DT-based devicesSuman Anna
2014-09-05iommu/omap: Check for valid archdata in attach_devSuman Anna
2014-09-03Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...Joerg Roedel
2014-09-02iommu/arm-smmu: fix corner cases in address size calculationsWill Deacon
2014-09-02iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0xHans Wennborg
2014-09-02iommu/arm-smmu: Do not access non-existing S2CR registersOlav Haugan
2014-09-02iommu/arm-smmu: fix s2cr and smr teardown on device detach from domainWill Deacon
2014-09-01iommu/arm-smmu: remove pgtable_page_{c,d}tor()Vladimir Murzin
2014-09-01iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1Olav Haugan
2014-09-01iommu/arm-smmu: avoid calling request_irq in atomic contextMitchel Humpherys
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