summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-dma.c
Commit message (Expand)AuthorAgeFilesLines
* docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-1/+1
* swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig2022-04-181-10/+10
* swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-8/+7
* x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabledChristoph Hellwig2022-04-181-0/+8
* x86: remove the IOMMU table infrastructureChristoph Hellwig2022-04-181-21/+86
* dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-061-1/+0
* dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-1/+1
|\
| * dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-211-1/+1
* | x86: Remove the calgary IOMMU driverChristoph Hellwig2019-11-151-6/+0
|/
* x86/dma: Get rid of iommu_pass_throughJoerg Roedel2019-08-231-17/+3
* docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
* x86/dma: Remove the x86_dma_fallback_dev hackChristoph Hellwig2019-04-081-20/+0
* dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-241-0/+8
|\
| * iommu: Add config option to set passthrough as defaultOlof Johansson2018-07-271-0/+8
* | Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-3/+0
|\ \
| * | PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig2018-07-301-3/+0
| |/
* / dma-mapping: Generalise dma_32bit_limit flagRobin Murphy2018-07-271-1/+1
|/
* 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