index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
arm-smmu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iommu/arm-smmu: Disable stalling faults for all endpoints
Will Deacon
2016-08-19
1
-27
/
+7
*
iommu/arm-smmu: Use devm_request_irq and devm_free_irq
Peng Fan
2016-07-06
1
-14
/
+10
*
iommu/arm-smmu: request pcie devices to enable ACS
Wei Chen
2016-07-01
1
-1
/
+3
*
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
2016-05-28
1
-4
/
+4
*
Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-05-20
1
-8
/
+30
|
\
|
*
iommu/arm-smmu: Make use of phandle iterators in device-tree parsing
Joerg Roedel
2016-04-20
1
-8
/
+30
*
|
iommu/arm-smmu: Use per-domain page sizes.
Robin Murphy
2016-05-09
1
-12
/
+15
*
|
Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...
Joerg Roedel
2016-05-09
1
-81
/
+210
|
\
\
|
*
|
iommu/arm-smmu: Clear cache lock bit of ACR
Peng Fan
2016-05-03
1
-1
/
+22
|
*
|
iommu/arm-smmu: Support SMMUv1 64KB supplement
Robin Murphy
2016-05-03
1
-8
/
+14
|
*
|
iommu/arm-smmu: Decouple context format from kernel config
Robin Murphy
2016-05-03
1
-22
/
+72
|
*
|
iommu/arm-smmu: Tidy up 64-bit/atomic I/O accesses
Robin Murphy
2016-05-03
1
-29
/
+19
|
*
|
iommu/arm-smmu: Work around MMU-500 prefetch errata
Robin Murphy
2016-05-03
1
-1
/
+15
|
*
|
iommu/arm-smmu: Convert ThunderX workaround to new method
Robin Murphy
2016-05-03
1
-13
/
+14
|
*
|
iommu/arm-smmu: Differentiate specific implementations
Robin Murphy
2016-05-03
1
-7
/
+26
|
*
|
iommu/arm-smmu: Workaround for ThunderX erratum #27704
Tirumalesh Chalamarla
2016-05-03
1
-11
/
+28
|
*
|
iommu/arm-smmu: Add support for 16 bit VMID
Tirumalesh Chalamarla
2016-05-03
1
-6
/
+17
|
|
/
*
|
iommu/arm-smmu: Don't allocate resources for bypass domains
Robin Murphy
2016-04-21
1
-1
/
+7
*
|
iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMA
Will Deacon
2016-04-21
1
-6
/
+8
|
/
*
iommu/arm-smmu: Treat IOMMU_DOMAIN_DMA as bypass for now
Will Deacon
2016-02-18
1
-0
/
+7
*
iommu/arm-smmu: Don't fail device attach if already attached to a domain
Will Deacon
2016-02-18
1
-19
/
+14
*
iommu/arm-smmu: Allow disabling unmatched stream bypass
Robin Murphy
2016-02-18
1
-8
/
+16
*
iommu/arm-smmu: Support DMA-API domains
Robin Murphy
2016-02-18
1
-1
/
+9
*
iommu/arm-smmu: Treat all device transactions as unprivileged
Robin Murphy
2016-02-18
1
-1
/
+4
*
iommu/arm-smmu: Invalidate TLBs properly
Robin Murphy
2015-12-17
1
-3
/
+13
*
iommu/io-pgtable: Indicate granule for TLB maintenance
Robin Murphy
2015-12-17
1
-1
/
+1
*
iommu/arm-smmu: Correct group reference count
Peng Fan
2015-12-17
1
-0
/
+1
*
iommu/arm-smmu: Delete an unnecessary check before free_io_pgtable_ops()
Markus Elfring
2015-12-17
1
-3
/
+1
*
-
.
Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...
Joerg Roedel
2015-11-02
1
-57
/
+75
|
\
\
|
|
*
iommu/arm-smmu: Switch to device_group call-back
Joerg Roedel
2015-10-22
1
-31
/
+46
|
|
/
|
/
|
|
*
iommu/arm-smmu: Remove redundant calculation of gr0 base address
Will Deacon
2015-10-15
1
-2
/
+1
|
*
iommu/arm-smmu: ThunderX mis-extends 64bit registers
Tirumalesh Chalamarla
2015-10-14
1
-23
/
+27
|
*
iommu/arm-smmu: Remove unneeded '0x' annotation
Fabio Estevam
2015-10-14
1
-1
/
+1
|
/
*
iommu/arm-smmu: Remove arm_smmu_flush_pgtable()
Robin Murphy
2015-08-06
1
-13
/
+0
*
iommu/arm-smmu: Clean up DMA API usage
Robin Murphy
2015-08-06
1
-16
/
+6
*
iommu/arm-smmu: Sort out coherency
Robin Murphy
2015-07-31
1
-3
/
+17
*
iommu/arm-smmu: Fix broken ATOS check
Will Deacon
2015-06-29
1
-1
/
+1
*
iommu/arm-smmu: Make force_stage module param read-only in sysfs
Will Deacon
2015-05-29
1
-1
/
+1
*
iommu/arm-smmu: Fix ATS1* register writes
Robin Murphy
2015-05-29
1
-11
/
+10
*
iommu/arm-smmu: Fix sign-extension of upstream bus addresses at stage 1
Will Deacon
2015-05-11
1
-28
/
+2
*
-
-
-
.
Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ...
Joerg Roedel
2015-04-02
1
-64
/
+107
|
\
\
\
|
|
|
*
iommu/arm-smmu: Make use of domain_alloc and domain_free
Joerg Roedel
2015-03-31
1
-19
/
+27
|
|
|
/
|
|
/
|
|
|
*
iommu/arm-smmu: handle multi-alias IOMMU groups for PCI devices
Will Deacon
2015-03-27
1
-35
/
+57
|
|
*
iommu/arm-smmu: set a more appropriate DMA mask
Robin Murphy
2015-03-27
1
-0
/
+9
|
|
*
iommu/arm-smmu: ensure CBA2R is initialised before CBAR on SMMUv2
Will Deacon
2015-03-27
1
-10
/
+14
|
|
/
*
/
iommu/arm-smmu: fix ARM_SMMU_FEAT_TRANS_OPS condition
Baptiste Reynal
2015-03-23
1
-3
/
+6
|
/
*
iommu/arm-smmu: Avoid build warning
Arnd Bergmann
2015-02-03
1
-1
/
+1
*
iommu/arm-smmu: add support for iova_to_phys through ATS1PR
Mitchel Humpherys
2015-01-19
1
-2
/
+67
*
iommu/arm-smmu: don't touch the secure STLBIALL register
Mitchel Humpherys
2015-01-19
1
-2
/
+0
*
iommu/arm-smmu: make use of generic LPAE allocator
Will Deacon
2015-01-19
1
-623
/
+263
[next]