index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-06
Merge git://git.infradead.org/intel-iommu
Linus Torvalds
5
-59
/
+899
2015-11-05
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-2
/
+2
2015-10-28
iommu/vt-d: Fix rwxp flags in SVM device fault callback
David Woodhouse
1
-1
/
+1
2015-10-27
Merge tag 'iommu-fixes-v4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-2
/
+10
2015-10-24
iommu/vt-d: Clean up pasid_enabled() and ecs_enabled() dependencies
David Woodhouse
1
-7
/
+23
2015-10-24
iommu/vt-d: Handle Caching Mode implementations of SVM
David Woodhouse
1
-5
/
+18
2015-10-22
Merge tag 'for-linus-20151021' of git://git.infradead.org/intel-iommu
Linus Torvalds
1
-4
/
+8
2015-10-21
iommu/amd: Don't clear DTE flags when modifying it
Joerg Roedel
2
-2
/
+3
2015-10-20
iommu/vt-d: Fix SVM IOTLB flush handling
David Woodhouse
1
-20
/
+15
2015-10-19
iommu/vt-d: Use dev_err(..) in intel_svm_device_to_iommu(..)
Sudeep Dutt
1
-2
/
+2
2015-10-18
iommu/vt-d: fix a loop in prq_event_thread()
Dan Carpenter
1
-1
/
+1
2015-10-16
iommu/vt-d: Fix IOTLB flushing for global pages
David Woodhouse
1
-10
/
+17
2015-10-16
iommu/vt-d: Fix address shifting in page request handler
David Woodhouse
1
-1
/
+1
2015-10-15
iommu/vt-d: shift wrapping bug in prq_event_thread()
Dan Carpenter
1
-1
/
+1
2015-10-15
iommu/vt-d: Fix NULL pointer dereference in page request error case
David Woodhouse
1
-4
/
+8
2015-10-15
iommu/vt-d: Implement SVM_FLAG_SUPERVISOR_MODE for kernel access
David Woodhouse
1
-12
/
+31
2015-10-15
iommu/vt-d: Implement SVM_FLAG_PRIVATE_PASID to allocate unique PASIDs
David Woodhouse
1
-2
/
+4
2015-10-15
iommu/vt-d: Add callback to device driver on page faults
David Woodhouse
1
-1
/
+25
2015-10-15
iommu/vt-d: Implement page request handling
David Woodhouse
2
-1
/
+194
2015-10-15
iommu/amd: Fix BUG when faulting a PROT_NONE VMA
Jay Cornwall
1
-0
/
+7
2015-10-15
iommu/vt-d: Generalise DMAR MSI setup to allow for page request events
David Woodhouse
1
-11
/
+31
2015-10-15
iommu/vt-d: Implement deferred invalidate for SVM
David Woodhouse
2
-0
/
+11
2015-10-15
iommu/vt-d: Add basic SVM PASID support
David Woodhouse
3
-0
/
+396
2015-10-15
iommu/vt-d: Always enable PASID/PRI PCI capabilities before ATS
David Woodhouse
2
-35
/
+76
2015-10-15
iommu/vt-d: Add initial support for PASID tables
David Woodhouse
4
-0
/
+88
2015-10-15
iommu/vt-d: Introduce intel_iommu=pasid28, and pasid_enabled() macro
David Woodhouse
1
-6
/
+14
2015-10-15
iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpoints
David Woodhouse
1
-3
/
+6
2015-10-13
iommu/vt-d: fix range computation when making room for large pages
Christian Zander
1
-4
/
+8
2015-10-13
Merge tag 'iommu-fixes-v4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-19
/
+42
2015-10-09
iommu/amd: Fix NULL pointer deref on device detach
Joerg Roedel
1
-0
/
+9
2015-10-09
iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices
Jiang Liu
1
-0
/
+3
2015-10-07
Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...
Joerg Roedel
3
-19
/
+29
2015-10-04
debugfs: Pass bool pointer to debugfs_create_bool()
Viresh Kumar
2
-2
/
+2
2015-10-02
Merge git://git.infradead.org/intel-iommu
Linus Torvalds
3
-55
/
+75
2015-09-29
iommu/vt-d: Fix memory leak in dmar_insert_one_dev_info()
Sudip Mukherjee
1
-0
/
+1
2015-09-22
iommu/arm-smmu: Use correct address mask for CMD_TLBI_S2_IPA
Will Deacon
1
-3
/
+6
2015-09-22
iommu/arm-smmu: Ensure IAS is set correctly for AArch32-capable SMMUs
Will Deacon
1
-3
/
+9
2015-09-22
iommu/io-pgtable-arm: Don't use dma_to_phys()
Robin Murphy
2
-13
/
+14
2015-09-12
fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to void
Joe Perches
1
-1
/
+2
2015-09-09
Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
22
-902
/
+925
2015-09-02
Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-3
/
+3
2015-09-01
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2015-09-01
Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+18
2015-08-25
Merge branches 'arm/omap', 'arm/msm', 'arm/smmu', 'arm/tegra', 'x86/vt-d', 'x...
Joerg Roedel
22
-902
/
+925
2015-08-25
iommu/vt-d: Really use upper context table when necessary
Joerg Roedel
1
-1
/
+1
2015-08-18
iommu/fsl: Really fix init section(s) content
Emil Medve
1
-13
/
+13
2015-08-18
iommu/io-pgtable-arm: Unmap and free table when overwriting with block
Will Deacon
1
-1
/
+16
2015-08-17
scatterlist: use sg_phys()
Dan Williams
2
-3
/
+3
2015-08-17
Merge tag 'tegra-for-4.3-iommu' of git://git.kernel.org/pub/scm/linux/kernel/...
Joerg Roedel
1
-108
/
+198
2015-08-13
iommu/io-pgtable-arm: Move init-fn declarations to io-pgtable.h
Joerg Roedel
2
-5
/
+5
[next]