aboutsummaryrefslogtreecommitdiff
path: root/include/linux/iova.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-14iommu/iova: Separate out rcache initGravatar John Garry 1-12/+3
2021-12-20iommu/iova: Temporarily include dma-mapping.h from iova.hGravatar Joerg Roedel 1-0/+1
2021-12-20iommu: Move flush queue data into iommu_dma_cookieGravatar Robin Murphy 1-43/+1
2021-12-20iommu/vt-d: Use put_pages_listGravatar Matthew Wilcox (Oracle) 1-2/+2
2021-12-20iommu/iova: Squash flush_cb abstractionGravatar Robin Murphy 1-8/+3
2021-12-20iommu/iova: Squash entry_dtor abstractionGravatar Robin Murphy 1-23/+3
2021-04-07iommu: Delete iommu_dma_free_cpu_cached_iovas()Gravatar John Garry 1-5/+0
2021-04-07iova: Add CPU hotplug handler to flush rcachesGravatar John Garry 1-0/+1
2021-01-27iova: Delete copy_reserved_iova()Gravatar John Garry 1-6/+0
2021-01-27iova: Make has_iova_flush_queue() privateGravatar John Garry 1-6/+0
2020-12-08iommu: Stop exporting free_iova_mem()Gravatar John Garry 1-5/+0
2020-12-08iommu: Stop exporting alloc_iova_mem()Gravatar John Garry 1-6/+0
2020-12-08iommu: Delete split_and_remove_iova()Gravatar John Garry 1-10/+0
2019-07-23iommu/iova: Fix compilation error with !CONFIG_IOMMU_IOVAGravatar Joerg Roedel 1-1/+1
2019-07-22iommu/vt-d: Don't queue_iova() if there is no flush queueGravatar Dmitry Safonov 1-0/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Gravatar Thomas Gleixner 1-3/+1
2019-04-11iommu/iova: Separate atomic variables to improve performanceGravatar Jinyu Qi 1-8/+8
2018-09-25iommu/iova: Optimise attempts to allocate iova from 32bit address rangeGravatar Ganapatrao Kulkarni 1-0/+1
2017-10-12iommu/iova: Make rcache flush optional on IOVA allocation failureGravatar Tomasz Nowicki 1-2/+3
2017-09-27iommu/iova: Add rbtree anchor nodeGravatar Robin Murphy 1-0/+1
2017-09-27iommu/iova: Make dma_32bit_pfn implicitGravatar Zhen Lei 1-3/+2
2017-09-27iommu/iova: Extend rbtree node cachingGravatar Robin Murphy 1-1/+2
2017-08-15iommu/iova: Add flush timerGravatar Joerg Roedel 1-0/+8
2017-08-15iommu/iova: Add locking to Flush-QueuesGravatar Joerg Roedel 1-0/+1
2017-08-15iommu/iova: Add flush counters to Flush-Queue implementationGravatar Joerg Roedel 1-0/+8
2017-08-15iommu/iova: Implement Flush-Queue ring bufferGravatar Joerg Roedel 1-0/+9
2017-08-15iommu/iova: Add flush-queue data structuresGravatar Joerg Roedel 1-0/+41
2017-03-23iommu/iova: Fix compile error with CONFIG_IOMMU_IOVA=mGravatar Joerg Roedel 1-1/+1
2017-03-22iommu: Add dummy implementations for !IOMMU_IOVAGravatar Thierry Reding 1-0/+91
2016-04-20iommu/iova: introduce per-cpu caching to iova allocationGravatar Omer Peleg 1-2/+21
2015-07-28iommu: iova: Move iova cache management to the iova libraryGravatar Sakari Ailus 1-2/+2
2015-01-19iommu: Make IOVA domain page size explicitGravatar Robin Murphy 1-2/+33
2015-01-19iommu: Make IOVA domain low limit flexibleGravatar Robin Murphy 1-4/+3
2015-01-19iommu: Consolidate IOVA allocator codeGravatar Robin Murphy 1-0/+3
2014-07-23iommu/vt-d: Introduce helper function iova_size() to improve code readabilityGravatar Jiang Liu 1-0/+5
2014-03-04iommu/vt-d: Update IOMMU state when memory hotplug happensGravatar Jiang Liu 1-0/+2
2009-07-15intel-iommu: Remove superfluous iova_alloc_lock from IOVA codeGravatar David Woodhouse 1-1/+0
2008-10-15VT-d: Changes to support KVMGravatar Kay, Allen M 1-0/+52