summaryrefslogtreecommitdiff
path: root/arch/arm/xen/mm.c
AgeCommit message (Expand)Author
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2019-11-07xen: mm: make xen_mm_init staticBen Dooks (Codethink)
2019-11-07xen: mm: include <xen/xen-ops.h> for missing declarationsBen Dooks (Codethink)
2019-10-04Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-10-01arm: xen: mm: use __GPF_DMA32 for arm64Peng Fan
2019-09-11swiotlb-xen: simplify cache maintainanceChristoph Hellwig
2019-09-11xen: remove the exports for xen_{create,destroy}_contiguous_regionChristoph Hellwig
2019-09-11xen/arm: remove xen_dma_opsChristoph Hellwig
2019-09-11xen/arm: simplify dma_cache_maintChristoph Hellwig
2019-09-11xen/arm: use dev_is_dma_coherentChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-01-28arch/arm/xen: Remove duplicate headerSouptick Joarder
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2017-06-20xen-swiotlb: consolidate xen_swiotlb_dma_opsChristoph Hellwig
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-24treewide: Constify most dma_map_ops structuresBart Van Assche
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-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
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-08xen: Make clear that swiotlb and biomerge are dealing with DMA addressJulien Grall
2015-06-17xen: Include xen/page.h rather than asm/xen/page.hJulien Grall
2015-05-06xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARMStefano Stabellini
2015-01-20arm64: Relax licensing of arm64 Xen DMA operationsChuck Tuffli
2014-12-04xen/arm: introduce GNTTABOP_cache_flushStefano Stabellini
2014-12-04xen/arm/arm64: introduce xen_arch_need_swiotlbStefano Stabellini
2014-12-04xen/arm/arm64: merge xen/mm32.c into xen/mm.cStefano Stabellini
2013-10-10swiotlb-xen: use xen_alloc/free_coherent_pagesStefano Stabellini
2013-10-09swiotlb-xen: introduce xen_swiotlb_set_dma_maskStefano Stabellini
2013-10-10xen/arm,arm64: enable SWIOTLB_XENStefano Stabellini