summaryrefslogtreecommitdiff
path: root/drivers/iommu/iova.c
AgeCommit message (Expand)Author
2024-02-09iommu/iova: use named kmem_cache for iova magazinesPasha Tatashin
2024-02-09iommu/iova: Reorganise some codeRobin Murphy
2024-02-09iommu/iova: Tidy up iova_cache_get() failureRobin Murphy
2023-09-25iommu/iova: Manage the depot list sizeRobin Murphy
2023-09-25iommu/iova: Make the rcache depot scale betterRobin Murphy
2023-05-22iommu/iova: Optimize iova_magazine_alloc()Zhen Lei
2023-01-13iommu/iova: Fix alloc iova overflows issueYunfei Wang
2022-09-09iova: Remove iovad->rcaches check in iova_rcache_get()John Garry
2022-09-09iova: Remove magazine BUG_ON() checksJohn Garry
2022-09-09iova: Remove some magazine pointer NULL checksJohn Garry
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-07-19dma-iommu: add iommu_dma_opt_mapping_size()John Garry
2022-07-06iommu/iova: change IOVA_MAG_SIZE to 127 to save memoryFeng Tang
2022-03-04iommu/iova: Improve 32-bit free space estimateRobin Murphy
2022-02-14iommu/iova: Separate out rcache initJohn Garry
2021-12-20iommu: Move flush queue data into iommu_dma_cookieRobin Murphy
2021-12-20iommu/iova: Move flush queue code to iommu-dmaRobin Murphy
2021-12-20iommu/iova: Consolidate flush queue codeRobin Murphy
2021-12-20iommu/vt-d: Use put_pages_listMatthew Wilcox (Oracle)
2021-12-20iommu/iova: Squash flush_cb abstractionRobin Murphy
2021-12-20iommu/iova: Squash entry_dtor abstractionRobin Murphy
2021-12-20iommu/iova: Fix race between FQ timeout and teardownXiongfeng Wang
2021-12-17iommu/iova: Move fast alloc size roundup into alloc_iova_fast()John Garry via iommu
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