index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-17
iommu/iova: Free global iova rcache on iova alloc failure
Vijayanand Jitta
1
-0
/
+22
2020-11-17
iommu/iova: Retry from last rb tree node if iova search fails
Vijayanand Jitta
1
-5
/
+16
2020-11-17
iommu/vt-d: include conditionally on CONFIG_INTEL_IOMMU_SVM
Lukas Bulwahn
1
-1
/
+1
2020-11-15
Merge tag 'x86-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+18
2020-11-13
iommu/vt-d: Cure VF irqdomain hickup
Thomas Gleixner
1
-1
/
+18
2020-11-11
Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
Linus Torvalds
1
-3
/
+2
2020-11-11
iommu/amd: Don't register interrupt remapping irqdomain when IR is disabled
David Woodhouse
1
-3
/
+5
2020-11-11
iommu/amd: Fix union of bitfields in intcapxt support
David Woodhouse
1
-7
/
+9
2020-11-10
Merge v5.10-rc3 into drm-next
Daniel Vetter
4
-3
/
+16
2020-11-10
iommu/arm-smmu: Add a way for implementations to influence SCTLR
Rob Clark
3
-1
/
+19
2020-11-10
iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMU
Jordan Crouse
3
-2
/
+153
2020-11-10
iommu/arm-smmu-v3: Assign boolean values to a bool variable
Kaixu Xia
1
-1
/
+1
2020-11-06
iommu/arm-smmu: Use new devm_krealloc()
Robin Murphy
3
-24
/
+3
2020-11-03
iommu: Fix a check in iommu_check_bind_data()
Dan Carpenter
1
-1
/
+1
2020-11-03
iommu/vt-d: Fix a bug for PDP check in prq_event_thread
Liu, Yi L
1
-1
/
+1
2020-11-03
iommu/vt-d: Fix sid not set issue in intel_svm_bind_gpasid()
Liu Yi L
1
-0
/
+6
2020-11-03
iommu/vt-d: Fix kernel NULL pointer dereference in find_domain()
Lu Baolu
1
-0
/
+3
2020-11-03
iommu/amd: Increase interrupt remapping table limit to 512 entries
Suravee Suthikulpanit
1
-1
/
+5
2020-11-02
swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_single
Christoph Hellwig
1
-3
/
+2
2020-11-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
34
-1197
/
+2190
2020-10-30
iommu/io-pgtable-arm: Support coherency for Mali LPAE
Robin Murphy
1
-1
/
+10
2020-10-29
iommu/arm-smmu-qcom: Implement S2CR quirk
Bjorn Andersson
1
-0
/
+67
2020-10-29
iommu/arm-smmu-qcom: Read back stream mappings
Bjorn Andersson
1
-0
/
+23
2020-10-29
iommu/arm-smmu: Allow implementation specific write_s2cr
Bjorn Andersson
2
-3
/
+11
2020-10-28
iommu/hyper-v: Disable IRQ pseudo-remapping if 15 bit APIC IDs are available
David Woodhouse
1
-0
/
+1
2020-10-28
iommu/vt-d: Simplify intel_irq_remapping_select()
David Woodhouse
1
-12
/
+7
2020-10-28
x86: Kill all traces of irq_remapping_get_irq_domain()
David Woodhouse
5
-77
/
+0
2020-10-28
iommu/hyper-v: Implement select() method on remapping irqdomain
David Woodhouse
1
-0
/
+9
2020-10-28
iommu/vt-d: Implement select() method on remapping irqdomain
David Woodhouse
1
-0
/
+13
2020-10-28
iommu/amd: Implement select() method on remapping irqdomain
David Woodhouse
1
-0
/
+19
2020-10-28
x86/ioapic: Generate RTE directly from parent irqchip's MSI message
David Woodhouse
3
-68
/
+6
2020-10-28
x86/ioapic: Cleanup IO/APIC route entry structs
Thomas Gleixner
3
-16
/
+15
2020-10-28
x86/io_apic: Cleanup trigger/polarity helpers
Thomas Gleixner
2
-11
/
+8
2020-10-28
iommu/amd: Use msi_msg shadow structs
Thomas Gleixner
2
-25
/
+35
2020-10-28
iommu/intel: Use msi_msg shadow structs
Thomas Gleixner
1
-8
/
+16
2020-10-28
x86/apic: Cleanup destination mode
Thomas Gleixner
3
-6
/
+6
2020-10-28
x86/apic: Cleanup delivery mode defines
Thomas Gleixner
2
-3
/
+3
2020-10-20
Merge tag 'iommu-fix-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-1
/
+1
2020-10-19
iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built
Bartosz Golaszewski
1
-1
/
+1
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
4
-16
/
+48
2020-10-14
Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
26
-899
/
+1893
2020-10-14
Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+1
2020-10-13
Merge branch 'acpi-numa'
Rafael J. Wysocki
1
-1
/
+1
2020-10-12
Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-156
/
+121
2020-10-12
Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
9
-74
/
+102
2020-10-07
Merge branches 'arm/allwinner', 'arm/mediatek', 'arm/renesas', 'arm/tegra', 'arm/qcom', 'arm/smmu', 'ppc/pamu', 'x86/amd', 'x86/vt-d' and 'core' into next
Joerg Roedel
26
-899
/
+1893
2020-10-07
iommu/vt-d: Gracefully handle DMAR units with no supported address widths
David Woodhouse
1
-14
/
+30
2020-10-06
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
1
-1
/
+0
2020-10-06
dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>
Christoph Hellwig
3
-4
/
+2
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
2
-1
/
+2
[prev]
[next]