summaryrefslogtreecommitdiff
path: root/drivers/iommu/iova.c
AgeCommit message (Expand)Author
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-09-06iova: Export alloc_iova_fast() and free_iova_fast()Xie Yongji
2021-08-18iommu: Allow enabling non-strict mode dynamicallyRobin Murphy
2021-08-18iommu: Indicate queued flushes via gather dataRobin Murphy
2021-06-08iommu/iova: Put free_iova_mem() outside of spinlock iova_rbtree_lockXiang Chen
2021-04-07iommu: Stop exporting free_iova_fast()John Garry
2021-04-07iommu: Delete iommu_dma_free_cpu_cached_iovas()John Garry
2021-04-07iova: Add CPU hotplug handler to flush rcachesJohn Garry
2021-03-18iommu/iova: Improve restart logicRobin Murphy
2021-03-18iommu/iova: Add rbtree entry helperRobin Murphy
2021-01-27iova: Stop exporting some more functionsJohn Garry
2021-01-27iova: Delete copy_reserved_iova()John Garry
2021-01-27iova: Make has_iova_flush_queue() privateJohn Garry
2021-01-05iommu/iova: fix 'domain' typosStefano Garzarella
2020-12-08iommu: Stop exporting free_iova_mem()John Garry
2020-12-08iommu: Stop exporting alloc_iova_mem()John Garry
2020-12-08iommu: Delete split_and_remove_iova()John Garry
2020-12-01iommu: avoid taking iova_rbtree_lock twiceCong Wang
2020-11-17iommu/iova: Free global iova rcache on iova alloc failureVijayanand Jitta
2020-11-17iommu/iova: Retry from last rb tree node if iova search failsVijayanand Jitta
2020-09-04iommu/iova: Replace cmpxchg with xchg in queue_iovaYuqi Jin
2020-06-30iommu/iova: Don't BUG on invalid PFNsRobin Murphy
2020-05-13iommu/iova: Unify format of the printed messagesAndy Shevchenko
2019-12-23iommu/iova: Silence warnings under memory pressureQian Cai
2019-12-17iommu/iova: Init the struct iova to fix the possible memleakXiaotao Yin
2019-08-30iommu/iova: Avoid false sharing on fq_timer_onEric Dumazet
2019-07-22iommu/iova: Remove stale cached32_nodeChris Wilson
2019-07-22iommu/vt-d: Don't queue_iova() if there is no flush queueDmitry Safonov
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner
2019-03-22iommu/iova: Fix tracking of recently failed iova addressRobert Richter
2018-09-25iommu/iova: Optimise attempts to allocate iova from 32bit address rangeGanapatrao Kulkarni
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-06iommu/iova: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->fqSebastian Andrzej Siewior
2017-10-12iommu/iova: Make rcache flush optional on IOVA allocation failureTomasz Nowicki
2017-10-02iommu/iova: Don't try to copy anchor nodesRobin Murphy
2017-09-28iommu/iova: Try harder to allocate from rcache magazineRobin Murphy
2017-09-28iommu/iova: Make rcache limit_pfn handling more robustRobin Murphy
2017-09-28iommu/iova: Simplify domain destructionRobin Murphy
2017-09-27iommu/iova: Simplify cached node logicRobin Murphy
2017-09-27iommu/iova: Add rbtree anchor nodeRobin Murphy
2017-09-27iommu/iova: Make dma_32bit_pfn implicitZhen Lei
2017-09-27iommu/iova: Extend rbtree node cachingRobin Murphy
2017-09-27iommu/iova: Optimise the padding calculationZhen Lei
2017-09-27iommu/iova: Optimise rbtree searchingZhen Lei
2017-08-15iommu/iova: Add flush timerJoerg Roedel
2017-08-15iommu/iova: Add locking to Flush-QueuesJoerg Roedel
2017-08-15iommu/iova: Add flush counters to Flush-Queue implementationJoerg Roedel
2017-08-15iommu/iova: Implement Flush-Queue ring bufferJoerg Roedel
2017-08-15iommu/iova: Add flush-queue data structuresJoerg Roedel
2017-06-28Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm...Joerg Roedel