summaryrefslogtreecommitdiff
path: root/drivers/xen/swiotlb-xen.c
AgeCommit message (Expand)Author
2021-05-14xen/swiotlb: check if the swiotlb has already been initializedStefano Stabellini
2021-03-19swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig
2021-03-19swiotlb: move global variables into a new io_tlb_mem structureClaire Chang
2021-03-17xen-swiotlb: remove the unused size argument from xen_swiotlb_fixupChristoph Hellwig
2021-03-17xen-swiotlb: split xen_swiotlb_initChristoph Hellwig
2021-03-17swiotlb: lift the double initialization protection from xen-swiotlbChristoph Hellwig
2021-03-17xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabsChristoph Hellwig
2021-03-17xen-swiotlb: remove xen_set_nslabsChristoph Hellwig
2021-03-17xen-swiotlb: use io_tlb_end in xen_swiotlb_dma_supportedChristoph Hellwig
2021-03-17xen-swiotlb: use is_swiotlb_buffer in is_xen_swiotlb_bufferChristoph Hellwig
2021-03-17swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig
2020-11-02swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig
2020-08-04xen/arm: introduce phys/dma translations in xen_dma_sync_for_*Stefano Stabellini
2020-08-04swiotlb-xen: introduce phys_to_dma/dma_to_phys translationsStefano Stabellini
2020-08-04swiotlb-xen: remove XEN_PFN_PHYSStefano Stabellini
2020-08-04swiotlb-xen: add struct device * parameter to is_xen_swiotlb_bufferStefano Stabellini
2020-08-04swiotlb-xen: add struct device * parameter to xen_dma_sync_for_deviceStefano Stabellini
2020-08-04swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpuStefano Stabellini
2020-08-04swiotlb-xen: add struct device * parameter to xen_bus_to_physStefano Stabellini
2020-08-04swiotlb-xen: add struct device * parameter to xen_phys_to_busStefano Stabellini
2020-08-04swiotlb-xen: remove start_dma_addrStefano Stabellini
2020-08-04swiotlb-xen: use vmalloc_to_page on vmalloc virt addressesBoris Ostrovsky
2019-11-20dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2019-09-26Merge tag 'for-linus-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-11swiotlb-xen: merge xen_unmap_single into xen_swiotlb_unmap_pageChristoph Hellwig
2019-09-11swiotlb-xen: simplify cache maintainanceChristoph Hellwig
2019-09-11swiotlb-xen: remove xen_swiotlb_dma_mmap and xen_swiotlb_dma_get_sgtableChristoph Hellwig
2019-09-11xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainanceChristoph Hellwig
2019-09-11swiotlb: Split size parameter to map/unmap APIsLu Baolu
2019-09-06swiotlb-xen: Convert to use macroSouptick Joarder
2019-08-02Merge tag 'for-linus-5.3a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-08-01xen/swiotlb: remember having called xen_create_contiguous_region()Juergen Gross
2019-08-01xen/swiotlb: simplify range_straddles_page_boundary()Juergen Gross
2019-08-01xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross
2019-07-18Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-19swiotlb: fix phys_addr_t overflow warningArnd Bergmann
2019-06-11Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner
2019-06-05xen/swiotlb: don't initialize swiotlb twice on arm64Stefano Stabellini
2019-05-07Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-02swiotlb-xen: ensure we have a single callsite for xen_dma_map_pageChristoph Hellwig
2019-05-02swiotlb-xen: simplify the DMA sync method implementationsChristoph Hellwig
2019-05-02swiotlb-xen: use ->map_page to implement ->map_sgChristoph Hellwig
2019-05-02swiotlb-xen: make instances match their method namesChristoph Hellwig