- 0ead51c x86/pci-dma: switch the VIA 32-bit DMA quirk to use the struct device flag by Christoph Hellwig · 7 years ago
- 098afd9 x86/pci-dma: remove the explicit nodac and allowdac option by Christoph Hellwig · 7 years ago
- 06e9552 x86/pci-dma: remove the experimental forcesac boot option by Christoph Hellwig · 7 years ago
- 884571f dma-mapping: remove unused gfp_t parameter to arch_dma_alloc_attrs by Huaisheng Ye · 7 years ago
- 15b28bb dma-debug: move initialization to common code by Christoph Hellwig · 7 years ago
- 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
- 178c568 x86/dma: Remove dma_alloc_coherent_gfp_flags() by Christoph Hellwig · 7 years ago
- fec777c x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y) by Christoph Hellwig · 7 years ago
- 038d07a x86/dma: Remove dma_alloc_coherent_mask() by Christoph Hellwig · 7 years ago
- cea9d03 dma-mapping: add an arch_dma_supported hook by Christoph Hellwig · 7 years ago
- 57bf5a8 dma-mapping: clear harmful GFP_* flags in common code by Christoph Hellwig · 7 years ago
- ea8c64a dma-mapping: move swiotlb arch helpers to a new header by Christoph Hellwig · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- c775320 x86, swiotlb: Add memory encryption support by Tom Lendacky · 8 years ago
- 5860acc x86: remove arch specific dma_supported implementation by Christoph Hellwig · 8 years ago
- ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- 712c604 mm: wire up GFP flag passing in dma_alloc_from_contiguous by Lucas Stach · 8 years ago
- 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
- 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 9 years ago
- d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
- 298a96c x86/dma-mapping: Fix arch_dma_alloc_attrs() oops with NULL dev by Ville Syrjälä · 9 years ago
- 590f078 x86/pci/dma: Fix gfp flags for coherent DMA memory allocation by Junichi Nomura · 9 years ago
- 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
- 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
- f1dc154 x86: Deinline dma_free_attrs() by Denys Vlasenko · 10 years ago
- 0c7965f x86: Deinline dma_alloc_attrs() by Denys Vlasenko · 10 years ago
- 38f7ea5 arch/x86/kernel/pci-dma.c: fix dma_generic_alloc_coherent() when CONFIG_DMA_CMA is enabled by Akinobu Mita · 11 years ago
- d92ef66 x86: make dma_alloc_coherent() return zeroed memory if CMA is enabled by Akinobu Mita · 11 years ago
- c091c71 x86: dma-mapping: fix GFP_ATOMIC macro usage by Marek Szyprowski · 11 years ago
- 73b664c x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIES by Maarten Lankhorst · 12 years ago
- a18e369 X86: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
- 7d43c2e iommu: Remove group_mf by Alex Williamson · 13 years ago
- c080e26 x86: dma-mapping: fix broken allocation when dma_mask has been provided by Marek Szyprowski · 13 years ago
- 0a2b9a6 X86: integrate CMA with DMA-mapping subsystem by Marek Szyprowski · 13 years ago
- 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 13 years ago
- baa676f X86 & IA64: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 13 years ago
- c484b24 PCI: Use class for quirk for via_no_dac by Yinghai Lu · 13 years ago
- bcb71ab iommu: Add option to group multi-function devices by Alex Williamson · 13 years ago
- 69c60c8 x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 14 years ago
- 395cf96 doc: fix broken references by Paul Bolle · 14 years ago
- 5491ff5 x86/PCI: Remove dma32_reserve_bootmem by Yinghai Lu · 14 years ago
- ee1f284 x86, iommu: Utilize the IOMMU_INIT macros functionality. by Konrad Rzeszutek Wilk · 15 years ago
- efa631c x86, swiotlb: Simplify SWIOTLB pci_swiotlb_detect routine. by Konrad Rzeszutek Wilk · 15 years ago
- fe96eb4 x86: Detect whether we should use Xen SWIOTLB. by Konrad Rzeszutek Wilk · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
- c252a5b x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMA by Yinghai Lu · 15 years ago
- fb637f3 fix comment typo in pci-dma.c by Justin P. Mattock · 15 years ago
- 186a250 x86: Split swiotlb initialization into two stages by FUJITA Tomonori · 15 years ago
- f4780ca0 x86: Move swiotlb initialization before dma32_free_bootmem by FUJITA Tomonori · 15 years ago
- 8fd524b x86: Kill bad_dma_address variable by FUJITA Tomonori · 15 years ago
- 99f4c9d Merge commit 'v2.6.32-rc7' into core/iommu by Ingo Molnar · 15 years ago
- a3b28ee x86: Set dma_ops to nommu_dma_ops by default by FUJITA Tomonori · 15 years ago
- b18485e swiotlb: Remove the swiotlb variable usage by FUJITA Tomonori · 15 years ago
- b4941a9 x86: Add iommu_init to x86_init_ops, fix build by Ingo Molnar · 15 years ago
- 72d0380 x86, 32-bit: Fix swiotlb boot crash by FUJITA Tomonori · 15 years ago
- 75f1cdf x86: Handle HW IOMMU initialization failure gracefully by FUJITA Tomonori · 15 years ago
- 9d5ce73 x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hook by FUJITA Tomonori · 15 years ago
- ea1b0d3 x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hook by FUJITA Tomonori · 15 years ago
- de95762 x86: GART: Convert gart_iommu_hole_init() to use iommu_init hook by FUJITA Tomonori · 15 years ago
- d7b9f7b x86: Calgary: Convert detect_calgary() to use iommu_init hook by FUJITA Tomonori · 15 years ago
- d07c1be x86: Add iommu_init to x86_init_ops by FUJITA Tomonori · 15 years ago
- eb64713 x86/PCI: Adjust GFP mask handling for coherent allocations by Jan Beulich · 15 years ago
- 2ae8bb7 x86: Fix iommu=nodac parameter handling by Tejun Heo · 15 years ago
- 338bac5 x86: Use x86_platform for iommu_shutdown by FUJITA Tomonori · 15 years ago
- 80fa680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.32 by Linus Torvalds · 15 years ago
- 9a821b2 x86: Move pci_iommu_init to rootfs_initcall() by David Woodhouse · 15 years ago
- e3be785 x86, pci: Correct spelling in a comment by Marin Mitov · 15 years ago
- 4406c56 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
- a66a500 Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 8028687 PCI iommu: iommu=pt is a valid early param by Alex Williamson · 16 years ago
- 695a461 Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/iommu by Ingo Molnar · 15 years ago
- ac0101d x86/dma: Mark iommu_pass_through as __read_mostly by Joerg Roedel · 16 years ago
- acde31d kmemleak: Ignore the aperture memory hole on x86_64 by Catalin Marinas · 16 years ago
- a4c2baa x86: replace is_buffer_dma_capable() with dma_capable by FUJITA Tomonori · 16 years ago
- 3238c0c intel-iommu: Make iommu=pt work on i386 too by David Woodhouse · 16 years ago
- 687d680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 by Linus Torvalds · 16 years ago
- 0975904 amd-iommu: disable IOMMU hardware on shutdown by Joerg Roedel · 16 years ago
- aed5d5f Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support by Fenghua Yu · 16 years ago
- 4ed0d3e Intel IOMMU Pass Through Support by Fenghua Yu · 16 years ago
- 2f4f27d dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) by Yang Hongyang · 16 years ago
- 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
- 50cf156 dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) by Yang Hongyang · 16 years ago
- e76e5b2 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
- 13bf757 x86: use dev_printk in quirk message by Bjorn Helgaas · 16 years ago
- 86f3195 dma-debug/x86: register pci bus for dma-debug leak detection by Joerg Roedel · 16 years ago
- 2118d0c dma-debug: x86 architecture bindings by Joerg Roedel · 16 years ago
- 0811a43 Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
- 1a92713 PCI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- 160c1d8 x86, ia64: convert to use generic dma_map_ops struct by FUJITA Tomonori · 16 years ago
- 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 3e5621e Merge branch 'x86/iommu' into x86/core by Ingo Molnar · 16 years ago
- cfb80c9 x86: unify pci iommu setup and allow swiotlb to compile for 32 bit by Jeremy Fitzhardinge · 16 years ago
- a79b7a2 x86: remove unused iommu_nr_pages by Jeremy Fitzhardinge · 16 years ago
- a0286c9 x86: fix missing space in printk, #2 by Michael Tokarev · 16 years ago
- 181de82 x86: remove dead BIO_VMERGE_BOUNDARY definition by FUJITA Tomonori · 16 years ago
- 1d9b16d x86: move GART specific stuff from iommu.h to gart.h by Joerg Roedel · 16 years ago
- 3b15e58 x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCI by Fenghua Yu · 16 years ago
- 5b6985c intel-iommu: IA64 support by Fenghua Yu · 16 years ago
- bdab0ba x86: rename iommu_num_pages function to iommu_nr_pages by Joerg Roedel · 16 years ago