summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | iommu: arm-smmu-impl: Use qcom impl for sm8150 and sm8250 compatiblesJonathan Marek2020-07-091-1/+3
| | | | | | | * | iommu/arm-smmu: Update impl quirks commentRobin Murphy2020-07-081-4/+4
| | | | | | | * | iommu: Remove unused IOMMU_SYS_CACHE_ONLY flagWill Deacon2020-07-081-3/+0
| | | | | | | |/
| | | | | | * / iommu/exynos: Rename update_pte()Robin Murphy2020-07-221-6/+6
| | | | | | |/
| | | | | * | iommu/omap: Check for failure of a call to omap_iommu_dump_ctxColin Ian King2020-07-221-0/+3
| | | | | * | iommu/omap: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-101-1/+1
| | | | | |/
| | | | * | iommu/mediatek: Include liunx/dma-mapping.hJoerg Roedel2020-07-131-0/+1
| | | | * | iommu/mediatek: Add mt6779 basic supportChao Hao2020-07-102-0/+10
| | | | * | iommu/mediatek: Modify MMU_CTRL register settingChao Hao2020-07-101-3/+5
| | | | * | iommu/mediatek: Extend protect pa alignment valueChao Hao2020-07-101-1/+1
| | | | * | iommu/mediatek: Add REG_MMU_WR_LEN_CTRL register definitionChao Hao2020-07-102-0/+12
| | | | * | iommu/mediatek: Add sub_comm id in translation faultChao Hao2020-07-102-8/+18
| | | | * | iommu/mediatek: Move inv_sel_reg into the plat_dataChao Hao2020-07-102-3/+7
| | | | * | iommu/mediatek: Setting MISC_CTRL registerChao Hao2020-07-101-1/+11
| | | | * | iommu/mediatek: Use a u32 flags to describe different HW featuresChao Hao2020-07-102-17/+18
| | | | * | iommu/mediatek: Rename the register STANDARD_AXI_MODE(0x48) to MISC_CTRLChao Hao2020-07-102-8/+11
| | | | |/
| | | * | iommu/qcom: Change CONFIG_BIG_ENDIAN to CONFIG_CPU_BIG_ENDIANJoe Perches2020-06-301-1/+1
| | | * | Merge tag 'v5.8-rc3' into arm/qcomJoerg Roedel2020-06-3041-1630/+3265
| | | |\|
| | | * | iommu/qcom: add optional 'tbu' clock for TLB invalidateShawn Guo2020-05-191-36/+26
| | * | | iommu/ipmmu-vmsa: Add an entry for r8a77961 in soc_rcar_gen3[]Lad Prabhakar2020-07-221-0/+1
| | * | | iommu/ipmmu-vmsa: Hook up R8A774E1 DT matching codeMarian-Cristian Rotariu2020-07-221-0/+5
| | * | | iommu/renesas: Add support for r8a77961Yoshihiro Shimoda2020-06-301-1/+5
| | | |/ | | |/|
* | | | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-0/+1
|\ \ \ \
| * | | | x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-061-0/+1
| |/ / /
* | | | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-4/+4
|\ \ \ \
| * \ \ \ Merge branch 'pci/virtualization'Bjorn Helgaas2020-08-051-1/+1
| |\ \ \ \
| | * | | | PCI/ATS: Add pci_pri_supported() to check device or associated PFAshok Raj2020-07-241-1/+1
| * | | | | PCI: Treat "external-facing" devices themselves as internalRajat Jain2020-07-101-3/+3
| |/ / / /
* | | | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | | | | Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-041-0/+2
|\ \ \ \ \
| * | | | | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-0/+2
* | | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \ \ \ \ \
| * | | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'irq-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-031-0/+8
|\ \ \ \ \ \
| * | | | | | irqdomain/treewide: Free firmware node after domain removalJon Derrick2020-07-231-0/+8
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-031-37/+44
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | of/device: Add input id to of_dma_configure()Lorenzo Pieralisi2020-07-281-37/+44
| * | | | | | of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi2020-07-281-2/+2
| | |/ / / / | |/| | | |
* | | | | | iommu/qcom: Use domain rather than dev as tlb cookieRob Clark2020-07-221-20/+17
| |/ / / / |/| | | |
* | | | | Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-193-4/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2020-07-143-4/+8
| |/ / /
* | | | iommu/arm-smmu: Mark qcom_smmu_client_of_match as possibly unusedJordan Crouse2020-07-091-1/+1
* | | | iommu: Fix use-after-free in iommu_release_deviceQian Cai2020-07-091-1/+1
* | | | iommu/amd: Make amd_iommu_apply_ivrs_quirks() static inlineJoerg Roedel2020-06-301-1/+1
* | | | iommu: SUN50I_IOMMU should depend on HAS_DMAGeert Uytterhoeven2020-06-301-0/+1
* | | | iommu/sun50i: Remove unused variableMaxime Ripard2020-06-301-2/+0
* | | | iommu/sun50i: Change the readl timeout to the atomic variantMaxime Ripard2020-06-301-3/+3
|/ / /
* | | iommu/vt-d: Fix misuse of iommu_domain_identity_map()Lu Baolu2020-06-231-1/+3
* | | iommu/vt-d: Update scalable mode paging structure coherencyLu Baolu2020-06-231-3/+10
* | | iommu/vt-d: Enable PCI ACS for platform opt in hintLu Baolu2020-06-231-1/+2