aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iova.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner1-13/+1
2019-03-22iommu/iova: Fix tracking of recently failed iova addressRobert Richter1-2/+3
2018-09-25iommu/iova: Optimise attempts to allocate iova from 32bit address rangeGanapatrao Kulkarni1-7/+15
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+4
2017-11-06iommu/iova: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->fqSebastian Andrzej Siewior1-3/+1
2017-10-12iommu/iova: Make rcache flush optional on IOVA allocation failureTomasz Nowicki1-5/+6
2017-10-02iommu/iova: Don't try to copy anchor nodesRobin Murphy1-0/+3
2017-09-28iommu/iova: Try harder to allocate from rcache magazineRobin Murphy1-3/+12
2017-09-28iommu/iova: Make rcache limit_pfn handling more robustRobin Murphy1-3/+3
2017-09-28iommu/iova: Simplify domain destructionRobin Murphy1-39/+9
2017-09-27iommu/iova: Simplify cached node logicRobin Murphy1-34/+17
2017-09-27iommu/iova: Add rbtree anchor nodeRobin Murphy1-2/+13
2017-09-27iommu/iova: Make dma_32bit_pfn implicitZhen Lei1-2/+2
2017-09-27iommu/iova: Extend rbtree node cachingRobin Murphy1-32/+28
2017-09-27iommu/iova: Optimise the padding calculationZhen Lei1-27/+15
2017-09-27iommu/iova: Optimise rbtree searchingZhen Lei1-6/+3
2017-08-15iommu/iova: Add flush timerJoerg Roedel1-0/+32
2017-08-15iommu/iova: Add locking to Flush-QueuesJoerg Roedel1-0/+11
2017-08-15iommu/iova: Add flush counters to Flush-Queue implementationJoerg Roedel1-3/+24
2017-08-15iommu/iova: Implement Flush-Queue ring bufferJoerg Roedel1-0/+80
2017-08-15iommu/iova: Add flush-queue data structuresJoerg Roedel1-0/+39
2017-06-28Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd', 's390' and 'core' into nextJoerg Roedel1-18/+12
2017-06-28iommu/iova: Don't disable preempt around this_cpu_ptr()Sebastian Andrzej Siewior1-6/+3
2017-05-17iommu/iova: Sort out rbtree limit_pfn handlingRobin Murphy1-12/+9
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-55/+34
2017-04-07iommu/iova: Fix underflow bug in __alloc_and_insert_iova_rangeNate Watterson1-1/+1
2017-03-21iommu/iova: Consolidate code for adding new node to iovad domain rbtreeMarek Szyprowski1-54/+33
2017-01-04iommu/iova: Use rb_entry()Geliang Tang1-12/+11
2016-11-15iommu/iova: Extend cached node lookup conditionRobin Murphy1-1/+1
2016-06-27iommu/iova: Disable preemption around use of this_cpu_ptr()Chris Wilson1-2/+6
2016-04-20iommu/iova: introduce per-cpu caching to iova allocationOmer Peleg1-24/+393
2015-07-28iommu: Make the iova library a moduleSakari Ailus1-0/+4
2015-07-28iommu: iova: Export symbolsSakari Ailus1-0/+10
2015-07-28iommu: iova: Move iova cache management to the iova librarySakari Ailus1-34/+49
2015-07-28iommu/iova: Avoid over-allocating when size-alignedRobin Murphy1-17/+6
2015-05-05iommu: Fix checkpatch warnings for Missing a blank line after declarationsRobert Callicotte1-0/+4
2015-01-19iommu: Make IOVA domain page size explicitRobin Murphy1-2/+10
2015-01-19iommu: Make IOVA domain low limit flexibleRobin Murphy1-4/+6
2015-01-19iommu: Consolidate IOVA allocator codeRobin Murphy1-0/+35
2014-03-04iommu/vt-d: Update IOMMU state when memory hotplug happensJiang Liu1-6/+58
2012-07-24iommu: Fix typo in iommuMasanari Iida1-7/+7
2011-06-21x86/ia64: intel-iommu: move to drivers/iommu/Ohad Ben-Cohen1-0/+435