summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * iommu/vt-d: Global PASID name spaceLu Baolu2018-07-204-1/+95
| | | | | | | * iommu/vt-d: Remove unnecessary WARN_ON()Lu Baolu2018-07-061-1/+1
| | | | | | | * iommu/vt-d: Fix dev iotlb pfsid useJacob Pan2018-07-062-4/+19
| | | | | | | * iommu/vt-d: Add definitions for PFSIDJacob Pan2018-07-061-0/+1
| | |_|_|_|_|/ | |/| | | | |
| | | | | | * iommu/amd: Remove redundant WARN_ON()Anna-Maria Gleixner2018-07-201-12/+0Star
| | | | | | * iommu/amd: Add support for IOMMU XT modeSuravee Suthikulpanit2018-07-063-13/+50
| | | | | | * iommu/amd: Add support for higher 64-bit IOMMU Control RegisterSuravee Suthikulpanit2018-07-061-13/+13
| | | | | | * iommu/amd: make sure TLB to be flushed before IOVA freedZhen Lei2018-07-061-1/+1
| | | | | | * iommu/amd: Argument page_size could be uninitializedyzhai003@ucr.edu2018-07-061-0/+2
| | |_|_|_|/ | |/| | | |
| | | | | * iommu/omap: Fix cache flushes on L2 table entriesRalf Goebel2018-08-081-2/+2
| | | | * | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2018-07-274-15/+36
| | | | |\ \ | | | | | |/ | | | | |/|
| | | | | * iommu/arm-smmu-v3: Abort all transactions if SMMU is enabled in kdump kernelWill Deacon2018-07-271-6/+16
| | | | | * iommu/arm-smmu-v3: Prevent any devices access to memory without registrationZhen Lei2018-07-271-1/+1
| | | | | * iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer registerMiao Zhong2018-07-261-0/+1
| | | | | * iommu/arm-smmu: Error out only if not enough context interruptsVivek Gautam2018-07-261-6/+10
| | | | | * iommu/io-pgtable-arm-v7s: Abort allocation when table address overflows the PTEJean-Philippe Brucker2018-07-261-1/+6
| | | | | * iommu/io-pgtable-arm: Fix pgtable allocation in selftestJean-Philippe Brucker2018-07-261-1/+2
| | |_|_|/ | |/| | |
| | | * | iommu/msm: Don't call iommu_device_{,un}link from atomic contextNiklas Cassel2018-07-061-11/+5Star
| | |/ / | |/| |
| | * | iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-VMSADmitry Osipenko2018-07-271-0/+7
| | * | iommu/ipmmu-vmsa: Clarify supported platformsGeert Uytterhoeven2018-07-271-2/+2
| | * | iommu/ipmmu-vmsa: Fix allocation in atomic contextGeert Uytterhoeven2018-07-271-5/+4Star
| | * | iommu/ipmmu-vmsa: IMUCTRn.TTSEL needs a special usage on R-Car Gen3Yoshihiro Shimoda2018-07-201-0/+8
| | * | iommu/ipmmu-vmsa: Hook up R8A77965 DT matching codeJacopo Mondi2018-07-061-0/+5
| | * | iommu/ipmmu-vmsa: Hook up r8a779(70|95) DT matching codeSimon Horman2018-07-061-0/+10
| | * | iommu/ipmmu-vmsa: Hook up r8a7796 DT matching codeMagnus Damm2018-07-061-4/+9
| | * | iommu/ipmmu-vmsa: Increase maximum micro-TLBS to 48Magnus Damm2018-07-061-3/+7
| |/ /
* | | Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-188-39/+2Star
|\ \ \
| * \ \ Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman2018-07-302-19/+76
| |\ \ \ | | | |/ | | |/|
| * | | iommu: Remove IOMMU_OF_DECLARERob Herring2018-07-108-38/+1Star
| * | | iommu: Stop deferring probe at end of initcallsRob Herring2018-07-101-1/+1
| | |/ | |/|
* | | kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski2018-08-182-2/+3
* | | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-182-2/+4
* | | iommu/dma: Respect bus DMA limit for IOVAsRobin Murphy2018-07-271-0/+3
| |/ |/|
* | Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"Lu Baolu2018-07-201-2/+30
* | Revert "iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_...Christoph Hellwig2018-07-052-17/+46
|/
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-136-7/+7
|\
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
| * treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-132-2/+2
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-133-4/+4
* | Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,fr...Linus Torvalds2018-06-112-22/+47
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-104-9/+2Star
|\
| * irq_remapping: Use apic_ack_irq()Thomas Gleixner2018-06-064-9/+2Star
* | Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-0811-115/+122
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. \ Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/am...Joerg Roedel2018-05-2911-115/+122
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | * iommu: Clean up the comments for iommu_group_allocLu Baolu2018-05-151-1/+0Star
| | | | | | | * iommu: Remove extra NULL check when call strtobool()Andy Shevchenko2018-05-151-2/+4
| | | | | | | * iommu: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-05-031-3/+2Star
| | | | | | * | iommu/amd: Prevent possible null pointer dereference and infinite loopAnna-Maria Gleixner2018-05-151-12/+10Star
| | | | | | * | iommu/amd: Fix grammar of commentsAnna-Maria Gleixner2018-05-151-4/+4
| | | | | | * | iommu/amd: Update logging information for new event typeGary R Hook2018-05-032-1/+10