summaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | iommu: Modify the description of iommu_sva_unbind_deviceChen Jun2020-11-181-2/+0
| | |/ / /
| * | | | Merge branch 'for-next/iommu/iova' into for-next/iommu/coreWill Deacon2020-12-081-53/+47
| |\ \ \ \
| | * | | | iommu: Stop exporting free_iova_mem()John Garry2020-12-081-2/+1
| | * | | | iommu: Stop exporting alloc_iova_mem()John Garry2020-12-081-2/+1
| | * | | | iommu: Delete split_and_remove_iova()John Garry2020-12-081-41/+0
| | * | | | iommu: avoid taking iova_rbtree_lock twiceCong Wang2020-12-011-2/+6
| | * | | | iommu/iova: Free global iova rcache on iova alloc failureVijayanand Jitta2020-11-181-0/+22
| | * | | | iommu/iova: Retry from last rb tree node if iova search failsVijayanand Jitta2020-11-181-6/+17
| | |/ / /
| * | | | Merge branch 'for-next/iommu/default-domains' into for-next/iommu/coreWill Deacon2020-12-082-17/+238
| |\ \ \ \
| | * | | | iommu: Take lock before reading iommu group default domain typeSai Praneeth Prakhya2020-11-251-0/+2
| | * | | | iommu: Add support to change default domain of an iommu groupSai Praneeth Prakhya2020-11-251-1/+229
| | * | | | iommu: Move def_domain type check for untrusted device into coreLu Baolu2020-11-252-16/+7
| | |/ / /
| * | | | Merge branch 'for-next/iommu/arm-smmu' into for-next/iommu/coreWill Deacon2020-12-087-45/+323
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | iommu: arm-smmu-impl: Add a space before open parenthesisSai Prakash Ranjan2020-11-251-1/+1
| | * | | iommu: arm-smmu-impl: Use table to list QCOM implementationsSai Prakash Ranjan2020-11-253-14/+17
| | * | | iommu/arm-smmu: Move non-strict mode to use io_pgtable_domain_attrSai Prakash Ranjan2020-11-252-7/+9
| | * | | iommu/arm-smmu: Add support for pagetable config domain attributeSai Prakash Ranjan2020-11-252-0/+21
| | * | | Merge branch 'for-next/iommu/io-pgtable-domain-attr' into for-next/iommu/arm-...Will Deacon2020-11-251-2/+8
| | |\ \ \
| | * | | | iommu/arm-smmu: Add a way for implementations to influence SCTLRRob Clark2020-11-103-1/+19
| | * | | | iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMUJordan Crouse2020-11-103-2/+153
| | * | | | iommu/arm-smmu-v3: Assign boolean values to a bool variableKaixu Xia2020-11-101-1/+1
| | * | | | iommu/arm-smmu: Use new devm_krealloc()Robin Murphy2020-11-063-24/+3
| | * | | | iommu/arm-smmu-qcom: Implement S2CR quirkBjorn Andersson2020-10-291-0/+67
| | * | | | iommu/arm-smmu-qcom: Read back stream mappingsBjorn Andersson2020-10-291-0/+23
| | * | | | iommu/arm-smmu: Allow implementation specific write_s2crBjorn Andersson2020-10-292-3/+11
* | | | | | Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-157-247/+236
|\ \ \ \ \ \
| * | | | | | iommu/hyper-v: Remove I/O-APIC ID check from hyperv_irq_remapping_select()Dexuan Cui2020-12-021-2/+2
| * | | | | | iommu/amd: Fix IOMMU interrupt generation in X2APIC modeDavid Woodhouse2020-11-181-59/+132
| * | | | | | iommu/amd: Don't register interrupt remapping irqdomain when IR is disabledDavid Woodhouse2020-11-111-3/+5
| * | | | | | iommu/amd: Fix union of bitfields in intcapxt supportDavid Woodhouse2020-11-111-7/+9
| * | | | | | iommu/hyper-v: Disable IRQ pseudo-remapping if 15 bit APIC IDs are availableDavid Woodhouse2020-10-281-0/+1
| * | | | | | iommu/vt-d: Simplify intel_irq_remapping_select()David Woodhouse2020-10-281-12/+7
| * | | | | | x86: Kill all traces of irq_remapping_get_irq_domain()David Woodhouse2020-10-285-77/+0
| * | | | | | iommu/hyper-v: Implement select() method on remapping irqdomainDavid Woodhouse2020-10-281-0/+9
| * | | | | | iommu/vt-d: Implement select() method on remapping irqdomainDavid Woodhouse2020-10-281-0/+13
| * | | | | | iommu/amd: Implement select() method on remapping irqdomainDavid Woodhouse2020-10-281-0/+19
| * | | | | | x86/ioapic: Generate RTE directly from parent irqchip's MSI messageDavid Woodhouse2020-10-283-68/+6
| * | | | | | x86/ioapic: Cleanup IO/APIC route entry structsThomas Gleixner2020-10-283-16/+15
| * | | | | | x86/io_apic: Cleanup trigger/polarity helpersThomas Gleixner2020-10-282-11/+8
| * | | | | | iommu/amd: Use msi_msg shadow structsThomas Gleixner2020-10-282-25/+35
| * | | | | | iommu/intel: Use msi_msg shadow structsThomas Gleixner2020-10-281-8/+16
| * | | | | | x86/apic: Cleanup destination modeThomas Gleixner2020-10-283-6/+6
| * | | | | | x86/apic: Cleanup delivery mode definesThomas Gleixner2020-10-282-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-141-3/+18
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2020-12-101-2/+8
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | iommu/io-pgtable-arm: Add support to use system cacheSai Prakash Ranjan2020-11-251-2/+8
| | |/ / / /
| * | | | | Merge v5.10-rc3 into drm-nextDaniel Vetter2020-11-104-3/+16
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-0234-1198/+2191
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | iommu/io-pgtable-arm: Support coherency for Mali LPAERobin Murphy2020-10-301-1/+10
* | | | | | Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-12-091-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |