Age | Commit message (Expand) | Author | Files | Lines |
2017-06-22 | iommu/amd: Set global pointers to NULL after freeing them | Joerg Roedel | 1 | -0/+5 |
2017-06-22 | iommu/amd: Check for error states first in iommu_go_to_state() | Joerg Roedel | 1 | -2/+2 |
2017-06-22 | iommu/amd: Add new init-state IOMMU_CMDLINE_DISABLED | Joerg Roedel | 1 | -2/+5 |
2017-06-22 | iommu/amd: Rename free_on_init_error() | Joerg Roedel | 1 | -2/+2 |
2017-06-22 | iommu/amd: Disable IOMMUs at boot if they are enabled | Joerg Roedel | 1 | -0/+3 |
2017-06-20 | Merge branch 'WIP.sched/core' into sched/core | Ingo Molnar | 1 | -0/+7 |
2017-06-20 | iommu/dma: don't rely on DMA_ERROR_CODE | Christoph Hellwig | 1 | -8/+10 |
2017-06-16 | iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel | Joerg Roedel | 3 | -1/+12 |
2017-06-08 | iommu/amd: Remove queue_release() function | Joerg Roedel | 1 | -20/+8 |
2017-06-08 | iommu/amd: Add per-domain timer to flush per-cpu queues | Joerg Roedel | 1 | -17/+67 |
2017-06-08 | iommu/amd: Add flush counters to struct dma_ops_domain | Joerg Roedel | 1 | -0/+52 |
2017-06-08 | iommu/amd: Add locking to per-domain flush-queue | Joerg Roedel | 1 | -0/+11 |
2017-06-08 | iommu/amd: Make use of the per-domain flush queue | Joerg Roedel | 1 | -4/+56 |
2017-06-08 | iommu/amd: Add per-domain flush-queue data structures | Joerg Roedel | 1 | -0/+69 |
2017-06-08 | iommu/amd: Rip out old queue flushing code | Joerg Roedel | 1 | -137/+6 |
2017-06-08 | iommu/amd: Reduce delay waiting for command buffer space | Tom Lendacky | 1 | -20/+13 |
2017-06-08 | iommu/amd: Reduce amount of MMIO when submitting commands | Tom Lendacky | 3 | -13/+26 |
2017-06-07 | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() | Andy Shevchenko | 1 | -6/+5 |
2017-05-30 | iommu/amd: Constify irq_domain_ops | Tobias Klauser | 1 | -1/+1 |
2017-05-30 | iommu/amd: Ratelimit io-page-faults per device | Joerg Roedel | 1 | -7/+33 |
2017-05-30 | iommu/vt-d: Constify irq_domain_ops | Tobias Klauser | 1 | -2/+2 |
2017-05-30 | iommu/vt-d: Unwrap __get_valid_domain_for_dev() | Peter Xu | 1 | -14/+2 |
2017-05-30 | iommu/of: Ignore all errors except EPROBE_DEFER | Sricharan R | 1 | -0/+6 |
2017-05-30 | iommu/of: Fix check for returning EPROBE_DEFER | Sricharan R | 1 | -0/+1 |
2017-05-23 | iommu/of: Adjust system_state check | Thomas Gleixner | 1 | -1/+1 |
2017-05-23 | iommu/vt-d: Adjust system_state checks | Thomas Gleixner | 1 | -2/+2 |
2017-05-17 | iommu/iova: Sort out rbtree limit_pfn handling | Robin Murphy | 2 | -13/+10 |
2017-05-17 | iommu/ipmmu-vmsa: Fix pgsize_bitmap semicolon typo | Magnus Damm | 1 | -1/+1 |
2017-05-17 | iommu/ipmmu-vmsa: Drop LPAE Kconfig dependency | Magnus Damm | 1 | -1/+0 |
2017-05-17 | iommu/ipmmu-vmsa: Use fwspec iommu_priv on ARM64 | Magnus Damm | 1 | -39/+58 |
2017-05-17 | iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA ops | Magnus Damm | 2 | -9/+156 |
2017-05-17 | iommu/ipmmu-vmsa: Break out domain allocation code | Magnus Damm | 1 | -4/+9 |
2017-05-17 | iommu/ipmmu-vmsa: Break out utlb parsing code | Magnus Damm | 1 | -23/+41 |
2017-05-17 | iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for context | Magnus Damm | 1 | -10/+66 |
2017-05-17 | iommu/ipmmu-vmsa: Remove platform data handling | Magnus Damm | 1 | -5/+0 |
2017-05-17 | iommu/vt-d: Helper function to query if a pasid has any active users | CQ Tang | 1 | -0/+30 |
2017-05-17 | iommu/mediatek: Include linux/dma-mapping.h | Arnd Bergmann | 1 | -0/+1 |
2017-05-17 | iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappings | KarimAllah Ahmed | 1 | -1/+4 |
2017-05-17 | iommu/dma: Don't touch invalid iova_domain members | Robin Murphy | 1 | -5/+8 |
2017-05-17 | iommu/rockchip: Enable Rockchip IOMMU on ARM64 | Simon Xue | 1 | -1/+1 |
2017-05-10 | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 18 | -480/+916 |
2017-05-06 | Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop.... | Linus Torvalds | 1 | -54/+33 |
2017-05-05 | Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/lin... | Dave Airlie | 1 | -54/+33 |
2017-05-04 | Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm... | Joerg Roedel | 20 | -530/+956 |
2017-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -0/+8 |
2017-04-29 | iommu: Remove pci.h include from trace/events/iommu.h | Joerg Roedel | 3 | -0/+3 |
2017-04-29 | iommu/vt-d: Don't print the failure message when booting non-kdump kernel | Qiuxu Zhuo | 1 | -9/+6 |
2017-04-27 | iommu: Move report_iommu_fault() to iommu.c | Joerg Roedel | 1 | -0/+42 |
2017-04-27 | x86, iommu/vt-d: Add an option to disable Intel IOMMU force on | Shaohua Li | 1 | -0/+18 |
2017-04-26 | iommu/arm-smmu: Return IOVA in iova_to_phys when SMMU is bypassed | Sunil Goutham | 2 | -0/+6 |