summaryrefslogtreecommitdiffstats
path: root/drivers/xen/swiotlb-xen.c
AgeCommit message (Expand)Author
2019-08-06xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross
2019-08-06swiotlb: 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
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-01-23arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig
2018-12-13swiotlb: remove dma_mark_cleanChristoph Hellwig
2018-12-13swiotlb: remove SWIOTLB_MAP_ERRORChristoph Hellwig
2018-12-06xen-swiotlb: remove the mapping_error dma_map_ops methodChristoph Hellwig
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport
2018-10-23Merge branch 'stable/for-linus-4.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-18xen-swiotlb: use actually allocated size on check physical continuousJoe Jin
2018-09-20dma-mapping: support non-coherent devices in dma_common_get_sgtableChristoph Hellwig
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig
2018-05-18xen-swiotlb: fix the check condition for xen_swiotlb_free_coherentJoe Jin
2018-03-20x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig
2017-06-28xen-swiotlb: remove xen_swiotlb_set_dma_maskChristoph Hellwig
2017-06-20xen-swiotlb: implement ->mapping_errorChristoph Hellwig
2017-06-20xen-swiotlb: consolidate xen_swiotlb_dma_opsChristoph Hellwig
2017-05-02xen/arm,arm64: rename __generic_dma_ops to xen_get_dma_opsStefano Stabellini
2017-03-07Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-13swiotlb-xen: implement xen_swiotlb_get_sgtable callbackAndrii Anisov
2017-02-13swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini
2017-01-20swiotlb-xen: update dev_addr after swapping pagesStefano Stabellini
2017-01-06swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk
2016-12-19swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven
2016-11-10swiotlb: Minor fix-ups for DMA_ATTR_SKIP_CPU_SYNC supportAlexander Duyck
2016-11-07swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck
2016-11-07swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping functionAlexander Duyck
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2015-10-23xen/swiotlb: Add support for 64KB page granularityJulien Grall
2015-10-23xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig
2015-09-08xen: Make clear that swiotlb and biomerge are dealing with DMA addressJulien Grall
2015-05-06xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARMStefano Stabellini
2014-12-10Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"David Vrabel
2014-12-04swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_singleStefano Stabellini
2014-12-04swiotlb-xen: call xen_dma_sync_single_for_device when appropriateStefano Stabellini
2014-12-04swiotlb-xen: remove BUG_ON in xen_bus_to_physStefano Stabellini
2014-12-04swiotlb-xen: pass dev_addr to xen_dma_unmap_page and xen_dma_sync_single_for_cpuStefano Stabellini