index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
s390-iommu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iommu/dma: Centralise iommu_setup_dma_ops()
Robin Murphy
2024-04-26
1
-6
/
+0
*
iommu/dma: Allow a single FQ in addition to per-CPU FQs
Niklas Schnelle
2023-10-02
1
-0
/
+3
*
iommu/s390: Disable deferred flush for ISM devices
Niklas Schnelle
2023-10-02
1
-1
/
+3
*
s390/pci: Use dma-iommu layer
Niklas Schnelle
2023-10-02
1
-41
/
+359
*
iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
Niklas Schnelle
2023-10-02
1
-6
/
+23
*
iommu: Convert remaining simple drivers to domain_alloc_paging()
Jason Gunthorpe
2023-09-25
1
-5
/
+2
*
iommu: Add IOMMU_DOMAIN_PLATFORM for S390
Jason Gunthorpe
2023-09-25
1
-2
/
+19
*
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-24
1
-2
/
+0
|
\
|
*
Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...
Jason Gunthorpe
2023-01-30
1
-6
/
+9
|
|
\
|
*
|
irq/s390: Add arch_is_isolated_msi() for s390
Jason Gunthorpe
2023-01-11
1
-2
/
+0
*
|
|
Merge branch 'iommu-memory-accounting' into core
Joerg Roedel
2023-01-25
1
-6
/
+9
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
iommu/s390: Use GFP_KERNEL in sleepable contexts
Jason Gunthorpe
2023-01-25
1
-1
/
+1
|
*
|
iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s
Jason Gunthorpe
2023-01-25
1
-6
/
+9
|
|
/
*
/
iommu: Add set_platform_dma_ops callbacks
Lu Baolu
2023-01-13
1
-5
/
+2
|
/
*
s390/pci: use lock-free I/O translation updates
Niklas Schnelle
2022-11-19
1
-24
/
+13
*
iommu/s390: Optimize IOMMU table walking
Niklas Schnelle
2022-11-19
1
-26
/
+43
*
iommu/s390: Use RCU to allow concurrent domain_list iteration
Niklas Schnelle
2022-11-19
1
-17
/
+27
*
iommu/s390: Add I/O TLB ops
Niklas Schnelle
2022-11-19
1
-11
/
+56
*
iommu/s390: Make attach succeed even if the device is in error state
Niklas Schnelle
2022-11-19
1
-2
/
+7
*
iommu/s390: Implement map_pages()/unmap_pages() instead of map()/unmap()
Niklas Schnelle
2022-11-03
1
-16
/
+32
*
iommu/s390: Fix incorrect pgsize_bitmap
Niklas Schnelle
2022-11-03
1
-8
/
+1
*
iommu/s390: Fix incorrect aperture check
Niklas Schnelle
2022-11-03
1
-1
/
+1
*
iommu/s390: Fix potential s390_domain aperture shrinking
Niklas Schnelle
2022-11-03
1
-20
/
+43
*
iommu/s390: Get rid of s390_domain_device
Niklas Schnelle
2022-11-03
1
-30
/
+7
*
iommu/s390: Fix duplicate domain attachments
Niklas Schnelle
2022-11-03
1
-61
/
+45
*
iommu: Clean up bus_set_iommu()
Robin Murphy
2022-09-07
1
-6
/
+0
*
iommu/s390: Fail probe for non-PCI devices
Matthew Rosato
2022-09-07
1
-1
/
+6
*
iommu: Retire iommu_capable()
Robin Murphy
2022-09-07
1
-1
/
+1
*
iommu/s390: Tolerate repeat attach_dev calls
Matthew Rosato
2022-05-20
1
-3
/
+12
*
iommu: Split struct iommu_ops
Lu Baolu
2022-02-28
1
-6
/
+8
*
s390/pci: use physical addresses in DMA tables
Niklas Schnelle
2021-12-06
1
-5
/
+5
*
s390/pci: improve DMA translation init and exit
Niklas Schnelle
2021-08-25
1
-5
/
+13
*
iommu: Streamline registration interface
Robin Murphy
2021-04-16
1
-3
/
+1
*
Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2020-06-08
1
-4
/
+4
|
\
|
*
s390/pci: adaptation of iommu to multifunction
Pierre Morel
2020-04-28
1
-4
/
+4
*
|
iommu/s390: Convert to probe/release_device() call-backs
Joerg Roedel
2020-05-05
1
-16
/
+6
|
/
*
iommu: Add gfp parameter to iommu_ops::map
Tom Murphy
2019-10-15
1
-1
/
+1
*
iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()
Will Deacon
2019-07-29
1
-1
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
iommu/s390: Constify iommu_ops
Arvind Yadav
2017-08-30
1
-2
/
+2
*
iommu/s390: Add support for iommu_device handling
Joerg Roedel
2017-08-15
1
-0
/
+35
*
iommu/s390: Use iommu_group_get_for_dev() in s390_iommu_add_device()
Joerg Roedel
2017-06-28
1
-10
/
+5
*
iommu/s390: Drop duplicate header pci.h
Geliang Tang
2016-11-29
1
-1
/
+0
*
iommu/s390: simplify registration of I/O address translation parameters
Sebastian Ott
2016-09-22
1
-2
/
+1
*
iommu/s390: Fix sparse warnings
Sebastian Ott
2015-11-26
1
-2
/
+2
*
s390/pci_dma: handle dma table failures
Sebastian Ott
2015-11-09
1
-2
/
+21
*
iommu/s390: Add iommu api for s390 pci devices
Gerald Schaefer
2015-10-06
1
-0
/
+337