summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-dma.c
Commit message (Expand)AuthorAgeFilesLines
* x86/pci-dma: switch the VIA 32-bit DMA quirk to use the struct device flagChristoph Hellwig2018-05-281-17/+10
* x86/pci-dma: remove the explicit nodac and allowdac optionChristoph Hellwig2018-05-281-2/+2
* x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig2018-05-281-20/+1
* dma-mapping: remove unused gfp_t parameter to arch_dma_alloc_attrsHuaisheng Ye2018-05-251-1/+1
* dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-4/+0
* headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-1/+0
* x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig2018-03-201-2/+0
* x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig2018-03-201-65/+1
* x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig2018-03-201-6/+4
* dma-mapping: add an arch_dma_supported hookChristoph Hellwig2018-01-151-7/+12
* dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-2/+0
* dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86, swiotlb: Add memory encryption supportTom Lendacky2017-07-181-4/+7
* x86: remove arch specific dma_supported implementationChristoph Hellwig2017-06-281-7/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-2/+2
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-2/+2
* | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-241-1/+2
|/
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-2/+2
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* x86/dma-mapping: Fix arch_dma_alloc_attrs() oops with NULL devVille Syrjälä2015-10-261-2/+3
* x86/pci/dma: Fix gfp flags for coherent DMA memory allocationJunichi Nomura2015-09-171-1/+1
* dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-11/+0
* dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-40/+9
* x86: Deinline dma_free_attrs()Denys Vlasenko2015-05-051-0/+17
* x86: Deinline dma_alloc_attrs()Denys Vlasenko2015-05-051-0/+28
* arch/x86/kernel/pci-dma.c: fix dma_generic_alloc_coherent() when CONFIG_DMA_C...Akinobu Mita2014-06-041-1/+6
* x86: make dma_alloc_coherent() return zeroed memory if CMA is enabledAkinobu Mita2014-06-041-2/+2
* x86: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski2014-02-111-1/+3
* x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIESMaarten Lankhorst2013-01-241-1/+1
* X86: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* iommu: Remove group_mfAlex Williamson2012-06-251-11/+0
* x86: dma-mapping: fix broken allocation when dma_mask has been providedMarek Szyprowski2012-06-141-1/+2
* X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-211-2/+16
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-041-1/+2
|\
| * X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-1/+2
* | PCI: Use class for quirk for via_no_dacYinghai Lu2012-02-241-2/+3
|/
* iommu: Add option to group multi-function devicesAlex Williamson2011-11-151-0/+11
* x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* doc: fix broken referencesPaul Bolle2011-09-271-2/+2
* x86/PCI: Remove dma32_reserve_bootmemYinghai Lu2011-05-101-64/+0
* x86, iommu: Utilize the IOMMU_INIT macros functionality.Konrad Rzeszutek Wilk2010-08-261-25/+21
* x86, swiotlb: Simplify SWIOTLB pci_swiotlb_detect routine.Konrad Rzeszutek Wilk2010-08-261-1/+3
* x86: Detect whether we should use Xen SWIOTLB.Konrad Rzeszutek Wilk2010-08-021-2/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * fix comment typo in pci-dma.cJustin P. Mattock2010-02-051-1/+1
* | x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMAYinghai Lu2010-02-101-3/+10
|/
* x86: Split swiotlb initialization into two stagesFUJITA Tomonori2009-12-151-5/+4
* x86: Move swiotlb initialization before dma32_free_bootmemFUJITA Tomonori2009-12-141-1/+4
OpenPOWER on IntegriCloud