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
/
intel-iommu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-01
iommu/vt-d: Use right Kconfig option name
Lu Baolu
1
-2
/
+2
2020-03-19
iommu/vt-d: Silence RCU-list debugging warning in dmar_find_atsr()
Qian Cai
1
-1
/
+2
2020-03-14
iommu/vt-d: Populate debugfs if IOMMUs are detected
Megha Dey
1
-1
/
+3
2020-03-13
iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add...
Hans de Goede
1
-3
/
+4
2020-03-13
iommu/vt-d: dmar_parse_one_rmrr: replace WARN_TAINT with pr_warn + add_taint
Hans de Goede
1
-2
/
+4
2020-03-10
iommu/vt-d: Fix RCU-list bugs in intel_iommu_init()
Qian Cai
1
-1
/
+4
2020-03-02
iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge page
Yonghyun Hwang
1
-2
/
+4
2020-02-18
iommu/vt-d: Simplify check in identity_mapping()
Joerg Roedel
1
-1
/
+1
2020-02-18
iommu/vt-d: Remove deferred_attach_domain()
Joerg Roedel
1
-8
/
+3
2020-02-18
iommu/vt-d: Do deferred attachment in iommu_need_mapping()
Joerg Roedel
1
-3
/
+7
2020-02-18
iommu/vt-d: Move deferred device attachment into helper function
Joerg Roedel
1
-8
/
+12
2020-02-18
iommu/vt-d: Add attach_deferred() helper
Joerg Roedel
1
-4
/
+8
2020-02-05
Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-91
/
+275
2020-01-31
Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+4
2020-01-24
iommu/vt-d: Remove VMD child device sanity check
Jon Derrick
1
-9
/
+1
2020-01-24
iommu/vt-d: Use pci_real_dma_dev() for mapping
Jon Derrick
1
-0
/
+5
2020-01-24
Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...
Joerg Roedel
1
-91
/
+275
2020-01-24
iommu/vt-d: Unnecessary to handle default identity domain
Lu Baolu
1
-7
/
+2
2020-01-24
iommu/vt-d: Allow devices with RMRRs to use identity domain
Lu Baolu
1
-13
/
+2
2020-01-24
iommu/vt-d: Add RMRR base and end addresses sanity check
Barret Rhoden
1
-1
/
+12
2020-01-24
iommu/vt-d: Mark firmware tainted if RMRR fails sanity check
Barret Rhoden
1
-4
/
+8
2020-01-24
iommu/vt-d: Call __dmar_remove_one_dev_info with valid pointer
Jerry Snitselaar
1
-1
/
+2
2020-01-07
iommu/vt-d: Unlink device if failed to add to group
Jon Derrick
1
-3
/
+10
2020-01-07
iommu/vt-d: Fix adding non-PCI devices to Intel IOMMU
Patrick Steinhardt
1
-1
/
+8
2020-01-07
iommu/vt-d: debugfs: Add support to show page table internals
Lu Baolu
1
-2
/
+2
2020-01-07
iommu/vt-d: Use iova over first level
Lu Baolu
1
-4
/
+2
2020-01-07
iommu/vt-d: Update first level super page capability
Lu Baolu
1
-5
/
+12
2020-01-07
iommu/vt-d: Make first level IOVA canonical
Lu Baolu
1
-2
/
+15
2020-01-07
iommu/vt-d: Flush PASID-based iotlb for iova over first level
Lu Baolu
1
-15
/
+41
2020-01-07
iommu/vt-d: Setup pasid entries for iova over first level
Lu Baolu
1
-5
/
+52
2020-01-07
iommu/vt-d: Add set domain DOMAIN_ATTR_NESTING attr
Lu Baolu
1
-0
/
+56
2020-01-07
iommu/vt-d: Identify domains using first level page table
Lu Baolu
1
-0
/
+39
2020-01-07
iommu/vt-d: Loose requirement for flush queue initializaton
Lu Baolu
1
-8
/
+6
2020-01-07
iommu/vt-d: Avoid iova flush queue in strict mode
Lu Baolu
1
-9
/
+15
2020-01-07
iommu/vt-d: trace: Extend map_sg trace event
Lu Baolu
1
-2
/
+5
2020-01-07
iommu/vt-d: Replace Intel specific PASID allocator with IOASID
Jacob Pan
1
-6
/
+7
2020-01-07
iommu/vt-d: Fix CPU and IOMMU SVM feature matching checks
Jacob Pan
1
-8
/
+2
2020-01-07
iommu/vt-d: Add Kconfig option to enable/disable scalable mode
Lu Baolu
1
-1
/
+6
2019-12-23
iommu: intel: Use generic_iommu_put_resv_regions()
Thierry Reding
1
-10
/
+1
2019-12-23
iommu/iova: Silence warnings under memory pressure
Qian Cai
1
-1
/
+2
2019-12-17
iommu/vt-d: Allocate reserved region for ISA with correct permission
Jerry Snitselaar
1
-1
/
+1
2019-12-17
iommu/vt-d: Fix dmar pte read access not set error
Lu Baolu
1
-8
/
+0
2019-12-17
iommu/vt-d: Set ISA bridge reserved region as relaxable
Alex Williamson
1
-1
/
+1
2019-11-12
Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...
Joerg Roedel
1
-15
/
+46
2019-11-11
iommu/vt-d: Turn off translations at shutdown
Deepa Dinamani
1
-0
/
+20
2019-11-11
iommu/vt-d: Check VT-d RMRR region in BIOS is reported as reserved
Yian Chen
1
-1
/
+7
2019-10-30
iommu/vt-d: Fix panic after kexec -p for kdump
John Donnelly
1
-1
/
+1
2019-10-18
iommu/vt-d: Return the correct dma mask when we are bypassing the IOMMU
Arvind Sankar
1
-1
/
+9
2019-10-15
iommu/vt-d: Refactor find_domain() helper
Lu Baolu
1
-13
/
+18
2019-10-15
iommu: Add gfp parameter to iommu_ops::map
Tom Murphy
1
-1
/
+1
[next]