aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/swiotlb-xen.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-17swiotlb-xen: provide the "max_mapping_size" methodGravatar Keith Busch 1-0/+1
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cGravatar Petr Tesarik 1-1/+1
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armGravatar Christoph Hellwig 1-65/+34
2022-04-18swiotlb: merge swiotlb-xen initialization into swiotlbGravatar Christoph Hellwig 1-127/+1
2022-04-18swiotlb: make the swiotlb_init interface more usefulGravatar Christoph Hellwig 1-2/+2
2022-04-18swiotlb: simplify swiotlb_max_segmentGravatar Christoph Hellwig 1-2/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+1
2021-09-29swiotlb: Support aligned swiotlb buffersGravatar David Stevens 1-1/+1
2021-09-25Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+4
2021-09-20swiotlb-xen: ensure to issue well-formed XENMEM_exchange requestsGravatar Jan Beulich 1-3/+4
2021-09-17Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-20/+17
2021-09-15swiotlb-xen: drop DEFAULT_NSLABSGravatar Jan Beulich 1-2/+0
2021-09-15swiotlb-xen: arrange to have buffer info loggedGravatar Jan Beulich 1-1/+1
2021-09-15swiotlb-xen: drop leftover __refGravatar Jan Beulich 1-1/+1
2021-09-15swiotlb-xen: limit init retriesGravatar Jan Beulich 1-2/+2
2021-09-15swiotlb-xen: suppress certain init retriesGravatar Jan Beulich 1-1/+2
2021-09-15swiotlb-xen: maintain slab count properlyGravatar Jan Beulich 1-10/+9
2021-09-15swiotlb-xen: fix late init retryGravatar Jan Beulich 1-2/+2
2021-09-15swiotlb-xen: avoid double freeGravatar Jan Beulich 1-1/+0
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+4
2021-08-09xen: swiotlb: return error code from xen_swiotlb_map_sg()Gravatar Martin Oliveira 1-1/+1
2021-07-23swiotlb: Convert io_default_tlb_mem to static allocationGravatar Will Deacon 1-2/+2
2021-07-13swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingGravatar Claire Chang 1-1/+1
2021-07-13swiotlb: Update is_swiotlb_buffer to add a struct device argumentGravatar Claire Chang 1-1/+1
2021-05-14xen/swiotlb: check if the swiotlb has already been initializedGravatar Stefano Stabellini 1-0/+5
2021-03-19swiotlb: dynamically allocate io_tlb_default_memGravatar Christoph Hellwig 1-14/+8
2021-03-19swiotlb: move global variables into a new io_tlb_mem structureGravatar Claire Chang 1-1/+1
2021-03-17xen-swiotlb: remove the unused size argument from xen_swiotlb_fixupGravatar Christoph Hellwig 1-4/+3
2021-03-17xen-swiotlb: split xen_swiotlb_initGravatar Christoph Hellwig 1-54/+70
2021-03-17swiotlb: lift the double initialization protection from xen-swiotlbGravatar Christoph Hellwig 1-7/+0
2021-03-17xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabsGravatar Christoph Hellwig 1-32/+25
2021-03-17xen-swiotlb: remove xen_set_nslabsGravatar Christoph Hellwig 1-12/+7
2021-03-17xen-swiotlb: use io_tlb_end in xen_swiotlb_dma_supportedGravatar Christoph Hellwig 1-8/+2
2021-03-17xen-swiotlb: use is_swiotlb_buffer in is_xen_swiotlb_bufferGravatar Christoph Hellwig 1-4/+2
2021-03-17swiotlb: split swiotlb_tbl_sync_singleGravatar Christoph Hellwig 1-2/+2
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleGravatar Christoph Hellwig 1-2/+2
2020-11-02swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleGravatar Christoph Hellwig 1-2/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Gravatar Christoph Hellwig 1-2/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Gravatar Christoph Hellwig 1-0/+1
2020-09-25dma-mapping: add a new dma_alloc_pages APIGravatar Christoph Hellwig 1-0/+2
2020-08-04xen/arm: introduce phys/dma translations in xen_dma_sync_for_*Gravatar Stefano Stabellini 1-8/+24
2020-08-04swiotlb-xen: introduce phys_to_dma/dma_to_phys translationsGravatar Stefano Stabellini 1-21/+32
2020-08-04swiotlb-xen: remove XEN_PFN_PHYSGravatar Stefano Stabellini 1-6/+1
2020-08-04swiotlb-xen: add struct device * parameter to is_xen_swiotlb_bufferGravatar Stefano Stabellini 1-4/+4
2020-08-04swiotlb-xen: add struct device * parameter to xen_dma_sync_for_deviceGravatar Stefano Stabellini 1-2/+2
2020-08-04swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpuGravatar Stefano Stabellini 1-2/+2
2020-08-04swiotlb-xen: add struct device * parameter to xen_bus_to_physGravatar Stefano Stabellini 1-5/+5
2020-08-04swiotlb-xen: add struct device * parameter to xen_phys_to_busGravatar Stefano Stabellini 1-7/+7