aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+2
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach1-1/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-2/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-10-26x86/dma-mapping: Fix arch_dma_alloc_attrs() oops with NULL devVille Syrjälä1-2/+3
2015-09-17x86/pci/dma: Fix gfp flags for coherent DMA memory allocationJunichi Nomura1-1/+1
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-11/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-40/+9
2015-05-05x86: Deinline dma_free_attrs()Denys Vlasenko1-0/+17
2015-05-05x86: Deinline dma_alloc_attrs()Denys Vlasenko1-0/+28
2014-06-04arch/x86/kernel/pci-dma.c: fix dma_generic_alloc_coherent() when CONFIG_DMA_CMA is enabledAkinobu Mita1-1/+6
2014-06-04x86: make dma_alloc_coherent() return zeroed memory if CMA is enabledAkinobu Mita1-2/+2
2014-02-11x86: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski1-1/+3
2013-01-24x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIESMaarten Lankhorst1-1/+1
2013-01-03X86: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-06-25iommu: Remove group_mfAlex Williamson1-11/+0
2012-06-14x86: dma-mapping: fix broken allocation when dma_mask has been providedMarek Szyprowski1-1/+2
2012-05-21X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski1-2/+16
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-1/+2
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-1/+2
2012-02-24PCI: Use class for quirk for via_no_dacYinghai Lu1-2/+3
2011-11-15iommu: Add option to group multi-function devicesAlex Williamson1-0/+11
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-09-27doc: fix broken referencesPaul Bolle1-2/+2
2011-05-10x86/PCI: Remove dma32_reserve_bootmemYinghai Lu1-64/+0
2010-08-26x86, iommu: Utilize the IOMMU_INIT macros functionality.Konrad Rzeszutek Wilk1-25/+21
2010-08-26x86, swiotlb: Simplify SWIOTLB pci_swiotlb_detect routine.Konrad Rzeszutek Wilk1-1/+3
2010-08-02x86: Detect whether we should use Xen SWIOTLB.Konrad Rzeszutek Wilk1-2/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-10x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMAYinghai Lu1-3/+10
2010-02-05fix comment typo in pci-dma.cJustin P. Mattock1-1/+1
2009-12-15x86: Split swiotlb initialization into two stagesFUJITA Tomonori1-5/+4
2009-12-14x86: Move swiotlb initialization before dma32_free_bootmemFUJITA Tomonori1-1/+4
2009-11-17x86: Kill bad_dma_address variableFUJITA Tomonori1-3/+0
2009-11-17Merge commit 'v2.6.32-rc7' into core/iommuIngo Molnar1-4/+2
2009-11-15x86: Set dma_ops to nommu_dma_ops by defaultFUJITA Tomonori1-3/+1
2009-11-11swiotlb: Remove the swiotlb variable usageFUJITA Tomonori1-4/+1
2009-11-10x86: Add iommu_init to x86_init_ops, fix buildIngo Molnar1-0/+1
2009-11-10x86, 32-bit: Fix swiotlb boot crashFUJITA Tomonori1-0/+2
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori1-8/+13
2009-11-10x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hookFUJITA Tomonori1-2/+0
2009-11-10x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hookFUJITA Tomonori1-2/+0
2009-11-10x86: GART: Convert gart_iommu_hole_init() to use iommu_init hookFUJITA Tomonori1-2/+0
2009-11-10x86: Calgary: Convert detect_calgary() to use iommu_init hookFUJITA Tomonori1-2/+0
2009-11-10x86: Add iommu_init to x86_init_opsFUJITA Tomonori1-0/+2
2009-11-08x86/PCI: Adjust GFP mask handling for coherent allocationsJan Beulich1-4/+2
2009-11-08x86: Fix iommu=nodac parameter handlingTejun Heo1-1/+1
2009-11-08x86: Use x86_platform for iommu_shutdownFUJITA Tomonori1-7/+0