Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 dma mapping updates from Ingo Molnar: "This tree, by Christoph Hellwig, switches over the x86 architecture to the generic dma-direct and swiotlb code, and also unifies more of the dma-direct code between architectures. The now unused x86-only primitives are removed" * 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrs swiotlb: Make swiotlb_{alloc,free}_buffer depend on CONFIG_DMA_DIRECT_OPS dma/swiotlb: Remove swiotlb_{alloc,free}_coherent() dma/direct: Handle force decryption for DMA coherent buffers in common code dma/direct: Handle the memory encryption bit in common code dma/swiotlb: Remove swiotlb_set_mem_attributes() set_memory.h: Provide set_memory_{en,de}crypted() stubs x86/dma: Remove dma_alloc_coherent_gfp_flags() iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,free}_coherent() iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}() x86/dma/amd_gart: Use dma_direct_{alloc,free}() x86/dma/amd_gart: Look at dev->coherent_dma_mask instead of GFP_DMA x86/dma: Use generic swiotlb_ops x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y) x86/dma: Remove dma_alloc_coherent_mask()
No related branches found
No related tags found
Showing
- arch/arm/include/asm/dma-direct.h 2 additions, 2 deletionsarch/arm/include/asm/dma-direct.h
- arch/mips/cavium-octeon/dma-octeon.c 5 additions, 5 deletionsarch/mips/cavium-octeon/dma-octeon.c
- arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h 2 additions, 2 deletionsarch/mips/include/asm/mach-cavium-octeon/dma-coherence.h
- arch/mips/include/asm/mach-loongson64/dma-coherence.h 5 additions, 5 deletionsarch/mips/include/asm/mach-loongson64/dma-coherence.h
- arch/mips/loongson64/common/dma-swiotlb.c 2 additions, 2 deletionsarch/mips/loongson64/common/dma-swiotlb.c
- arch/powerpc/include/asm/dma-direct.h 2 additions, 2 deletionsarch/powerpc/include/asm/dma-direct.h
- arch/x86/Kconfig 2 additions, 1 deletionarch/x86/Kconfig
- arch/x86/include/asm/device.h 3 additions, 0 deletionsarch/x86/include/asm/device.h
- arch/x86/include/asm/dma-direct.h 2 additions, 23 deletionsarch/x86/include/asm/dma-direct.h
- arch/x86/include/asm/dma-mapping.h 0 additions, 33 deletionsarch/x86/include/asm/dma-mapping.h
- arch/x86/include/asm/iommu.h 0 additions, 3 deletionsarch/x86/include/asm/iommu.h
- arch/x86/include/asm/mem_encrypt.h 0 additions, 2 deletionsarch/x86/include/asm/mem_encrypt.h
- arch/x86/include/asm/swiotlb.h 0 additions, 8 deletionsarch/x86/include/asm/swiotlb.h
- arch/x86/kernel/Makefile 1 addition, 1 deletionarch/x86/kernel/Makefile
- arch/x86/kernel/amd_gart_64.c 16 additions, 25 deletionsarch/x86/kernel/amd_gart_64.c
- arch/x86/kernel/pci-calgary_64.c 2 additions, 3 deletionsarch/x86/kernel/pci-calgary_64.c
- arch/x86/kernel/pci-dma.c 1 addition, 69 deletionsarch/x86/kernel/pci-dma.c
- arch/x86/kernel/pci-swiotlb.c 1 addition, 47 deletionsarch/x86/kernel/pci-swiotlb.c
- arch/x86/mm/mem_encrypt.c 3 additions, 87 deletionsarch/x86/mm/mem_encrypt.c
- arch/x86/pci/sta2x11-fixup.c 8 additions, 44 deletionsarch/x86/pci/sta2x11-fixup.c
Loading
Please register or sign in to comment