aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-dma.c
Commit message (Expand)AuthorAge
* x86: remove arch specific dma_supported implementationChristoph Hellwig2017-06-28
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-25
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-24
* | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-24
|/
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-04
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* x86/dma-mapping: Fix arch_dma_alloc_attrs() oops with NULL devVille Syrjälä2015-10-26
* x86/pci/dma: Fix gfp flags for coherent DMA memory allocationJunichi Nomura2015-09-17
* dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-10
* dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-10
* x86: Deinline dma_free_attrs()Denys Vlasenko2015-05-05
* x86: Deinline dma_alloc_attrs()Denys Vlasenko2015-05-05
* arch/x86/kernel/pci-dma.c: fix dma_generic_alloc_coherent() when CONFIG_DMA_C...Akinobu Mita2014-06-04
* x86: make dma_alloc_coherent() return zeroed memory if CMA is enabledAkinobu Mita2014-06-04
* x86: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski2014-02-11
* x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIESMaarten Lankhorst2013-01-24
* X86: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
* iommu: Remove group_mfAlex Williamson2012-06-25
* x86: dma-mapping: fix broken allocation when dma_mask has been providedMarek Szyprowski2012-06-14
* X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-21
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-04
|\
| * X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-28
* | PCI: Use class for quirk for via_no_dacYinghai Lu2012-02-24
|/
* iommu: Add option to group multi-function devicesAlex Williamson2011-11-15
* x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-31
* doc: fix broken referencesPaul Bolle2011-09-27
* x86/PCI: Remove dma32_reserve_bootmemYinghai Lu2011-05-10
* x86, iommu: Utilize the IOMMU_INIT macros functionality.Konrad Rzeszutek Wilk2010-08-26
* x86, swiotlb: Simplify SWIOTLB pci_swiotlb_detect routine.Konrad Rzeszutek Wilk2010-08-26
* x86: Detect whether we should use Xen SWIOTLB.Konrad Rzeszutek Wilk2010-08-02
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-08
|\
| * fix comment typo in pci-dma.cJustin P. Mattock2010-02-05
* | x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMAYinghai Lu2010-02-10
|/
* x86: Split swiotlb initialization into two stagesFUJITA Tomonori2009-12-15
* x86: Move swiotlb initialization before dma32_free_bootmemFUJITA Tomonori2009-12-14
* x86: Kill bad_dma_address variableFUJITA Tomonori2009-11-17
* Merge commit 'v2.6.32-rc7' into core/iommuIngo Molnar2009-11-17
|\
| * x86/PCI: Adjust GFP mask handling for coherent allocationsJan Beulich2009-11-08
* | x86: Set dma_ops to nommu_dma_ops by defaultFUJITA Tomonori2009-11-15
* | swiotlb: Remove the swiotlb variable usageFUJITA Tomonori2009-11-11
* | x86: Add iommu_init to x86_init_ops, fix buildIngo Molnar2009-11-10
* | x86, 32-bit: Fix swiotlb boot crashFUJITA Tomonori2009-11-10
* | x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori2009-11-10
* | x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hookFUJITA Tomonori2009-11-10
* | x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hookFUJITA Tomonori2009-11-10
* | x86: GART: Convert gart_iommu_hole_init() to use iommu_init hookFUJITA Tomonori2009-11-10
* | x86: Calgary: Convert detect_calgary() to use iommu_init hookFUJITA Tomonori2009-11-10
* | x86: Add iommu_init to x86_init_opsFUJITA Tomonori2009-11-10
* | x86: Fix iommu=nodac parameter handlingTejun Heo2009-11-08