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