summaryrefslogtreecommitdiff
path: root/drivers/iommu/s390-iommu.c
AgeCommit message (Expand)Author
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-01-30Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe
2023-01-25Merge branch 'iommu-memory-accounting' into coreJoerg Roedel
2023-01-25iommu/s390: Use GFP_KERNEL in sleepable contextsJason Gunthorpe
2023-01-25iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'sJason Gunthorpe
2023-01-13iommu: Add set_platform_dma_ops callbacksLu Baolu
2023-01-11irq/s390: Add arch_is_isolated_msi() for s390Jason Gunthorpe
2022-11-19s390/pci: use lock-free I/O translation updatesNiklas Schnelle
2022-11-19iommu/s390: Optimize IOMMU table walkingNiklas Schnelle
2022-11-19iommu/s390: Use RCU to allow concurrent domain_list iterationNiklas Schnelle
2022-11-19iommu/s390: Add I/O TLB opsNiklas Schnelle
2022-11-19iommu/s390: Make attach succeed even if the device is in error stateNiklas Schnelle
2022-11-03iommu/s390: Implement map_pages()/unmap_pages() instead of map()/unmap()Niklas Schnelle
2022-11-03iommu/s390: Fix incorrect pgsize_bitmapNiklas Schnelle
2022-11-03iommu/s390: Fix incorrect aperture checkNiklas Schnelle
2022-11-03iommu/s390: Fix potential s390_domain aperture shrinkingNiklas Schnelle
2022-11-03iommu/s390: Get rid of s390_domain_deviceNiklas Schnelle
2022-11-03iommu/s390: Fix duplicate domain attachmentsNiklas Schnelle
2022-09-07iommu: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu/s390: Fail probe for non-PCI devicesMatthew Rosato
2022-09-07iommu: Retire iommu_capable()Robin Murphy
2022-05-20iommu/s390: Tolerate repeat attach_dev callsMatthew Rosato
2022-02-28iommu: Split struct iommu_opsLu Baolu
2021-12-06s390/pci: use physical addresses in DMA tablesNiklas Schnelle
2021-08-25s390/pci: improve DMA translation init and exitNiklas Schnelle
2021-04-16iommu: Streamline registration interfaceRobin Murphy
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-05-05iommu/s390: Convert to probe/release_device() call-backsJoerg Roedel
2020-04-28s390/pci: adaptation of iommu to multifunctionPierre Morel
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-30iommu/s390: Constify iommu_opsArvind Yadav
2017-08-15iommu/s390: Add support for iommu_device handlingJoerg Roedel
2017-06-28iommu/s390: Use iommu_group_get_for_dev() in s390_iommu_add_device()Joerg Roedel
2016-11-29iommu/s390: Drop duplicate header pci.hGeliang Tang
2016-09-22iommu/s390: simplify registration of I/O address translation parametersSebastian Ott
2015-11-26iommu/s390: Fix sparse warningsSebastian Ott
2015-11-09s390/pci_dma: handle dma table failuresSebastian Ott
2015-10-06iommu/s390: Add iommu api for s390 pci devicesGerald Schaefer