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
2019-08-19
iommu/arm-smmu: Add reset implementation hook
Robin Murphy
3
-35
/
+54
2019-08-19
iommu/arm-smmu: Add configuration implementation hook
Robin Murphy
3
-14
/
+38
2019-08-19
iommu/arm-smmu: Move Secure access quirk to implementation
Robin Murphy
3
-99
/
+114
2019-08-19
iommu/arm-smmu: Add implementation infrastructure
Robin Murphy
4
-79
/
+107
2019-08-19
iommu/arm-smmu: Rename arm-smmu-regs.h
Robin Murphy
3
-5
/
+5
2019-08-19
iommu/arm-smmu: Abstract GR0 accesses
Robin Murphy
1
-48
/
+58
2019-08-19
iommu/arm-smmu: Abstract context bank accesses
Robin Murphy
1
-65
/
+73
2019-08-19
iommu/arm-smmu: Abstract GR1 accesses
Robin Murphy
1
-7
/
+27
2019-08-19
iommu/arm-smmu: Get rid of weird "atomic" write
Robin Murphy
1
-16
/
+7
2019-08-19
iommu/arm-smmu: Split arm_smmu_tlb_inv_range_nosync()
Robin Murphy
1
-27
/
+35
2019-08-19
iommu/arm-smmu: Rework cb_base handling
Robin Murphy
1
-10
/
+15
2019-08-19
iommu/arm-smmu: Convert context bank registers to bitfields
Robin Murphy
3
-56
/
+59
2019-08-19
iommu/arm-smmu: Convert GR1 registers to bitfields
Robin Murphy
2
-28
/
+23
2019-08-19
iommu/arm-smmu: Convert GR0 registers to bitfields
Robin Murphy
2
-93
/
+84
2019-08-19
iommu/qcom: Mask TLBI addresses correctly
Robin Murphy
1
-1
/
+1
2019-08-19
iommu/arm-smmu: Mask TLBI address correctly
Robin Murphy
1
-1
/
+1
2019-08-19
iommu/omap: Use the correct type for SLAB_HWCACHE_ALIGN
Suman Anna
1
-1
/
+1
2019-08-16
ia64: remove support for machvecs
Christoph Hellwig
1
-1
/
+1
2019-08-14
Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-3
/
+3
2019-08-14
iommu/exynos: Remove __init annotation from exynos_sysmmu_probe()
Marek Szyprowski
1
-1
/
+1
2019-08-10
dma-mapping: fix page attributes for dma_mmap_*
Christoph Hellwig
1
-3
/
+3
2019-08-09
iommu/omap: remove pm_runtime_irq_safe flag for OMAP IOMMUs
Tero Kristo
1
-1
/
+0
2019-08-09
iommu/omap: add support for late attachment of iommu devices
Tero Kristo
2
-4
/
+56
2019-08-09
iommu/omap: introduce new API for runtime suspend/resume control
Suman Anna
1
-0
/
+58
2019-08-09
iommu/omap: Add system suspend/resume support
Suman Anna
1
-0
/
+26
2019-08-09
iommu/omap: add logic to save/restore locked TLBs
Suman Anna
2
-3
/
+61
2019-08-09
iommu/omap: streamline enable/disable through runtime pm callbacks
Suman Anna
1
-40
/
+99
2019-08-09
iommu/omap: fix boot issue on remoteprocs with AMMU/Unicache
Suman Anna
2
-0
/
+19
2019-08-09
iommu/vt-d: Fix possible use-after-free of private domain
Lu Baolu
1
-1
/
+2
2019-08-09
iommu/vt-d: Detach domain before using a private one
Lu Baolu
1
-1
/
+5
2019-08-09
iommu: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
3
-7
/
+2
2019-08-09
iommu/dma: Handle SG length overflow better
Robin Murphy
1
-1
/
+1
2019-08-09
iommu/amd: Re-factor guest virtual APIC (de-)activation code
Suthikulpanit, Suravee
2
-24
/
+70
2019-08-09
iommu/vt-d: Correctly check format of page table in debugfs
Lu Baolu
1
-1
/
+1
2019-08-08
iommu/arm-smmu-v3: Defer TLB invalidation until ->iotlb_sync()
Will Deacon
1
-29
/
+42
2019-08-08
iommu/arm-smmu-v3: Reduce contention during command-queue insertion
Will Deacon
1
-144
/
+533
2019-08-06
iommu/vt-d: Detach domain when move device out of group
Lu Baolu
1
-0
/
+2
2019-08-06
iommu/arm-smmu: Mark expected switch fall-through
Anders Roxell
1
-2
/
+2
2019-08-06
iommu/dma: Handle MSI mappings separately
Robin Murphy
1
-7
/
+10
2019-07-30
drivers: Introduce device lookup variants by fwnode
Suzuki K Poulose
2
-14
/
+4
2019-07-29
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-11
/
+29
2019-07-29
iommu/arm-smmu-v3: Operate directly on low-level queue where possible
Will Deacon
1
-27
/
+31
2019-07-29
iommu/arm-smmu-v3: Move low-level queue fields out of arm_smmu_queue
Will Deacon
1
-41
/
+47
2019-07-29
iommu/arm-smmu-v3: Drop unused 'q' argument from Q_OVF macro
Will Deacon
1
-6
/
+6
2019-07-29
iommu/arm-smmu-v3: Separate s/w and h/w views of prod and cons indexes
Will Deacon
1
-14
/
+22
2019-07-29
iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()
Will Deacon
7
-22
/
+38
2019-07-29
iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()
Will Deacon
8
-13
/
+12
2019-07-29
iommu/io-pgtable: Remove unused ->tlb_sync() callback
Will Deacon
8
-44
/
+16
2019-07-29
iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()
Will Deacon
8
-55
/
+94
2019-07-29
iommu/io-pgtable-arm: Call ->tlb_flush_walk() and ->tlb_flush_leaf()
Will Deacon
2
-15
/
+27
[prev]
[next]