summaryrefslogtreecommitdiff
path: root/drivers/xen/swiotlb-xen.c
AgeCommit message (Expand)Author
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
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