Age | Commit message (Expand) | Author | Files | Lines |
2019-09-03 | iommu/vt-d: Remove global page flush support | Jacob Pan | 1 | -21/+15 |
2019-07-04 | Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op... | Joerg Roedel | 1 | -9/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 1 | -9/+1 |
2019-05-27 | iommu/vt-d: Fix bind svm with multiple devices | Jacob Pan | 1 | -0/+15 |
2019-04-11 | iommu/vt-d: Make intel_iommu_enable_pasid() more generic | Lu Baolu | 1 | -1/+18 |
2019-03-01 | iommu/vt-d: Fix NULL pointer reference in intel_svm_bind_mm() | Lu Baolu | 1 | -1/+1 |
2019-01-30 | iommu/vt-d: Remove change_pte notifier | Peter Xu | 1 | -9/+0 |
2019-01-11 | iommu/vt-d: Support page request in scalable mode | Jacob Pan | 1 | -32/+45 |
2018-12-20 | Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar... | Joerg Roedel | 1 | -110/+61 |
2018-12-11 | iommu/vt-d: Remove deferred invalidation | Lu Baolu | 1 | -45/+0 |
2018-12-11 | iommu/vt-d: Shared virtual address in scalable mode | Lu Baolu | 1 | -40/+18 |
2018-12-11 | iommu/vt-d: Add 256-bit invalidation descriptor support | Lu Baolu | 1 | -27/+49 |
2018-12-11 | iommu/vt-d: Manage scalalble mode PASID tables | Lu Baolu | 1 | -5/+1 |
2018-11-06 | iommu/vt-d: Fix NULL pointer dereference in prq_event_thread() | Lu Baolu | 1 | -1/+1 |
2018-10-26 | Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca... | Michal Hocko | 1 | -1/+0 |
2018-08-24 | Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -46/+33 |
2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 1 | -1/+3 |
2018-07-20 | iommu/vt-d: Remove the obsolete per iommu pasid tables | Lu Baolu | 1 | -15/+2 |
2018-07-20 | iommu/vt-d: Apply per pci device pasid table in SVA | Lu Baolu | 1 | -12/+10 |
2018-07-20 | iommu/vt-d: Per PCI device pasid table interfaces | Lu Baolu | 1 | -4/+0 |
2018-07-20 | iommu/vt-d: Apply global PASID in SVA | Lu Baolu | 1 | -11/+11 |
2018-07-20 | iommu/vt-d: Avoid using idr_for_each_entry() | Lu Baolu | 1 | -4/+10 |
2018-07-06 | iommu/vt-d: Remove unnecessary WARN_ON() | Lu Baolu | 1 | -1/+1 |
2018-05-15 | iommu/vt-d: Remove unnecessary parentheses | Lu Baolu | 1 | -1/+1 |
2018-03-29 | Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat... | Joerg Roedel | 1 | -11/+8 |
2018-03-20 | iommu/vt-d: Use real PASID for flush in caching mode | Lu Baolu | 1 | -10/+6 |
2018-03-15 | iommu/vt-d: Fix a potential memory leak | Lu Baolu | 1 | -0/+1 |
2018-02-22 | treewide/trivial: Remove ';;$' typo noise | Ingo Molnar | 1 | -1/+1 |
2018-02-08 | Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+27 |
2018-01-31 | mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks | David Rientjes | 1 | -0/+1 |
2018-01-17 | iommu/vt-d: Enable 5-level paging mode in the PASID entry | Sohil Mehta | 1 | -2/+13 |
2018-01-17 | iommu/vt-d: Add a check for 5-level paging support | Sohil Mehta | 1 | -0/+4 |
2018-01-17 | iommu/vt-d: Add a check for 1GB page support | Sohil Mehta | 1 | -0/+4 |
2017-12-20 | iommu/vt-d: clean up pr_irq if request_threaded_irq fails | Jerry Snitselaar | 1 | -3/+6 |
2017-11-03 | iommu/vt-d: Clear pasid table entry when memory unbound | Lu Baolu | 1 | -0/+2 |
2017-11-03 | iommu/vt-d: Missing checks for pasid tables if allocation fails | Lu Baolu | 1 | -1/+1 |
2017-09-09 | Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+14 |
2017-08-31 | iommu/intel: update to new mmu_notifier semantic | Jérôme Glisse | 1 | -9/+0 |
2017-08-30 | iommu/vt-d: IOMMU Page Request needs to check if address is canonical. | Ashok Raj | 1 | -0/+14 |
2017-05-17 | iommu/vt-d: Helper function to query if a pasid has any active users | CQ Tang | 1 | -0/+30 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-02-27 | mm: use mmget_not_zero() helper | Vegard Nossum | 1 | -1/+1 |
2016-11-19 | iommu/vt-d: Fix PASID table allocation | David Woodhouse | 1 | -11/+17 |
2016-07-26 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
2016-02-15 | iommu/vt-d: Clear PPR bit to ensure we get more page request interrupts | David Woodhouse | 1 | -0/+4 |
2016-01-13 | iommu/vt-d: Fix mm refcounting to hold mm_count not mm_users | David Woodhouse | 1 | -6/+27 |
2015-12-14 | iommu/vt-d: Do access checks before calling handle_mm_fault() | Joerg Roedel | 1 | -0/+20 |
2015-10-28 | iommu/vt-d: Fix rwxp flags in SVM device fault callback | David Woodhouse | 1 | -1/+1 |
2015-10-24 | iommu/vt-d: Handle Caching Mode implementations of SVM | David Woodhouse | 1 | -5/+18 |
2015-10-20 | iommu/vt-d: Fix SVM IOTLB flush handling | David Woodhouse | 1 | -20/+15 |