summaryrefslogtreecommitdiff
path: root/drivers/xen/swiotlb-xen.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\
| * memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
| * memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* | swiotlb: Support aligned swiotlb buffersDavid Stevens2021-09-291-1/+1
|/
* Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-09-251-3/+4
|\
| * swiotlb-xen: ensure to issue well-formed XENMEM_exchange requestsJan Beulich2021-09-201-3/+4
* | Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-09-171-20/+17
|\ \ | |/
| * swiotlb-xen: drop DEFAULT_NSLABSJan Beulich2021-09-151-2/+0
| * swiotlb-xen: arrange to have buffer info loggedJan Beulich2021-09-151-1/+1
| * swiotlb-xen: drop leftover __refJan Beulich2021-09-151-1/+1
| * swiotlb-xen: limit init retriesJan Beulich2021-09-151-2/+2
| * swiotlb-xen: suppress certain init retriesJan Beulich2021-09-151-1/+2
| * swiotlb-xen: maintain slab count properlyJan Beulich2021-09-151-10/+9
| * swiotlb-xen: fix late init retryJan Beulich2021-09-151-2/+2
| * swiotlb-xen: avoid double freeJan Beulich2021-09-151-1/+0
* | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-031-4/+4
|\ \
| * | swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon2021-07-231-2/+2
| * | swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingClaire Chang2021-07-131-1/+1
| * | swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang2021-07-131-1/+1
| |/
* | xen: swiotlb: return error code from xen_swiotlb_map_sg()Martin Oliveira2021-08-091-1/+1
|/
* xen/swiotlb: check if the swiotlb has already been initializedStefano Stabellini2021-05-141-0/+5
* swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig2021-03-191-14/+8
* swiotlb: move global variables into a new io_tlb_mem structureClaire Chang2021-03-191-1/+1
* xen-swiotlb: remove the unused size argument from xen_swiotlb_fixupChristoph Hellwig2021-03-171-4/+3
* xen-swiotlb: split xen_swiotlb_initChristoph Hellwig2021-03-171-54/+70
* swiotlb: lift the double initialization protection from xen-swiotlbChristoph Hellwig2021-03-171-7/+0
* xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabsChristoph Hellwig2021-03-171-32/+25
* xen-swiotlb: remove xen_set_nslabsChristoph Hellwig2021-03-171-12/+7
* xen-swiotlb: use io_tlb_end in xen_swiotlb_dma_supportedChristoph Hellwig2021-03-171-8/+2
* xen-swiotlb: use is_swiotlb_buffer in is_xen_swiotlb_bufferChristoph Hellwig2021-03-171-4/+2
* swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig2021-03-171-2/+2
* swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig2021-03-171-2/+2
* swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig2020-11-021-2/+1
* dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-2/+1
* dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+1
* dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-251-0/+2
* xen/arm: introduce phys/dma translations in xen_dma_sync_for_*Stefano Stabellini2020-08-041-8/+24
* swiotlb-xen: introduce phys_to_dma/dma_to_phys translationsStefano Stabellini2020-08-041-21/+32
* swiotlb-xen: remove XEN_PFN_PHYSStefano Stabellini2020-08-041-6/+1
* swiotlb-xen: add struct device * parameter to is_xen_swiotlb_bufferStefano Stabellini2020-08-041-4/+4
* swiotlb-xen: add struct device * parameter to xen_dma_sync_for_deviceStefano Stabellini2020-08-041-2/+2
* swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpuStefano Stabellini2020-08-041-2/+2
* swiotlb-xen: add struct device * parameter to xen_bus_to_physStefano Stabellini2020-08-041-5/+5
* swiotlb-xen: add struct device * parameter to xen_phys_to_busStefano Stabellini2020-08-041-7/+7
* swiotlb-xen: remove start_dma_addrStefano Stabellini2020-08-041-5/+2
* swiotlb-xen: use vmalloc_to_page on vmalloc virt addressesBoris Ostrovsky2020-08-041-1/+7
* dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig2019-11-201-2/+2
* dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
* Merge tag 'for-linus-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-261-3/+2
|\
| * swiotlb-xen: Convert to use macroSouptick Joarder2019-09-061-3/+2