summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2020-09-29iommu/arm-smmu-v3: Share process page tablesJean-Philippe Brucker5-8/+172
2020-09-29iommu/arm-smmu-v3: Move definitions to a headerJean-Philippe Brucker2-660/+677
2020-09-29iommu/io-pgtable-arm: Move some definitions to a headerJean-Philippe Brucker2-25/+32
2020-09-29iommu/arm-smmu-v3: Ensure queue is read after updating prod pointerZhou Wang1-2/+9
2020-09-22iommu/arm-smmu: Constify some helpersRob Clark1-3/+3
2020-09-22iommu/arm-smmu: Prepare for the adreno-smmu implementationJordan Crouse3-55/+73
2020-09-22iommu/arm-smmu: Add support for split pagetablesJordan Crouse2-10/+34
2020-09-22iommu/arm-smmu: Pass io-pgtable config to implementation specific functionJordan Crouse3-7/+10
2020-09-21iommu/arm-smmu-v3: Fix endianness annotationsJean-Philippe Brucker1-2/+2
2020-09-07iommu/arm-smmu-v3: permit users to disable msi pollingBarry Song1-5/+12
2020-09-07iommu/arm-smmu-v3: replace module_param_named by module_param for disable_bypassBarry Song1-1/+1
2020-09-07iommu/arm-smmu-v3: replace symbolic permissions by octal permissions for modu...Barry Song1-1/+1
2020-09-07iommu/arm-smmu-v3: Fix l1 stream table size in the error messageZenghui Yu1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-9/+7
2020-08-14dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig1-2/+2
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu2-2/+3
2020-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-17/+17
2020-08-12Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds41-519/+1150
2020-08-11Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar1-0/+1
2020-08-06Merge branch 'pci/virtualization'Bjorn Helgaas1-1/+1
2020-08-05virtio-iommu: convert to LE accessorsMichael S. Tsirkin1-17/+17
2020-08-05Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-08-04Merge tag 'irq-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+8
2020-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-37/+44
2020-07-29Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Joerg Roedel11-5/+9
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel37-515/+1142
2020-07-29iommu/amd: Move Kconfig and Makefile bits down into amd directoryJerry Snitselaar4-48/+50
2020-07-29iommu/vt-d: Move Kconfig and Makefile bits down into intel directoryJerry Snitselaar4-91/+96
2020-07-28of/device: Add input id to of_dma_configure()Lorenzo Pieralisi1-37/+44
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi1-2/+2
2020-07-27iommu/arm-smmu: Move Arm SMMU drivers into their own subdirectoryWill Deacon11-4/+9
2020-07-24PCI/ATS: Add pci_pri_supported() to check device or associated PFAshok Raj1-1/+1
2020-07-24iommu/vt-d: Skip TE disabling on quirky gfx dedicated iommuLu Baolu2-0/+28
2020-07-24iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang8-24/+24
2020-07-24iommu: Mark __iommu_map_sg() as staticBaolin Wang1-3/+3
2020-07-24iommu/vt-d: Rename intel-pasid.h to pasid.hLu Baolu5-5/+5
2020-07-24iommu/vt-d: Add page response ops supportLu Baolu2-0/+100
2020-07-24iommu/vt-d: Report page request faults for guest SVALu Baolu1-18/+85
2020-07-24iommu/vt-d: Add a helper to get svm and sdev for pasidLu Baolu1-50/+65
2020-07-24iommu/vt-d: Refactor device_to_iommu() helperLu Baolu2-43/+20
2020-07-24iommu/vt-d: Disable multiple GPASID-dev bindJacob Pan1-13/+9
2020-07-24iommu/vt-d: Warn on out-of-range invalidation addressJacob Pan1-3/+2
2020-07-24iommu/vt-d: Fix devTLB flush for vSVALiu Yi L1-10/+21
2020-07-24iommu/vt-d: Handle non-page aligned addressLiu Yi L1-2/+19
2020-07-24iommu/vt-d: Fix PASID devTLB invalidationJacob Pan1-1/+10