aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iova.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-07iommu: Delete iommu_dma_free_cpu_cached_iovas()John Garry1-5/+0
2021-04-07iova: Add CPU hotplug handler to flush rcachesJohn Garry1-0/+1
2021-01-27iova: Delete copy_reserved_iova()John Garry1-6/+0
2021-01-27iova: Make has_iova_flush_queue() privateJohn Garry1-6/+0
2020-12-08iommu: Stop exporting free_iova_mem()John Garry1-5/+0
2020-12-08iommu: Stop exporting alloc_iova_mem()John Garry1-6/+0
2020-12-08iommu: Delete split_and_remove_iova()John Garry1-10/+0
2019-07-23iommu/iova: Fix compilation error with !CONFIG_IOMMU_IOVAJoerg Roedel1-1/+1
2019-07-22iommu/vt-d: Don't queue_iova() if there is no flush queueDmitry Safonov1-0/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-3/+1
2019-04-11iommu/iova: Separate atomic variables to improve performanceJinyu Qi1-8/+8
2018-09-25iommu/iova: Optimise attempts to allocate iova from 32bit address rangeGanapatrao Kulkarni1-0/+1
2017-10-12iommu/iova: Make rcache flush optional on IOVA allocation failureTomasz Nowicki1-2/+3
2017-09-27iommu/iova: Add rbtree anchor nodeRobin Murphy1-0/+1
2017-09-27iommu/iova: Make dma_32bit_pfn implicitZhen Lei1-3/+2
2017-09-27iommu/iova: Extend rbtree node cachingRobin Murphy1-1/+2
2017-08-15iommu/iova: Add flush timerJoerg Roedel1-0/+8
2017-08-15iommu/iova: Add locking to Flush-QueuesJoerg Roedel1-0/+1
2017-08-15iommu/iova: Add flush counters to Flush-Queue implementationJoerg Roedel1-0/+8
2017-08-15iommu/iova: Implement Flush-Queue ring bufferJoerg Roedel1-0/+9
2017-08-15iommu/iova: Add flush-queue data structuresJoerg Roedel1-0/+41
2017-03-23iommu/iova: Fix compile error with CONFIG_IOMMU_IOVA=mJoerg Roedel1-1/+1
2017-03-22iommu: Add dummy implementations for !IOMMU_IOVAThierry Reding1-0/+91
2016-04-20iommu/iova: introduce per-cpu caching to iova allocationOmer Peleg1-2/+21
2015-07-28iommu: iova: Move iova cache management to the iova librarySakari Ailus1-2/+2
2015-01-19iommu: Make IOVA domain page size explicitRobin Murphy1-2/+33
2015-01-19iommu: Make IOVA domain low limit flexibleRobin Murphy1-4/+3
2015-01-19iommu: Consolidate IOVA allocator codeRobin Murphy1-0/+3
2014-07-23iommu/vt-d: Introduce helper function iova_size() to improve code readabilityJiang Liu1-0/+5
2014-03-04iommu/vt-d: Update IOMMU state when memory hotplug happensJiang Liu1-0/+2
2009-07-15intel-iommu: Remove superfluous iova_alloc_lock from IOVA codeDavid Woodhouse1-1/+0
2008-10-15VT-d: Changes to support KVMKay, Allen M1-0/+52