aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne1-1/+1
2019-11-15x86: Remove the calgary IOMMU driverChristoph Hellwig1-6/+0
2019-08-23x86/dma: Get rid of iommu_pass_throughJoerg Roedel1-17/+3
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab1-1/+1
2019-04-08x86/dma: Remove the x86_dma_fallback_dev hackChristoph Hellwig1-20/+0
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+8
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+0
2018-07-30PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig1-3/+0
2018-07-27dma-mapping: Generalise dma_32bit_limit flagRobin Murphy1-1/+1
2018-07-27iommu: Add config option to set passthrough as defaultOlof Johansson1-0/+8
2018-05-28x86/pci-dma: switch the VIA 32-bit DMA quirk to use the struct device flagChristoph Hellwig1-17/+10
2018-05-28x86/pci-dma: remove the explicit nodac and allowdac optionChristoph Hellwig1-2/+2
2018-05-28x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig1-20/+1
2018-05-25dma-mapping: remove unused gfp_t parameter to arch_dma_alloc_attrsHuaisheng Ye1-1/+1
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-4/+0
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+0
2018-03-20x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig1-2/+0
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig1-65/+1
2018-03-20x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig1-6/+4
2018-01-15dma-mapping: add an arch_dma_supported hookChristoph Hellwig1-7/+12
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig1-2/+0
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky1-4/+7
2017-06-28x86: remove arch specific dma_supported implementationChristoph Hellwig1-7/+1
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