index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
intel-iommu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_...
Peter Xu
2019-06-22
1
-4
/
+3
*
Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-06-14
1
-3
/
+4
|
\
|
*
iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_lock
Dave Jiang
2019-05-27
1
-3
/
+4
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-06-05
1
-9
/
+1
*
|
drivers/iommu/intel-iommu.c: fix variable 'iommu' set but not used
Qian Cai
2019-06-02
1
-1
/
+2
|
/
*
Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-05-14
1
-1
/
+1
|
\
|
*
iommu/vt-d: Use pci_dev_id() helper
Heiner Kallweit
2019-04-29
1
-1
/
+1
*
|
iommu/vt-d: Make kernel parameter igfx_off work with vIOMMU
Lu Baolu
2019-05-03
1
-1
/
+4
*
|
iommu/vt-d: Set intel_iommu_gfx_mapped correctly
Lu Baolu
2019-05-03
1
-3
/
+4
*
|
iommu/vt-d: Cleanup: no spaces at the start of a line
Lu Baolu
2019-05-03
1
-26
/
+27
*
|
iommu/vt-d: Don't request page request irq under dmar_global_lock
Lu Baolu
2019-04-26
1
-0
/
+6
*
|
iommu/vt-d: Flush IOTLB for untrusted device in time
Lu Baolu
2019-04-12
1
-1
/
+5
*
|
iommu/vt-d: Don't clear GFP_DMA and GFP_DMA32 flags
Christoph Hellwig
2019-04-11
1
-1
/
+0
*
|
iommu/vt-d: Use dma_direct for bypass devices
Christoph Hellwig
2019-04-11
1
-40
/
+31
*
|
iommu/vt-d: Clean up iommu_no_mapping
Christoph Hellwig
2019-04-11
1
-26
/
+21
*
|
iommu/vt-d: Return ID associated with an auxiliary domain
Lu Baolu
2019-04-11
1
-0
/
+10
*
|
iommu/vt-d: Aux-domain specific domain attach/detach
Lu Baolu
2019-04-11
1
-0
/
+152
*
|
iommu/vt-d: Move common code out of iommu_attch_device()
Lu Baolu
2019-04-11
1
-24
/
+36
*
|
iommu/vt-d: Add per-device IOMMU feature ops entries
Lu Baolu
2019-04-11
1
-0
/
+159
*
|
iommu/vt-d: Make intel_iommu_enable_pasid() more generic
Lu Baolu
2019-04-11
1
-14
/
+7
*
|
iommu/vt-d: Save the right domain ID used by hardware
Lu Baolu
2019-03-22
1
-1
/
+1
*
|
iommu/vt-d: Check capability before disabling protected memory
Lu Baolu
2019-03-22
1
-0
/
+3
|
/
*
Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-03-10
1
-77
/
+81
|
\
|
*
-
.
Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt...
Joerg Roedel
2019-03-01
1
-77
/
+81
|
|
\
\
|
|
|
*
iommu/vt-d: Set context field after value initialized
Lu Baolu
2019-03-01
1
-1
/
+2
|
|
|
*
iommu/vt-d: Disable ATS support on untrusted devices
Lu Baolu
2019-03-01
1
-1
/
+2
|
|
|
*
iommu/vt-d: Check identity map for hot-added devices
Lu Baolu
2019-02-26
1
-9
/
+12
|
|
|
*
iommu/vt-d: Enable ATS only if the device uses page aligned address.
Kuppuswamy Sathyanarayanan
2019-02-26
1
-0
/
+1
|
|
|
*
iommu/vt-d: Fix PRI/PASID dependency issue.
Kuppuswamy Sathyanarayanan
2019-02-26
1
-1
/
+3
|
|
|
*
iommu/vt-d: Remove misleading "domain 0" test from domain_exit()
Bjorn Helgaas
2019-02-11
1
-4
/
+0
|
|
|
*
iommu/vt-d: Remove unused dmar_remove_one_dev_info() argument
Bjorn Helgaas
2019-02-11
1
-11
/
+9
|
|
|
*
iommu/vt-d: Remove unnecessary local variable initializations
Bjorn Helgaas
2019-02-11
1
-14
/
+13
|
|
|
*
iommu/vt-d: Use dev_printk() when possible
Bjorn Helgaas
2019-02-11
1
-30
/
+24
|
|
|
*
iommu/vt-d: Implement dma_[un]map_resource()
Logan Gunthorpe
2019-01-30
1
-7
/
+16
|
|
|
/
*
|
/
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
2019-03-06
1
-1
/
+2
|
/
/
*
|
iommu/vt-d: Leave scalable mode default off
Lu Baolu
2019-01-30
1
-4
/
+4
*
|
iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
Gerald Schaefer
2019-01-22
1
-1
/
+1
|
/
*
Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-01-02
1
-172
/
+179
|
\
|
*
-
.
Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...
Joerg Roedel
2018-12-20
1
-172
/
+179
|
|
\
\
|
|
|
*
iommu/vt-d: Remove deferred invalidation
Lu Baolu
2018-12-11
1
-1
/
+0
|
|
|
*
iommu/vt-d: Shared virtual address in scalable mode
Lu Baolu
2018-12-11
1
-38
/
+0
|
|
|
*
iommu/vt-d: Setup context and enable RID2PASID support
Lu Baolu
2018-12-11
1
-30
/
+106
|
|
|
*
iommu/vt-d: Pass pasid table to context mapping
Lu Baolu
2018-12-11
1
-3
/
+11
|
|
|
*
iommu/vt-d: Setup pasid entry for RID2PASID support
Lu Baolu
2018-12-11
1
-0
/
+20
|
|
|
*
iommu/vt-d: Add second level page table interface
Lu Baolu
2018-12-11
1
-1
/
+1
|
|
|
*
iommu/vt-d: Reserve a domain id for FL and PT modes
Lu Baolu
2018-12-11
1
-0
/
+10
|
|
|
*
iommu/vt-d: Move page table helpers into header
Lu Baolu
2018-12-11
1
-43
/
+0
|
|
|
*
iommu/vt-d: Manage scalalble mode PASID tables
Lu Baolu
2018-12-11
1
-9
/
+14
|
|
|
*
iommu/vt-d: Enumerate the scalable mode capability
Lu Baolu
2018-12-11
1
-47
/
+17
|
|
|
*
iommu/vt-d: Handle domain agaw being less than iommu agaw
Sohil Mehta
2018-11-22
1
-2
/
+2
|
|
|
/
[next]