| Commit message (Expand) | Author | Age | Files | Lines |
* | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -2/+2 |
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-06 | 1 | -1/+1 |
* | x86/dma-mapping: Fix arch_dma_alloc_attrs() oops with NULL dev | Ville Syrjälä | 2015-10-26 | 1 | -2/+3 |
* | x86/pci/dma: Fix gfp flags for coherent DMA memory allocation | Junichi Nomura | 2015-09-17 | 1 | -1/+1 |
* | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 2015-09-10 | 1 | -11/+0 |
* | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 2015-09-10 | 1 | -40/+9 |
* | x86: Deinline dma_free_attrs() | Denys Vlasenko | 2015-05-05 | 1 | -0/+17 |
* | x86: Deinline dma_alloc_attrs() | Denys Vlasenko | 2015-05-05 | 1 | -0/+28 |
* | arch/x86/kernel/pci-dma.c: fix dma_generic_alloc_coherent() when CONFIG_DMA_C... | Akinobu Mita | 2014-06-04 | 1 | -1/+6 |
* | x86: make dma_alloc_coherent() return zeroed memory if CMA is enabled | Akinobu Mita | 2014-06-04 | 1 | -2/+2 |
* | x86: dma-mapping: fix GFP_ATOMIC macro usage | Marek Szyprowski | 2014-02-11 | 1 | -1/+3 |
* | x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIES | Maarten Lankhorst | 2013-01-24 | 1 | -1/+1 |
* | X86: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -1/+1 |
* | iommu: Remove group_mf | Alex Williamson | 2012-06-25 | 1 | -11/+0 |
* | x86: dma-mapping: fix broken allocation when dma_mask has been provided | Marek Szyprowski | 2012-06-14 | 1 | -1/+2 |
* | X86: integrate CMA with DMA-mapping subsystem | Marek Szyprowski | 2012-05-21 | 1 | -2/+16 |
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 2012-04-04 | 1 | -1/+2 |
|\ |
|
| * | X86 & IA64: adapt for dma_map_ops changes | Andrzej Pietrasiewicz | 2012-03-28 | 1 | -1/+2 |
* | | PCI: Use class for quirk for via_no_dac | Yinghai Lu | 2012-02-24 | 1 | -2/+3 |
|/ |
|
* | iommu: Add option to group multi-function devices | Alex Williamson | 2011-11-15 | 1 | -0/+11 |
* | x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | doc: fix broken references | Paul Bolle | 2011-09-27 | 1 | -2/+2 |
* | x86/PCI: Remove dma32_reserve_bootmem | Yinghai Lu | 2011-05-10 | 1 | -64/+0 |
* | x86, iommu: Utilize the IOMMU_INIT macros functionality. | Konrad Rzeszutek Wilk | 2010-08-26 | 1 | -25/+21 |
* | x86, swiotlb: Simplify SWIOTLB pci_swiotlb_detect routine. | Konrad Rzeszutek Wilk | 2010-08-26 | 1 | -1/+3 |
* | x86: Detect whether we should use Xen SWIOTLB. | Konrad Rzeszutek Wilk | 2010-08-02 | 1 | -2/+5 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 1 | -1/+1 |
|\ |
|
| * | fix comment typo in pci-dma.c | Justin P. Mattock | 2010-02-05 | 1 | -1/+1 |
* | | x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMA | Yinghai Lu | 2010-02-10 | 1 | -3/+10 |
|/ |
|
* | x86: Split swiotlb initialization into two stages | FUJITA Tomonori | 2009-12-15 | 1 | -5/+4 |
* | x86: Move swiotlb initialization before dma32_free_bootmem | FUJITA Tomonori | 2009-12-14 | 1 | -1/+4 |
* | x86: Kill bad_dma_address variable | FUJITA Tomonori | 2009-11-17 | 1 | -3/+0 |
* | Merge commit 'v2.6.32-rc7' into core/iommu | Ingo Molnar | 2009-11-17 | 1 | -4/+2 |
|\ |
|
| * | x86/PCI: Adjust GFP mask handling for coherent allocations | Jan Beulich | 2009-11-08 | 1 | -4/+2 |
* | | x86: Set dma_ops to nommu_dma_ops by default | FUJITA Tomonori | 2009-11-15 | 1 | -3/+1 |
* | | swiotlb: Remove the swiotlb variable usage | FUJITA Tomonori | 2009-11-11 | 1 | -4/+1 |
* | | x86: Add iommu_init to x86_init_ops, fix build | Ingo Molnar | 2009-11-10 | 1 | -0/+1 |
* | | x86, 32-bit: Fix swiotlb boot crash | FUJITA Tomonori | 2009-11-10 | 1 | -0/+2 |
* | | x86: Handle HW IOMMU initialization failure gracefully | FUJITA Tomonori | 2009-11-10 | 1 | -8/+13 |
* | | x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hook | FUJITA Tomonori | 2009-11-10 | 1 | -2/+0 |
* | | x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hook | FUJITA Tomonori | 2009-11-10 | 1 | -2/+0 |
* | | x86: GART: Convert gart_iommu_hole_init() to use iommu_init hook | FUJITA Tomonori | 2009-11-10 | 1 | -2/+0 |
* | | x86: Calgary: Convert detect_calgary() to use iommu_init hook | FUJITA Tomonori | 2009-11-10 | 1 | -2/+0 |
* | | x86: Add iommu_init to x86_init_ops | FUJITA Tomonori | 2009-11-10 | 1 | -0/+2 |
* | | x86: Fix iommu=nodac parameter handling | Tejun Heo | 2009-11-08 | 1 | -1/+1 |
* | | x86: Use x86_platform for iommu_shutdown | FUJITA Tomonori | 2009-11-08 | 1 | -7/+0 |
|/ |
|
* | Merge git://git.infradead.org/~dwmw2/iommu-2.6.32 | Linus Torvalds | 2009-10-13 | 1 | -1/+1 |
|\ |
|
| * | x86: Move pci_iommu_init to rootfs_initcall() | David Woodhouse | 2009-10-12 | 1 | -1/+1 |
* | | x86, pci: Correct spelling in a comment | Marin Mitov | 2009-10-03 | 1 | -1/+1 |
|/ |
|