Age | Commit message (Expand) | Author | Files | Lines |
2014-09-05 | iommu/fsl: Fix warning resulting from adding PCI device twice | Varun Sethi | 1 | -2/+8 |
2014-09-03 | Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux... | Joerg Roedel | 1 | -54/+73 |
2014-09-02 | iommu/arm-smmu: fix corner cases in address size calculations | Will Deacon | 1 | -2/+9 |
2014-09-02 | iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x | Hans Wennborg | 1 | -1/+1 |
2014-09-02 | iommu/arm-smmu: Do not access non-existing S2CR registers | Olav Haugan | 1 | -7/+21 |
2014-09-02 | iommu/arm-smmu: fix s2cr and smr teardown on device detach from domain | Will Deacon | 1 | -15/+12 |
2014-09-01 | iommu/arm-smmu: remove pgtable_page_{c,d}tor() | Vladimir Murzin | 1 | -5/+0 |
2014-09-01 | iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1 | Olav Haugan | 1 | -2/+5 |
2014-09-01 | iommu/arm-smmu: avoid calling request_irq in atomic context | Mitchel Humpherys | 1 | -22/+25 |
2014-08-26 | iommu/vt-d: Check return value of acpi_bus_get_device() | Joerg Roedel | 1 | -2/+1 |
2014-08-26 | iommu/core: Make iommu_group_get_for_dev() more robust | Joerg Roedel | 1 | -3/+5 |
2014-08-19 | iommu/core: Check for the right function pointer in iommu_map() | Joerg Roedel | 1 | -1/+1 |
2014-08-18 | iommu/amd: Fix cleanup_domain for mass device removal | Joerg Roedel | 1 | -4/+6 |
2014-08-18 | iommu/vt-d: Defer domain removal if device is assigned to a driver | Joerg Roedel | 1 | -0/+8 |
2014-08-08 | Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+2 |
2014-08-07 | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -14/+14 |
2014-08-06 | Merge branch 'acpica' | Rafael J. Wysocki | 1 | -14/+14 |
2014-07-31 | Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'ar... | Joerg Roedel | 11 | -1251/+328 |
2014-07-31 | iommu/vt-d: Fix race setting IRQ CPU affinity while freeing IRQ | Greg Edwards | 1 | -0/+5 |
2014-07-31 | ACPICA: Tables: Update for DMAR table changes. | Bob Moore | 1 | -14/+14 |
2014-07-30 | iommu/amd: Fix 2 typos in comments | Joerg Roedel | 1 | -2/+2 |
2014-07-30 | iommu/amd: Fix device_state reference counting | Joerg Roedel | 1 | -0/+7 |
2014-07-30 | iommu/amd: Remove change_pte mmu_notifier call-back | Joerg Roedel | 1 | -9/+0 |
2014-07-30 | iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid | Joerg Roedel | 1 | -17/+3 |
2014-07-29 | iommu/exynos: Select ARM_DMA_USE_IOMMU | Tushar Behera | 1 | -0/+1 |
2014-07-29 | iommu/vt-d: Exclude devices using RMRRs from IOMMU API domains | Alex Williamson | 1 | -10/+39 |
2014-07-29 | iommu/omap: Remove virtual memory manager | Laurent Pinchart | 6 | -931/+6 |
2014-07-23 | iommu/vt-d: Fix issue in computing domain's iommu_snooping flag | Jiang Liu | 1 | -18/+24 |
2014-07-23 | iommu/vt-d: Introduce helper function iova_size() to improve code readability | Jiang Liu | 1 | -4/+3 |
2014-07-23 | iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify code | Jiang Liu | 1 | -14/+16 |
2014-07-23 | iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated code | Jiang Liu | 1 | -51/+19 |
2014-07-23 | iommu/vt-d: Change iommu_enable/disable_translation to return void | Jiang Liu | 1 | -13/+5 |
2014-07-23 | iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu() | Jiang Liu | 1 | -1/+2 |
2014-07-23 | iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu() | Jiang Liu | 1 | -7/+4 |
2014-07-23 | iommu/vt-d: Allocate dynamic domain id for virtual domains only | Jiang Liu | 1 | -21/+26 |
2014-07-23 | iommu/vt-d: Introduce helper functions to make code symmetric for readability | Jiang Liu | 1 | -67/+80 |
2014-07-23 | iommu/vt-d: Introduce helper functions to improve code readability | Jiang Liu | 1 | -33/+26 |
2014-07-23 | iommu/vt-d: Use correct domain id to flush virtual machine domains | Jiang Liu | 1 | -1/+1 |
2014-07-23 | iommu/vt-d: Match segment number when searching for dev_iotlb capable devices | Jiang Liu | 1 | -1/+2 |
2014-07-23 | Merge branch 'core' into x86/vt-d | Joerg Roedel | 19 | -475/+689 |
2014-07-19 | Merge tag 'tegra-for-3.17-fuse-move' of git://git.kernel.org/pub/scm/linux/ke... | Olof Johansson | 1 | -1/+2 |
2014-07-17 | ARM: tegra: Move includes to include/soc/tegra | Thierry Reding | 1 | -1/+2 |
2014-07-10 | iommu/amd: Don't call the inv_ctx_cb when pasid is not set up | Joerg Roedel | 1 | -5/+12 |
2014-07-10 | iommu/amd: Don't hold a reference to task_struct | Joerg Roedel | 1 | -3/+1 |
2014-07-10 | iommu/amd: Don't hold a reference to mm_struct | Joerg Roedel | 1 | -7/+33 |
2014-07-10 | iommu/amd: Add pasid_state->invalid flag | Joerg Roedel | 1 | -2/+16 |
2014-07-10 | iommu/amd: Drop pasid_state reference in ppr_notifer error path | Joerg Roedel | 1 | -0/+4 |
2014-07-10 | iommu/amd: Get rid of __unbind_pasid | Joerg Roedel | 1 | -15/+2 |
2014-07-10 | iommu/amd: Don't free pasid_state in mn_release path | Joerg Roedel | 1 | -3/+7 |
2014-07-10 | iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid | Joerg Roedel | 1 | -2/+0 |