summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-svm.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Move Intel IOMMU driver into subdirectoryJoerg Roedel2020-06-101-1002/+0
* iommu/vt-d: Fix compile warningJacob Pan2020-05-291-1/+1
* iommu/vt-d: Fix pointer cast warnings on 32 bitLu Baolu2020-05-251-1/+2
* iommu/vt-d: Remove duplicated check in intel_svm_bind_mm()Lu Baolu2020-05-181-5/+0
* iommu/vt-d: Remove redundant IOTLB flushLu Baolu2020-05-181-5/+1
* iommu/vt-d: Add page request draining supportLu Baolu2020-05-181-5/+102
* iommu/vt-d: Disable non-recoverable fault processing before unbindLu Baolu2020-05-181-3/+6
* iommu/vt-d: Multiple descriptors per qi_submit_sync()Lu Baolu2020-05-181-3/+3
* iommu/vt-d: Replace intel SVM APIs with generic SVA APIsJacob Pan2020-05-181-55/+69
* iommu/vt-d: Add get_domain_info() helperLu Baolu2020-05-181-1/+1
* iommu/vt-d: Add bind guest PASID supportJacob Pan2020-05-181-0/+200
*-. Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ...Joerg Roedel2020-03-271-4/+5
|\ \
| | * iommu/vt-d: Fix mm reference leakJacob Pan2020-03-271-3/+4
| |/ |/|
| * iommu/vt-d: Fix page request descriptor sizeJacob Pan2020-03-191-1/+1
|/
* iommu/vt-d: Add PASID_FLAG_FL5LP for first-level pasid setupLu Baolu2020-01-071-2/+6
* iommu/vt-d: Misc macro clean up for SVMJacob Pan2020-01-071-40/+39
* iommu/vt-d: Avoid sending invalid page responseJacob Pan2020-01-071-4/+3
* iommu/vt-d: Replace Intel specific PASID allocator with IOASIDJacob Pan2020-01-071-14/+22
* iommu/vt-d: Fix off-by-one in PASID allocationJacob Pan2020-01-071-1/+1
* iommu/vt-d: Reject SVM bind for failed capability checkJacob Pan2020-01-071-0/+3
* iommu/vt-d: Fix CPU and IOMMU SVM feature matching checksJacob Pan2020-01-071-13/+27
* iommu/vt-d: Remove incorrect PSI capability checkLu Baolu2019-12-181-5/+1
* iommu/vt-d: Remove global page flush supportJacob Pan2019-09-031-21/+15
*---. Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel2019-07-041-9/+1
|\ \ \
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
| |/ /
* / / iommu/vt-d: Fix bind svm with multiple devicesJacob Pan2019-05-271-0/+15
|/ /
* / iommu/vt-d: Make intel_iommu_enable_pasid() more genericLu Baolu2019-04-111-1/+18
|/
* iommu/vt-d: Fix NULL pointer reference in intel_svm_bind_mm()Lu Baolu2019-03-011-1/+1
* iommu/vt-d: Remove change_pte notifierPeter Xu2019-01-301-9/+0
* iommu/vt-d: Support page request in scalable modeJacob Pan2019-01-111-32/+45
*-. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-201-110/+61
|\ \
| | * iommu/vt-d: Remove deferred invalidationLu Baolu2018-12-111-45/+0
| | * iommu/vt-d: Shared virtual address in scalable modeLu Baolu2018-12-111-40/+18
| | * iommu/vt-d: Add 256-bit invalidation descriptor supportLu Baolu2018-12-111-27/+49
| | * iommu/vt-d: Manage scalalble mode PASID tablesLu Baolu2018-12-111-5/+1
| |/
* / iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()Lu Baolu2018-11-061-1/+1
|/
* Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko2018-10-261-1/+0
* Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-241-46/+33
|\
| * iommu/vt-d: Remove the obsolete per iommu pasid tablesLu Baolu2018-07-201-15/+2
| * iommu/vt-d: Apply per pci device pasid table in SVALu Baolu2018-07-201-12/+10
| * iommu/vt-d: Per PCI device pasid table interfacesLu Baolu2018-07-201-4/+0
| * iommu/vt-d: Apply global PASID in SVALu Baolu2018-07-201-11/+11
| * iommu/vt-d: Avoid using idr_for_each_entry()Lu Baolu2018-07-201-4/+10
| * iommu/vt-d: Remove unnecessary WARN_ON()Lu Baolu2018-07-061-1/+1
* | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+3
|/
* iommu/vt-d: Remove unnecessary parenthesesLu Baolu2018-05-151-1/+1
*-. Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel2018-03-291-11/+8
|\ \
| | * treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-221-1/+1
| |/ |/|
| * iommu/vt-d: Use real PASID for flush in caching modeLu Baolu2018-03-201-10/+6
| * iommu/vt-d: Fix a potential memory leakLu Baolu2018-03-151-0/+1
|/