| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | iommu/vt-d: Flush IOTLB for untrusted device in time | Lu Baolu | 2019-04-12 | 1 | -1/+5 |
* | | | iommu/vt-d: Don't clear GFP_DMA and GFP_DMA32 flags | Christoph Hellwig | 2019-04-11 | 1 | -1/+0 |
* | | | iommu/vt-d: Use dma_direct for bypass devices | Christoph Hellwig | 2019-04-11 | 1 | -40/+31 |
* | | | iommu/vt-d: Clean up iommu_no_mapping | Christoph Hellwig | 2019-04-11 | 1 | -26/+21 |
* | | | iommu/vt-d: Return ID associated with an auxiliary domain | Lu Baolu | 2019-04-11 | 1 | -0/+10 |
* | | | iommu/vt-d: Aux-domain specific domain attach/detach | Lu Baolu | 2019-04-11 | 1 | -0/+152 |
* | | | iommu/vt-d: Move common code out of iommu_attch_device() | Lu Baolu | 2019-04-11 | 1 | -24/+36 |
* | | | iommu/vt-d: Add per-device IOMMU feature ops entries | Lu Baolu | 2019-04-11 | 1 | -0/+159 |
* | | | iommu/vt-d: Make intel_iommu_enable_pasid() more generic | Lu Baolu | 2019-04-11 | 1 | -14/+7 |
| |/
|/| |
|
* | | iommu/vt-d: Save the right domain ID used by hardware | Lu Baolu | 2019-03-22 | 1 | -1/+1 |
* | | iommu/vt-d: Check capability before disabling protected memory | Lu Baolu | 2019-03-22 | 1 | -0/+3 |
|/ |
|
* | Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-03-10 | 1 | -77/+81 |
|\ |
|
| *-. | Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt... | Joerg Roedel | 2019-03-01 | 1 | -77/+81 |
| |\ \ |
|
| | | * | iommu/vt-d: Set context field after value initialized | Lu Baolu | 2019-03-01 | 1 | -1/+2 |
| | | * | iommu/vt-d: Disable ATS support on untrusted devices | Lu Baolu | 2019-03-01 | 1 | -1/+2 |
| | | * | iommu/vt-d: Check identity map for hot-added devices | Lu Baolu | 2019-02-26 | 1 | -9/+12 |
| | | * | iommu/vt-d: Enable ATS only if the device uses page aligned address. | Kuppuswamy Sathyanarayanan | 2019-02-26 | 1 | -0/+1 |
| | | * | iommu/vt-d: Fix PRI/PASID dependency issue. | Kuppuswamy Sathyanarayanan | 2019-02-26 | 1 | -1/+3 |
| | | * | iommu/vt-d: Remove misleading "domain 0" test from domain_exit() | Bjorn Helgaas | 2019-02-11 | 1 | -4/+0 |
| | | * | iommu/vt-d: Remove unused dmar_remove_one_dev_info() argument | Bjorn Helgaas | 2019-02-11 | 1 | -11/+9 |
| | | * | iommu/vt-d: Remove unnecessary local variable initializations | Bjorn Helgaas | 2019-02-11 | 1 | -14/+13 |
| | | * | iommu/vt-d: Use dev_printk() when possible | Bjorn Helgaas | 2019-02-11 | 1 | -30/+24 |
| | | * | iommu/vt-d: Implement dma_[un]map_resource() | Logan Gunthorpe | 2019-01-30 | 1 | -7/+16 |
| | |/ |
|
* | / | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 2019-03-05 | 1 | -1/+2 |
|/ / |
|
* | | iommu/vt-d: Leave scalable mode default off | Lu Baolu | 2019-01-30 | 1 | -4/+4 |
* | | iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions() | Gerald Schaefer | 2019-01-22 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-01-01 | 1 | -172/+179 |
|\ |
|
| *-. | Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar... | Joerg Roedel | 2018-12-20 | 1 | -172/+179 |
| |\ \ |
|
| | | * | iommu/vt-d: Remove deferred invalidation | Lu Baolu | 2018-12-11 | 1 | -1/+0 |
| | | * | iommu/vt-d: Shared virtual address in scalable mode | Lu Baolu | 2018-12-11 | 1 | -38/+0 |
| | | * | iommu/vt-d: Setup context and enable RID2PASID support | Lu Baolu | 2018-12-11 | 1 | -30/+106 |
| | | * | iommu/vt-d: Pass pasid table to context mapping | Lu Baolu | 2018-12-11 | 1 | -3/+11 |
| | | * | iommu/vt-d: Setup pasid entry for RID2PASID support | Lu Baolu | 2018-12-11 | 1 | -0/+20 |
| | | * | iommu/vt-d: Add second level page table interface | Lu Baolu | 2018-12-11 | 1 | -1/+1 |
| | | * | iommu/vt-d: Reserve a domain id for FL and PT modes | Lu Baolu | 2018-12-11 | 1 | -0/+10 |
| | | * | iommu/vt-d: Move page table helpers into header | Lu Baolu | 2018-12-11 | 1 | -43/+0 |
| | | * | iommu/vt-d: Manage scalalble mode PASID tables | Lu Baolu | 2018-12-11 | 1 | -9/+14 |
| | | * | iommu/vt-d: Enumerate the scalable mode capability | Lu Baolu | 2018-12-11 | 1 | -47/+17 |
| | | * | iommu/vt-d: Handle domain agaw being less than iommu agaw | Sohil Mehta | 2018-11-22 | 1 | -2/+2 |
| | |/ |
|
* | | | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-12-28 | 1 | -3/+53 |
|\ \ \ |
|
| * | | | iommu/vt-d: Do not enable ATS for untrusted devices | Mika Westerberg | 2018-12-05 | 1 | -1/+2 |
| * | | | iommu/vt-d: Force IOMMU on for platform opt in hint | Lu Baolu | 2018-12-05 | 1 | -2/+51 |
| |/ / |
|
* | | | iommu/vt-d: remove the mapping_error dma_map_ops method | Christoph Hellwig | 2018-12-06 | 1 | -9/+3 |
* | | | iommu/intel: small map_page cleanup | Christoph Hellwig | 2018-12-06 | 1 | -7/+7 |
|/ / |
|
* / | iommu/vt-d: Use memunmap to free memremap | Pan Bian | 2018-11-22 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-10-26 | 1 | -28/+4 |
|\ |
|
| *-. | Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a... | Joerg Roedel | 2018-10-10 | 1 | -28/+4 |
| |\ \ |
|
| | | * | iommu/vt-d: Enable base Intel IOMMU debugfs support | Sohil Mehta | 2018-09-25 | 1 | -0/+1 |
| | | * | iommu/vt-d: Relocate struct/function declarations to its header files | Sohil Mehta | 2018-09-25 | 1 | -28/+3 |
| | |/ |
|
* | | | Merge tag 'please-pull-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-10-23 | 1 | -3/+1 |
|\ \ \
| |/ /
|/| | |
|