aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/pci-dma.c
AgeCommit message (Expand)Author
2018-05-28x86/pci-dma: switch the VIA 32-bit DMA quirk to use the struct device flagChristoph Hellwig
2018-05-28x86/pci-dma: remove the explicit nodac and allowdac optionChristoph Hellwig
2018-05-28x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig
2018-05-25dma-mapping: remove unused gfp_t parameter to arch_dma_alloc_attrsHuaisheng Ye
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-03-20x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig
2018-03-20x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig
2018-01-15dma-mapping: add an arch_dma_supported hookChristoph Hellwig
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky
2017-06-28x86: remove arch specific dma_supported implementationChristoph Hellwig
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
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-26x86/dma-mapping: Fix arch_dma_alloc_attrs() oops with NULL devVille Syrjälä
2015-09-17x86/pci/dma: Fix gfp flags for coherent DMA memory allocationJunichi Nomura
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig
2015-05-05x86: Deinline dma_free_attrs()Denys Vlasenko
2015-05-05x86: Deinline dma_alloc_attrs()Denys Vlasenko
2014-06-04arch/x86/kernel/pci-dma.c: fix dma_generic_alloc_coherent() when CONFIG_DMA_C...Akinobu Mita
2014-06-04x86: make dma_alloc_coherent() return zeroed memory if CMA is enabledAkinobu Mita
2014-02-11x86: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski
2013-01-24x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIESMaarten Lankhorst
2013-01-03X86: drivers: remove __dev* attributes.Greg Kroah-Hartman
2012-06-25iommu: Remove group_mfAlex Williamson
2012-06-14x86: dma-mapping: fix broken allocation when dma_mask has been providedMarek Szyprowski
2012-05-21X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz
2012-02-24PCI: Use class for quirk for via_no_dacYinghai Lu
2011-11-15iommu: Add option to group multi-function devicesAlex Williamson
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-09-27doc: fix broken referencesPaul Bolle
2011-05-10x86/PCI: Remove dma32_reserve_bootmemYinghai Lu
2010-08-26x86, iommu: Utilize the IOMMU_INIT macros functionality.Konrad Rzeszutek Wilk
2010-08-26x86, swiotlb: Simplify SWIOTLB pci_swiotlb_detect routine.Konrad Rzeszutek Wilk
2010-08-02x86: Detect whether we should use Xen SWIOTLB.Konrad Rzeszutek Wilk
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-02-10x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMAYinghai Lu
2010-02-05fix comment typo in pci-dma.cJustin P. Mattock
2009-12-15x86: Split swiotlb initialization into two stagesFUJITA Tomonori
2009-12-14x86: Move swiotlb initialization before dma32_free_bootmemFUJITA Tomonori