index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-23
Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2
-1
/
+75
2022-03-21
Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
9
-86
/
+27
2022-02-28
iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find
Miaoqian Lin
1
-1
/
+3
2022-02-28
iommu/vt-d: Fix double list_add when enabling VMD in scalable mode
Adrian Huang
1
-1
/
+1
2022-02-15
iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
Fenghua Yu
6
-78
/
+19
2022-02-14
iommu/sva: Rename CONFIG_IOMMU_SVA_LIB to CONFIG_IOMMU_SVA
Fenghua Yu
4
-8
/
+8
2022-02-14
iommu/amd: Fix I/O page table memory leak
Suravee Suthikulpanit
1
-6
/
+6
2022-02-14
iommu/amd: Recover from event log overflow
Lennert Buytenhek
4
-2
/
+20
2022-02-04
iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()
Joerg Roedel
1
-0
/
+2
2022-01-31
iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()
Guoqing Jiang
1
-3
/
+10
2022-01-31
iommu: Fix some W=1 warnings
John Garry
3
-13
/
+14
2022-01-31
iommu: Fix potential use-after-free during probe
Vijayanand Jitta
1
-2
/
+7
2022-01-28
media: iommu/mediatek: Add device_link between the consumer and the larb devices
Yong Wu
2
-1
/
+58
2022-01-28
media: iommu/mediatek: Add probe_defer for smi-larb
Yong Wu
2
-0
/
+8
2022-01-28
media: iommu/mediatek: Return ENODEV if the device is NULL
Yong Wu
2
-2
/
+2
2022-01-28
media: iommu/mediatek-v1: Free the existed fwspec if the master dev already has
Yong Wu
1
-0
/
+9
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2022-01-14
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-1
/
+1
2022-01-13
Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-18
/
+5
2022-01-12
Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
13
-483
/
+475
2022-01-04
Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into next
Joerg Roedel
13
-483
/
+475
2021-12-20
iommu: Move flush queue data into iommu_dma_cookie
Robin Murphy
2
-79
/
+94
2021-12-20
iommu/iova: Move flush queue code to iommu-dma
Robin Murphy
2
-176
/
+176
2021-12-20
iommu/iova: Consolidate flush queue code
Robin Murphy
1
-73
/
+58
2021-12-20
iommu/vt-d: Use put_pages_list
Matthew Wilcox (Oracle)
3
-76
/
+41
2021-12-20
iommu/amd: Use put_pages_list
Matthew Wilcox (Oracle)
1
-32
/
+18
2021-12-20
iommu/amd: Simplify pagetable freeing
Robin Murphy
1
-48
/
+34
2021-12-20
iommu/iova: Squash flush_cb abstraction
Robin Murphy
2
-18
/
+6
2021-12-20
iommu/iova: Squash entry_dtor abstraction
Robin Murphy
2
-28
/
+17
2021-12-20
iommu/iova: Fix race between FQ timeout and teardown
Xiongfeng Wang
1
-2
/
+1
2021-12-20
iommu/amd: Fix typo in *glues … together* in comment
Paul Menzel
1
-1
/
+1
2021-12-17
iommu/vt-d: Remove unused dma_to_mm_pfn function
Maíra Canal
1
-5
/
+0
2021-12-17
iommu/vt-d: Drop duplicate check in dma_pte_free_pagetable()
Kefeng Wang
1
-4
/
+0
2021-12-17
iommu/vt-d: Use bitmap_zalloc() when applicable
Christophe JAILLET
1
-5
/
+4
2021-12-17
iommu/amd: Remove useless irq affinity notifier
Maxim Levitsky
1
-2
/
+0
2021-12-17
iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resume
Maxim Levitsky
1
-1
/
+7
2021-12-17
iommu/amd: X2apic mode: setup the INTX registers on mask/unmask
Maxim Levitsky
1
-32
/
+33
2021-12-17
iommu/amd: X2apic mode: re-enable after resume
Maxim Levitsky
1
-1
/
+4
2021-12-17
iommu/amd: Restore GA log/tail pointer on host resume
Maxim Levitsky
1
-16
/
+15
2021-12-17
iommu/iova: Move fast alloc size roundup into alloc_iova_fast()
John Garry via iommu
2
-8
/
+9
2021-12-17
iommu/virtio: Fix typo in a comment
Xiang wangx
1
-1
/
+1
2021-12-17
iommu/vt-d: Use correctly sized arguments for bit field
Kees Cook
1
-2
/
+2
2021-12-16
iommu/arm-smmu-v3: Use msi_get_virq()
Thomas Gleixner
1
-16
/
+3
2021-12-16
platform-msi: Use msi_desc::msi_index
Thomas Gleixner
1
-2
/
+2
2021-12-16
device: Move MSI related data into a struct
Thomas Gleixner
1
-1
/
+1
2021-12-15
Revert "iommu/arm-smmu-v3: Decrease the queue size of evtq and priq"
Zhou Wang
1
-3
/
+2
2021-12-14
iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failure
Yunfei Wang
1
-1
/
+5
2021-12-14
iommu/arm-smmu-v3: Constify arm_smmu_mmu_notifier_ops
Rikard Falkeborn
1
-1
/
+1
2021-12-14
iommu: arm-smmu-impl: Add SM8450 qcom iommu implementation
Vinod Koul
1
-0
/
+1
2021-12-14
iommu/arm-smmu-qcom: Fix TTBR0 read
Rob Clark
1
-1
/
+1
[next]