index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
2020-01-10
drivers/iommu: Initialise module 'owner' field in iommu_device_set_ops()
Will Deacon
2020-01-07
iommu/dma: fix variable 'cookie' set but not used
Qian Cai
2020-01-07
iommu/vt-d: Unlink device if failed to add to group
Jon Derrick
2020-01-07
iommu: Remove device link to group on failure
Jon Derrick
2020-01-07
iommu/vt-d: Fix adding non-PCI devices to Intel IOMMU
Patrick Steinhardt
2020-01-07
iommu/amd: Fix typos for PPR macros
Adrian Huang
2020-01-07
iommu/amd: Remove local variables
Adrian Huang
2020-01-07
iommu/vt-d: debugfs: Add support to show page table internals
Lu Baolu
2020-01-07
iommu/vt-d: Use iova over first level
Lu Baolu
2020-01-07
iommu/vt-d: Update first level super page capability
Lu Baolu
2020-01-07
iommu/vt-d: Make first level IOVA canonical
Lu Baolu
2020-01-07
iommu/vt-d: Flush PASID-based iotlb for iova over first level
Lu Baolu
2020-01-07
iommu/vt-d: Setup pasid entries for iova over first level
Lu Baolu
2020-01-07
iommu/vt-d: Add PASID_FLAG_FL5LP for first-level pasid setup
Lu Baolu
2020-01-07
iommu/vt-d: Add set domain DOMAIN_ATTR_NESTING attr
Lu Baolu
2020-01-07
iommu/vt-d: Identify domains using first level page table
Lu Baolu
2020-01-07
iommu/vt-d: Loose requirement for flush queue initializaton
Lu Baolu
2020-01-07
iommu/vt-d: Avoid iova flush queue in strict mode
Lu Baolu
2020-01-07
iommu/vt-d: trace: Extend map_sg trace event
Lu Baolu
2020-01-07
iommu/vt-d: Misc macro clean up for SVM
Jacob Pan
2020-01-07
iommu/vt-d: Avoid sending invalid page response
Jacob Pan
2020-01-07
iommu/vt-d: Replace Intel specific PASID allocator with IOASID
Jacob Pan
2020-01-07
iommu/vt-d: Fix off-by-one in PASID allocation
Jacob Pan
2020-01-07
iommu/vt-d: Avoid duplicated code for PASID setup
Jacob Pan
2020-01-07
iommu/vt-d: Reject SVM bind for failed capability check
Jacob Pan
2020-01-07
iommu/vt-d: Match CPU and IOMMU paging mode
Jacob Pan
2020-01-07
iommu/vt-d: Fix CPU and IOMMU SVM feature matching checks
Jacob Pan
2020-01-07
iommu/vt-d: Add Kconfig option to enable/disable scalable mode
Lu Baolu
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-12-23
iommu/amd: Remove unused variable
Joerg Roedel
2019-12-23
iommu: virtio: Use generic_iommu_put_resv_regions()
Thierry Reding
2019-12-23
iommu: intel: Use generic_iommu_put_resv_regions()
Thierry Reding
2019-12-23
iommu: amd: Use generic_iommu_put_resv_regions()
Thierry Reding
2019-12-23
iommu: arm: Use generic_iommu_put_resv_regions()
Thierry Reding
2019-12-23
iommu: Implement generic_iommu_put_resv_regions()
Thierry Reding
2019-12-23
iommu/iova: Silence warnings under memory pressure
Qian Cai
2019-12-23
iommu: Fix Kconfig indentation
Krzysztof Kozlowski
2019-12-23
iommu/amd: Only support x2APIC with IVHD type 11h/40h
Suravee Suthikulpanit
2019-12-23
iommu/amd: Check feature support bit before accessing MSI capability registers
Suravee Suthikulpanit
2019-12-23
iommu/amd: Treat per-device exclusion ranges as r/w unity-mapped regions
Adrian Huang
2019-12-23
iommu/arm-smmu: Update my email address in MODULE_AUTHOR()
Will Deacon
2019-12-23
iommu/arm-smmu: Allow building as a module
Will Deacon
2019-12-23
iommu/arm-smmu: Unregister IOMMU and bus ops on device removal
Will Deacon
2019-12-23
iommu/arm-smmu-v3: Allow building as a module
Will Deacon
2019-12-23
iommu/arm-smmu: Support SMMU module probing from the IORT
Ard Biesheuvel
2019-12-23
iommu/arm-smmu-v3: Unregister IOMMU and bus ops on device removal
Will Deacon
2019-12-23
iommu/arm-smmu: Prevent forced unbinding of Arm SMMU drivers
Will Deacon
2019-12-23
Revert "iommu/arm-smmu: Make arm-smmu explicitly non-modular"
Will Deacon
2019-12-23
Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"
Will Deacon
2019-12-23
drivers/iommu: Allow IOMMU bus ops to be unregistered
Will Deacon
[prev]
[next]